summaryrefslogtreecommitdiff
path: root/ui/qt/main.cpp
AgeCommit message (Expand)AuthorFilesLines
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