aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-28Pref: Remove unsued functionAlexis La Goutte1-0/+2
2014-10-17Don't use ctype.h routines.Guy Harris1-12/+9
2014-10-16Added italian translation to qt.Dario Lombardo1-0/+1
2014-09-24Qt: Fix preference bugs.Gerald Combs1-10/+3
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-1155/+1155
2014-07-21[WIP] Add a conversation dialog.Gerald Combs1-11/+5
2014-07-20start support for the Japanese language in the Qt versionMartin Kaiser1-0/+1
2014-07-15Make the state variable an enum, and add a case for the IN_SKIP value.Guy Harris1-2/+10
2014-07-14Treat CR-LF at the end of a line like LF.Guy Harris1-1/+14
2014-07-11As opposed to *loudly* silently?Guy Harris1-4/+4
2014-07-11Change comments to reflect current reality.Guy Harris1-5/+13
2014-06-23[WIP] qt: Add support for Polish languageMichal Labedzki1-0/+1
2014-06-12Capture Interfaces Dialog:Irene Ruengeler1-0/+4
2014-06-04(Trivial) Fix a typo.Bill Meier1-1/+1
2014-04-29prefs: prevent double-free on changing prefsPeter Wu1-0/+2
2014-04-29prefs: spelling fix, simplify codePeter Wu1-11/+4
2014-04-27prefs: fix ASAN error due to invalid indirectionPeter Wu1-29/+14
2014-03-08Do not try to use unknown/non-existent webbrowserMichal Labedzki1-0/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-28Fix bug which (somewhat) randomly caused UAT pref to not display on a proto p...Bill Meier1-0/+1
2014-02-27Fix prefs.c: Argument with 'nonnull' attribute passed null (redux)Hadriel Kaplan1-10/+15
2014-02-25Remove trailing whitespaceBill Meier1-4/+4
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-5/+1
2013-12-09Add a function and an enum to register an uat preference for QT only.Irene RĂ¼ngeler1-0/+17
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-1/+104
2013-11-22Move common "decode as" preference code to epan.Gerald Combs1-0/+5
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-07Add Packet Editor PreferenceAlexis La Goutte1-0/+5
2013-10-25Fix up some formatting and white space.Jeff Morriss1-67/+136
2013-10-25Fix CID 715143: assert that the preference we were looking for was found. ItJeff Morriss1-0/+1
2013-10-25Fix CID 715144: assert that the preference we were looking for was found. ItJeff Morriss1-0/+2
2013-09-09From Dean Lee via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8597 Qt...Alexis La Goutte1-0/+1
2013-09-09Add Preference to change Language (in QtShark)Alexis La Goutte1-0/+14
2013-08-13When freeing the preferences of a module, also free the preferences of itsEvan Huus1-2/+7
2013-07-31Fix the most egregious of the newly exposed leaks, about 28KB.Evan Huus1-1/+1
2013-07-31Convert preferences to wmem. Exposes some more memory leaks that didn't show upEvan Huus1-19/+19
2013-07-29Clean up white space a bit, make the description of the capture columnGuy Harris1-58/+63
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs1-2/+2
2013-07-21Don't report a syntax error if a preference name without a "." isGuy Harris1-13/+3
2013-07-19From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8942 :Pascal Quantin1-11/+7
2013-07-18Temporarily disable offending code triggering a segmentation fault on Linux (...Pascal Quantin1-0/+2
2013-07-18From Cal Turney:Anders Broman1-21/+55
2013-07-17Backing out r50690 (exept simple_dialog)Anders Broman1-50/+21
2013-07-17From Cal Turney:Anders Broman1-21/+50
2013-07-16Fix one that got missed.Guy Harris1-1/+1
2013-07-16Revert r50655 for this file.Chris Maynard1-13/+13
2013-07-16This should fix warning: to be safe all intermediate pointers in cast from 'g...Chris Maynard1-33/+33
2013-07-14Fix some of the preferences leaks. Don't strdup the defaults, as they will beEvan Huus1-10/+9
2013-07-09prefs.c: In function 'capture_column_set_cb':Anders Broman1-1/+0