summaryrefslogtreecommitdiff
path: root/ui/recent.h
AgeCommit message (Collapse)AuthorFilesLines
2013-07-27Have separate lists of recent capture filters for all interfaces, inGuy Harris1-0/+16
addition to a "global" list. Store all of those lists in the recent file. Maintain the lists in ui/recent.c, rather than attaching them to widgets; have the code that populates the combo boxes get the lists from the ui/recent.c code. This makes a little more of the code GUI-toolkit-independent, and should fix bug 7278. #BACKPORT 1.10, 1.8 svn path=/trunk/; revision=50956
2013-02-02Move the GUI-independent window geometry stuff to ui/recent.c, so weGuy Harris1-8/+7
only have one copy. svn path=/trunk/; revision=47440
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs1-2/+4
ui/gtk/profile_dialog.c. Use the correct profile list in profile_dialog.c so that deletion works. Add a profile dialog to the Qt port. For some reason it crashes when changing configuration profiles, which might be related to bug 7722. Move the Qt configuration profile initialization from main.cpp to wireshark_application.cpp. Make sure QMenuBar doesn't grab the configuration profiles action on OS X. Add more role color names to tango_colors.h. svn path=/trunk/; revision=46834
2012-10-24Add Modelines info for new common ui source file(s)Alexis La Goutte1-0/+13
svn path=/trunk/; revision=45767
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-19Start to have an generic wireless toolbar. Sligtly modified patch from Anders Broman1-1/+1
Pontus Fuchs. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973 svn path=/trunk/; revision=43354
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-0/+188
move it to the top-level source directory for now, and move ui/gtk/recent.h to the ui directory. svn path=/trunk/; revision=40561