aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/pref_models.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-03-25Qt: Fix more Qt6-related warnings.Gerald Combs1-1/+1
2022-02-06Prefs/Expert: disable Open Expert Info on Protocol Preferences context menuChuck Craft1-8/+0
2021-12-30Prefs/Extcap: Added support for password which is never stored on the diskj.novak@netsystem.cz1-2/+12
2021-11-26Qt: Use QRegularExpression instead of QRegExpTomasz Moń1-2/+2
2021-11-24Fix some of the compile errors when compiling with Qt6Joerg Mayer1-0/+1
2021-07-30pref_models(Qt/model): Fix Dead Store (Found by Clang Analyzer)Alexis La Goutte1-1/+1
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-1/+1
2021-03-08Remove modelines in ui/qt.Gerald Combs1-16/+0
2020-06-30Set member variables in initialiser list (rather than in CTOR bodies).Martin Mathieson1-1/+1
2020-06-01Qt: Fix some Qt 5.15 deprecation warnings.Gerald Combs1-3/+3
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-4/+4
2019-08-30Qt: Add macro for g_list_next for C++Roland Knall1-2/+2
2019-08-09Qt: Fix Preference dialog translationRoland Knall1-24/+28
2019-06-30Qt: fix more more Qt 5.13 deprecation warningsPeter Wu1-1/+1
2019-04-24Qt: Support setting custom preferencesTomasz Moń1-0/+3
2019-01-31Fix build without GnuTLSPeter Wu1-0/+2
2019-01-29Qt: add initial RSA Keys preference framePeter Wu1-0/+3
2018-09-29Get rid of the printing preferences.Guy Harris1-5/+0
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-7/+1
2018-02-11ModelHelperTreeItem: Rename appendChild -> prependChildMichael Mann1-10/+10
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-15Qt: add assert to avoid null dereference (CID: 1427426).Dario Lombardo1-0/+2
2018-01-12Qt: Add some translation hints.Gerald Combs1-10/+10
2018-01-08Bugfix the sort order of protocols in Preference dialog.Michael Mann1-20/+27
2018-01-04Convert preference dialog to use more models.Michael Mann1-0/+768