summaryrefslogtreecommitdiff
path: root/ui/qt/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-06Add support for software updates. Remove qtshark.rc and useGerald Combs1-5/+5
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-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-02In Qt 4, C strings are, by default, treated as 7-bit ASCII whenGuy Harris1-0/+7
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs1-22/+20
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-1/+2
2013-01-16Add some routines to wsutil to, at least on some platforms, addGuy Harris1-11/+20
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs1-114/+9
2012-12-07Implement the items under "Edit→Copy", "Analyze→Apply as Filter" andGerald Combs1-4/+4
2012-11-21On error, have capture_opts_trim_iface() return the exit status thatGuy Harris1-3/+4
2012-11-05Have InterfaceTree wait until the application is initialized to startGerald Combs1-0/+2
2012-11-05Move the MWOverlay code into its own class, SplashOverlay. Use it toGerald Combs1-7/+3
2012-11-03Move the main window creation to the top of main() in anticipation of aGerald Combs1-4/+14
2012-10-21Revert r45692 and try to fix link failure another way: console_win32.[ch] def...Pascal Quantin1-1/+1
2012-10-21Try to fix LINK : fatal error LNK1181: cannot open input file 'win32/console_...Alexis La Goutte1-1/+1
2012-10-21Add MSWindows console to QtSharkAlexis La Goutte1-17/+6
2012-09-25Add load of translate QLibraryInfo to have standart button (and other stuff) ...Alexis La Goutte1-0/+5
2012-09-17Add a text import dialog. Use libui.Gerald Combs1-7/+27
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
2012-08-31It ain't Wireshark unless we can capture.Gerald Combs1-37/+11
2012-08-23Fixes for warnings: unused-but-set-variableJörg Mayer1-5/+5
2012-08-19Add automatic tree expansion. Get rid of some unnecessary void * casts.Gerald Combs1-2/+2
2012-08-14Fix compilation warnings.Gerald Combs1-14/+19
2012-08-04Make sure global_capture_opts is properly declared.Gerald Combs1-0/+1
2012-08-03Move capture_globals.h from ui/gtk/ to ui/. Show interface activityGerald Combs1-1/+138
2012-07-18Update qtshark to match the recent file dialog changes.Gerald Combs1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Michael Mann:Anders Broman1-4/+0
2012-03-30gcc 4.7 would complain that the getopt stuff was not declared.Jörg Mayer1-17/+19
2012-03-07Add i18n to QtSharkAlexis La Goutte1-0/+12
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer1-1/+1
2012-01-21Fix -v for QtSharkAlexis La Goutte1-2/+63
2012-01-20Remove or mark unused variables.Gerald Combs1-1/+3
2012-01-18Reflect the changes to make the recent-file code GUI-independent.Guy Harris1-2/+1
2012-01-16Reflect the move of some header files to the ui directory.Guy Harris1-4/+5
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-3/+3
2012-01-14Initial status bar functionality. Promote the main window's status barGerald Combs1-45/+3
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+980