aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/qrceditor
Commit message (Expand)AuthorAgeFilesLines
* ResourceEditor: Hide ResourceDocument class definitionhjk2024-01-172-12/+7
* Replace QFile::exists by QFileInfo::existshjk2023-09-012-4/+4
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-068-8/+8
* Replace missing qAsConst with std::as_const()Jarek Kobus2022-10-101-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* ResourceEditor: Replace foreach with ranged for loopJarek Kobus2022-10-071-14/+14
* ResourceFile: Don't derive from QListJarek Kobus2022-10-072-9/+5
* Use SPDX license identifiersLucie Gérard2022-08-268-192/+16
* ResourceEditor: Fix include and Qbs buildChristian Stenger2022-08-231-1/+1
* ResourceEditor: Convert to using Tr::trhjk2022-08-228-68/+61
* ResourceEditor: inline qrceditor.uiAlessandro Portale2022-08-223-174/+79
* FileUtils: Adds toFilePathList functionMarcus Tillmanns2022-08-041-1/+1
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-3/+3
* Remove qmake build filesEike Ziller2022-01-201-20/+0
* Vcs: FilePath-ify VcsManager::promptToAddhjk2021-09-291-2/+5
* ResourceEditor: Use more FilePathhjk2021-09-145-29/+36
* Utils: Remove FilePath::isChildOf(QDir) overloadhjk2021-09-141-5/+1
* Utils: FilePathify RemoveFileDialoghjk2021-08-191-1/+2
* Core: Remove FileUtils::removeFile(QString)hjk2021-08-181-1/+2
* Core: filepathify file renamingDavid Schulz2021-06-171-1/+2
* Core: filepathify FileIconProviderDavid Schulz2021-06-091-1/+1
* 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
* | Utils: filepathify TextFileFormatDavid Schulz2021-05-181-1/+3
* | ResourceEditor: Set focus to the prefix line edit after creating new oneTasuku Suzuki2021-03-261-0/+2
|/
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Fix build with newest Qt 6Eike Ziller2020-11-201-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* Add some additional shortcuts for actionsEike Ziller2020-03-171-1/+1
* QrcEditor: Add action for ordering resource listFederico Guerinoni2020-03-122-1/+22
* ResoureEditor: Use themed color for deleted file in ResourceModelAlessandro Portale2020-01-281-1/+2
* Improve layout of qrc editorTasuku Suzuki2019-08-093-143/+112
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* ResourceEditor: ModernizeAlessandro Portale2018-12-116-39/+29
* ResourceEditor: Remove stale qrceditor/testTobias Hunger2018-07-254-181/+0
* ResourceEditor: Consistently use nullptrTobias Hunger2018-05-083-5/+5
* ResourceEditor: Use override consistentlyTobias Hunger2018-05-074-28/+28
* Move RemoveFileDialog to UtilsEike Ziller2017-12-121-2/+2
* ResourceEditor: Clean forward declarationLaurent Montel2017-09-261-3/+0
* Core::FileIconProvider: Add helper method to get a directory icon with overlayTobias Hunger2017-09-081-2/+2
* make resource file handling able to deal with QMakeProject's VFSOswald Buddenhagen2016-11-012-20/+38
* ResourceEditor: Reorder member functionsOrgad Shaneh2016-07-041-3/+3
* ResourceEditor: Use Qt5-style connectsOrgad Shaneh2016-07-046-57/+41
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-251-1/+2
|\
| * New file overlay iconsAlessandro Portale2016-04-251-1/+2
* | Wholesale conversion to #pragma oncehjk2016-03-305-20/+5
|/
* ResourceEditor: Properly support contents()Ulf Hermann2016-01-212-0/+3