summaryrefslogtreecommitdiff
path: root/ui/qt/QtShark.pro
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Add a statistics tree dialog.Gerald Combs1-0/+3
2013-11-14Create a plural-only English translation. Use it to pluralize the FollowGerald Combs1-2/+4
2013-11-14Add packet information and selection to the Follow Stream dialog.Gerald Combs1-0/+2
2013-10-24Add sequence_dialog.ui.Gerald Combs1-0/+1
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs1-0/+4
2013-09-30Strip out references to PortAudio. Qt has its own audio module (Phonon).Gerald Combs1-26/+0
2013-09-12Make sure qmake links with zlib on Windows.Gerald Combs1-0/+1
2013-09-10Use the correct GnuTLS include directory.Gerald Combs1-1/+1
2013-09-10It's such fun to have four count 'em four different build systemsGuy Harris1-0/+1
2013-09-09From Thomas ERSFELD (GSoC13)Alexis La Goutte1-1/+3
2013-09-09From Dean Lee via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8597 Qt...Alexis La Goutte1-1/+2
2013-08-31Qt5 on Windows needs platforms/qwindows.dll as well.Gerald Combs1-0/+11
2013-08-30Fix NSIS packaging.Gerald Combs1-6/+6
2013-08-29Add support for Qt5 (tested with 5.1.1).Gerald Combs1-8/+18
2013-08-27Add qcustomplot.cpp to Makefile.common and CMakeLists.txtJörg Mayer1-1/+1
2013-08-27Remove an attempt to fix a qmake warning.Gerald Combs1-2/+0
2013-08-27Add TCP sequence number (Stevens-style) graphs.Gerald Combs1-3/+8
2013-08-23Correctly reference EXTRA_LIBFILES. Make sure QMAKE_EXTENSION_SHLIBGerald Combs1-7/+17
2013-08-22Split EXTRA_LIBFILES into EXTRA_LIBFILES and EXTRA_BINFILES. Try usingGerald Combs1-14/+27
2013-08-08Add initial capture filter support.Gerald Combs1-0/+8
2013-08-07Make sure we copy our support files to DESTDIR.Gerald Combs1-3/+8
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs1-1/+7
2013-07-16g711.c and u3.c are now in wsutil.Jeff Morriss1-2/+0
2013-07-16Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss1-1/+0
2013-07-12print.c and ps.c are in libwirshark now.Jeff Morriss1-2/+0
2013-07-12disabled_protos.c is in libwireshark now.Jeff Morriss1-1/+0
2013-07-12frame_data_sequence.c and packet-range.c moved to epan.Guy Harris1-2/+0
2013-07-11You now have to update three count 'em three files when adding a newGuy Harris1-0/+1
2013-07-09From Thomas ERSFELD (GSOC13) via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte1-0/+3
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs1-0/+2
2013-07-02Preserve symlinks when copying libraries into the application bundle onGerald Combs1-1/+1
2013-06-26Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions.Jeff Morriss1-2/+0
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-1/+0
2013-06-25There's no need to compile timestats.c any more--it's now in libwsutil.Jeff Morriss1-1/+0
2013-06-17Fix qt make buildbot stepAlexis La Goutte1-1/+3
2013-06-10Check for QtMacExtras, and if we have it use it to switch to a nativeGerald Combs1-0/+7
2013-06-10Removing libui_dirty.a in r48976 broke CMake + Qt Creator builds. FixGerald Combs1-2/+8
2013-05-22There are clearly not enough different sets of build tools out there, soGuy Harris1-1/+1
2013-04-25Update QtShark.pro for Qt5, hopefully without breaking Qt4. Enable theGerald Combs1-3/+10
2013-03-06Add support for software updates. Remove qtshark.rc and useGerald Combs1-2/+4
2013-02-10Use the same destination directory everywhere. If we're building an NSISGerald Combs1-6/+11
2013-02-09Fix EXTRA_BINFILES for CMake + OS X.Gerald Combs1-1/+1
2013-02-09Try to figure out if we built the rest of the project using Autotools orGerald Combs1-3/+25
2013-02-08Add a ModulePreferencesScrollArea widget which builds a scrollable frameGerald Combs1-1/+4
2013-02-06Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs1-26/+34
2013-02-02Reflect recent.c moving from the top-level directory to the uiGuy Harris1-1/+0
2013-02-01Add interface prefs. Adjust some spacing and resize behavior.Gerald Combs1-3/+6
2013-01-31Use the name "Wireshark" instead of "qtshark" on OS X.Gerald Combs1-1/+6
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs1-5/+6
2013-01-23Add column preferences.Gerald Combs1-3/+6