aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/filter_list_model.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-01Qt: Convert our models to C99 typesGerald Combs1-3/+1
2023-11-13Qt: Fix display filter macros when switching profilesJoão Valverde1-11/+0
2023-11-11Qt: Fix header name for Display Filter Macro DialogJoão Valverde1-2/+8
2023-11-08dfilter: Replace macro UAT config file and update GUIJoão Valverde1-3/+34
2023-11-07Remove support for deprecated "filters" configuration fileJoão Valverde1-8/+1
2022-05-11Qt: Fix a version check.Gerald Combs1-1/+1
2022-05-11Qt: Fix display filter read/writeRoland Knall1-11/+18
2022-03-28Qt: Fix another qsizetype warning.Gerald Combs1-2/+4
2022-03-25Qt: Fix more Qt6-related warnings.Gerald Combs1-2/+2
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2021-03-01Make ui/*.[ch] indentation consistent.Gerald Combs1-3/+3
2020-02-29Qt: Fix profile zip import on WindowsTomasz Moń1-1/+1
2020-01-26Qt: replace QRegExp with QRegularExpression in FilterListModel.Dario Lombardo1-7/+6
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-31/+31
2019-11-14Qt: Fix various LGTM.com reported issuesRoland Knall1-2/+2
2019-11-06Qt: Ensure only valid input for DisplayFilterRoland Knall1-1/+4
2019-11-05Qt: Load filenames properlyRoland Knall1-10/+11
2019-11-05Qt: Fix memory leaks in FilterListModel::reload()Stig Bjørlykke1-3/+3
2019-11-03Qt: Consolidate mimedata usageRoland Knall1-4/+5
2019-11-03Qt: Filter list model filter selection (CID 1455165)Jaap Keuter1-3/+3
2019-11-02filter_list_model (Qt): Fix Dead StoreAlexis La Goutte1-2/+0
2019-10-29Qt: Allow drag/drop of filter buttons in dialogRoland Knall1-3/+63
2019-10-28Qt: Implement FilterListModelRoland Knall1-0/+256