summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-03-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6891 :Jeff Morriss1-0/+2
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-03-01Fix CID 1373.Michael Tüxen1-1/+3
2012-02-29Add a checkbox to allow MAC SRs to be included in generated filterMartin Mathieson1-0/+25
2012-02-29Fix compile for QtShark (../../util.c => ../../ui/util.c)Alexis La Goutte1-1/+1
2012-02-29- Add a LED in the statusbar to indicate that capture comments exists,Anders Broman3-3/+166
2012-02-29Revert 41240, 41239, 41234, 41233, and (finally) 41231. Every time I fix a w...Jeff Morriss1-806/+520
2012-02-29Remove the offending %s for now.Anders Broman1-1/+2
2012-02-29Don't use itoa(). It still doesn't compile due to a format warning on line 7...Jeff Morriss1-96/+100
2012-02-29Use GTK_COMBO_BOX_TEXT, compile failed when using GTK 2.24.10.Anders Broman1-7/+7
2012-02-29Fix another couple of warnings, but not sure what to do about the rest:Martin Mathieson1-2/+2
2012-02-29Fix several compiler warnings (a few more remain though).Martin Mathieson1-43/+44
2012-02-29From Cal Turney:io,stat LOAD error, comma field ignored, zero data intervals ...Anders Broman1-525/+805
2012-02-28Packet comments are workingAnders Broman1-1/+1
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss5-21/+39
2012-02-27Mark the file as unsaved when updating packet comments.Anders Broman1-0/+2
2012-02-27Re-apply r40728 and fix Coverity CID 1371 UNINIT again.Chris Maynard1-1/+1
2012-02-26Mark the gile as unsaved if comments are editedAnders Broman1-0/+2
2012-02-26Make it possible to edit capture commentsAnders Broman1-4/+77
2012-02-26For LANalyzer files, make the "File type name" be the file comment.Guy Harris1-0/+5
2012-02-26Suppress invalid or non-meaningful statistics - for example, withoutGuy Harris3-101/+217
2012-02-24Revisit https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3161Jeff Morriss1-1/+3
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier4-5/+5
2012-02-24From Irene Ruengeler: Always show snaplen.Michael Tüxen1-5/+1
2012-02-24From Irene Ruengeler: Whitespace changes.Michael Tüxen1-2/+2
2012-02-24From Mark Cottrell: Attempting to view an RTP stream analysis graph causes pr...Anders Broman1-4/+2
2012-02-23Add SHB info to SummaryAnders Broman1-0/+16
2012-02-23Have the used interfaces show up if number of interfaces > 0.Anders Broman1-1/+1
2012-02-23From Dirk Leinenbach:Anders Broman1-1/+1
2012-02-23From Kundok Park:Anders Broman1-1/+21
2012-02-21Fix compilation (hopefully).Michael Tüxen1-0/+2
2012-02-21From Irene Ruengeler:Michael Tüxen8-145/+1261
2012-02-20Fix tpo.Guy Harris1-1/+1
2012-02-19Don't run Flex-generated files through checkapi - they use forbiddenGuy Harris2-17/+21
2012-02-19(Minor): use GLIB_CFLAGS instead of GTK_CFLAGS; also put libcliui: as first t...Bill Meier1-4/+5
2012-02-19(Minor): Use GLIB_CFLAGS instead of GTK_CFLAGS when compiling in ui directory.Bill Meier1-1/+1
2012-02-19We already have GENERATED_HEADER_FILES; use that instead ofGuy Harris5-24/+15
2012-02-19We already have GENERATED_HEADER_FILES; no need for GENERATED_H_FILES.Guy Harris3-48/+8
2012-02-19A few more changes to fix the Windows build: Fix building tshark-tap-register.cBill Meier1-5/+5
2012-02-19This is 2 levels down, unlike the 1-level-down ui/Makefile.nmake IGuy Harris1-6/+6
2012-02-19Build the TShark taps into a static libcliui library in the ui/cliGuy Harris3-0/+252
2012-02-19Put back the comment for the rule to generate wireshark-tap-register.c.Guy Harris1-0/+14
2012-02-19Move dftest.c back to the top-level directory; that way, all of theGuy Harris1-199/+0
2012-02-19We renamed "libui_win32.lib" to "libgtkui_win32.lib" elsewhere; fix itGuy Harris1-3/+3
2012-02-18Create a libui (static) library in the ui directory, which contains theGuy Harris4-0/+317
2012-02-18Rename the (static) library built from stuff in ui/gtk to "libgtkui" inGuy Harris3-15/+15
2012-02-17Fix tooltips (There is a hidden column).Michael Tüxen1-7/+7
2012-02-17include "../util.h" -> include "ui/util.h"Jörg Mayer10-10/+10
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer43-1/+12716