aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/modemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* ModeManager: Make instance return a ModeManager * againhjk2014-10-151-1/+1
* License updateEike Ziller2014-10-091-7/+8
* Core: Revert function signature changeOrgad Shaneh2014-09-301-1/+1
* Session: Fix saving session data on shutdown from project modeDaniel Teske2014-09-261-1/+1
* ModeManager: Simplify ::objectAdded/objectRemovedDaniel Teske2014-05-081-2/+2
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-111-14/+1
|\
| * Save settings less aggressively.Eike Ziller2014-03-071-14/+1
* | ActionManager: Remove QShortcut registration APIEike Ziller2014-03-031-14/+12
|/
* Avoid raising the main window after loading projectEike Ziller2014-02-201-1/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* ModeManager: Force use of static interfacehjk2013-08-301-3/+3
* Switch less often to edit modeEike Ziller2013-06-051-19/+4
* Save mode visibility in a separate property.Eike Ziller2013-06-031-1/+5
* Add an action to show/hide the mode bar on the far left.Eike Ziller2013-05-211-2/+7
* Make a few more shortcuts/actions raise the main window.Eike Ziller2013-05-211-0/+1
* Clean headers in Core-plugin.Friedemann Kleint2013-03-271-5/+0
* 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
* | Core: Use the new Id methods in a few placeshjk2013-01-171-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Save settings on mode changesTobias Hunger2012-08-291-1/+14
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* ActionManager API cleanup.Eike Ziller2012-05-251-2/+1
* Get rid of lots of ifdef Q_OS_MAC for shortcuts.Eike Ziller2012-05-231-5/+2
* use Core::Id for IMode::id and IMode::typehjk2012-05-081-10/+10
* Removed module names from #include directives.Erik Verbruggen2012-02-151-8/+8
* Core::ModeManager: make some functions statichjk2012-01-271-34/+29
* Long live the king!hjk2012-01-261-1/+1
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-1/+1
* CorePlugin: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-221-2/+2
* 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
* | more Id type fixeshjk2011-11-101-1/+1
|/
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* core: remove usages of Core::ICore::instance()->modeManager()hjk2011-09-051-0/+9
* Introduce QML-based welcome screen using desktop componentsDaniel Molkentin2011-06-291-0/+5
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Let ModeManager::addAction take a QAction instead of Commandcon2011-01-121-4/+4
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Don't switch away from debug mode when jumping to line via locatorcon2010-12-011-0/+2
* | ModeManager: Fix ordering of actions in modebardt2010-11-121-0/+1
* | Avoid use of QKeySequence::isEmpty in checks in command implementations.con2010-10-081-0/+3
|/
* EditorManager: Change openEditor/activateEditor to not do mode switchingdt2010-09-141-0/+13
* Modes: Do the mode switching again like it used to bedt2010-09-071-10/+1
* Uhm, compiledt2010-09-061-2/+3