aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/actionmanager
Commit message (Expand)AuthorAgeFilesLines
* Reverse the order of FakeVim setting pagesThorbjørn Lindeijer2010-04-091-1/+0
* Added icons to options dialog categoriesThorbjørn Lindeijer2010-03-261-6/+0
* ActionManager support for iconVisibleInMenudt2010-03-262-0/+5
* CommandMapping dialogs: Use FancyLineEdit and FilterLineEdit.Daniel Molkentin2010-03-182-19/+23
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-185-9/+12
* Shortcuts: Remove dead leftovers from refactoring.Daniel Molkentin2010-03-171-21/+0
* commandmappings: compile fix, code cosmeticshjk2010-03-122-14/+13
* factor out the commonalities between the keyboard shortcut & ex command mappi...Martin Aumüller2010-03-113-0/+484
* Long live the king!hjk2010-03-0511-11/+11
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
|\
| * remove trailing whitespaceOswald Buddenhagen2010-01-292-2/+2
* | fakevim: code cosmeticshjk2010-01-221-1/+1
* | fakevim: configurable mapping of ex commands to actionsMartin Aumüller2010-01-223-4/+10
* | Remove one level of the Command class hierarchy.con2010-01-143-45/+22
* | Be a good citizen, retrieve the settings from ICore::instance().Daniel Molkentin2010-01-141-1/+2
* | Add missing Q_OBJECT macrosTobias Hunger2010-01-111-0/+2
* | Designer shortcuts fixes, TaskWindow's copy action fixedJarek Kobus2010-01-082-13/+0
* | Changing the command's shortcut updates its internal actions.Jarek Kobus2010-01-052-0/+13
* | Fix ambiguous shortcut problemsmae2009-12-162-9/+1
* | Ignore hidden actions for the dummy shortcut eatermae2009-12-141-1/+1
* | Fixed disabled action shortcutsmae2009-12-142-1/+11
* | Perforce: Use new VCSBasePlugin class.Friedemann Kleint2009-12-111-3/+22
|/
* Purge out include files in exported headersFriedemann Kleint2009-10-011-3/+8
* long live the kinghjk2009-08-1411-11/+11
* Add views menu for form editor.con2009-08-112-1/+1
* Some more QToolBar changes.con2009-07-162-2/+0
* Don't override a shortcut's key when setting the default, as for actions.con2009-07-091-2/+3
* Setting the default key sequence should only set the current sequence if none...Frédéric Mercille2009-07-071-1/+2
* Update license headers and sales contact details.Jason McDonald2009-06-1711-22/+22
* ifdef Q_?S_* cleanupOswald Buddenhagen2009-06-031-1/+1
* More documentation.con2009-05-062-69/+101
* A bit of api documentation.con2009-05-061-10/+18
* Remove unused/unnecessary code.con2009-05-066-129/+35
* Remove unused method.con2009-05-053-23/+0
* Some more documentation about contexts and action containers.con2009-05-043-34/+84
* Some documentation.con2009-04-242-5/+0
* sanitize some tr() callsOswald Buddenhagen2009-02-271-1/+1
* Fixes: change file license headers to include LGPLhjk2009-02-2511-231/+187
* Fixes: coreplugin: use UniqueIDManager more directlyhjk2009-01-262-16/+17
* Avoid going through ICore when it's not necessaryThorbjørn Lindeijer2009-01-211-2/+1
* Cleaned up usages of CoreImpl::instanceThorbjørn Lindeijer2009-01-212-10/+6
* Some shortcut settings improvementsThorbjørn Lindeijer2009-01-212-2/+2
* replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ...hjk2009-01-201-3/+2
* Fixes: - ICommand --> Commandcon2009-01-149-65/+64
* Fixes: - Command --> CommandPrivatecon2009-01-146-108/+47
* Fixes: - IActionContainer --> ActionContainercon2009-01-146-57/+56
* Fixes: - ActionContainer --> ActionContainerPrivatecon2009-01-144-41/+41
* Fixes: - Remove unused tool bar container, and unnecessary enumcon2009-01-144-264/+30
* Bump year in licence header.Daniel Molkentin2009-01-1311-11/+11
* Fixes: - API doc for ActionManager and remove some deprecated thingscon2009-01-136-187/+104