aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/qrceditor/resourcefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* ResourceEditor: Hide ResourceDocument class definitionhjk2024-01-171-7/+2
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* 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-071-4/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ResourceEditor: Convert to using Tr::trhjk2022-08-221-16/+15
* FileUtils: Adds toFilePathList functionMarcus Tillmanns2022-08-041-1/+1
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-3/+3
* Vcs: FilePath-ify VcsManager::promptToAddhjk2021-09-291-2/+5
* ResourceEditor: Use more FilePathhjk2021-09-141-15/+18
* 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-191-0/+3
|\
| * ResourceEditor: Do not lose the compress-algo attributeChristian Kandeler2021-05-141-0/+3
* | Utils: filepathify TextFileFormatDavid Schulz2021-05-181-1/+3
|/
* 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
* QrcEditor: Add action for ordering resource listFederico Guerinoni2020-03-121-1/+18
* ResoureEditor: Use themed color for deleted file in ResourceModelAlessandro Portale2020-01-281-1/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* ResourceEditor: ModernizeAlessandro Portale2018-12-111-12/+11
* Move RemoveFileDialog to UtilsEike Ziller2017-12-121-2/+2
* 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-011-19/+36
* New file overlay iconsAlessandro Portale2016-04-251-1/+2
* ResourceEditor: Properly support contents()Ulf Hermann2016-01-211-0/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Editor manager: Abort with a single message if file is not readable.Eike Ziller2015-06-101-9/+9
* Resource editor: Remove lots of indirectionsEike Ziller2015-06-091-0/+105
* ResourceEditor/Node: Add 'Remove missing files' featureDaniel Teske2015-06-011-0/+19
* ResourceEditor: Show correct error message on opening a invalid qrc fileDaniel Teske2015-04-141-2/+7
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Do not use QDir::separator() for internal pathsOrgad Shaneh2015-02-021-2/+2
* | ProjectExplorer: Fix changing language via context menuDaniel Teske2015-01-121-0/+1
|/
* Resource editor: Fix paste.Friedemann Kleint2014-11-201-11/+12
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-3/+0
|/
* Qrc: Preserve line ending styleEike Ziller2014-07-151-13/+10
* ResourceEditor: Pass const string by referenceOrgad Shaneh2014-05-201-1/+1
* ResourceEditor: Move code from ResourceModel to ResourceFileDaniel Teske2014-02-191-12/+19
* ResourceEditor: Small interface tweaks for ResourceNodeDaniel Teske2014-02-191-6/+37