aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorw.h
Commit message (Expand)AuthorAgeFilesLines
* ResourceEditor: Complete transition to Qt5-style connectOrgad Shaneh2017-03-201-5/+2
* Revert "Replace virtual isModified method with a getter/setter/notifier"Jarek Kobus2016-10-211-0/+4
* Replace virtual isModified method with a getter/setter/notifierJarek Kobus2016-10-171-4/+0
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* ResourceEditor: Properly support contents()Ulf Hermann2016-01-211-0/+1
* 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-2/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-2/+2
* Add override to IDocument hierarchyEike Ziller2015-06-111-10/+11
* Editor manager: Abort with a single message if file is not readable.Eike Ziller2015-06-101-1/+1
* Move "open" from IEditor to IDocumentEike Ziller2015-06-101-2/+1
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-4/+4
* Resource editor: Remove lots of indirectionsEike Ziller2015-06-091-10/+13
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
|/
* Resource editor: Fix paste.Friedemann Kleint2014-11-201-0/+2
* License updateEike Ziller2014-10-091-7/+8
* IDocument: Make mimeType a value memberhjk2014-07-011-2/+0
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-1/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Move IEditor::createNew to IDocument::setContentsEike Ziller2013-07-171-1/+1
* Move IEditor::isTemporary to IDocumentEike Ziller2013-07-121-1/+0
* Move displayName from IEditor to IDocumentEike Ziller2013-07-101-4/+5
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-1/+1
* Make IDocument::fileName a member with setter.Eike Ziller2013-07-091-3/+2
* Editors: Provide a base implementation for {save,restore}Statehjk2013-05-271-2/+0
* Editors: Provide a base implementation for duplicate{,Supported}hjk2013-05-271-2/+0
* Fix Krazy warnings about includes/header guards in various plugins.Friedemann Kleint2013-03-131-3/+3
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Work around for an apparent MinGW-w64 compiler (4.7.2-2) bug.Ray Donnelly2012-12-131-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* ResourceEditor: copy current resource path to clipboardKonstantin Tokarev2012-08-071-0/+2
* Use plain QrcEditor* instead of QPointerKonstantin Tokarev2012-07-241-3/+1
* Moved QrcEditor to Internal namespace, fixed namespace usage.Konstantin Tokarev2012-07-241-3/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Moved QrcEditor to ResourceEditor plugin.Konstantin Tokarev2012-07-181-5/+4
* Implemented file rename in ResourceEditor.Konstantin Tokarev2012-07-181-0/+2
* Highlight missing files in resource tree with red font.Konstantin Tokarev2012-07-091-1/+6
* Open file with default editor when it's activated in ResourceEditor.Konstantin Tokarev2012-05-161-0/+3
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-8/+8
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Make IFile::isReadOnly consistent.Eike Ziller2012-02-141-1/+0
* Long live the king!hjk2012-01-261-1/+1
* Provide "Open with" context menu in qrc editor.Eike Ziller2011-12-131-0/+7
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-1/+1
|/
* add auto-saving of modified editorsOswald Buddenhagen2011-05-121-2/+6