summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/actionmanager/actionmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* put debug Context operator where it belongsTim Jenssen2017-01-271-8/+0
* macOS: Fix that some actions still had icon in menuEike Ziller2016-11-151-0/+2
* Recent Sessions/Projects/Files: Clean up acceleratorsEike Ziller2016-09-301-0/+7
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* ActionManager: Small cleanupsTobias Hunger2015-09-171-5/+0
* ActionManager: Convert to Qt5 style connectsTobias Hunger2015-09-161-6/+6
* ActionManager: Remove remaining uses of Id::uniqueIdentifier()hjk2015-06-241-1/+1
* ActionManager: Avoid losing shortcuts when actions are unregisteredEike Ziller2015-03-181-12/+16
* ActionManager: Remove fallback path for Qt Creator 3.1 settingsEike Ziller2015-03-181-45/+0
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-0/+2
* ActionManagerPrivate: remove unused member variablesNikita Baryshnikov2015-02-251-2/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: Remove unneeded qualificationsOrgad Shaneh2015-02-061-3/+3
* | Extract a fading indicator widget into utilsEike Ziller2015-01-271-35/+13
* | ActionManager: transfer ownership from main window to core pluginEike Ziller2015-01-121-11/+20
* | Core: CosmeticsOrgad Shaneh2014-11-261-2/+2
|/
* 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
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-04-081-3/+9
|\
| * Avoid removing the shortcut settings of older Qt Creator versionsEike Ziller2014-04-031-3/+9
* | ActionManager: Remove QShortcut registration APIEike Ziller2014-03-031-104/+6
|/
* Fix crash when restoring settings in registerShortcutEike Ziller2014-02-271-1/+1
* Shortcuts: Remember them even for plugins that are not loadedEike Ziller2014-02-261-21/+42
* Doc: Added some documentationFalko Arps2014-01-281-5/+22
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Avoid value-list creation when iterating over maps.Friedemann Kleint2013-12-161-1/+1
|/
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-6/+6
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-9/+9
|\
| * Doc: edit coreplugin docsLeena Miettinen2013-09-261-9/+9
* | Remove superfluous include paths from project files.Christian Kandeler2013-09-021-2/+2
* | Unify pattern used for privates and constructorsEike Ziller2013-07-011-39/+55
|/
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+1
* Core: Use Id as values in ActionContainerhjk2013-05-271-9/+9
* 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-3/+0
* Fix Krazy warnings about values or keys iteration in various places.Friedemann Kleint2013-03-151-2/+2
* Doc: replace deprecated QDoc commandsLeena Miettinen2013-02-061-4/+4
* 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
* | ActionManager: Require a valid context for shortcutshjk2013-01-281-5/+2
* | Core: Use the new Id methods in a few placeshjk2013-01-171-1/+1
* | Core: Use Id in Context instead of plain int.hjk2013-01-121-5/+5
* | Core: remove some unused context handling functionshjk2013-01-121-5/+0
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* ActionManager API cleanup.Eike Ziller2012-05-251-255/+259