aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/preferences_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+28
2016-07-31Qt: add initializer (CID 1159352).Dario Lombardo1-0/+1
2016-07-02Qt: add initializer (CID 1159352).Dario Lombardo1-1/+2
2016-06-30Add missing breaks.Gerald Combs1-1/+3
2016-06-28Qt: Make recent preferences changes work with Qt4.Gerald Combs1-9/+11
2016-06-28Qt: Add a missing Q_DECLARE_METATYPE to fix a compile error on RHEL 7.Jens Kilian1-0/+1
2016-06-28Qt: Preferences dialog performance improvements.Gerald Combs1-189/+285
2016-03-03Qt: Allow regex searching in the advanced prefs.Gerald Combs1-5/+6
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-1/+3
2016-02-24De-canonicalize paths for file and directory path preferences.Guy Harris1-1/+1
2015-08-26Don't emit app signals from dialogs.Gerald Combs1-5/+2
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer1-14/+5
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-06-15Qt: Add the ability to show preferences by module name.Gerald Combs1-9/+29
2015-05-14Qt: Apply protocol preferences.Gerald Combs1-0/+8
2015-02-10Qt/C++: Change a bunch of includes to forward declarations.Gerald Combs1-0/+1
2015-01-06Qt: Add a context menu to the packet list header.Gerald Combs1-4/+7
2014-12-31Qt: Convert more dialog titles.Gerald Combs1-4/+2
2014-12-30Qt: Continue using the new window title format.Gerald Combs1-0/+2
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-12-24Qt (KeyPressEvent): Missing break in switch (CID 1159205, 1159206, 1159208, 1...Alexis La Goutte1-0/+2
2014-11-04Qt: Dynamic languagesMichal Labedzki1-1/+5
2014-09-24Qt: Fix preference bugs.Gerald Combs1-3/+3
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10Do not show uat preferences if not registered for the gui.Irene Rüngeler1-3/+5
2013-11-25From Thomas ERSFELD (GSoC13) : Add Capture interface dialog windowAlexis La Goutte1-55/+56
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs1-2/+5
2013-05-13Add Some missing text to translateAlexis La Goutte1-2/+2
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer1-1/+1
2013-02-08Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs1-4/+13
2013-02-08Add a ModulePreferencesScrollArea widget which builds a scrollable frameGerald Combs1-11/+131
2013-02-06Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs1-0/+1
2013-02-01Add interface prefs. Adjust some spacing and resize behavior.Gerald Combs1-0/+3
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs1-0/+2
2013-01-23Add column preferences.Gerald Combs1-1/+5
2013-01-21Add an initial layout preference pane. Set SVN properties.Gerald Combs1-0/+3
2013-01-20Add Some missing text to translateAlexis La Goutte1-5/+5
2013-01-19Add an "Appearance" (aka "User Interface") preference pane. Having anGerald Combs1-7/+34
2013-01-18Add more AirPcap code, disabled for now.Gerald Combs1-0/+8
2013-01-18Don't call prefs_airpcap_update() for now. Remove some debugging code.Gerald Combs1-1/+1
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-39/+180
2013-01-14When the user is editing text or selecting from a combo box, don'tGerald Combs1-42/+102
2013-01-07Allow editing via the advanced preferences tree. Double-clicking anGerald Combs1-57/+333
2013-01-05Break out preference type names, type descriptions, stringGerald Combs1-0/+185