summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/modemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix QDoc warnings in Core plugin classesLeena Miettinen2020-03-181-3/+7
* ProjectExplorer: Fix some problems with plugin unloadingChristian Kandeler2019-10-161-0/+3
* Fix context of Locator inputEike Ziller2018-08-091-3/+9
* Core: ModernizeAlessandro Portale2018-08-081-4/+4
* Core: Icon-only option for the mode selection barAlessandro Portale2018-05-091-7/+17
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-1/+1
* Core: Use a ModeManagerPrivate::appendMode(IMode *)hjk2018-01-301-23/+12
* Core: Force and rely on mode creation before extensionsInitializedhjk2018-01-291-15/+43
* Core: Keep track of modes in the ModeManager directlyhjk2018-01-241-48/+32
* Core: Simplify code in ModeManagerTobias Hunger2016-12-051-14/+17
* ModeManager: Don't set the mode if we are already in the right oneUlf Hermann2016-08-231-3/+4
* Support modes with context menus.Eike Ziller2016-05-271-1/+13
* Core: Use Id() instead of 0 for invalid modes.hjk2016-04-111-1/+1
* Use Core::Id in ModeManager interfacehjk2016-04-081-7/+7
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-9/+11
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* ModeManager: Remove one use of Id::fromUniqueIdentifier and Co.hjk2015-06-231-14/+7
* ModeManager: Remove old API that was used by old progress managerEike Ziller2015-04-231-8/+0
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-1/+1
* 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