aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorw.cpp
Commit message (Expand)AuthorAgeFilesLines
* ResourceEditor: Complete transition to Qt5-style connectOrgad Shaneh2017-03-201-3/+5
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-1/+0
* Revert "Replace virtual isModified method with a getter/setter/notifier"Jarek Kobus2016-10-211-5/+29
* Replace virtual isModified method with a getter/setter/notifierJarek Kobus2016-10-171-29/+5
* ResourceEditor: Use Qt5-style connectsOrgad Shaneh2016-07-041-7/+7
* ResourceEditor: Properly support contents()Ulf Hermann2016-01-211-0/+7
* 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
* Editor manager: Abort with a single message if file is not readable.Eike Ziller2015-06-101-7/+9
* Move "open" from IEditor to IDocumentEike Ziller2015-06-101-5/+0
* ResourceEditor: Fix qbs compileChristian Stenger2015-06-091-1/+1
* Resource editor: Remove lots of indirectionsEike Ziller2015-06-091-48/+61
* Move Open With... handling to editor manager.Eike Ziller2015-06-021-2/+1
* Simplify Open with... menu handlingEike Ziller2015-06-021-8/+0
* 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-12/+14
|/
* Resource editor: Fix paste.Friedemann Kleint2014-11-201-0/+5
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TreeViewFind -> ItemViewFindDaniel Teske2014-08-111-2/+2
|/
* IDocument: Make mimeType a value memberhjk2014-07-011-7/+1
* Editors: Move id() from editor to document.Eike Ziller2014-03-051-1/+1
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-5/+1
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-2/+2
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | DocumentManager: Merge {slotE,e}xecuteOpenWithMenuActionhjk2013-11-201-1/+1
|/
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-1/+1
* Move IEditor::createNew to IDocument::setContentsEike Ziller2013-07-171-15/+14
* Move displayName from IEditor to IDocumentEike Ziller2013-07-101-22/+17
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-8/+8
* Make IDocument::fileName a member with setter.Eike Ziller2013-07-091-15/+13
* Core: Let IDocument also report failed file reload operationsNikolai Kosjar2013-06-241-3/+3
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* ResourceEditor: copy current resource path to clipboardKonstantin Tokarev2012-08-071-2/+9
* Use plain QrcEditor* instead of QPointerKonstantin Tokarev2012-07-241-6/+3
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Moved QrcEditor to ResourceEditor plugin.Konstantin Tokarev2012-07-181-1/+1
* Implemented file rename in ResourceEditor.Konstantin Tokarev2012-07-181-4/+11
* Fix warning.Christian Kandeler2012-07-121-1/+0
* Highlight missing files in resource tree with red font.Konstantin Tokarev2012-07-091-1/+23
* Open file with default editor when it's activated in ResourceEditor.Konstantin Tokarev2012-05-161-1/+16
* Added find support to ResourceEditor.Konstantin Tokarev2012-05-081-0/+6
* BaseTextMark: Support renaming filesDaniel Teske2012-04-051-0/+2
* Normalized connect()sRobert Loehning2012-03-061-2/+2
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-17/+17