aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-24Qt: Don't append a empty custom window titleStig Bjørlykke1-4/+8
2018-09-13Start renaming SSL to TLS.Gerald Combs1-2/+2
2018-09-11Qt: Replace $HOME with ~ in window title %F variableStig Bjørlykke1-15/+30
2018-09-10Qt: Add some window title variablesStig Bjørlykke1-2/+22
2018-07-17Qt: Remove an unneeded function.Gerald Combs1-6/+1
2018-07-16Qt: Create the main display filter combo sooner.Gerald Combs1-7/+7
2018-07-04fileTitle -> fileDisplayName.Guy Harris1-1/+1
2018-07-04Set the file path for a main window if it's not a temporary file.Guy Harris1-0/+11
2018-07-03Just use CaptureFile::fileTitle() in MainWindow::setTitlebarForCaptureFile().Guy Harris1-37/+1
2018-07-03Qt: fix crash on opening a capture file while loading/saving anotherPeter Wu1-0/+12
2018-06-25Qt: Move FilterToolBar to a separate classRoland Knall1-28/+7
2018-06-08Qt: Move wireshark-qt.cpp back to ui/qt/main.cpp.Gerald Combs1-1/+1
2018-06-01Qt: Rename MainWelcomeRoland Knall1-7/+7
2018-06-01Qt: Move Layout and clear master_split useRoland Knall1-18/+2
2018-05-25Qt: fix use-after-free on error while saving exported packetsPeter Wu1-14/+9
2018-05-22Qt: Set a minimum width for the main window.Gerald Combs1-1/+6
2018-05-14Qt: MainWindow::dropEvent fixes.Gerald Combs1-1/+8
2018-05-03Qt: Fix toolbar signal on start captureStig Bjørlykke1-1/+1
2018-05-01Qt: do not further modify filename from Save dialogPeter Wu1-0/+8
2018-04-17Qt: fix remaining CaptureEvent signal connectionsPeter Wu1-1/+1
2018-04-17Qt: Fix memory leak for CaptureEventRoland Knall1-6/+6
2018-04-11Qt: Disable collapsible children in the main window.Gerald Combs1-0/+2
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-23/+3
2018-03-25In some dialogs, have *no* auto-default buttons on macOS.Guy Harris1-1/+28
2018-03-18Qt: allow keyboard navigation in Unsaved packets dialogPeter Wu1-0/+2
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