summaryrefslogtreecommitdiff
path: root/ui/gtk/menus.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-05-17From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8690 :Jeff Morriss1-2/+2
Change "Edit" to "Rename" and add icons to "Manage Profiles..." and "Switch to...". Update the associated widget, routine, and variable names in order to facilitate future maintenance. svn path=/trunk/; revision=49361
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-17Move some code to manipulate the toolbar and capture interface dialogGuy Harris1-30/+0
out of main_menubar.c into routines in main.c. Move some routines that are only used by main.c into main_menubar_private.h. svn path=/trunk/; revision=43298
2012-06-14Disable some menu items and toolbar items while we're waiting for aGuy Harris1-0/+5
capture to stop, so that we don't try to quit while we're in the middle of quitting or try to stop or restart the capture we're in the middle of stopping. svn path=/trunk/; revision=43250
2012-06-04Add some more routines to main.c that handle updates to "auto scroll inGuy Harris1-8/+0
live capture" and colorization, so that the ones in main_menubar.c don't have to know about anything other than the main menubar. Move some toolbar routines that should only be used by routines in main.c into a main_toolbar_private.h header. svn path=/trunk/; revision=43053
2012-06-04Have a main_update_for_unsaved_changes() routine that, if changes areGuy Harris1-6/+0
made to the capture file (adding/removing/editing comments, for now) or if a capture file with unsaved changes are unsaved, updates the menu bar, the toolbar, *and* the titlebar, which now has a GNOME-style "*" to indicate unsaved changes. Make set_menus_for_capture_file() a private interface between main.c and main_menubar.c, and have its callers, such as main_update_for_unsaved_changes(), be responsible for updating the toolbar as well. svn path=/trunk/; revision=43051
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-9/+0
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
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+161
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518