aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/modeleditor
Commit message (Expand)AuthorAgeFilesLines
* ModelEditor: Some FilePath-ificationhjk2025-05-091-14/+10
* Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-172-16/+11
* Core: Merge OpenResult::Code ReadError into CannotHandlehjk2025-04-171-1/+1
* Core: Turn IDocument::OpenResult into a full classhjk2025-04-162-20/+15
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-112-11/+11
* ModelEditor: filePathify PxNodeControllerDavid Schulz2025-03-128-71/+68
* Drop a few unneeded #includeshjk2025-03-041-1/+0
* Utils: Simplify FilePath::relativePathFromhjk2025-03-042-4/+4
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-104-10/+10
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-1/+0
* 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-12/+12
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-252-12/+8
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-242-10/+7
* Change the mime database to Apache TikaEike Ziller2024-09-201-1/+1
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* Designer, ModelEditor: Scope logging categories to respective namespacesFrancisco Boni2024-08-211-2/+2
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* ModelIndexer: Dismantle the fake threadJarek Kobus2024-07-222-201/+113
* Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-07-011-1/+1
|\
| * Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* | Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-06-272-4/+8
|\|
| * Fix various translatable stringsEike Ziller2024-06-272-4/+8
* | CppEditor: Clean up cpptoolsreuse.{h,cpp}Christian Kandeler2024-06-241-3/+4
|/
* Add long descriptions to some pluginsLeena Miettinen2024-05-311-1/+4
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* ModelEditor: More use of Utils::FilePathJochen Becher2024-05-1711-62/+98
* ModelEditor: Use Utils::FilePathJochen Becher2024-05-1015-80/+82
* ModelEditor: Toggle filter using Ctrl+Shift+LJochen Becher2024-04-221-1/+1
* ModelEditor: Add model tree filterJochen Becher2024-04-175-3/+65
* ModelEditor: Add dialog for adding related elementsJochen Becher2024-04-161-2/+17
* ModelEditor: Support linked files and custom imagesJochen Becher2024-04-166-54/+341
* ModelEditor: Remove multiline text from action textEike Ziller2024-03-072-14/+32
* Various plugins: Fix remaining C++20 warnings about [=] capturesJarek Kobus2024-02-061-2/+4
* Remove CommandButtonEike Ziller2024-01-261-7/+9
* ModelEditor: Use namespace CoreEike Ziller2024-01-261-32/+38
* Clean up some lambdashjk2023-12-121-12/+12
* ModelEditor: Clean up exposed constantshjk2023-09-272-18/+3
* ModelEditor: Simplify UiControllerhjk2023-09-272-38/+19
* ModelEditor: Simplify settings usehjk2023-09-277-92/+12
* Utils, all: Standardize on QtcSettingshjk2023-09-275-42/+33
* Editor: remove duplicated path is empty checks when savingDavid Schulz2023-08-281-2/+1
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-25/+25
* CppEditor: Make a few CppModelManager functions statichjk2023-07-124-8/+5
* Utils: Make validation asyncMarcus Tillmanns2023-06-291-3/+0
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-6/+4
* Core: add aboutToSave and saved signal to IDocumentDavid Schulz2023-06-152-2/+4