aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki2-2/+5
2013-07-10Use QHeaderView::setSectionResizeMode on Qt >= 5.Gerald Combs1-0/+10
2013-07-09From Thomas ERSFELD (GSOC13) via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte11-4/+1430
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs11-21/+289
2013-07-07Make tree_is_expanded array static, add setter/getter function.Jakub Zawadzki1-5/+5
2013-07-02Preserve symlinks when copying libraries into the application bundle onGerald Combs1-1/+1
2013-06-27Propagate the main_window_update change of few commits ago into the qt clientLuis Ontanon4-5/+8
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 Morriss2-2/+1
2013-06-25There's no need to compile timestats.c any more--it's now in libwsutil.Jeff Morriss1-1/+0
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss2-2/+2
2013-06-20Sort the encapsulation type combo box similar to the GTK change in r50077.Gerald Combs1-0/+1
2013-06-19Try to make it more obvious that you can select unselected task listGerald Combs1-14/+17
2013-06-17Fix qt make buildbot stepAlexis La Goutte1-1/+3
2013-06-16Make the libwiretap Buffer routines usable from C++, and fix the C++ UIGuy Harris2-4/+7
2013-06-13On OS X set the toolbar icon size to match our current icons.Gerald Combs1-1/+2
2013-06-10Check for QtMacExtras, and if we have it use it to switch to a nativeGerald Combs2-2/+19
2013-06-10Removing libui_dirty.a in r48976 broke CMake + Qt Creator builds. FixGerald Combs1-2/+8
2013-05-25Object::connect: No such signal WiresharkApplication::captureCaptureUpdateCon...Alexis La Goutte1-2/+2
2013-05-25Apply change of Bug 8706 ( "Stream" should be changed to "Follow Stream" in t...Alexis La Goutte1-2/+2
2013-05-22Turn "packet_is_ssl()" into a general "does the packet whose dissectionGuy Harris1-1/+1
2013-05-22Include "ui/recent_utils.h" so that the functions we define are checkedGuy Harris1-0/+1
2013-05-22And a few more fixes. Put wrappers in capture_session.h to make it workGuy Harris1-2/+2
2013-05-22More capture_options -> capture_session fixes.Guy Harris3-10/+12
2013-05-22More capture_options -> capture_session fixes.Guy Harris1-16/+16
2013-05-22And handle the no-libpcap case here as well.Guy Harris1-0/+2
2013-05-22More capture_options -> capture_session fixes.Guy Harris1-7/+7
2013-05-22Include "capture_session.h" to define capture_session.Guy Harris1-0/+1
2013-05-22More capture_options -> capture_session changes.Guy Harris6-29/+30
2013-05-22And reflect the new capture_options structure here.Guy Harris1-0/+3
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-1/+3
2013-05-22There are clearly not enough different sets of build tools out there, soGuy Harris1-1/+1
2013-05-22Rename capture_opts_trim_iface() toGuy Harris1-2/+4
2013-05-20Fix Typo about filenameAlexis La Goutte1-1/+1
2013-05-20From Richard Turner via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Alexis La Goutte1-25/+42
2013-05-20From report of mot990-8omk7tp8mio8ro via https://bugs.wireshark.org/bugzilla/...Alexis La Goutte3-0/+22
2013-05-13lupdate/lrelease ui/qt/QtShark.pro Sync with last change in Qt FilesAlexis La Goutte4-408/+933
2013-05-13Add Some missing text to translateAlexis La Goutte6-13/+13
2013-05-13Add Some missing text to translateAlexis La Goutte1-2/+2
2013-04-25Add Qt5 build support with cmake. Just do cmake ... -DENABLE_QT5=ON ...Jörg Mayer1-12/+21
2013-04-25Fix a warning: sparkline_delegate.h does not contain a Q_OBJECTJörg Mayer1-1/+1
2013-04-25Update QtShark.pro for Qt5, hopefully without breaking Qt4. Enable theGerald Combs2-6/+13
2013-04-25Send the output of the -D and -L options to the standard output ratherGuy Harris1-46/+35
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer17-66/+66
2013-04-11QT: Select default interface if none else is selectedIrene Rüngeler1-0/+6
2013-04-10Add a license header.Gerald Combs4-0/+93
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-1/+1
2013-04-08Fix bug in "Import Hex Dump" where data was overwritten in the buffer.Irene Rüngeler1-2/+2
2013-04-05Add checkbox for the direction indication to the "Import from Hex Dump" dialog.Irene Rüngeler3-0/+23
2013-04-02OK, if we're setting the file path for the window - which we want to do,Guy Harris1-7/+60