aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/coloring_rules_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2023-11-12Work around macOS running applications in /.Guy Harris1-2/+2
2023-04-20dfilter: Make error a pointerJoão Valverde1-1/+1
2023-03-06colors: Improve handling of errorsJohn Thacker1-22/+0
2023-01-11Qt: Accept ColoringRulesDialog after writing colorsJohn Thacker1-0/+3
2022-11-28dfilter: Return an error object instead of stringJoão Valverde1-5/+5
2022-04-04Qt: Split MainApplication out from WiresharkApplication.Gerald Combs1-7/+8
2022-03-25Qt: Handle qsizetype.Gerald Combs1-4/+4
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2020-12-30Qt: Allow color filters to use all valid display filtersJim Young1-8/+3
2020-10-01Qt: Use … instead of UTF8_HORIZONTAL_ELLIPSIS in translated strings.Gerald Combs1-2/+2
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-10/+10
2019-10-01Qt: Do not spin unnecessary additional event loopsTomasz Moń1-11/+24
2019-08-26Qt: Move CopyFrom from menu to buttonRoland Knall1-9/+5
2019-08-01Qt: Check for invalid filters after coloring rules importStig Bjørlykke1-0/+2
2019-07-26Qt: Fix coloring rules dialogRoland Knall1-5/+76
2019-06-21Qt: Convert the rest of the preference dialog list buttons.Gerald Combs1-0/+5
2019-02-15Replace Qsort with std::sortAnders Broman1-2/+2
2019-01-09Qt: Cleanup deletion of CopyFromProfileMenuStig Bjørlykke1-6/+4
2018-10-10Qt: Add back pathLabel in some dialogsStig Bjørlykke1-1/+19
2018-10-10Qt: Use regular size buttons on macOSStig Bjørlykke1-0/+2
2018-10-08Qt: Refactor copy from profile widgetStig Bjørlykke1-5/+9
2018-10-07Qt: Use ActionRole for the "copy from profile" buttonStig Bjørlykke1-1/+1
2018-10-05Qt: Add copy from another profile for colorfiltersStig Bjørlykke1-4/+45
2018-09-29Qt: Show "unknown colorfilters" warning when opening the dialogStig Bjørlykke1-11/+11
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-3/+3
2018-03-04coloring rules dialogue: remove unused signalMartin Kaiser1-2/+0
2018-02-14Convert coloring rules dialog to use model.Michael Mann1-268/+152
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2017-10-22Add "Apply as filter" button to Coloring Rules DialogMichael Mann1-0/+12
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-07-11Qt: Move all utility widgets to widgets subdirectoryRoland Knall1-2/+2
2017-07-06Qt: Add convenience function and cleanupRoland Knall1-1/+1
2017-02-21Qt: Handle cancel in import coloring rulesStig Bjørlykke1-4/+6
2016-10-03Be more forgiving about invalid Coloring Rules.Gerald Combs1-5/+7
2016-07-29Don't discard unknown coloring rules.Gerald Combs1-1/+1
2016-06-20Add display filter completion suggestions to color filters.Michael Mann1-1/+2
2016-06-08Apply the prefix operator to iterators.Jaap Keuter1-1/+1
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-4/+3
2016-01-01No need for toolkit-dependent color initialization.Guy Harris1-22/+1
2016-01-01Get rid of the "pixel" member of a color_t.Guy Harris1-1/+0
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-17/+55
2015-11-13Qt: Coloring Rules dialog fixups.Gerald Combs1-5/+14
2015-11-11Qt: fix cursor position when editing coloring rules names or filtersPascal Quantin1-11/+0
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer1-2/+1
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-06-05Qt: Add the capture and display filter dialog.Gerald Combs1-1/+0