aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor
Commit message (Expand)AuthorAgeFilesLines
* 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
* qbs build: Remove unneeded Project itemsChristian Kandeler2023-09-141-31/+28
* Replace QFile::exists by QFileInfo::existshjk2023-09-012-4/+4
* Editor: remove duplicated path is empty checks when savingDavid Schulz2023-08-281-4/+3
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-25/+25
* Core: add aboutToSave and saved signal to IDocumentDavid Schulz2023-06-152-3/+5
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* Avoid creation of temporary lists of ProjectNodeshjk2023-04-171-3/+1
* Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* Translations: Merge "OpenWith::Editors" into "QtC::Core"Alessandro Portale2023-02-202-2/+3
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* Translations: Fix stray QApplication::translate() callsAlessandro Portale2023-02-081-5/+4
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-7/+2
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0619-19/+19
* CMake build: Use version-less Qt targetsEike Ziller2023-01-051-1/+1
* Use more Utils::isMainThread()Jarek Kobus2022-10-111-2/+0
* Replace missing qAsConst with std::as_const()Jarek Kobus2022-10-102-4/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-2/+2
* ResourceEditor: Replace foreach with ranged for loopJarek Kobus2022-10-072-15/+15
* ResourceFile: Don't derive from QListJarek Kobus2022-10-072-9/+5
* Use SPDX license identifiersLucie Gérard2022-08-2619-456/+38
* ResourceEditor: Fix include and Qbs buildChristian Stenger2022-08-232-1/+2
* ResourceEditor: Convert to using Tr::trhjk2022-08-2214-130/+111
* ResourceEditor: inline qrceditor.uiAlessandro Portale2022-08-225-176/+81
* FileUtils: Adds toFilePathList functionMarcus Tillmanns2022-08-041-1/+1
* Core: Include more utils/filepaths.h instead of utils/fileutils.hAlessandro Portale2022-07-281-1/+1
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-213-6/+6
* Use setClipboardAndSelection more broadlyhjk2022-07-152-18/+17
* Add plugintr.h files to all pluginshjk2022-06-271-0/+37
* PE: Move ResourceFileNode to ProjectExplorerChristian Stenger2022-06-142-38/+0
* Fix qbs buildChristian Stenger2022-04-291-1/+1
* CMake: Qt Creator Static build supportCristian Adam2022-04-292-2/+3
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+1