summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-25/+20
2012-10-02Move the main window slots to main_window_slots.cpp.Gerald Combs1-674/+0
2012-10-01Don't bother setting a background gradient in the toolbar on Windows.Gerald Combs1-9/+0
2012-10-01Implement file sets.Gerald Combs1-33/+77
2012-09-26Fix compilation on Windows.Gerald Combs1-1/+1
2012-09-26Implement "Save" and "Save As".Gerald Combs1-6/+264
2012-09-25Use "common help_url function" for qtsharkAlexis La Goutte1-6/+60
2012-09-18Remove a debugging mesage.Gerald Combs1-1/+0
2012-09-18import_text_dialog.cpp: Use the common help URL routines.Gerald Combs1-11/+15
2012-09-17Add a text import dialog. Use libui.Gerald Combs1-4/+25
2012-09-10Show our packets after we've loaded a file.Gerald Combs1-1/+1
2012-09-06Implement File→Merge. Gerald Combs1-21/+220
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
2012-09-01Temporarilly comment out param names while they're unused (basicallyEvan Huus1-3/+3
2012-09-01Fix part of build on latest GCC.Evan Huus1-1/+1
2012-08-31Don't try to read from our input pipe on Windows after we're done capturing.Gerald Combs1-3/+9
2012-08-31Connect and disconnect our signals correctly.Gerald Combs1-2/+2
2012-08-31Fix compilation on Windows.Gerald Combs1-8/+9
2012-08-31Initialize a variable so that we can quit. Remove some debuggingGerald Combs1-2/+3
2012-08-31It ain't Wireshark unless we can capture.Gerald Combs1-120/+737
2012-08-31File => Open (Ctrl+O) on Qtshark (broke with last change...)Alexis La Goutte1-0/+6
2012-08-23Catch key events where needed and direct them to the display filterGerald Combs1-25/+37
2012-08-22Handle return/enter/escape in the Go to Packet QLineEdit.Gerald Combs1-1/+12
2012-08-21Fix compilation.Gerald Combs1-3/+3
2012-08-20Restore the previous focus when we're done going to a packet.Gerald Combs1-3/+13
2012-08-20Stylize the "go to packet" bar.Gerald Combs1-0/+24
2012-08-20Basic "Go to Packet" implementation.Gerald Combs1-3/+38
2012-08-17More welcome screen layout updates. Instantiate the welcome screenGerald Combs1-5/+4
2012-08-17Lay out the welcome screen using Qt Designer.Gerald Combs1-67/+67
2012-08-14Properly enable and disable "View/Expand Subtrees". Get ridGerald Combs1-2/+3
2012-08-14Add a "View" menu along with actions+slots for expanding and collapsingGerald Combs1-16/+32
2012-08-14Minor cleanup: Get rid of unnecessary signal+slot customization and markGerald Combs1-63/+63
2012-08-13Add keyboard shortcuts for the packet list.Gerald Combs1-7/+29
2012-07-31Add an expert level indicator. Move a bunch of resources to image/.Gerald Combs1-2/+7
2012-07-25Add some link (URL) to Help Menu in QtSharkAlexis La Goutte1-0/+31
2012-07-19Try to fix compilation on non-Windows systems.Gerald Combs1-81/+1
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs1-3/+4
2012-07-18Update qtshark to match the recent file dialog changes.Gerald Combs1-33/+60
2012-07-12Use win32_open_file in qtshark on Windows.Gerald Combs1-2/+9
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-23In Windows, in the Save As and Export Selected Packets dialog, appendGuy Harris1-1/+1
2012-03-16Fix some Gui Text not translate and update french translationAlexis La Goutte1-2/+1
2012-03-07Comment fix: i10n -> i18nJörg Mayer1-1/+1
2012-03-07Add i18n to QtSharkAlexis La Goutte1-1/+2
2012-01-27FixAlexis La Goutte1-1/+1
2012-01-24Use wtap_get_file_extensions_list(), and prepare to useGuy Harris1-1/+83
2012-01-16Reflect the move of some header files to the ui directory.Guy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-1/+1
2012-01-14Initial status bar functionality. Promote the main window's status barGerald Combs1-17/+96
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+229