aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/preferences_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-07-22Have UatFrame send out proper notifications.Michael Mann1-0/+5
2017-07-18Qt: Fix "Filter Button Preferences" shortcutStig Bjørlykke1-1/+2
2017-07-11Qt: Move all utility widgets to widgets subdirectoryRoland Knall1-1/+1
2017-07-11Promote Expert preference UAT to main preference tree.Michael Mann1-1/+14
2017-06-26Convert filter expressions preference data to a UAT.Michael Mann1-1/+9
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-3/+10
2017-02-26preferences_dialog (Qt): fix commas at the end of enumerator lists are a C++1...Alexis La Goutte1-1/+1
2017-02-16Qt: Preserve pane sizes when layout content changedStig Bjørlykke1-3/+11
2017-02-16Qt: Reset pane sizes when layout type changedStig Bjørlykke1-0/+13
2017-01-22Internalize struct preferenceMichael Mann1-44/+38
2017-01-12Qt: Remove unneccessary Q_DECLARE_METATYPERoland Knall1-9/+20
2017-01-07Refactor range preference.Michael Mann1-69/+2
2017-01-07Convert range API to always use wmem memory.Michael Mann1-4/+4
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