aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorw.cpp
Commit message (Expand)AuthorAgeFilesLines
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+1
* ResourceEditor: Use more FilePathhjk2021-09-141-12/+10
* Core: Use more FilePath in EditorManagerhjk2021-08-021-1/+1
* Core: filepathify IDocumentDavid Schulz2021-05-191-14/+12
* Utils: filepathify fileutilsDavid Schulz2021-05-181-2/+2
* IDocument: Simplify permission changesEike Ziller2021-01-141-10/+6
* Remove bool return value from IEditor::restoreState()Eike Ziller2020-09-241-4/+2
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* QrcEditor: Add action for ordering resource listFederico Guerinoni2020-03-121-0/+6
* ResourceEditor: save and restore state of splitterTasuku Suzuki2019-08-151-0/+18
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* 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