summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-03Add the Display Filter Expression dialog.Gerald Combs1-1/+1
2015-05-23Qt: Update the status bar when saving.Gerald Combs1-0/+17
2015-05-22Qt: Don't crash after "Save As".Gerald Combs1-6/+6
2015-05-15Qt: Stop tapping when the I/O Graph dialog closes.Gerald Combs1-0/+3
2015-05-14Qt: Column preference fixes.Gerald Combs1-1/+3
2015-05-08Expert Info dialog.Gerald Combs1-0/+3
2015-05-05extcap: Implement QT extcap optionsRoland Knall1-0/+5
2015-05-03ext_menubar: Change action name to remove warningRoland Knall1-1/+1
2015-04-14UI: Implementing menus for pluginsRoland Knall1-0/+75
2015-04-07Qt: fix maximized state applyPascal Quantin1-1/+1
2015-04-06Show a count in the status bar for all captures.Guy Harris1-0/+2
2015-03-05Qt: Constify a bunch of strings.Gerald Combs1-11/+12
2015-03-02Main window (Qt): Fix Dead Store (Dead assignement/Dead increment) warning fo...Alexis La Goutte1-1/+0
2015-02-27Qt: Automatically scroll the packet list.Michal Labedzki1-5/+9
2015-02-26Remove a dead assignment found by Clang.Gerald Combs1-1/+0
2015-02-24Qt: Apply recent settings.Gerald Combs1-2/+14
2015-02-21Qt: Fix unsaved changes behavior.Gerald Combs1-0/+5
2015-02-20Qt: Apply the main window geometry directly.Gerald Combs1-51/+16
2015-02-19Qt Wireshark - Once a live capture is stopped the title bar persists in repor...Alexis La Goutte1-1/+1
2015-02-14Qt: Fix side effects of recent WiresharkDialog changes.Gerald Combs1-0/+2
2015-02-13Qt: Allow shift-double-clicking on a frame link.Gerald Combs1-0/+2
2015-02-13Qt: Double clicking a packet opens the packet window.Gerald Combs1-0/+2
2015-02-12Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs1-3/+1
2015-02-06Qt: Fix preference change behavior.Gerald Combs1-0/+1
2015-02-04Qt: Add the Protocol Hierarchy statistics dialog.Gerald Combs1-4/+2
2015-01-23Qt: Remove windowIcon property from our .ui files.Gerald Combs1-4/+1
2015-01-23Try to fix the jaggy taskbar icon.Gerald Combs1-0/+4
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+5
2015-01-16QT: stats_tree plug-ins not added to statistics menuDeon van der Westhuysen1-0/+14
2015-01-06Qt: Add a context menu to the packet list header.Gerald Combs1-0/+7
2014-12-29Qt: Add a WiresharkDialog convenience class.Gerald Combs1-0/+1
2014-12-22Qt: Fix status bar signal.Gerald Combs1-0/+2
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-73/+76
2014-12-12Qt: Add name resolution menu items.Gerald Combs1-0/+3
2014-12-10Qt: Obey main toolbar icon preferences.Gerald Combs1-0/+1
2014-12-09Qt: Update and rename the summary dialog.Gerald Combs1-6/+11
2014-12-08Fix showing error dialog when calling vsimple_error_message_box()Maarten Bezemer1-1/+1
2014-12-01qt: use qstring_strdupPeter Wu1-2/+4
2014-11-10Improved deregistering fields.Stig Bjørlykke1-0/+2
2014-11-04Qt: Dynamic languagesMichal Labedzki1-4/+9
2014-11-03Qt: fix what seems to be a copy/paste error in MainWindow::loadWindowGeometry...Pascal Quantin1-1/+1
2014-10-27Qt: ByteViewText hover information.Gerald Combs1-1/+3
2014-10-22Qt: Show / hide main widgets.Gerald Combs1-0/+37
2014-10-21Qt: Fill in time display menu items. Other fixes and updates.Gerald Combs1-40/+111
2014-10-06Qt: Rename the "check for updates" slot.Gerald Combs1-1/+1
2014-10-06Qt: Packet list column sorting.Gerald Combs1-1/+1
2014-09-30Add more HAVE_LIBPCAP checks.Gerald Combs1-0/+2
2014-09-30Qt: Start capture from the command line.Gerald Combs1-0/+1
2014-09-25Update the simple dialog code.Gerald Combs1-0/+63
2014-09-23Qt: Add zoom and column resize actions.Gerald Combs1-13/+21