aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/squish/squishwizardpages.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warning for ';'Marco Bubke2025-04-151-1/+1
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-13/+13
* ProjectExplorer: Use more Utils::Result in JsonWizardGeneratorFactoryhjk2025-04-041-21/+14
* Utils: Return Utils::Result from TextFileFormat::writeFile()hjk2025-04-031-10/+5
* Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-211-1/+1
* ProjectExplorer: Introduce JsonWizardGeneratorTypedFactoryJarek Kobus2024-07-221-39/+2
* Fix QMetaType::type() related deprecation warningshjk2024-05-231-1/+1
* Squish: Re-organize wizard page setuphjk2023-11-221-128/+211
* Squish: Use new settings schemehjk2023-07-191-3/+1
* Some more Qt deprecationhjk2023-06-091-1/+1
* Squish: Adapt to recent aspect developmenthjk2023-05-241-1/+1
* Remove ineffective resize() callsAlessandro Portale2023-05-101-3/+0
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
* Squish: Pass context object to lambda connectionsJarek Kobus2022-12-081-7/+6
* Squish: Use callback instead of signals and slotsChristian Stenger2022-10-131-4/+2
* Squish: Provide error message for license issuesChristian Stenger2022-10-101-1/+6
* Squish: Fix wizard file generatorChristian Stenger2022-10-071-3/+16
* Squish: Cancel wizard early if settings are wrongChristian Stenger2022-09-301-2/+19
* Squish: Fixup initial generated suite.confChristian Stenger2022-09-301-0/+2
* Squish: Suppress warnings on unused parametershjk2022-09-271-0/+5
* Squish: Add Create New Squish SuiteChristian Stenger2022-09-221-0/+349