aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window_slots.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-14Qt: Add and use qUtf8Printable.Gerald Combs1-15/+15
2017-12-13Add a model to use for Expert Info dialog.Michael Mann1-1/+1
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-1/+1
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-2/+0
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-1/+1
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+2
2017-11-24GTK: Remove packet editorJoão Valverde1-4/+0
2017-11-23Qt: Add menu option to remove all packet commentsMichael Mann1-0/+19
2017-11-20Qt: Fix various smalles issues with drag-dropRoland Knall1-1/+0
2017-11-17Qt: Fix selection of elementsRoland Knall1-9/+73
2017-11-10Add frame number to packet comment dialogMichael Mann1-1/+1
2017-11-09Qt: Give focus to Title in ColumnEditorFrameStig Bjørlykke1-1/+1
2017-11-08Qt: Further cleanup ByteViewRoland Knall1-53/+43
2017-11-08Qt: Drag n Drop Filter expression from Packet TreeRoland Knall1-0/+15
2017-11-07Improvement to plugin_if_get_ws_info(...) functionalityPaul Offord1-0/+3
2017-10-31ByteViewText: Remove epan dependancyRoland Knall1-5/+25
2017-10-22Add "Apply as filter" button to Coloring Rules DialogMichael Mann1-0/+6
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
2017-10-05qt: Fix leaked dialogsMikael Kanstrup1-2/+0
2017-09-20Integrate LBM UIM Flow dialog into "regular" Flow diagram.Michael Mann1-11/+0
2017-09-19Qt: main window slots: don't connect setCaptureFile to DecodeAsDialogMartin Kaiser1-2/+0
2017-09-12Fix: Segfault when "Update list of packets in real time" is uncheckedMichael Mann1-1/+4
2017-09-11Qt: SequenceDialog no longer emits goToPacket.Gerald Combs1-2/+0
2017-08-28iface_lists: Access ifaces member by referenceMikael Kanstrup1-6/+6
2017-08-28Qt: Fix build without libpcapStig Bjørlykke1-2/+0
2017-08-28extcap: Interface Toolbar support on WindowsHåkon Øye Amundsen1-2/+2
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-4/+4
2017-07-11Qt: Move all utility widgets to widgets subdirectoryRoland Knall1-2/+2
2017-07-07Qt: replace zoom buttons by wheel zoom in Wireless TimelinePeter Wu1-15/+0
2017-07-06Qt: Add convenience function and cleanupRoland Knall1-15/+8
2017-06-28Qt: Drag/Drop Filter buttons to orderRoland Knall1-0/+20
2017-06-28Qt: Change wording of filter button context menuRoland Knall1-4/+4
2017-06-27Qt: Context menu for toolbar filter buttonsRoland Knall1-0/+71
2017-06-26Fix Filter Tooltip button and frameRoland Knall1-1/+1
2017-06-26Change display filter button tooltip formatting.Michael Mann1-1/+1
2017-06-26Add support for comments for a display filter buttonMichael Mann1-1/+9
2017-06-26Convert filter expressions preference data to a UAT.Michael Mann1-13/+31
2017-06-20Fix filter for "Next Packet in Conversation"Peter Wu1-39/+2
2017-06-20Qt: make Wireless Timeline a separate itemPeter Wu1-5/+5
2017-06-19SearchBar - Focus on shortcut instead of closingRoland Knall1-3/+3