aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/session.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* SessionManager; configureEditors on project opening/parsingDaniel Teske2014-11-051-1/+20
* Introduce and use FileName::exists()hjk2014-11-031-3/+3
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
| |\
| | * License updateEike Ziller2014-10-091-7/+8
* | | ProjectExplorer: Remove redundant namespace qualificationsOrgad Shaneh2014-10-141-1/+1
|/ /
* | Make SessionManager::instance() return a SessionManager* againhjk2014-10-091-1/+1
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | ProjectExplorer: Apply static pattern to ProjectExplorerPluginhjk2014-09-261-3/+3
* | Editors: Set window title for external editor windowsEike Ziller2014-08-131-18/+33
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-2/+2
* | ProjectExplorer: Fix Project::displayName changesDaniel Teske2014-07-221-5/+1
* | Algorithms: Introduce helper Utils::equalDaniel Teske2014-07-161-3/+1
* | Even more algorithm usage in ProjectExplorerDaniel Teske2014-07-161-5/+4
* | ProjectExplorer: Select the current node with more magicDaniel Teske2014-07-081-8/+16
|/
* Project: Use Utils::FileName as return type for projectFilePath()Tobias Hunger2014-05-061-17/+17
* Use more descriptive progress bar titlesEike Ziller2014-04-281-1/+1
* Use ICore::dialogParent for message boxes without parent so farhjk2014-03-121-2/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Silence warning when switching to a session without any projects openTobias Hunger2013-11-111-1/+2
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-6/+6
|\
| * Doc: edit projectexplorer API docsLeena Miettinen2013-09-111-6/+6
* | SessionManager: Apply 'static' patternhjk2013-09-051-205/+251
* | ProjectManager: Use Core::Id for progress typeshjk2013-09-041-1/+1
* | Core: Static pattern for ProgressManager, clean up all usershjk2013-09-021-1/+1
* | EditorManager: Use interface directly instead of going through ICorehjk2013-08-301-12/+9
* | Introduce Project::projectFilePath()Tobias Hunger2013-08-011-17/+17
* | Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-07-111-4/+12
|\|
| * ProjectExplorer: Fix build dependenciesDaniel Teske2013-07-091-4/+12
* | Rename IDocument::fileName --> filePathEike Ziller2013-07-091-17/+17
* | Fix wrong progress when loading session.Eike Ziller2013-07-091-15/+5
|/
* 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