aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/session.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: edit projectexplorer API docsLeena Miettinen2013-09-111-6/+6
* ProjectExplorer: Fix build dependenciesDaniel Teske2013-07-091-4/+12
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+1
* Doc: Remove \fn lines adjacent to functionsOrgad Shaneh2013-06-051-2/+0
* SessionManager: Ask the user before deleting a sesion.Daniel Teske2013-05-271-0/+12
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-10/+0
* RunConfigurations: Avoid some direct QString use with Core::Idhjk2013-03-191-5/+2
* Open project from command line: Postpone the actual opening via a timerDaniel Teske2013-02-191-0/+4
* 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
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-6/+4
* | Fix build - rebase introduced an issue:(Tobias Hunger2012-11-171-1/+1
* | Session: Save color as part of the sessionTobias Hunger2012-11-171-0/+14
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-251-7/+7
|\|
| * Prevent endless loop if a project with dependencies couldn't be loaded.Marcel Krems2012-10-221-7/+7
* | SessionManager: Restore last session setting with dotsDaniel Teske2012-10-181-2/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Fix saving of XML configuration filesTobias Hunger2012-09-041-9/+9
* Fix saving of xml filesTobias Hunger2012-08-241-15/+19
* Replace some QStrings with Utils::FileNameTobias Hunger2012-08-241-14/+14
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* 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