aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/squish/objectsmapdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/17.0'Eike Ziller8 days1-3/+3
|\
| * Various UI text fixesEike Ziller13 days1-3/+3
* | SquishPlugin: Fix typo in FIXME commentTian Shilin9 days1-1/+1
|/
* Replace remaining uses of FileReaderhjk2025-04-231-11/+12
* Core: Return a Result<> from IDocument::setContentshjk2025-04-231-5/+5
* Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-171-17/+14
* Core: Merge OpenResult::Code ReadError into CannotHandlehjk2025-04-171-4/+4
* Core: Turn IDocument::OpenResult into a full classhjk2025-04-161-37/+26
* Fix warning for ';'Marco Bubke2025-04-151-1/+1
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-7/+7
* Utils: Simplify FileReader interfacehjk2024-12-131-2/+2
* Utils: Add a Process::setUtf8Codec helper functionhjk2024-12-091-3/+1
* Utils: Use the new Result class in some FilePath functionshjk2024-10-011-10/+8
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-251-6/+8
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-241-10/+7
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Editor: remove duplicated path is empty checks when savingDavid Schulz2023-08-281-6/+5
* Various Plugins: Simplify return FilePath statementsJarek Kobus2023-08-021-1/+1
* Squish: Use new settings schemehjk2023-07-191-3/+2
* Core: add aboutToSave and saved signal to IDocumentDavid Schulz2023-06-151-1/+3
* Squish: Adapt to recent aspect developmenthjk2023-05-241-2/+2
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Squish: Fix object map handlingChristian Stenger2023-01-301-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Squish: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* Squish: Fix object map handling on WindowsChristian Stenger2022-11-111-5/+6
* Squish: Fix handling of object mapChristian Stenger2022-10-111-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Squish: Support scripted objects mapChristian Stenger2022-08-251-6/+51
* Squish: Convert to Tr::trhjk2022-07-131-2/+4
* Provide Squish integration pluginChristian Stenger2022-07-041-0/+227