aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-04Qt: Dynamic languagesMichal Labedzki1-39/+9
2014-10-21Qt: Fill in time display menu items. Other fixes and updates.Gerald Combs1-3/+3
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris1-1/+0
2014-10-16Added italian translation to qt.Dario Lombardo1-0/+3
2014-10-01Add tests for the Qt UI.Gerald Combs1-1/+1
2014-09-30Qt: Finish implementing -gGerald Combs1-4/+8
2014-09-30Qt: Try to fix libpcap-less builds.Gerald Combs1-1/+2
2014-09-30Qt: Start capture from the command line.Gerald Combs1-23/+197
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-09-26Move the console log handling code to ui/console.[ch].Gerald Combs1-86/+2
2014-09-25Update the simple dialog code.Gerald Combs1-1/+3
2014-09-20Fix sizing of qtshark based on the saved (recent) geometry.Jeff Morriss1-0/+1
2014-09-18Qt: add support for some more command line optionsPascal Quantin1-5/+183
2014-09-05adjust the path to the translation filesMartin Kaiser1-1/+1
2014-09-05Qt: Refactor ConversationDialog for endpoints.Gerald Combs1-1/+2
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-0/+1
2014-08-01Move the AirPcap stuff into caputils.Guy Harris1-2/+2
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+3
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-10/+5
2014-07-21Add a warning that not all command line options are implementedJoerg Mayer1-0/+1
2014-07-20start support for the Japanese language in the Qt versionMartin Kaiser1-0/+3
2014-07-11Add plumbing for stat commands ("-z ...").Gerald Combs1-59/+86
2014-07-04Fix the no-libpcap build.Guy Harris1-3/+1
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-46/+9
2014-07-03Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.Guy Harris1-0/+4
2014-07-03Include "capture-pcap-util.h" even if we don't have libpcap.Guy Harris1-1/+2
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-4/+57
2014-07-03Regularize the help output of programs.Guy Harris1-7/+5
2014-07-03Regularize the first line of version output.Guy Harris1-2/+2
2014-07-01Add a comment that appears in other programs.Guy Harris1-0/+1
2014-06-30Do startup things in an order more like that of gtkshark.Guy Harris1-47/+48
2014-06-30Move capture.[ch] to libui.Guy Harris1-1/+1
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-1/+3
2014-06-29Move some more stuff into wsutil.Guy Harris1-14/+8
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris1-2/+2
2014-06-23Don't report the run-time version of pcap if we weren't built with pcap.Guy Harris1-0/+2
2014-06-23Have individual programs get libpcap and libz version info.Guy Harris1-5/+17
2014-06-23[WIP] qt: Add support for Polish languageMichal Labedzki1-0/+3
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-6/+7
2014-06-21Move get_copyright_info() to wsutil.Guy Harris1-0/+1
2014-06-20Fix build without pcap.Guy Harris1-5/+0
2014-06-20Fix builds without pcap.Guy Harris1-1/+1
2014-06-20Also define LONGOPT_CAPTURE_COMMON as nothing if we don't have pcap.Guy Harris1-0/+1
2014-06-20Define OPTSTRING_CAPTURE_COMMON as nothing if we don't have pcap.Guy Harris1-14/+2
2014-06-20Add some long options for capture short options.Guy Harris1-1/+2
2014-06-20Add --help and --version long options.Guy Harris1-2/+4
2014-05-13Use pre-scan command line parameters with double while(opt=getopt...)Alexis La Goutte1-68/+141
2014-05-12Ignore SIGPIPE on systems that have it.Gerald Combs1-0/+7
2014-04-23Fix typo in comment (parameterts => parameter)Alexis La Goutte1-1/+1
2014-03-05Add command-line arg for input file format for tshark/wiresharkHadriel Kaplan1-4/+15