aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-15/+14
2018-09-13Prefs: Add a check for aliased protocol preferences.Gerald Combs1-2/+8
2018-09-10Qt: Add some window title variablesStig Bjørlykke1-2/+10
2018-09-10prefs: pacify checkAPIs by using ws_g_warningPeter Wu1-1/+1
2018-09-10prefs,ui: properly migrate old filter expressionsPeter Wu1-0/+17
2018-09-05prefs: Improve check for visible custom columnsStig Bjørlykke1-4/+5
2018-09-02prefs: Remove prefs.gui_use_pref_saveStig Bjørlykke1-5/+1
2018-08-09prefs: fix range preferences-related crash after switching profilesPeter Wu1-9/+19
2018-06-27prefs: fix crash when importing old filter expression preferencePeter Wu1-4/+6
2018-05-25Qt: Configure the selection color via the preferencesPaul Zander1-0/+39
2018-05-21Do not use #if* in structMichał Łabędzki1-7/+0
2018-05-19prefs: fix bug in color savingPaul Zander1-6/+6
2018-05-18prefs: remove wimaxasncp.udp.wimax_port compatibilityPeter Wu1-1/+0
2018-05-16Qt: Implement the capture info dialog.Gerald Combs1-3/+2
2018-05-12Get rid of GTK+-only structure member.Guy Harris1-1/+0
2018-05-03prefs.c: fix compilation with gcc 8Pascal Quantin1-3/+1
2018-05-02prefs: fix importing some old protocol preferencesPeter Wu1-12/+29
2018-05-01prefs: fix crash when setting certain obsolete port preferencesPeter Wu1-3/+10
2018-04-24remove redundant break statementchinarulezzz1-1/+0
2018-04-17Remove some GTK+-only code.Gerald Combs1-66/+7
2018-04-15More PortAudio removal.Gerald Combs1-16/+2
2018-03-15MaxMind DB: Shut down our mmdbresolve process.Gerald Combs1-0/+3
2018-03-08Squelch some casting-away-const warnings.Guy Harris1-10/+22
2018-03-08Constify an argument that doesn't need to be non-const.Guy Harris1-6/+6
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs1-6/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-13Qt: Don't use the term "extcap" interfaces in UIStig Bjørlykke1-2/+2
2018-01-12prefs: init capture_no_extcap.Dario Lombardo1-0/+1
2018-01-09Convert GUI layout preferences to use preference effects.Michael Mann1-1/+9
2018-01-09extcap: add preference to prevent interfaces loading.Dario Lombardo1-0/+3
2018-01-09Use pcapng as the name of the file format.Guy Harris1-2/+2
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-4/+0
2018-01-07Set captures preferences for PREF_EFFECT_CAPTURE.Michael Mann1-0/+2
2018-01-06Add ability for preferences to determine what they can change.Michael Mann1-57/+109
2017-12-14Refactor plugin registration and loadingJoão Valverde1-0/+36
2017-12-07Qt: Use QTextLayout in ByteViewText.Gerald Combs1-14/+3
2017-10-26Include VLAN ID in key for ICMP request/response trackingChristopher Maynard1-0/+6
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-12/+12
2017-10-04Qt: add preference to restore display filter after Follow Streamcheloftus1-0/+6
2017-09-19prefs: Fix leak when parsing empty pref stringMikael Kanstrup1-2/+5
2017-09-15epan: Fix misuse of comma operatorStig Bjørlykke1-1/+1
2017-08-28prefs: fix memleaks with obsolete preference modulesPeter Wu1-7/+11
2017-07-29Qt: Add preference for show file load time in the status barStig Bjørlykke1-0/+6
2017-07-27Qt: Add preference for show selected packet numberStig Bjørlykke1-0/+6
2017-06-26Add support for comments for a display filter buttonMichael Mann1-1/+2
2017-06-26Convert filter expressions preference data to a UAT.Michael Mann1-26/+40
2017-06-01prefs: Avoid empty elements in string lists.Stig Bjørlykke1-2/+4
2017-06-01Qt+prefs: Add a dark theme check and default colors.Gerald Combs1-9/+31
2017-05-26Report syntax errors in UAT prefs parsingPeter Wu1-6/+7
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-15/+26