aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor
Commit message (Expand)AuthorAgeFilesLines
* Clean up some includeshjk2025-05-141-1/+0
* Utils: Introduce a Utils::TextCodec classhjk2025-05-141-1/+1
* Utils: Rename TextFileFormat::detect to detectFromDatahjk2025-05-121-1/+1
* Utils: Avoid QTextCodec in Utils::TextFileFormat interfacehjk2025-05-121-1/+1
* Utils: Use dialogParent() for RemoveFileDialog parent more directlyhjk2025-04-281-3/+1
* Utils: Split user interaction out of FileSaver::finalize()hjk2025-04-231-3/+4
* Core: Return a Result<> from IDocument::setContentshjk2025-04-231-5/+6
* Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-174-32/+30
* Core: Merge OpenResult::Code ReadError into CannotHandlehjk2025-04-171-2/+2
* ResourceEditor: Fix crashChristian Stenger2025-04-171-1/+2
* Core: Turn IDocument::OpenResult into a full classhjk2025-04-163-22/+19
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-113-15/+15
* Utils: Return Utils::Result from TextFileFormat::writeFile()hjk2025-04-031-1/+3
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-102-7/+7
* TextEditor: Protect access to TextFileFormat::[m_]codechjk2024-12-191-1/+1
* 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-15/+14
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-252-9/+11
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-241-8/+6
* Change the mime database to Apache TikaEike Ziller2024-09-201-1/+1
* ResourceEditor: Fix nullptr accessEike Ziller2024-09-181-2/+4
* ProjectExplorer: Let build systems do renamings in bulkChristian Kandeler2024-09-162-12/+24
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-1/+1
* ResourceEditor: Compactify qrceditor implementation a bithjk2024-07-1510-801/+623
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* Add long descriptions to some pluginsLeena Miettinen2024-05-311-1/+4
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-1/+1
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-2/+1
* Utils: Rename ParameterAction into Actionhjk2024-01-291-2/+2
* Remove CommandButtonEike Ziller2024-01-261-3/+4
* ResourceEditor: Remove some indirectionhjk2024-01-261-30/+8
* ResourceEditor: Use ActionBuilderhjk2024-01-192-86/+111
* ResourceEditor: Code cosmeticshjk2024-01-171-37/+38
* ResourceEditor: Drop the plugin pimplhjk2024-01-171-79/+64
* ResourceEditor: Rename oddly-named resourceeditorw fileshjk2024-01-175-8/+10
* ResourceEditor: Rename odd ResourceEditorW to ResourceEditorImplhjk2024-01-171-31/+31
* ResourceEditor: Hide ResourceDocument class definitionhjk2024-01-175-128/+80
* ResourceEditor: Hide plugin class definition in .cpphjk2024-01-164-82/+67
* ResourceEditor: Move ResourceEditorW definition to .cpphjk2024-01-162-82/+75
* ResourceEditor: Move editor action setup closer to editorhjk2024-01-164-67/+49
* ResourceEditor: Move editor factory close to editorhjk2024-01-167-63/+35
* Clean up some lambdashjk2023-12-121-1/+1
* Utils/all: Move mime constants into a central placehjk2023-11-084-13/+11
* PE: Allow skipping of compress on specialized folder nodesChristian Stenger2023-10-181-0/+2