summaryrefslogtreecommitdiff
path: root/src/plugins/resourceeditor/resourcenode.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Added duplicate file action.Vikas Pachdha2016-04-081-0/+2
* Resourceeditor: Enabled renaming of files in qrcVikas Pachdha2016-04-081-0/+21
* Core: Make IDocument concreteOrgad Shaneh2016-03-171-18/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-191-10/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-2/+2
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-12-071-2/+2
|\
| * ResourceNode: Fix directory separatorsRobert Loehning2015-12-041-2/+2
* | Show folders as tree view for resourcesSvenn-Arne Dragly2015-11-161-32/+258
* | FolderNodes: Specify filter for Add Existing DirectoryTobias Hunger2015-11-091-0/+5
* | ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-29/+29
|/
* ResourceNodes: Fix inverted check in renamePrefixDaniel Teske2015-09-241-1/+1
* ResourceNode: Update to new ResourceFile::load return valueTobias Hunger2015-06-101-7/+7
* Editor manager: Abort with a single message if file is not readable.Eike Ziller2015-06-101-1/+1
* ResourceEditor/Node: Add 'Remove missing files' featureDaniel Teske2015-06-011-0/+23
* ProjectExplorer: Avoid copy for node pathOrgad Shaneh2015-02-271-1/+1
* Use new mime databaseEike Ziller2015-02-171-3/+4
* ProjectExplorer: Use FileName for Node::pathOrgad Shaneh2015-02-131-39/+41
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-2/+2
* | ResourceEditor: Remove unused member from ResourceFileNodeTobias Hunger2015-01-151-1/+0
* | Refactor ProjectExplorer::Node and remove NodesWatcherDaniel Teske2015-01-141-4/+6
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
|/
* New File Dialog: Tweak default node on Projct PageDaniel Teske2014-08-151-8/+10
* IDocument: Make mimeType a value memberhjk2014-07-011-5/+1
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-06-131-1/+1
|\
| * ResourceNode: Fix matching on '/' nodeDaniel Teske2014-06-031-1/+1
* | Show "Open containing folder" also for files of qrc nodes.Daniel Teske2014-06-121-0/+7
* | ResourceNodes: Fix paths in copy url/path actionsDaniel Teske2014-06-031-1/+4
* | ResourceEditor: Make static code checker happyhjk2014-05-181-3/+5
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-04-081-0/+6
|\ \ | |/
| * ResourceNodes: Fix adding to prefix '/' nodeDaniel Teske2014-04-071-0/+6
* | ResourceNodes: Add copy to clipboard actions.Daniel Teske2014-03-311-3/+14
* | Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-181-6/+7
|\ \ | |/
| * ProjectTree: Change hasBuildTargets to FolderNode::showInSimpleTreeDaniel Teske2014-03-181-0/+5
| * ResourceNode: Remove unnecessary update() callDaniel Teske2014-03-141-4/+0
| * ResourceNode: Fix renaming prefixDaniel Teske2014-03-131-1/+1
| * Fix warning about truncation from int to bool in resource editor.Friedemann Kleint2014-03-131-1/+1
* | Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-111-7/+23
|\ \ | |/
| * ProjectExplorer::New File Use addNewInformation also for context menuDaniel Teske2014-03-101-7/+23
* | Editors: Move id() from editor to document.Eike Ziller2014-03-051-0/+1
|/
* ResourceEditor: Remove unused static functionOrgad Shaneh2014-02-201-9/+0
* Fix qbs buildOrgad Shaneh2014-02-201-1/+1
* Resource file in project treeDaniel Teske2014-02-191-0/+484