aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/squish
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/17.0'Eike Ziller11 days1-3/+3
|\
| * Various UI text fixesEike Ziller2025-05-141-3/+3
* | SquishPlugin: Fix typo in FIXME commentTian Shilin11 days1-1/+1
|/
* Utils: Allow validators operating on a single string in FancyLineEdithjk2025-04-253-19/+11
* Replace remaining uses of FileReaderhjk2025-04-231-11/+12
* Utils: Use Result<> in FancyLinedit's validatorhjk2025-04-233-21/+35
* Core: Return a Result<> from IDocument::setContentshjk2025-04-232-7/+7
* Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-172-21/+19
* Core: Merge OpenResult::Code ReadError into CannotHandlehjk2025-04-171-4/+4
* Core: Turn IDocument::OpenResult into a full classhjk2025-04-162-45/+30
* Fix warning for ';'Marco Bubke2025-04-152-2/+2
* Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-143-6/+6
* Replace most expected_str by Utils::Resulthjk2025-04-112-3/+3
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-116-25/+25
* 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-212-2/+2
* Util: Remove FilePath::removeRecursively(QString*error)Marcus Tillmanns2025-02-041-4/+3
* Fix warnings about unused return valuesChristian Kandeler2025-01-211-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-106-15/+15
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-063-9/+4
* Debugger: Merge analyzermanager.h into analyzerutils.hhjk2024-12-201-1/+1
* Utils: Simplify FileReader interfacehjk2024-12-131-2/+2
* Utils: Add a Process::setUtf8Codec helper functionhjk2024-12-091-3/+1
* Plugins M-V: Make static QRegularExpression instances static constAlessandro Portale2024-11-202-2/+2
* Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* Core: Provide settings categories centrallyChristian Kandeler2024-11-152-2/+6
* Wizards: Use is[Any]PluginRunningAlessandro Portale2024-10-301-1/+1
* Replace a few expected_str<void> by Utils::Resulthjk2024-10-082-2/+2
* Utils: Use the new Result class in some FilePath functionshjk2024-10-012-12/+10
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-252-7/+9
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-242-11/+8
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-34/+36
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-264-6/+8
* ProjectExplorer: Introduce JsonWizardGeneratorTypedFactoryJarek Kobus2024-07-221-39/+2
* Core: Add a static IContext::attach() functionhjk2024-07-042-8/+1
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* Add long descriptions to some pluginsLeena Miettinen2024-05-311-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