aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris4-24/+129
2013-11-03Bluetooth: AVDTP: Add support for Content Protection type SCMS-T (and some mi...Michael Mann2-2/+2
2013-10-31Add licence information.Irene Rüngeler3-2/+26
2013-10-31Set the progress bar animation behavior to match other parts of theGerald Combs1-1/+2
2013-10-31Try to make the animation a little more natural.Gerald Combs1-0/+2
2013-10-30Move the geometry shenanigans a bit further ahead in the startupGerald Combs6-6/+13
2013-10-30Fix maximized geometry behavior on non-OS X systems.Gerald Combs1-5/+5
2013-10-30Fix a comparison.Gerald Combs1-1/+1
2013-10-30Add initial support for geometry settings in the main window.Gerald Combs9-43/+101
2013-10-30Set SVN properties.Jeff Morriss2-11/+11
2013-10-29Make the packet analysis for SCTP independent from GTK and QT.Irene Rüngeler15-186/+209
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs6-5/+55
2013-10-28Fix scroll bar ranges.Gerald Combs1-5/+15
2013-10-28Remove some (but not all) U3 remnants.Gerald Combs1-11/+0
2013-10-28From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9341 :Jeff Morriss2-4/+5
2013-10-28More size and position tweaks.Gerald Combs2-18/+25
2013-10-27Try to improve the appearance of the sequence diagram.Gerald Combs3-12/+39
2013-10-27Remove iplen and iphdrlen from struct _packet_info.Michael Mann3-5/+5
2013-10-27Remove U3 code and packaging.Gerald Combs5-44/+5
2013-10-26From robionekenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=93...Pascal Quantin3-9/+12
2013-10-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2013-10-25More sequence dialog updates.Gerald Combs10-46/+286
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-1/+7
2013-10-25Fix more SVN properties.Jeff Morriss1-1/+1
2013-10-25Add SVN properties.Jeff Morriss3-3/+3
2013-10-25Mark unused parameter, remove moved .h file from Makefile.commonEvan Huus1-1/+0
2013-10-24Fix propertiesJörg Mayer2-0/+0
2013-10-24Make things compile again.Jörg Mayer13-14/+15
2013-10-24Add sequence_dialog.ui.Gerald Combs1-0/+1
2013-10-24Add a missing dependency.Gerald Combs1-0/+2
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs23-761/+1650
2013-10-24Revert previous commit of Irene, which doesn't work (yet).Michael Tüxen14-12/+12
2013-10-24Move sctp_stat to ui to make it independent from gtk.Irene Rüngeler14-12/+12
2013-10-23Bugfix "Restart the running live capture" when using multiple files makes a l...Michael Mann1-0/+1
2013-10-23As suggested by Michael in https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss1-0/+1
2013-10-23Add the ability to collapse subtrees with Shift+Left + additional menu items....Michael Mann5-8/+95
2013-10-23g_slist_free_full() is glib 2.28Anders Broman1-1/+1
2013-10-23Make manual address resolution work again by putting the addressesAnders Broman1-1/+3
2013-10-22Use the preferred or default linktype as active.Irene Rüngeler1-0/+5
2013-10-21Tentative fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9287 :Pascal Quantin1-0/+1
2013-10-20From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=92...Pascal Quantin1-165/+68
2013-10-19Only allow one popup dialog in UAT dialog. Editing/copying/deleting can modi...Michael Mann1-36/+60
2013-10-18Get it actually building when we don't HAVE_LIBPCAP.Jeff Morriss2-3/+1
2013-10-18Clean up warnings when we don't HAVE_LIBPCAP.Jeff Morriss2-2/+2
2013-10-18Simplify a bit (in a way which will hopefully actually work): just don't add ...Jeff Morriss1-2/+3
2013-10-18Add -Wno-shorten-64-to-32 (if we can) when compiling the Qt UI.Jeff Morriss1-1/+2
2013-10-18Add AM_CLEAN_CFLAGS (-Werror) to AM_CPPFLAGS so we get notified of warnings inJeff Morriss1-1/+2
2013-10-18After looking for something in the column-*.h files andJörg Mayer10-10/+10
2013-10-15Adjust parenthesis to make gcc happy.Gerald Combs1-1/+1
2013-10-15Add some missing parenthesis. Make sure we set our font in the right place.Gerald Combs3-18/+14