aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-03-10Replace 4-space tabs (and one 8-space tab, the only remaining tab in theGuy Harris1-8/+8
2012-03-10Replace inconsistent tabs with spaces.Guy Harris1-58/+58
2012-03-09Fix up indentation (get rid of 4-space tabs).Jeff Morriss1-64/+64
2012-03-09Mark an unused parameter as such.Anders Broman1-1/+1
2012-03-09Make packet comments editable from the expert info tab.Anders Broman1-0/+10
2012-03-08Convert 4-space tabs to spaces.Guy Harris1-136/+136
2012-03-08Update the comment icons and tooltips.Gerald Combs2-96/+96
2012-03-08Move alert_box.c to the ui directory.Guy Harris2-0/+135
2012-03-08Add capture_comment_icons.hAnders Broman1-0/+1
2012-03-08And fix some other ../../image/...s for out-of-tree builds.Guy Harris1-4/+4
2012-03-08Fix to handle out-of-tree builds - use $(top_srcdir) rather than aGuy Harris1-1/+1
2012-03-08summary_dlg.c:419: error: 'dl_description' undeclared (first use in this func...Anders Broman1-2/+0
2012-03-08Don't show expert info or comments icons unless we have a file loadedAnders Broman1-3/+5
2012-03-08Put a frame around capture comments, don't depend on LIBPCAP to print dl_desc...Anders Broman1-8/+10
2012-03-08Use an OK button rather than save for consistency, wouldapply be more apropri...Anders Broman1-8/+8
2012-03-08Followup to r41415: don't enable *any* of the file operations during a liveJeff Morriss1-4/+3
2012-03-08As reported by Joerg on -dev: don't enable File->Save if we're still readingJeff Morriss1-51/+52
2012-03-08Create some standard definitions for dialog control spacing. Use them inGerald Combs3-6/+28
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 Morriss3-10/+14