aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-02Rename cf_not_saved() to cf_has_unsaved_data() to clarify what itGuy Harris1-3/+3
2013-04-02Only enable Edit->Packet Comment... if we can save the file withoutGuy Harris1-1/+1
2013-04-01Add routines to file.c to indicate whether:Guy Harris1-35/+9
2013-04-01Add a wtap_dump_can_write() routine that indicates whether WiretapGuy Harris1-6/+1
2013-04-01Define a collection of bits for different types of capture file comments.Guy Harris1-25/+33
2013-04-01Add a setTitlebarForCaptureInProgress() method to MainWindow, and use itGuy Harris3-1/+21
2013-03-31Add a setTitlebarForCaptureFile() and have it set the titlebar and theGuy Harris3-4/+22
2013-03-31Rename set_display_filename() to set_titlebar_for_capture_file(), asGuy Harris2-2/+3
2013-03-31Make the menu item for importing a hex dump text file be "Import fromGuy Harris6-8/+8
2013-03-26More icon updates. Gerald Combs1-2/+2
2013-03-06Add support for software updates. Remove qtshark.rc and useGerald Combs8-9/+43
2013-03-05Followup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE macro from r47942.Jeff Morriss1-1/+1
2013-03-05Default capture buffer size is now 2MB. (See also r47920 and r47937)Chris Maynard1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+1
2013-02-20Only call create_app_running_mutex on Windows.Gerald Combs1-0/+3
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+1
2013-02-14main_window_slots.cpp includes ui_main_window.h, so make sure we buildGuy Harris1-1/+1
2013-02-10Use the same destination directory everywhere. If we're building an NSISGerald Combs1-6/+11
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris2-12/+12
2013-02-09Fix EXTRA_BINFILES for CMake + OS X.Gerald Combs1-1/+1