aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-02-19Qt: Use QFrames as separators in the filter expression toolbar.Gerald Combs1-7/+7
2018-02-17Qt: Add separators between filter expression buttons.Gerald Combs1-8/+21
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-15Qt: change obsolete qVariantFromValue into QVariant::fromValue.Dario Lombardo1-4/+4
2018-01-09Use pcapng as the name of the file format.Guy Harris1-2/+2
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-6/+0
2018-01-06Add ability for preferences to determine what they can change.Michael Mann1-1/+2
2018-01-04Convert preference dialog to use more models.Michael Mann1-6/+6
2017-12-31Qt: Fixup fieldSelected behavior.Gerald Combs1-10/+7
2017-12-23Qt: Redesign signal/slot concept of capture_fileRoland Knall1-72/+7
2017-12-19Qt: Add Collapse SubtreesStig Bjørlykke1-0/+2
2017-12-15Qt: Switch ProtoTree to a treeview+model.Gerald Combs1-13/+1
2017-12-14Remove a plugin_if_gui_cb type conversion.Gerald Combs1-18/+12
2017-12-14Qt: Add and use qUtf8Printable.Gerald Combs1-11/+11
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-2/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+2
2017-11-19Qt: Fix Activation of menusRoland Knall1-0/+2
2017-11-18Qt: Properly reset the byteviewRoland Knall1-1/+1
2017-11-12Qt: Rename packetSelection to frameSelectedRoland Knall1-8/+8
2017-11-08Qt: Further cleanup ByteViewRoland Knall1-22/+32
2017-11-08Qt: Drag n Drop Filter expression from Packet TreeRoland Knall1-0/+4
2017-11-07Improvement to plugin_if_get_ws_info(...) functionalityPaul Offord1-12/+59
2017-10-31ByteViewText: Remove epan dependancyRoland Knall1-4/+5
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-4/+2
2017-10-05qt: Fix leaked dialogsMikael Kanstrup1-3/+12
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-25Qt: Free MainWindow at shutdownMikael Kanstrup1-0/+10
2017-09-19Qt: Add key events to accept and reject changes in FilterExpressionFrameStig Bjørlykke1-0/+2
2017-09-19Qt: Add key events to accept and reject changes in PreferenceEditorFrameStig Bjørlykke1-0/+2
2017-09-19Qt: Add key events to accept and reject changes in ColumnEditorFrameStig Bjørlykke1-0/+2
2017-08-31Qt: Fix errors when compiling for Qt4.Jens Kilian1-0/+2
2017-08-28extcap: Interface Toolbar support on WindowsHåkon Øye Amundsen1-3/+1
2017-07-27Qt: SimpleDialog fixes and updates.Gerald Combs1-87/+0
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-3/+3
2017-07-26Add current packet to the status bar.Michael Mann1-0/+2
2017-07-26WirelessTimeline: move signals out of setPacketList().Michael Mann1-0/+4
2017-07-23Inhibit unhandled Ctrl key presses being redirected to the display filterLars Christensen1-1/+2
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-9/+0
2017-06-28Qt: Drag/Drop Filter buttons to orderRoland Knall1-1/+5
2017-06-27Qt: Context menu for toolbar filter buttonsRoland Knall1-0/+4
2017-06-20Qt: make Wireless Timeline a separate itemPeter Wu1-3/+2
2017-06-17Qt: fix hang on exiting Qt while loading capture filePeter Wu1-10/+29
2017-06-05Add a timeline view for packets, with the timing data used to generate the di...Simon Barber1-0/+12
2017-06-01Qt: Disable -Wframe-larger-than= for ui_main_window.hStig Bjørlykke1-0/+7
2017-05-02Qt: Interface Toolbar improvementsStig Bjørlykke1-4/+3
2017-04-26Qt: Remove semicolon behind Q_UNUSED macroStig Bjørlykke1-1/+1
2017-04-26Qt: Don't use _U_ for unused parameters in C++Stig Bjørlykke1-1/+1
2017-04-26Fix no-extcap build.Guy Harris1-0/+2
2017-04-25Qt: Add interface toolbar supportStig Bjørlykke1-1/+125