summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/session.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-06-011-2/+15
|\
| * SessionManager: Don't autosave the session while loading a sessionDaniel Teske2012-06-011-2/+15
* | Prevent duplicated project entries on failed project loadingDaniel Teske2012-05-091-1/+4
* | Fix "Projects mode" looking broken if the startup project is "wrong"Daniel Teske2012-05-091-4/+6
* | use Core::Id for IMode::id and IMode::typehjk2012-05-081-4/+7
* | Cleanup more TODOs in ProjectExplorerDaniel Teske2012-05-031-1/+1
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-05-021-7/+0
|\ \ | |/
| * Stop the autosaving session timer on closing CreatorDaniel Teske2012-05-021-7/+0
* | Update Project's displayName in GUI if it changes after initial load.Konstantin Tokarev2012-04-171-0/+24
|/
* ProjectExplorerPlugin:addProject() remove code to set startup projectDaniel Teske2012-03-281-5/+0
* On Session restore, set the correct startup projectDaniel Teske2012-03-281-1/+1
* Normalized connect()sRobert Loehning2012-03-061-5/+5
* WelcomePage: Add tooltip for sessionsThomas Hartmann2012-02-231-0/+13
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-18/+18
* Removed module names from #include directives.Erik Verbruggen2012-02-151-12/+12
* Rename SessionManager::clear() to closeAllProjects()Daniel Teske2012-02-131-21/+5
* SessionManager::loadSession inline impl functions and rewriteDaniel Teske2012-02-131-205/+165
* Remove SessionFileDaniel Teske2012-02-071-32/+1
* Move SessionFile::future to SessionManagerDaniel Teske2012-02-071-6/+6
* Move SessionFile::m_values to SessionManagerDaniel Teske2012-02-071-14/+9
* Move SessionFile::m_depMap to SessionManagerDaniel Teske2012-02-071-17/+17
* Move SessionFile::m_failedProjects to SessionManagerDaniel Teske2012-02-071-8/+9
* Move SessionFile::m_projects to SessionManagerDaniel Teske2012-02-071-12/+11
* Move SessionFile::m_startupProject to SessionManagerDaniel Teske2012-02-071-12/+13
* Move SessionFile::sessionLoadingProgress to SessionManagerDaniel Teske2012-02-071-13/+10
* Simply SessionFile::m_failedProjects handlingDaniel Teske2012-02-071-15/+2
* Inline SessionFile::load() into SessionManager::loadImplDaniel Teske2012-02-071-97/+76
* Simplfy logic in SessionManager::loadImplDaniel Teske2012-02-071-48/+49
* Inline SessionFile::save into SessionManagerDaniel Teske2012-02-071-66/+51
* SessionFile: Remove m_fileNameDaniel Teske2012-02-071-20/+8
* Remove SessionFile::fileNameDaniel Teske2012-02-071-7/+1
* SessionFile::fileName can't return a empty filenameDaniel Teske2012-02-071-17/+9
* Move creating of the default session into the SessionManager ctorDaniel Teske2012-02-071-9/+2
* SessionManager: Inline and remove updateNameDaniel Teske2012-02-031-9/+4
* Fix overriding the default sessionDaniel Teske2012-02-031-1/+3
* Remove class SessionNodeImpl, just use SessionNode directlyDaniel Teske2012-01-311-4/+4
* Remove SessionManager::currentSessionDaniel Teske2012-01-311-5/+0
* Core::ModeManager: make some functions statichjk2012-01-271-4/+4
* Long live the king!hjk2012-01-261-1/+1
* ProjectExplorer: make currentProject statichjk2012-01-241-2/+2
* Use new static ICore interface.hjk2012-01-241-23/+18
* Remove dependencies on unloadeable projectsDaniel Teske2012-01-111-1/+4
* ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-091-15/+15
* Proj. explorer: Adjust order of load/unload signalsLeandro Melo2011-11-111-20/+24
* 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
* | Proj. explorer: Remove dead codeLeandro Melo2011-11-101-5/+0
|/
* Implement Code Style schemesJarek Kobus2011-09-231-1/+3
* core: remove usages of Core::ICore::instance()->modeManager()hjk2011-09-051-5/+7
* Better error feedback on Open projectDaniel Teske2011-09-051-1/+4