aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-03-30gcc 4.7 would complain that the getopt stuff was not declared.Jörg Mayer1-17/+19
2012-03-30Recreate the packet list when changing UAT for header fields.Stig Bjørlykke1-3/+13
2012-03-30As pointed out by Alexis: remove a bunch of set-but-unused variables.Jeff Morriss1-76/+3
2012-03-30Fix the flag used in a test.Martin Mathieson1-1/+1
2012-03-29Fix a test to avoid setting an invalid display filter.Martin Mathieson1-3/+4
2012-03-28Add newline at end of file to fix compilation error.Stephen Fisher1-1/+1
2012-03-28From Irene Ruengeler: Fix a crash.Michael Tüxen1-3/+5
2012-03-28Fix compilation.Michael Tüxen1-1/+1
2012-03-27User data is not used in capture_prepare_cb and capture_do_cb.Stig Bjørlykke1-6/+2
2012-03-27Get things compiling if we HAVE_AIRPCAP.Jeff Morriss2-8/+5
2012-03-25Give qmake a VERSION it will accept.Gerald Combs1-2/+2
2012-03-25Fix the Qt build for Win64.Gerald Combs1-2/+6
2012-03-23Only enable the OK button if we have an address and a name and name resolutionJeff Morriss1-4/+19
2012-03-23As I think Guy said a while back (quoting some HIG): anything you can do in aJeff Morriss2-9/+13
2012-03-23Don't mark the file as unsaved unless the capture or packet comments actually...Jeff Morriss2-3/+13
2012-03-21When a TCP graph is summoned, work out how many unique TCP conversationsMartin Mathieson1-16/+37
2012-03-21From Irene Ruengeler: Restore functinality of last patch.Michael Tüxen2-2/+3
2012-03-21Make the comment I added, saying what scan_local_interfaces() does, moreGuy Harris2-2/+4
2012-03-21scan_local_interfaces() isn't in capture_opts.c; don't declare it inGuy Harris2-0/+9
2012-03-21Handle bogus values of the error that *should* be coming fromGuy Harris1-32/+41
2012-03-21Fix 4-space tabs.Guy Harris1-35/+35
2012-03-21activate_link_cb() is only defined and used if we have GTK 2.18 or higher; on...Jeff Morriss1-0/+2
2012-03-21welcome_if_tree_load() is static and only called (and prototyped) if we HAVE_...Jeff Morriss1-5/+5
2012-03-21Well, it doesn't recurse with that code there, but it doesn't fill inGuy Harris1-2/+0
2012-03-21The chimney stuff is Windows-only (not that we shouldn't offer theGuy Harris1-1/+4
2012-03-21Recursion, n. See "recursion".Guy Harris1-0/+2
2012-03-21welcome_if_tree_load() is not used outside ui/gtk/main_welcome.c; makeGuy Harris2-3/+2
2012-03-21#ifdef out some variables used only if we have libpcap.Guy Harris1-0/+2
2012-03-20Just put both clear_capture_box() and fill_capture_box() under oneGuy Harris1-2/+1
2012-03-20See if this fixes the OSX buildAnders Broman1-1/+2
2012-03-20See if this fixes the OSX buildAnders Broman1-2/+0
2012-03-20make it compile on Windows, \main_welcome.c(1024) : warning C4700: uninitiali...Anders Broman1-3/+7
2012-03-20From Irene Ruengeler: Make sure we can remove all interfaces and canMichael Tüxen2-212/+273
2012-03-19We don't use a GENERATED_H_FILES macro anywhere else, we useGuy Harris2-9/+4
2012-03-19Remove the generated-but-not-distributed source files on "makeGuy Harris1-0/+3
2012-03-19Add main.cpp as an EXTRA_DIST file; for now, we don't build it as partGuy Harris1-0/+1
2012-03-19Don't distribute the output of various Qt preprocessing tools. We don'tGuy Harris2-3/+27
2012-03-19Another generated file.Guy Harris1-1/+2
2012-03-19Get rid of blank line at the end.Guy Harris1-1/+0
2012-03-19Sort the EXTRA_DIST list.Guy Harris1-1/+1
2012-03-19Call the UI library in the Qt directory libqtui, not libui, to match theGuy Harris2-13/+19
2012-03-19Until someone creates a .vcproj file for QT, don't try to distribute it.Jeff Morriss1-2/+3
2012-03-19Set eol-style to native (just to make these files readable on *NIX).Jeff Morriss1-1095/+1095
2012-03-19Add ui/qt/doxygen.cfg.in (copied from ui/gtk, replacing gtk strings with qt)....Jeff Morriss1-0/+68
2012-03-19Fix path to doxygen_global.cfgJeff Morriss1-28/+28
2012-03-18Add in the Makefile_custom.common file.Guy Harris1-0/+13
2012-03-18Add automake support for Qt - use --with-qt as a configure scriptGuy Harris2-0/+255
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier2-3/+3
2012-03-18From Bill Schiller: New dissector for the HART/IP protocolBill Meier1-0/+2
2012-03-16Fix some Gui Text not translate and update french translationAlexis La Goutte5-13/+33