aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/edit_packet_comment_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-2/+2
svn path=/trunk/; revision=42161
2012-03-28Add newline at end of file to fix compilation error.Stephen Fisher1-1/+1
svn path=/trunk/; revision=41820
2012-03-23Don't mark the file as unsaved unless the capture or packet comments ↵Jeff Morriss1-2/+1
actually changed. svn path=/trunk/; revision=41744
2012-03-08Create some standard definitions for dialog control spacing. Use them inGerald Combs1-4/+4
the comment dialog. svn path=/trunk/; revision=41412
2012-03-07Rename the functions and variables to go along with r41410.Jeff Morriss1-16/+16
svn path=/trunk/; revision=41411
2012-03-07Use OK, Clear, and Cancel in the comment dialogs (instead of Save, Clear, ↵Jeff Morriss1-8/+8
and Close). This makes the UI similar to our Preferences dialog. And it avoids confusion about whether Save will save the file or not. svn path=/trunk/; revision=41410
2012-03-07Set File->Save sensitivity after file or packet comments are changed.Jeff Morriss1-8/+9
svn path=/trunk/; revision=41409
2012-03-01#if out setting the help buttons' callbacks to NULL to avoid ↵Jeff Morriss1-0/+4
GLib-Object-CRITICAL warnings. svn path=/trunk/; revision=41269
2012-03-01Keep track of whether we have a "Edit Capture Comment" dialog open. If we do,Jeff Morriss1-6/+22
don't open another one. Make a couple globals static. svn path=/trunk/; revision=41268
2012-02-29- Add a LED in the statusbar to indicate that capture comments exists,Anders Broman1-3/+96
clickable to open an edit window. - Add checks for NULL pointers. Help with a different color LED possibly with Jeff's (c) in it apreceated. Should the LED be placed elsewhere or the whole thing done differently? svn path=/trunk/; revision=41242
2012-02-28Packet comments are workingAnders Broman1-1/+1
svn path=/trunk/; revision=41218
2012-02-13Mark an unused parameter.Anders Broman1-1/+1
svn path=/trunk/; revision=41016
2012-02-13Edit packet commentsAnders Broman1-4/+27
svn path=/trunk/; revision=41013
2012-02-12Capitalize the "P" in "Packet" in "Add or Edit Packet Comment". AddGuy Harris1-2/+3
"..." after it, as it pops up a dialog box to let you actually type in a comment. Add "Add or Edit Packet Comment" to the menubar's Edit menu. svn path=/trunk/; revision=41005
2012-02-12Add a button row.Anders Broman1-9/+43
svn path=/trunk/; revision=41003
2012-02-12Get it compiling.Michael Tüxen1-1/+1
svn path=/trunk/; revision=40986
2012-02-12Get the comment and put it in the textview.Anders Broman1-2/+11
svn path=/trunk/; revision=40985
2012-02-12Try to make the buildbot happy.Anders Broman1-2/+19
svn path=/trunk/; revision=40983
2012-02-12Add the edit packet comment menu entry and the empty filesAnders Broman1-0/+59
to actually handel the menu to edit the comments. svn path=/trunk/; revision=40980