aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-07-16Add the RTP Stream Analysis dialog.Gerald Combs1-1/+1
2015-07-13PacketList column fixes.Gerald Combs1-1/+1
2015-07-11Qt: Add Colorize Conversation menu items.Gerald Combs1-0/+1
2015-07-09Make sure we uncheck the "Find Packet" action.Gerald Combs1-0/+5
2015-07-09Qt: Add dynamic menu support.Gerald Combs1-62/+85
2015-07-08Add SimpleStatisticsDialog.Gerald Combs1-0/+8
2015-07-07Qt: Add initial Lua support.Gerald Combs1-2/+45
2015-07-03Add ServiceResponseTimeDialog.Gerald Combs1-0/+27
2015-06-25Remove the other g_hash_table_containsEvan Huus1-8/+7
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-06-25Plugin Interface: Add GUI callbacksRoland Knall1-1/+43
2015-06-25Qt: fix crashes when Wireshark is closed while running a captureMartin Kaiser1-1/+2
2015-06-24Disable "Refresh Interfaces" when capturingEvan Huus1-0/+1
2015-06-24Qt: Add Reload button on MainToolBarAlexis La Goutte1-1/+1
2015-06-23Morph ProgressBar into CaptureProgressFrame.Gerald Combs1-3/+3
2015-06-18Add a preferences editor frame.Gerald Combs1-0/+8
2015-06-17Fix the Qt main window popup behavior.Gerald Combs1-0/+14
2015-06-17Qt: Add protocol preferences menus.Gerald Combs1-1/+5
2015-06-16Add the wireless toolbar.Gerald Combs1-1/+11
2015-06-15Accept drop events immediately.Gerald Combs1-1/+1
2015-06-14Include QUrl.Gerald Combs1-0/+1
2015-06-14Qt: Enable Drag and Drop in the main window.Gerald Combs1-2/+25
2015-06-10Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris1-2/+2
2015-06-09[MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.Anders1-2/+2
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