aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/modemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Various plugins: Replace QMap with QHashJarek Kobus2024-01-291-3/+3
* Fix state of side bar buttons when switching different design widgetsEike Ziller2023-11-291-0/+1
* ModeManager: Remove unused constructor argumenthjk2023-10-051-4/+1
* Core: Remove mainwindow.{h,cpp}hjk2023-10-021-1/+0
* Core: Ramp down MainWindow in it's ICore::pimpl functionhjk2023-10-021-2/+2
* All: Fix some more Qt 6.7 induced deprecation warningshjk2023-06-081-1/+1
* Core: Tr::trhjk2023-01-171-7/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CorePlugin: Pass context object to lambda connectionsJarek Kobus2022-12-081-2/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CorePlugin: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-041-1/+1
* Modes: Temporarily re-add a removeMode functionEike Ziller2021-09-241-0/+15
* Fix the "Cannot remove a null widget" warningJarek Kobus2021-06-301-13/+0
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Fix ModeManager documentation after move of IdEike Ziller2020-09-241-2/+2
* Merge remote-tracking branch 'origin/4.13'Eike Ziller2020-07-061-5/+68
|\
| * Complete documentation on Core::ModeManagerEike Ziller2020-07-031-5/+68
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-061-0/+2
|/
* Fix "Header" documentation in Core pluginEike Ziller2020-06-151-0/+1
* 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