aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/wizard.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Use dialogParent() more directly in wizardshjk2025-01-101-2/+3
* Wizards: Redo sub project handlingChristian Stenger2024-06-191-1/+0
* Wizard: Fix size calculation of outline titlesEike Ziller2024-06-051-1/+3
* Wizards: Provide mechanism to skip pagesChristian Stenger2024-05-301-0/+27
* Fix QMetaType::type() related deprecation warningshjk2024-05-231-2/+2
* Wizard: Replace QMap with QSetJarek Kobus2024-01-311-17/+13
* Wizard: Replace QMap with QHashJarek Kobus2024-01-311-19/+11
* Wizard: Remove unused fieldJarek Kobus2024-01-311-6/+1
* Wizard: Remove unused mapJarek Kobus2024-01-291-3/+0
* Utils: Cache theme icon accesshjk2023-09-011-1/+2
* Various Plugins: Simplify return QList statementsJarek Kobus2023-08-021-2/+2
* Doc: Add "\inmodule QtCreator" to \class and \namespace docsLeena Miettinen2023-05-221-1/+3
* Utils: Tr::trAlessandro Portale2023-02-011-1/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Fix clazy "Mixing iterators with const_iterators" warningsJarek Kobus2022-11-301-4/+4
* Utils: Add sorted() functionChristian Kandeler2022-10-251-3/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Utils: Limit the usage of qMakePairJarek Kobus2022-09-301-16/+16
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Drop unused headers [I-Z]Jarek Kobus2022-05-251-3/+2
* Utils: More forward declarations / drop unused headers [T-Z]Jarek Kobus2022-05-251-1/+1
* Utils: Fix compile with Qt5.14Christian Stenger2021-09-031-0/+1
* Enhance logging capabilities for wizard classesSamuel Ghinet2021-09-021-0/+31
* Aggregation/Utils/ExtensionSystem: Make member functions const/staticAlessandro Portale2020-11-271-4/+4
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-3/+3
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-1/+0
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* use initializer listsTim Jenssen2019-01-211-4/+4
* Utils: Modernize furtherAlessandro Portale2018-07-241-8/+3
* Utils: ModernizeAlessandro Portale2018-07-201-17/+17
* Wizards: fix dynamic table size usageTim Jenssen2017-08-041-0/+1
* Wizards: allow selection of inspect wizard variables dialogTim Jenssen2017-06-281-0/+1
* Utils: Simplify code in WizardTobias Hunger2016-12-051-12/+2
* Utils: De-slot and complete Qt5 connectsOrgad Shaneh2016-06-291-3/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Utils::Wizard: Move hack out of the base classTobias Hunger2015-09-231-6/+0
* Wizards: Fix dark style for wizard pagesDaniel Teske2015-09-081-0/+4
* Wizards: Add dialog to investigate wizard stateTobias Hunger2015-06-041-0/+77
* Utils: Modernize connectionsOrgad Shaneh2015-03-061-14/+14
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Wizard: Use Qt5 style connectsTobias Hunger2015-01-211-3/+3
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Utils: Make wizard pages derive from Utils::WizardPageTobias Hunger2014-09-101-2/+21
|/
* Utils: Remove unneeded namespace qualificationsOrgad Shaneh2014-07-161-1/+1
* Wizards: Close wizards with escapeEike Ziller2014-07-141-4/+17
* BaseFileWizard: Get rid of applyExtensionPageShortTitle(...)Tobias Hunger2014-06-121-1/+5
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Unify wizards with TOC and cancel button.Eike Ziller2013-10-091-0/+15