aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/squish
Commit message (Expand)AuthorAgeFilesLines
* Add long descriptions to some pluginsLeena Miettinen13 days1-1/+6
* Utils: Introduce a convenience function creatorColor()hjk2024-05-293-14/+12
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* Use LayoutBuilder V2hjk2024-05-271-4/+4
* Fix QMetaType::type() related deprecation warningshjk2024-05-231-1/+1
* CommandLine: Reuse new c'torJarek Kobus2024-05-222-21/+15
* Make it possible to add wizards paths via plugin meta dataEike Ziller2024-05-062-3/+2
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-283-3/+3
* Squish: Avoid yes/no questions, actions are clearerEike Ziller2024-02-261-1/+6
* Squish: Fix missing impl for deleting shared scriptsChristian Stenger2024-02-121-0/+29
* Squish: Fix missing impl for add shared scriptChristian Stenger2024-02-074-24/+102
* Squish: Use MenuBuilderhjk2024-02-021-22/+18
* Squish: Dissolve plugin pimplhjk2024-02-021-67/+51
* Squish: Use setup function for remaining plugin pimpl itemshjk2024-02-025-10/+24
* Squish: Use setup function for ObjectsMapEditorhjk2024-02-023-22/+26
* Squish: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-7/+5
* Environment: Fix incorrect usage of appendOrSetMarcus Tillmanns2024-01-261-2/+2
* Squish: Use new setup pattern for SquishNavigationWidgetFactoryhjk2024-01-103-31/+28
* Squish: Avoid using keys()Jarek Kobus2024-01-091-5/+4
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-1/+1
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-131-1/+1
* Squish: Delay-create SquishTestTreeModelhjk2023-11-233-12/+8
* Squish: Use ActionBuilderhjk2023-11-221-5/+6
* Squish: Re-organize wizard page setuphjk2023-11-223-246/+217
* UI text: Fix "the the" in visible UI text, comments, and docsLeena Miettinen2023-11-131-1/+1
* Tr: Small fixes like full stops, whitespace and typosEike Ziller2023-10-181-1/+1
* All: Even less #include <QSettings>hjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-2/+4
* OutputPane: Use setter for priority and fix default visibilityEike Ziller2023-09-182-6/+2
* OutputPane: Add an id() for the settingsEike Ziller2023-09-181-0/+1
* OutputPane: Use setter for display nameEike Ziller2023-09-182-6/+1
* Squish: De-Q_OBJECT-ify SquishNavigationWidgetFactoryhjk2023-09-042-44/+29
* Editor: remove duplicated path is empty checks when savingDavid Schulz2023-08-281-6/+5
* Squish: Replace uses of HostOsInfo::withExecutableSuffixhjk2023-08-212-11/+6
* Squish: De-Q_OBJECT-ify SquishOutputPanehjk2023-08-183-35/+11
* Squish: Streamline plugin setuphjk2023-08-184-64/+32
* ProjectExplorer: Self-register JsonWizardPage related factorieshjk2023-08-181-5/+5
* Various Plugins: Simplify return FilePath statementsJarek Kobus2023-08-021-1/+1
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-1/+1
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-1/+1
* Various Plugins: Simplify return QList statementsJarek Kobus2023-08-021-1/+1
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-25/+25
* Squish: Set only category icon path in settings pagehjk2023-07-191-3/+1
* Squish: Use new settings schemehjk2023-07-1910-63/+53
* Replace a few aspect.value() calls with operatpor()hjk2023-07-192-3/+3
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-07-041-0/+10
|\
| * Squish: Expect configured settingsChristian Stenger2023-07-031-0/+10
* | Utils: Make validation asyncMarcus Tillmanns2023-06-291-11/+17
* | Utils: Rework aspect implementationhjk2023-06-291-1/+2
* | Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-3/+1