aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/actionmanager/actionmanager.h
Commit message (Expand)AuthorAgeFilesLines
* Core: Add a ActionBuilder::bindCommmand()hjk2024-02-061-0/+1
* Core: Add MenuBuilder::setIcon()hjk2024-02-011-0/+1
* Core: Remove Menuhjk2024-02-011-14/+0
* Core: Add a MenuBuilderhjk2024-02-011-1/+16
* Core: Merge ActionBuilder::context{Parameter,}Actionhjk2024-01-291-6/+2
* Utils: Rename ParameterAction into Actionhjk2024-01-291-4/+4
* Use ActionBuilder for Markdown editorEike Ziller2024-01-261-0/+2
* Core: Some initial documentation for ActionBuilderhjk2024-01-111-1/+1
* Core: Return *this from ActionBuilder settingshjk2023-12-191-30/+32
* Core: More ActionBuilder use in icore.cpphjk2023-12-181-0/+1
* Core: Some ActionBuilder API polishhjk2023-12-151-5/+5
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-3/+3
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-131-1/+1
* Core: Add a ActionBuilder::setOnToggled functionhjk2023-12-111-1/+12
* Fix Find Next button and other actionsEike Ziller2023-12-111-1/+1
* Core: Simplify ActionManager::setOnTriggeredMarcus Tillmanns2023-11-271-2/+13
* Core: Use more ActionBuilder in EditorManagerhjk2023-11-211-0/+1
* CMakeProjectManager: Use Core::ActionBuilder in a few placeshjk2023-11-151-1/+1
* Core: Let ActionBuilder build a ParameterActionhjk2023-11-151-0/+10
* Core: Use ActionBuilder to set up find menu entrieshjk2023-11-141-0/+3
* AutoTest: Use ActionBuilderhjk2023-11-131-0/+1
* Core: Replace new "Action" by an "ActionBuilder"hjk2023-11-101-4/+8
* Core: Use Core::Action for 'About...' stuffhjk2023-11-101-6/+2
* Core: Fix Action settershjk2023-11-091-0/+6
* Core: Introduce Menu and Action classeshjk2023-11-091-0/+49
* Core: Rename MainWindowPrivate to ICorePrivatehjk2023-10-041-2/+2
* Core: Ramp down MainWindow in it's ICore::pimpl functionhjk2023-10-021-1/+2
* Core: Pimpl MainWindowhjk2023-09-251-0/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-8/+8
* Add macOS touch bar supportEike Ziller2019-01-151-0/+3
* Canonicalize some includesChristian Kandeler2019-01-101-4/+4
* Core: Consistently use nullptrTobias Hunger2018-05-081-1/+1
* Core: Use override consistentlyTobias Hunger2018-05-071-1/+1
* CorePlugin: Clean forward declarationLaurent Montel2017-09-271-1/+0
* Recent Sessions/Projects/Files: Clean up acceleratorsEike Ziller2016-09-301-0/+2
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* ActionManager: Avoid losing shortcuts when actions are unregisteredEike Ziller2015-03-181-1/+1
* ActionManager: Remove fallback path for Qt Creator 3.1 settingsEike Ziller2015-03-181-1/+0
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+2
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-2/+5
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | ActionManager: transfer ownership from main window to core pluginEike Ziller2015-01-121-5/+9
|/
* Avoid Id->QString->Id round trip in macrohandler setuphjk2014-11-051-1/+1
* Remove probably outdated QShortcut includeNikita Baryshnikov2014-10-151-1/+0
* License updateEike Ziller2014-10-091-7/+8
* ActionManager: Remove QShortcut registration APIEike Ziller2014-03-031-2/+0