aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor
Commit message (Expand)AuthorAgeFilesLines
* make resource file handling able to deal with QMakeProject's VFSOswald Buddenhagen2016-11-014-26/+53
* Revert "Replace virtual isModified method with a getter/setter/notifier"Jarek Kobus2016-10-212-5/+33
* Replace virtual isModified method with a getter/setter/notifierJarek Kobus2016-10-172-33/+5
* ResourceEditor: Add text for keyboard shortcuts settingTakumi ASAKI2016-08-161-2/+2
* Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-08-051-1/+1
|\
| * ResourceEditor: Fix typos in non-translatable, but user-visible stringsLeena Miettinen2016-08-041-1/+1
* | Use FileChangeBlockerTobias Hunger2016-07-181-18/+9
|/
* ResourceEditor: Reorder member functionsOrgad Shaneh2016-07-041-3/+3
* ResourceEditor: Use Qt5-style connectsOrgad Shaneh2016-07-048-79/+63
* qbs build: More steps toward creating a "development installation".Christian Kandeler2016-06-131-27/+31
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-254-3/+5
|\
| * New file overlay iconsAlessandro Portale2016-04-254-3/+5
* | ProjectExplorer: Added duplicate file action.Vikas Pachdha2016-04-081-0/+2
* | Resourceeditor: Enabled renaming of files in qrcVikas Pachdha2016-04-082-0/+22
* | Wholesale conversion to #pragma oncehjk2016-03-3011-45/+11
* | Remove unnecessary Q_OBJECT from IDocument subclassesOrgad Shaneh2016-03-241-1/+0
|/
* Core: Make IDocument concreteOrgad Shaneh2016-03-172-22/+0
* ResourceEditor: Properly support contents()Ulf Hermann2016-01-214-0/+11
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1922-360/+257
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-194-25/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-144-8/+8
* 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-162-34/+318
* | FolderNodes: Specify filter for Add Existing DirectoryTobias Hunger2015-11-092-0/+7
* | ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-032-32/+32
* | ProjectNodes: Sprinkle override over the Node classesTobias Hunger2015-10-301-15/+15
|/
* ResourceNodes: Fix inverted check in renamePrefixDaniel Teske2015-09-241-1/+1
* RessourceEditor: Fix crash on adding prefixDaniel Teske2015-09-081-1/+1
* PNG: Run pngcrush on images with iCCP or sRGB profilesTobias Hunger2015-07-031-0/+0
* Add override to IDocument hierarchyEike Ziller2015-06-112-17/+18
* 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-105-20/+23
* Move "open" from IEditor to IDocumentEike Ziller2015-06-102-7/+1
* ResourceEditor: Fix qbs compileChristian Stenger2015-06-091-1/+1
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-4/+4
* Resource editor: Remove lots of indirectionsEike Ziller2015-06-098-328/+250
* Move Open With... handling to editor manager.Eike Ziller2015-06-022-4/+2
* Simplify Open with... menu handlingEike Ziller2015-06-022-10/+0
* ResourceEditor/Node: Add 'Remove missing files' featureDaniel Teske2015-06-0114-1/+147
* ResourceEditor: Show correct error message on opening a invalid qrc fileDaniel Teske2015-04-144-9/+20
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+2
* ProjectExplorer: Avoid copy for node pathOrgad Shaneh2015-02-271-1/+1
* Use new mime databaseEike Ziller2015-02-172-8/+7
* ProjectExplorer: Use FileName for Node::pathOrgad Shaneh2015-02-133-44/+46
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1222-130/+130
|\
| * Update LicenseEike Ziller2015-01-1622-130/+130
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-062-7/+7
* | Do not use QDir::separator() for internal pathsOrgad Shaneh2015-02-022-3/+3
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-2/+2