summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/actionmanager
Commit message (Expand)AuthorAgeFilesLines
* CorePlugin: Clean forward declarationLaurent Montel2017-09-273-8/+0
* app_version.h: Make IDE name configurableTobias Hunger2017-09-051-4/+3
* Introduce and use Utils::stripAcceleratorOrgad Shaneh2017-07-071-3/+3
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* | Replace a few occurrences of QStringList() << ...hjk2017-02-081-1/+1
* | put debug Context operator where it belongsTim Jenssen2017-01-271-8/+0
|/
* macOS: Fix that some actions still had icon in menuEike Ziller2016-11-152-2/+2
* Recent Sessions/Projects/Files: Clean up acceleratorsEike Ziller2016-09-302-0/+9
* Core: Replace preprocessor with HostOsInfoOrgad Shaneh2016-09-141-5/+3
* Wholesale conversion to #pragma oncehjk2016-03-309-36/+9
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-037-19/+17
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1915-255/+180
* ActionManager: Small cleanupsTobias Hunger2015-09-172-10/+1
* ActionManager: Convert to Qt5 style connectsTobias Hunger2015-09-161-6/+6
* ActionManager: Remove remaining uses of Id::uniqueIdentifier()hjk2015-06-242-3/+2
* Core: Make Id(int) constructor less accessiblehjk2015-06-191-1/+2
* Improve keyboard shortcut settingsEike Ziller2015-05-152-83/+10
* CommandMappings: Do special filtering only for keyboard shortcutsEike Ziller2015-05-072-18/+12
* Refactor CommandMappings to be a widget instead of options pageEike Ziller2015-05-072-61/+44
* Get rid of FancyLineEdit::validateEike Ziller2015-05-061-16/+4
* Remove some workarounds for Qt bugs that have been fixed.Christian Kandeler2015-05-061-16/+0
* Fix importing empty shortcuts from keyboard shortcut settingsEike Ziller2015-03-241-0/+2
* ActionManager: Avoid losing shortcuts when actions are unregisteredEike Ziller2015-03-183-14/+19
* ActionManager: Remove fallback path for Qt Creator 3.1 settingsEike Ziller2015-03-183-48/+0
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-054-3/+6
* Core: Add an ActionContainer::addSeparator(Id) overloadhjk2015-02-262-1/+9
* Core: Make Context parameter to registerAction optionalhjk2015-02-263-3/+8
* ActionManagerPrivate: remove unused member variablesNikita Baryshnikov2015-02-252-4/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1215-90/+90
|\
| * Update LicenseEike Ziller2015-01-1615-90/+90
* | Core: Remove unneeded qualificationsOrgad Shaneh2015-02-061-3/+3
* | Extract a fading indicator widget into utilsEike Ziller2015-01-272-35/+14
* | ActionManager: transfer ownership from main window to core pluginEike Ziller2015-01-124-21/+36
* | Core: CosmeticsOrgad Shaneh2014-11-269-25/+30
|/
* VCS: Rework disabling of ambiguous actionsOrgad Shaneh2014-11-173-14/+0
* OS X: Fix menu rolesEike Ziller2014-11-121-0/+4
* Mercurial: Disable hidden menu entriesOrgad Shaneh2014-11-103-0/+14
* Find: Fix wrong target of (replace) next/previous actions.Eike Ziller2014-11-052-9/+14
* Avoid Id->QString->Id round trip in macrohandler setuphjk2014-11-052-2/+2
* Remove probably outdated QShortcut includeNikita Baryshnikov2014-10-154-10/+0
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1415-105/+120
|\
| * License updateEike Ziller2014-10-0915-105/+120
* | Add index and filter combo box to external help windowEike Ziller2014-10-132-4/+23
* | Replace set[Plain]Text(QString()) with clear()Alessandro Portale2014-07-231-1/+1
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-012-5/+5
* Export ActionContainer.Eike Ziller2014-05-281-1/+2
* 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