aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2013-11-10Use the correct event filter.Gerald Combs1-1/+1
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris3-13/+13
2013-11-08For open dialogs, offer a list of sets of extensions, not of file types;Guy Harris2-8/+76
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 Combs7-32/+101
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs2-1/+11
2013-10-28Fix scroll bar ranges.Gerald Combs1-5/+15
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 U3 code and packaging.Gerald Combs2-11/+1
2013-10-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2013-10-25More sequence dialog updates.Gerald Combs6-30/+260
2013-10-25Fix more SVN properties.Jeff Morriss1-1/+1
2013-10-25Add SVN properties.Jeff Morriss3-3/+3
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 Combs12-2/+801
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 Mayer4-4/+4
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-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-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
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-11Include ui/util.h.Gerald Combs1-0/+1
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs4-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 Mann1-2/+2
2013-10-06Rewrite the layout case statement as two separate ones, grouping and usingEvan Huus1-23/+20
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-09-30Strip out references to PortAudio. Qt has its own audio module (Phonon).Gerald Combs3-40/+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
2013-09-16Add stream information to the hint label. Update our hint more often.Gerald Combs3-18/+48