aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/designer
Commit message (Expand)AuthorAgeFilesLines
* Utils: Move codec alias related code to TextCodec implementationhjk2025-05-141-1/+1
* Proliferate use of Utils::TextCodechjk2025-05-141-1/+1
* Utils: Make file contents part of TextFileFormat::ReadResulthjk2025-05-091-3/+2
* Wizards: Remove a few unneeded Q_OBJECThjk2025-04-251-2/+0
* Designer: Remove macro CPP_ENABLEDhjk2025-04-254-13/+2
* Replace a few more FileReader by FilePath::fileContents()hjk2025-04-232-13/+11
* Designer: Simplify read error handlinghjk2025-04-231-2/+0
* Utils: Make TextFileFormat::ReadResult a classhjk2025-04-231-8/+6
* Core: Return a Result<> from IDocument::setContentshjk2025-04-232-6/+6
* Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-172-14/+13
* Core: Merge OpenResult::Code ReadError into CannotHandlehjk2025-04-171-2/+2
* Core: Turn IDocument::OpenResult into a full classhjk2025-04-162-20/+17
* ExtensionSystem: Return Utils::Result from IPlugin::initialize()Jarek Kobus2025-04-111-2/+2
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-112-13/+13
* Utils: Return Utils::Result from TextFileFormat::writeFile()hjk2025-04-032-8/+8
* Drop a few unneeded #includeshjk2025-03-041-1/+0
* Designer: Fix crash for CMake projects without cmake configuredCristian Adam2025-02-131-1/+2
* Designer: Remove unused filePath() getterJarek Kobus2025-02-053-17/+6
* ProjectExplorer: Add convenience accessors to some classesChristian Kandeler2025-01-231-6/+4
* ProjectExplorer: Add and make use of forwarding accessors in ProjectChristian Kandeler2025-01-202-15/+8
* Utils: Use dialogParent() more directly in wizardshjk2025-01-102-12/+8
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-104-8/+8
* Core: Introduce a TextDocument::setCodec(QByteArray) overloadhjk2024-12-192-7/+5
* Core etc: Use dialogParent() for several wizardshjk2024-12-102-3/+3
* Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* Revert "Plugins: Improve display names of plugins"Eike Ziller2024-10-161-1/+1
* Plugins: Improve display names of pluginsAlessandro Portale2024-10-161-1/+1
* Utils: Use the new Result class in some FilePath functionshjk2024-10-012-19/+14
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-252-6/+9
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-242-9/+13
* Change the mime database to Apache TikaEike Ziller2024-09-201-1/+16
* Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-09-061-1/+1
|\
| * Designer: Fix crash when renaming symbolsChristian Kandeler2024-09-041-1/+1
* | ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* | Designer, ModelEditor: Scope logging categories to respective namespacesFrancisco Boni2024-08-211-0/+2
* | Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-08-073-0/+71
|\|
| * Qt Designer Plugin: Set the active Qt version on the integrationFriedemann Kleint2024-08-063-0/+71
* | Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* | Remove #include <utils/fileutils.h> from most header fileshjk2024-07-262-0/+2
* | Use QObjectList aliasAlessandro Portale2024-07-171-1/+1
* | Core: Introduce a IContext::attach() version taking a help providerhjk2024-07-081-16/+5
* | Core: De-virtualize IContext::contextHelp()hjk2024-07-081-6/+4
* | Designer: Inline designercontext.{h,cpp} into only userhjk2024-07-035-62/+19
|/
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* CMake: Fix static build of Qt CreatorCristian Adam2024-06-121-1/+1
* CppEditor: Make header guard naming user-configurableChristian Kandeler2024-06-121-1/+3
* Wizards: Remove remaining uses of classToHeaderGuard()Christian Kandeler2024-06-101-1/+1
* Fix some random deprecation warninghjk2024-06-061-1/+1
* Fix json templatesChristian Stenger2024-05-311-1/+1