aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourcenode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils/all: Move mime constants into a central placehjk2023-11-081-7/+5
* Avoid creation of temporary lists of ProjectNodeshjk2023-04-171-3/+1
* Translations: Fix stray QApplication::translate() callsAlessandro Portale2023-02-081-5/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Replace missing qAsConst with std::as_const()Jarek Kobus2022-10-101-1/+1
* ResourceEditor: Replace foreach with ranged for loopJarek Kobus2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-1/+1
* PE: Move ResourceFileNode to ProjectExplorerChristian Stenger2022-06-141-24/+0
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+1
* Don't call DocumentManager::addDocument() from non-main threadJarek Kobus2021-10-201-4/+12
* ResourceEditor: Use more FilePathhjk2021-09-141-9/+9
* ResourceEditor: Use FilePath functionality more directlyhjk2021-08-181-2/+1
* ProjectExplorer: Use more FilePaths in ProjectNodeshjk2021-08-101-3/+3
* ProjectExplorer: Use FilePaths in project tree nodeshjk2021-07-161-20/+20
* Core: filepathify file renamingDavid Schulz2021-06-171-11/+12
* Core: filepathify expected document changesDavid Schulz2021-06-171-2/+2
* Core: filepathify FileIconProviderDavid Schulz2021-06-091-1/+1
* Projects: Create QIcons in the UI threadEike Ziller2021-04-091-1/+1
* IDocument: Simplify permission changesEike Ziller2021-01-141-2/+1
* Fix build with newest Qt 6Eike Ziller2020-11-201-1/+1
* ResourceEditor: Fix priority for qrc sub-nodesChristian Kandeler2019-12-091-13/+18
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-251-1/+1
|\
| * ProjectExplorer: Do not hide empty qrc filesChristian Kandeler2019-07-231-1/+1
* | ProjectExplorer: Add special handling for removing filesVille Nummela2019-06-251-7/+11
* | ProjectExplorer: Remove dedicated "DuplicateFile" abilityChristian Kandeler2019-06-251-2/+0
|/
* Utils: Rename FileName to FilePathhjk2019-05-281-8/+8
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-1/+1
* ResourceEditor: Make tree compressableChristian Kandeler2019-05-131-11/+13
* ProjectExplorer: Fix renaming files in resourcesChristian Kandeler2019-05-021-37/+9
* ProjectExplorer: De-virtualize FolderNode::showWhenEmptyhjk2019-03-041-6/+1
* ResourceEditor: Change signature of ResourceTopLevelNode ctorhjk2019-03-011-3/+3
* ProjectExplorer: De-virtualize FolderNode::addFileFilterhjk2019-03-011-5/+2
* ResourceEditor: Use Node::setIsGenerated setterhjk2019-02-261-3/+2
* ProjectExplorer: Remove FileNode's isGenerated constructor boolhjk2019-02-251-1/+1
* ResourceEditor: ModernizeAlessandro Portale2018-12-111-6/+3
* ProjectExplorer: Remove FolderNode::addNode taking a raw pointerTobias Hunger2018-05-021-13/+12
* ProjectExplorer: Make FolderNode::replaceSubtree take a unique_ptrTobias Hunger2018-05-021-2/+2
* Treat .ui.qml mime type the same as .qmlUlf Hermann2017-10-181-0/+1
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-041-0/+1
|\
| * Resources: List .qrc files in projectTobias Hunger2017-08-311-0/+1
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-08-231-0/+5
|\|
| * ProjectExplorer: Don't hide empty resource files like empty directoriesRobert Loehning2017-08-181-0/+5
* | ProjectNodes: Do not derive Project Nodes from QObjectTobias Hunger2017-08-011-5/+5
|/
* Resources: List .qrc-files with the other filesTobias Hunger2017-05-221-0/+1
* Resources: Trigger watcher when changing qrc fileTobias Hunger2017-05-171-7/+0
* Resources: Read qrc file contents from file if that is readableTobias Hunger2017-05-171-4/+6
* ProjectNodes: Sprinkle QTC_ASSERT over code looking at parentFolderNodeTobias Hunger2017-05-121-2/+3
* ResourceTopLevelNode: Enable marking this node as generatedTobias Hunger2017-05-041-3/+4
* ResourceNode: Set proper fileType based on file nameTobias Hunger2017-05-031-1/+1