summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/documentmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++: Change QStringList to QSet<QString> to prevent conversions.Erik Verbruggen2014-09-041-1/+1
* DocumentManager: Reduce scope of variableTobias Hunger2014-09-031-1/+1
* Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
* EditorManager: Clean up public interfaceEike Ziller2014-07-221-6/+7
* Fix "Open with" for multiple splitsEike Ziller2014-07-041-9/+33
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-06-131-18/+0
|\
| * Fix setting DocumentManager::currentFile when clicking into splitEike Ziller2014-06-041-18/+0
* | Avoid explicit checks for windows host when working with file pathsEike Ziller2014-06-121-1/+1
* | Core: Pass const string by referenceOrgad Shaneh2014-05-201-2/+2
* | DocumentModel: Make interface statichjk2014-05-131-1/+1
* | Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-1/+1
* | Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-271-1/+6
|\ \ | |/
| * DocumentManager: Ensure that checkForReload is called after modal dialogDaniel Teske2014-03-251-1/+6
* | Editors: Move id() from editor to document.Eike Ziller2014-03-051-1/+1
|/
* DocumentManager: Refactor saveModified methodsTobias Hunger2014-01-231-52/+131
* DocumentManager: Handle 0 pointers gracefullyTobias Hunger2014-01-221-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-16/+15
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| * DocumentManager: Use suitable parent for file reload dialoghjk2014-01-061-1/+2
| * DocumentManager: Use ICore::dialogParent for all dialogshjk2014-01-061-14/+12
* | DocumentManager: Merge {slotE,e}xecuteOpenWithMenuActionhjk2013-11-201-5/+0
|/
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-2/+2
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-44/+53
|\
| * Doc: edit coreplugin docsLeena Miettinen2013-09-261-44/+53
* | Editor: Added a close all option to the deleted file dialog.David Schulz2013-09-091-6/+14
* | Apply 'static' pattern to MimeDatabasehjk2013-09-031-2/+2
* | Remove superfluous include paths from project files.Christian Kandeler2013-09-021-6/+6
* | Core: Force use of static DocumentManager interfacehjk2013-08-301-1/+1
* | EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-3/+3
* | Fix usage of EditorManager::editorsForFileNameEike Ziller2013-07-181-3/+3
* | EditorManager: Remove unneeded methodsEike Ziller2013-07-151-6/+6
* | Move IEditor::isTemporary to IDocumentEike Ziller2013-07-121-1/+1
* | Rename IDocument::fileName --> filePathEike Ziller2013-07-091-14/+14
* | Make IDocument::fileName a member with setter.Eike Ziller2013-07-091-1/+1
|/
* Fix external file change notification in case of multiple windows.Eike Ziller2013-06-211-11/+11
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+1
* Revert "DocumentManager: Support expect/unexpect directory changes"Orgad Shaneh2013-06-191-53/+2
* DocumentManager: Support expect/unexpect directory changesOrgad Shaneh2013-06-101-2/+53
* Fix compilationOrgad Shaneh2013-06-051-0/+1
* Doc: Remove \fn lines adjacent to functionsOrgad Shaneh2013-06-051-30/+0
* Switch less often to edit modeEike Ziller2013-06-051-1/+1
* Allow nested IContexts and use it to give extra editor windows a contextEike Ziller2013-05-211-7/+12
* tr()-Fixes for ReadOnlyFilesDialog.Friedemann Kleint2013-04-151-2/+1
* Editor: Added Dialog for read only files.David Schulz2013-04-081-61/+27
* Clean headers in Core-plugin.Friedemann Kleint2013-03-271-2/+1
* ClearCase: Don't show Hijack button for dynamic viewKnut Petter Svendsen2013-03-111-7/+15
* 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
* | Core: Use the new Id methods in a few placeshjk2013-01-171-1/+1