summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/session.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some code scanning issues.Friedemann Kleint2010-02-011-3/+3
* Fix typosTobias Hunger2010-01-111-1/+1
* Make method naming more consistent.Tobias Hunger2010-01-071-7/+7
* Add BuildConfiguration classesdt2009-11-301-1/+0
* Add functionality to show progress for the application in task bar/dock.con2009-11-271-2/+1
* Project explorer: Make public headers compile with NO_CAST_FROM_ASCIIFriedemann Kleint2009-09-291-0/+1
* long live the kinghjk2009-08-141-1/+1
* sessionmanager: replace signal sessionUnloaded() by aboutToUnloadSession()hjk2009-08-131-4/+3
* Rework the project settings.dt2009-08-061-2/+4
* Micro-optimization for sorting sessionsThorbjørn Lindeijer2009-07-231-4/+4
* Sort the session list alphabetically.dt2009-07-211-0/+8
* Simply look at the filesystem to get the list of sessions.dt2009-06-181-21/+18
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Don't try to show an empty filename in the window titleThorbjørn Lindeijer2009-06-121-1/+3
* Use editor manager standard closing facilities for session switchingmae2009-06-031-39/+4
* add current editor filename (and, on macosx, proxy icon) to titlebarJoel Nordell2009-05-211-0/+9
* typo & language fixesOswald Buddenhagen2009-05-111-4/+4
* debugger: don't dead-lock when switching sessions while debugginghjk2009-04-011-5/+5
* Use completeBaseName instead of baseName where appropriateThorbjørn Lindeijer2009-03-201-1/+1
* Fixes: Session restore bolds the wrong projectdt2009-03-191-1/+3
* Fixes: Crashes on switching sessions.dt2009-03-111-2/+4
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Fixes: do not emit startupProjectChanged() if the startup projecthjk2009-02-031-0/+3
* some more ICore related cleanuphjk2009-01-201-18/+15
* Reintroduced a way to edit project dependenciesThorbjørn Lindeijer2009-01-161-26/+39
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* Fixes: - ProgressManagerInterface --> ProgressManagercon2009-01-131-2/+2
* Fixes: Replace QTC_ASSERT with QT_ASSERT.dt2008-12-171-6/+6
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* Fixes: - Restoring session doesn't end up with focus in editorcon2008-12-101-1/+3
* use QTC_ASSERT instead of Q_ASSERThjk2008-12-091-19/+16
* some more whitespace changeshjk2008-12-091-6/+6
* Slight optimization in Session::projectForFileThorbjørn Lindeijer2008-12-081-18/+18
* Fixes: Fixes saving of settingsdt2008-12-031-0/+1
* more code cosmeticshjk2008-12-021-2/+3
* off-by-one in headershjk2008-12-021-1/+0
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
* Initial importcon2008-12-021-0/+1109