aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-15Make sure we have a valid capture file pointer in win32_export_file().Gerald Combs1-0/+3
2013-10-15Fill in the help links. Make sure they do something when they're clicked.Gerald Combs2-14/+40
2013-10-15Remove some commented code.Gerald Combs1-3/+0
2013-10-14Let Qt lay out and size elements in FollowStreamDialog. Make itGerald Combs4-78/+157
2013-10-14PacketList and ProtoTree need access to MainWindow at initializationGerald Combs3-6/+6
2013-10-13SMB2 SRT can be very inaccurate in the presence of retransmissions: Retrans...Cal Turney1-3/+12
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice3-0/+4
2013-10-12Have pixbuf_to_widget() use a guint8 * to matchGerald Combs2-2/+2
2013-10-12Solaris Studio C++ won't let us pass the address of main() toGerald Combs1-1/+1
2013-10-11One more HAVE_LIBPCAP.Gerald Combs1-0/+2
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs10-16/+70
2013-10-11Fix some formatting.Jeff Morriss1-11/+17
2013-10-11More ui/util.h includes.Gerald Combs3-0/+3
2013-10-11Include ui/util.h.Gerald Combs2-0/+2
2013-10-11There's no need to include prefs.h twice.Jeff Morriss1-2/+1
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs10-56/+68
2013-10-10Don't close the Capture Options window if there was an error in what wasJeff Morriss1-1/+2
2013-10-10Revert the changes made to resolve https://bugs.wireshark.org/bugzilla/show_b...Chris Maynard2-83/+1
2013-10-10Flag the addresses used in the trace which has been resolved and only add tho...Anders Broman2-4/+4
2013-10-09When we display an error message in the interface list make sure it'sGerald Combs1-2/+6
2013-10-09Prefix all "Wireshark application specific" display filters with a "_ws." to ...Michael Mann3-6/+6
2013-10-06Rewrite the layout case statement as two separate ones, grouping and usingEvan Huus1-23/+20
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-1/+1
2013-10-05Make the task list colors more consistent.Gerald Combs1-2/+2
2013-10-05Fix the white-rectangle-at-startup artifact with the help of GammaRay[1].Gerald Combs4-74/+67
2013-10-04in a uat dialogue, allow only one popup for confirming a deletion of anMartin Kaiser1-25/+36
2013-10-01Remove check_col.Michael Mann1-1/+1
2013-09-30Strip out references to PortAudio. Qt has its own audio module (Phonon).Gerald Combs3-40/+1
2013-09-26When a line of text wraps to the next line, the character that caused the lin...Chris Maynard1-2/+1
2013-09-25Delete extra_split if we're not using it. This keeps its handle fromGerald Combs3-22/+24
2013-09-16address_equal → addresses_equal. Switch from address macros to functionsGerald Combs2-8/+8