aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Catch key events where needed and direct them to the display filtergerald1-25/+37
2012-08-22Handle return/enter/escape in the Go to Packet QLineEdit.gerald1-1/+12
2012-08-21Fix compilation.gerald1-3/+3
2012-08-20Restore the previous focus when we're done going to a packet.gerald1-3/+13
2012-08-20Stylize the "go to packet" bar.gerald1-0/+24
2012-08-20Basic "Go to Packet" implementation.gerald1-3/+38
2012-08-17More welcome screen layout updates. Instantiate the welcome screengerald1-5/+4
2012-08-17Lay out the welcome screen using Qt Designer.gerald1-67/+67
2012-08-14Properly enable and disable "View/Expand Subtrees". Get ridgerald1-2/+3
2012-08-14Add a "View" menu along with actions+slots for expanding and collapsinggerald1-16/+32
2012-08-14Minor cleanup: Get rid of unnecessary signal+slot customization and markgerald1-63/+63
2012-08-13Add keyboard shortcuts for the packet list.gerald1-7/+29
2012-07-31Add an expert level indicator. Move a bunch of resources to image/.gerald1-2/+7
2012-07-25Add some link (URL) to Help Menu in QtSharkalagoutte1-0/+31
2012-07-19Try to fix compilation on non-Windows systems.gerald1-81/+1
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowgerald1-3/+4
2012-07-18Update qtshark to match the recent file dialog changes.gerald1-33/+60
2012-07-12Use win32_open_file in qtshark on Windows.gerald1-2/+9
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-3/+2
2012-03-07Comment fix: i10n -> i18njmayer1-1/+1
2012-03-07Add i18n to QtSharkalagoutte1-1/+2
2012-01-27Fixalagoutte1-1/+1
2012-01-24Use wtap_get_file_extensions_list(), and prepare to useguy1-1/+83
2012-01-16Reflect the move of some header files to the ui directory.guy1-1/+1
2012-01-15Move gtk to ui/gtk.jmayer1-1/+1
2012-01-14Initial status bar functionality. Promote the main window's status bargerald1-17/+96
2012-01-04Add initial support for Qt along with a "ui" subdirectory.gerald1-0/+229