aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-07Update and add icons for capture comments / annotations.Gerald Combs4-17/+261
2012-03-07Comment fix: i10n -> i18nJörg Mayer1-1/+1
2012-03-07From Joerg MayerAlexis La Goutte2-0/+9
2012-03-07Add i18n to QtSharkAlexis La Goutte13-23/+284
2012-03-06Try to make the buildbot happyAnders Broman1-1/+1
2012-03-06From Martin Kaiser: capture dialogue: unitialized pointer is dereferenced, as...Anders Broman1-7/+7
2012-03-06From Cal Turney: Try to fix the remaining warnings. https://bugs.wireshark.or...Anders Broman1-24/+24
2012-03-05Use a dedicated treview for packet comments.Anders Broman1-16/+127
2012-03-05From Cal Turney:Anders Broman1-529/+818
2012-03-03Use 'wireshark' icon from themeBalint Reczey1-0/+3
2012-03-02TypoAnders Broman1-1/+1
2012-03-02Use the expert system to show packet comments.Anders Broman4-39/+66
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