aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-16Add @configure_input@ to a bunch of .in files that didn't have it.Guy Harris2-0/+6
2012-03-16Actually, the Lua-menu-items aren't necessary anyway; remove them.Jeff Morriss1-3/+0
2012-03-16Get the Lua menus working again: when adding UI menus, it appears that ourJeff Morriss2-16/+41
2012-03-16Fix menu path typos: Stataistics->Statistics, LUA->LuaJeff Morriss2-48/+48
2012-03-14Fix:Jörg Mayer1-11/+11
2012-03-14voip_calls.c Use the hastable instead, we should do away with the list.Anders Broman2-33/+96
2012-03-14VoIP Calls Graph Analysis: Elements not sorted by Time.Anders Broman2-3/+20
2012-03-13Add an explicit capture_cb_capture_failed indication for the case whereGuy Harris2-2/+21
2012-03-13SystemConfiguration framework, not IOKit?Guy Harris1-3/+0
2012-03-13Suggest a better way of getting the interface type on OS X.Guy Harris1-0/+18
2012-03-13Closing a capture file has nothing to do with the list of interfaces onGuy Harris1-12/+0
2012-03-12Add checkboxes to filter for RACH attempts and SRs.Martin Mathieson1-14/+65
2012-03-12Add a checkbox to filter for RACH attempts.Martin Mathieson1-2/+26
2012-03-12Add doxygen tags.Anders Broman1-42/+43
2012-03-11Don't close the currently loaded capture file in capture_start(), do soGuy Harris2-0/+17
2012-03-11Add a comments LEDAnders Broman1-1/+14
2012-03-11Free name string only when used.Stig Bjørlykke1-1/+1
2012-03-11capture_opts_add_opt() does just fine at adding an interface to theGuy Harris1-12/+1
2012-03-10Fix QtShark build after the move of alert_box.c in ui folderAlexis La Goutte1-1/+1