summaryrefslogtreecommitdiff
path: root/ui/gtk/edit_packet_comment_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-19Add menu item for capture comment dialog in GTK+Dirk1-10/+2
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-5/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-5/+3
2013-06-19update the button in the status bar when a packet comment is addedMartin Kaiser1-0/+1
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-1/+0
2013-03-21From beroset:Bill Meier1-1/+1
2013-03-09Use explicit casts.Anders Broman1-5/+5
2013-02-20make function names consistentMartin Kaiser1-1/+1
2013-02-20kill an "edit capture comment" popup if the underlying file is closedMartin Kaiser1-0/+7
2012-12-26Move summary related stuff to summary_dlgAnders Broman1-79/+0
2012-12-23Qt: Implement packet comments. Fix packet detail updates.Gerald Combs1-4/+1
2012-12-22Remove unneeded initializations, and one redundant if condition.Evan Huus1-4/+4
2012-11-28Remove a now-unused variable.Jeff Morriss1-1/+0
2012-11-28Add a copy button that copies to clipboard.Anders Broman1-7/+27
2012-11-27Start including info from Statistics/Summary.Anders Broman1-4/+7
2012-11-26Rudimentary code to show comments summary.Anders Broman1-0/+61
2012-09-24change the capture comment icon in the statusbar from "add" to "edit"Martin Kaiser1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10update the expert info entries after a packet comment was modifiedMartin Kaiser1-0/+2
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-2/+2
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-1/+1
2012-09-03add a vertical scrollbar to the text input windows for capture commentMartin Kaiser1-4/+18
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman1-2/+2
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Have a main_update_for_unsaved_changes() routine that, if changes areGuy Harris1-3/+2
2012-05-24Don't include a Clear button in the packet- and capture-file-comment dialogs:Jeff Morriss1-21/+4
2012-05-24Enable word wrapping for capture-file comments.Jeff Morriss1-2/+1
2012-05-24Word-wrap comments in the display.Guy Harris1-0/+1
2012-05-24Free the comment after calling gtk_text_buffer_set_text().Jeff Morriss1-2/+4
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-3/+0
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-2/+2
2012-03-28Add newline at end of file to fix compilation error.Stephen Fisher1-1/+1
2012-03-23Don't mark the file as unsaved unless the capture or packet comments actually...Jeff Morriss1-2/+1
2012-03-08Create some standard definitions for dialog control spacing. Use them inGerald Combs1-4/+4
2012-03-07Rename the functions and variables to go along with r41410.Jeff Morriss1-16/+16
2012-03-07Use OK, Clear, and Cancel in the comment dialogs (instead of Save, Clear, and...Jeff Morriss1-8/+8
2012-03-07Set File->Save sensitivity after file or packet comments are changed.Jeff Morriss1-8/+9
2012-03-01#if out setting the help buttons' callbacks to NULL to avoid GLib-Object-CRIT...Jeff Morriss1-0/+4
2012-03-01Keep track of whether we have a "Edit Capture Comment" dialog open. If we do,Jeff Morriss1-6/+22
2012-02-29- Add a LED in the statusbar to indicate that capture comments exists,Anders Broman1-3/+96
2012-02-28Packet comments are workingAnders Broman1-1/+1
2012-02-13Mark an unused parameter.Anders Broman1-1/+1
2012-02-13Edit packet commentsAnders Broman1-4/+27
2012-02-12Capitalize the "P" in "Packet" in "Add or Edit Packet Comment". AddGuy Harris1-2/+3
2012-02-12Add a button row.Anders Broman1-9/+43