aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window_slots.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-14Qt: Fix Contextmenu for PacketlistRoland Knall1-2/+4
2019-06-13Qt: Move Packetlist Header Context Menu to subclassRoland Knall1-4/+2
2019-06-13Qt: Allow dropping fields to add columns and indicate widthRoland Knall1-9/+14
2019-05-15Qt: Delete extcap option dialog when it is closedTomasz Moń1-1/+2
2019-04-26Saving printing preferences from one print window to anotherLuke Lynch1-108/+117
2019-04-20Qt: Fix deadlock in extcap toolbar creationTomasz Moń1-2/+2
2019-03-02Support unsigned stream identifiers for Follow StreamPeter Wu1-9/+13
2019-02-20Qt: fix compilation without pcap on gcc-8 and clang-7.Dario Lombardo1-0/+2
2019-02-20Qt: Fix restart capture when using a ring bufferStig Bjørlykke1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-12-21TimeShiftDialog should be considered an "edit" operationMichael Mann1-0/+3
2018-11-01Fix "Follow TLS Stream" after ssl -> tls renamePascal Quantin1-3/+3
2018-11-01Qt: Remove wireless toolbar if not supportedRoland Knall1-0/+4
2018-10-04Qt: show more infos about why interfaces are not loaded.Dario Lombardo1-1/+3
2018-09-13Start renaming SSL to TLS.Gerald Combs1-7/+7
2018-08-20Qt: fix several crashes in the SCTP DialogsVasil Velichkov1-2/+6
2018-07-06Don't use QFileInfo()::baseName().Guy Harris1-1/+1
2018-07-03Qt: fix crash on opening a capture file while loading/saving anotherPeter Wu1-4/+14
2018-06-25Qt: Move FilterToolBar to a separate classRoland Knall1-234/+14
2018-06-18Get rid of some occurrences of Q_UNUSEDJoerg Mayer1-12/+3
2018-06-01Qt: Rename MainWelcomeRoland Knall1-8/+8
2018-06-01Qt: Move Layout and clear master_split useRoland Knall1-167/+6
2018-05-25Qt: fix use-after-free on error while saving exported packetsPeter Wu1-1/+3
2018-05-24Qt: Support search without a selected packetStig Bjørlykke1-4/+4
2018-05-23Qt: Update menus when mark/ignore/timeref packetStig Bjørlykke1-0/+8
2018-05-16Qt: Implement the capture info dialog.Gerald Combs1-0/+1
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-2/+3
2018-04-17Qt: Fix memory leak for CaptureEventRoland Knall1-17/+17
2018-04-16Qt: Rename packet_list_enable_colorStig Bjørlykke1-1/+1
2018-04-06Remove some references to Qt4.Gerald Combs1-3/+0
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-26/+30
2018-03-29Extend 'HTTP Referer statistics' to sequence HTTP RedirectsMoshe Kaplan1-2/+2
2018-03-21Qt: fix "Follow stream" in Conversations dialogPeter Wu1-4/+10
2018-03-02extcap: Make settings dialog modalRoland Knall1-0/+1
2018-02-19Qt: Use QFrames as separators in the filter expression toolbar.Gerald Combs1-2/+4
2018-02-17Qt: Another filter expression toolbar layout attempt.Gerald Combs1-5/+6
2018-02-17Qt: Add separators between filter expression buttons.Gerald Combs1-0/+3
2018-02-14Qt: Fix the filter expression toolbar layout.Gerald Combs1-1/+3
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-07Generate HTTP Referer statisticsMoshe Kaplan1-0/+5
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-4/+0
2018-01-04Convert preference dialog to use more models.Michael Mann1-18/+4
2018-01-03Qt: Use switch/case in MainWindow::captureEventHandlerStig Bjørlykke1-46/+41
2018-01-03Qt: Fix CaptureEvent::Reload event handlingStig Bjørlykke1-2/+3
2017-12-28Qt: Remove duplicate copy actionsRoland Knall1-84/+0
2017-12-27Convert Export Objects dialog to use a model.Michael Mann1-1/+5
2017-12-23Qt: Redesign signal/slot concept of capture_fileRoland Knall1-47/+145
2017-12-20Qt: Add new keyboard shortcutsStig Bjørlykke1-2/+2
2017-12-19Qt: Add Collapse SubtreesStig Bjørlykke1-0/+1
2017-12-15Qt: Switch ProtoTree to a treeview+model.Gerald Combs1-37/+4