aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/widgets
AgeCommit message (Expand)AuthorFilesLines
2018-10-22Add ability to disable autocomplete suggestions for filter controls.Michael Mann1-1/+1
2018-10-11wsutil: Add config_file_exists_with_entries()Stig Bjørlykke1-1/+1
2018-10-08Qt: Refactor copy from profile widgetStig Bjørlykke3-60/+54
2018-10-05Qt: Add copy from another profile for colorfiltersStig Bjørlykke2-0/+117
2018-09-10prefs,ui: properly migrate old filter expressionsPeter Wu1-11/+4
2018-08-31Add support for protocol aliases. Switch BOOTP to DHCP.Gerald Combs1-1/+1
2018-07-17Qt: update to QCustomPlot 1.3.2Peter Wu2-422/+518
2018-06-26Qt: Fix crash when starting to drag on the wrong positionRoland Knall1-0/+3
2018-06-26Try to fix the macOS builder.Gerald Combs1-0/+1
2018-06-26Qt: Fix Filterexpression ToolbarRoland Knall1-2/+2
2018-06-25Qt: Move FilterToolBar to a separate classRoland Knall2-0/+365
2018-06-08Qt: Move wireshark-qt.cpp back to ui/qt/main.cpp.Gerald Combs1-2/+2
2018-06-07Qt: Set the ByteViewText field and protocol foreground.Gerald Combs1-0/+4
2018-05-22Qt: Set a minimum width for the main window.Gerald Combs2-2/+4
2018-05-17Qt: fix issue found by PVS Studio (V519)Alexis La Goutte1-8/+4
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs3-2/+118
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke38-38/+76
2018-04-09QT: keep cursor visible after completerion selectMichail Koreshkov1-0/+1
2018-04-05Qt: Remove checks for version below 5.2Roland Knall5-23/+4
2018-03-07Qt: Handle UAT editor dialogs explicitly.Michael Mann4-25/+172
2018-02-22Qt: Improve our capture filter completions.Gerald Combs1-18/+69
2018-02-17Qt: Replace the toolbar extension icon.Gerald Combs2-2/+18
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo54-54/+54
2018-02-02Qt: use SPDX identifiers.Dario Lombardo38-532/+38
2018-02-01Qt: More byte view and proto tree fixes.Gerald Combs1-6/+19
2018-01-31Qt: Byte view and proto tree fixes.Gerald Combs1-2/+4
2018-01-30Byte view: Mark bytes using an outline.Gerald Combs2-20/+11
2018-01-25Qt 4.8 compatibility fixesPeter Wu1-1/+0
2018-01-24byte_view_text (qt): Fix Dead Store (Dead assignement/Dead increment) Warning...Alexis La Goutte1-1/+1
2018-01-19Qt: Force integer font metrics in the byte view.Gerald Combs1-12/+15
2018-01-18Qt: Fix bits highlighting in the byte view.Gerald Combs1-4/+5
2018-01-17Qt: ByteViewText hover fixes & updates.Gerald Combs2-19/+46
2018-01-15Qt: change obsolete qVariantFromValue into QVariant::fromValue.Dario Lombardo2-6/+6
2018-01-08Bugfix the sort order of protocols in Preference dialog.Michael Mann2-32/+23
2018-01-05Qt: Add manager for preference dialogMichael Mann2-0/+102
2018-01-05Qt: Byte view recent updates.Gerald Combs1-24/+32
2018-01-05Qt: Move sized toolbar images to stock_icons.Gerald Combs2-2/+2
2018-01-04Convert preference dialog to use more models.Michael Mann4-29/+171
2018-01-04Qt: Redesign profile menu in status barRoland Knall2-26/+25
2017-12-28Qt: Fix moc interface issueRoland Knall2-2/+1
2017-12-27Qt: Add "Copy as…" to the byte view.Gerald Combs2-30/+31
2017-12-27Convert Export Objects dialog to use a model.Michael Mann2-0/+81
2017-12-26Qt: remove unneeded check.Dario Lombardo1-4/+2
2017-12-25Qt: rework ByteViewText::addFormatRange to avoid dead code (CID: 1426074).Dario Lombardo1-3/+2
2017-12-22byte_view_text.cpp: add initializers to please GCC 7.2.1Pascal Quantin1-2/+2
2017-12-22Qt: Lighten non-printable byte view characters.Gerald Combs2-2/+22
2017-12-21Qt: Add back byte view hover.Gerald Combs2-12/+34
2017-12-19Convert Dissector Tables dialog to use modelMichael Mann2-0/+77
2017-12-13Add a model to use for Expert Info dialog.Michael Mann2-0/+97
2017-12-08More QVector fixes.Gerald Combs1-2/+2