aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/actionmanager/command.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* OS X: Fix menu rolesEike Ziller2014-11-121-0/+4
* Find: Fix wrong target of (replace) next/previous actions.Eike Ziller2014-11-051-9/+13
* Remove probably outdated QShortcut includeNikita Baryshnikov2014-10-151-7/+0
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Add index and filter combo box to external help windowEike Ziller2014-10-131-3/+20
|/
* ActionManager: Remove QShortcut registration APIEike Ziller2014-03-031-155/+45
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-14/+14
|\
| * Doc: edit coreplugin docsLeena Miettinen2013-09-261-14/+14
* | Remove superfluous include paths from project files.Christian Kandeler2013-09-021-2/+2
* | Doc: fix function signatures in code documentationLeena Miettinen2013-05-231-5/+0
|/
* Clean headers in Core-plugin.Friedemann Kleint2013-03-271-1/+0
* 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
* | Core: Use Id in Context instead of plain int.hjk2013-01-121-11/+10
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-271-3/+4
|/
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-051-10/+0
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-1/+1
* Windows build fix.Eike Ziller2012-01-131-3/+3
* Let Command construct its description (former defaultText) itself.Eike Ziller2012-01-121-13/+14
* mostly core and analyzer: more id-ficationhjk2011-11-151-7/+6
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* core: progress on the QString->QByteArray for Core::Id, remove UniqueIDManagerhjk2011-09-051-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* actionmanager: rename Command::CA_NonConfigureable to CA_NonConfigurablehjk2011-02-091-3/+3
* Another little fix for delayed registering actions.con2011-01-181-0/+1
* Remove unused internal "CommandLocation".con2011-01-171-10/+0
* Refactor the "proxy action" behavior of Command to Utils::ProxyActioncon2011-01-121-98/+59
* It's 2011 now.con2011-01-121-1/+1
* New plugin: plugin macroNicolas Arnaud-Cormos2010-12-201-2/+49
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Make it possible to specify shortcuts for Locator filters.con2010-12-061-0/+19
* | Avoid use of QKeySequence::isEmpty in checks in command implementations.con2010-10-081-15/+12
|/
* cleanup interface of Core::Contexthjk2010-06-251-3/+3
* Core::Context: compile hot fix for Windows.hjk2010-06-251-4/+4
* compile fix on Windowshjk2010-06-251-1/+1
* core: use a class derived from QList<int> instead of a QList<int> for Core::C...hjk2010-06-251-6/+7
* Fix updating the state of menus.con2010-04-231-4/+18