summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-05Qt: Don't update the recent list while capturing.Gerald Combs1-0/+9
2015-10-05Remove tr() for setObjectNameYFdyh0001-3/+3
2015-09-28LTE RLC Statistics DialogMartin Mathieson1-0/+1
2015-09-23LTE MAC Statistics DialogMartin Mathieson1-0/+1
2015-09-13Qt: refresh column content after editing itPascal Quantin1-1/+1
2015-09-11Fix a bunch of leaks found by Valgrind.Gerald Combs1-8/+8
2015-09-09Add the Telephony→LTE menu.Gerald Combs1-0/+9
2015-09-08PluginIF: Parent menu and goto frameRoland Knall1-1/+44
2015-09-08Qt: Fix use-after-free patternStig Bjørlykke1-6/+9
2015-09-06Keep focus rects from showing through the welcome screen.Gerald Combs1-0/+3
2015-09-06Display filter edit updates.Gerald Combs1-1/+2
2015-09-01Fixup the main window tab order.Gerald Combs1-1/+2
2015-08-31Convert the MTP3 stats to new "generic stat API".Gerald Combs1-0/+14
2015-08-28Speed up column sorting.Gerald Combs1-0/+6
2015-08-27More retapping fixups.Gerald Combs1-0/+4
2015-08-27Qt: Fixed some memory leakagesStig Bjørlykke1-4/+7
2015-08-12Qt (main_window) fix no previous prototype for '...' [-Wmissing-prototypes]Alexis La Goutte1-2/+2
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-63/+127
2015-08-06Add an elide mode preference for the Qt packet list.Gerald Combs1-0/+2
2015-08-06Convert the GSM MAP stats to new "generic stat API".Gerald Combs1-0/+4
2015-08-04Convert Camel tap stats to new "generic stat API".Gerald Combs1-0/+3
2015-07-31Use an ellipsis character instead of three dots.Gerald Combs1-2/+2
2015-07-29Main menu and packet list menu updates.Gerald Combs1-36/+4
2015-07-27Fixup packet list context menu behavior.Gerald Combs1-0/+2
2015-07-21Add manual name address resolution.Gerald Combs1-0/+7
2015-07-20Add general a busy progress indicator.Gerald Combs1-0/+4
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