summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/session.cpp
Commit message (Expand)AuthorAgeFilesLines
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* 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
* Welcome Screen: Fix regressionsDaniel Molkentin2011-07-121-1/+1
* Make C++ code style configurable.Christian Kamm2011-05-241-3/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Do not override mouse cursor needlesslyTobias Hunger2011-05-041-3/+0
* add/unify i/o error handlingOswald Buddenhagen2011-04-181-1/+1
* Documentation: Add ProjectExplorer plugin..Friedemann Kleint2011-04-141-1/+30
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | Sessions: Store expand/collapsed state of project treedt2011-03-251-3/+3
|/
* ProjectExplorer: Move dependencies update a little further updt2011-03-211-20/+21
* SessionManager: emit sessionLoaded after actually changing activeSessiondt2011-03-111-3/+2
* Text editor: Introduce per project settingsLeandro Melo2011-02-211-6/+8
* Session Manager: Simplfy codedt2011-01-191-5/+2
* It's 2011 now.con2011-01-121-1/+1
* Fix QML to UTF-8, unless changed in editormae2010-12-201-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Session Manager: Set corrrect window title after unloading last projectdt2010-12-091-0/+2
* | Window title didn't show nice name for e.g. diff views.con2010-11-301-28/+2
* | ProjectExplorer: Remove internal classes from exported headers.Friedemann Kleint2010-11-011-23/+1
* | Remove some stone old compat code + use methods for user resource path.con2010-10-251-30/+1
|/
* Session: Do not save temporary editorsTobias Hunger2010-10-081-2/+8
* Startup: Do not switch away from the welcome modedt2010-09-171-2/+4
* Session Manager: Default Mode for new Sessions is Editdt2010-09-171-5/+10
* Session Manager: Remove double connectdt2010-09-171-2/+0
* Session Manager: Remove unused variabledt2010-09-171-1/+0
* Session Manager: Easier code flowdt2010-09-171-4/+4
* Session Manager: mark sessionNameToFileName as constdt2010-09-171-1/+1
* Inform about projects in a session that failed to loadTobias Hunger2010-09-151-0/+26
* Keep projects that failed to load in a sessionTobias Hunger2010-09-151-2/+17
* Refactor: add userResourcePath() accessor to ICore.Daniel Molkentin2010-08-251-1/+1
* Fix project-specific default file encodingmae2010-08-061-2/+5
* File renamingdt2010-05-121-1/+1
* SessionFile does not need to be a IFiledt2010-05-101-69/+5
* Modify behaviour of sessions on the welcomescreen and tweak the session managerDaniel Molkentin2010-04-211-15/+17
* Remove the window modified indicator feature from non-Mac again.con2010-04-211-5/+1
* Fixup for non-Mac windowModified property handling.con2010-04-161-1/+5
* Fix restoring of default sessionsdt2010-03-291-7/+8
* Remove isApplication() and simplfy startup project logicdt2010-03-251-15/+5
* Refactor the externally modified file handlingcon2010-03-221-2/+12
* Make default virgin session check more robust.dt2010-03-181-7/+13
* Fix assert in session.cpp dependent on timer.Friedemann Kleint2010-03-101-1/+2
* Long live the king!hjk2010-03-051-1/+1
* Make creator auto-save the session state when something changedmae2010-03-031-4/+30
* Don't begin global paths with '/' on windows.con2010-02-241-1/+1
* Fixes: "Save as" does not update window titlecon2010-02-031-2/+15