aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove qmake build filesEike Ziller2022-01-203-44/+0
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+1
* Don't expand qrc items recursivelyJarek Kobus2021-10-201-0/+2
* Don't call DocumentManager::addDocument() from non-main threadJarek Kobus2021-10-203-19/+41
* Vcs: FilePath-ify VcsManager::promptToAddhjk2021-09-291-2/+5
* ResourceEditor: Use more FilePathhjk2021-09-147-50/+55
* Utils: Remove FilePath::isChildOf(QDir) overloadhjk2021-09-141-5/+1
* Utils: FilePathify RemoveFileDialoghjk2021-08-191-1/+2
* ResourceEditor: Use FilePath functionality more directlyhjk2021-08-181-2/+1
* Core: Remove FileUtils::removeFile(QString)hjk2021-08-181-1/+2
* ProjectExplorer: Use more FilePaths in ProjectNodeshjk2021-08-102-5/+5
* Core: Use more FilePath in EditorManagerhjk2021-08-022-2/+2
* ProjectExplorer: Use FilePaths in project tree nodeshjk2021-07-163-30/+31
* Pass the new node in ProjectTree::currentNodeChangedEike Ziller2021-06-281-3/+2
* Merge remote-tracking branch 'origin/4.15' into 5.0Eike Ziller2021-06-241-0/+1
|\
| * Fix that disabled QRC files were enabled by QRC expansionEike Ziller2021-06-231-0/+1
* | Core: filepathify file renamingDavid Schulz2021-06-173-14/+16
* | Core: filepathify expected document changesDavid Schulz2021-06-171-2/+2
* | Core: filepathify FileIconProviderDavid Schulz2021-06-092-2/+2
* | Merge "Merge remote-tracking branch 'origin/4.15'"The Qt Project2021-05-192-0/+4
|\ \
| * | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-05-192-0/+4
| |\|
| | * ResourceEditor: Do not lose the compress-algo attributeChristian Kandeler2021-05-142-0/+4
* | | Core: filepathify IDocumentDavid Schulz2021-05-192-17/+15
|/ /
* | Utils: filepathify fileutilsDavid Schulz2021-05-181-2/+2
* | Utils: filepathify TextFileFormatDavid Schulz2021-05-181-1/+3
* | Projects: Create QIcons in the UI threadEike Ziller2021-04-091-1/+1
* | ResourceEditor: Set focus to the prefix line edit after creating new oneTasuku Suzuki2021-03-261-0/+2
|/
* qbs build: Remove code for creating deployment packagesChristian Kandeler2021-02-171-2/+0
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-172-2/+2
* IDocument: Simplify permission changesEike Ziller2021-01-142-12/+7
* Fix build with newest Qt 6Eike Ziller2020-11-202-2/+2
* Remove bool return value from IEditor::restoreState()Eike Ziller2020-09-242-5/+3