summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/actionmanager
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-05-021-0/+16
|\
| * Mac: Build menu stays disabled with Qt 4.8.1 and laterEike Ziller2012-05-021-0/+16
* | qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-1/+1
|/
* Doc: Some QString->Id correctionsOrgad Shaneh2012-04-021-3/+3
* Normalized connect()sRobert Loehning2012-03-061-2/+2
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Add ActionContainer::insertGroupEike Ziller2012-02-173-0/+14
* Removed module names from #include directives.Erik Verbruggen2012-02-1512-47/+47
* Compile with Qt 5.Friedemann Kleint2012-02-081-0/+1
* Fix a crash when loading the qt4projectmangerplugin.Adam Treat2012-01-271-1/+1
* Long live the king!hjk2012-01-2613-13/+13
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-3/+3
* Windows build fix.Eike Ziller2012-01-131-3/+3
* Let Command construct its description (former defaultText) itself.Eike Ziller2012-01-123-21/+22
* CorePlugin: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-223-3/+7
* compile fix with namespaceshjk2011-11-241-7/+2
* UI files: Do not polute the global Ui namespaceTobias Hunger2011-11-243-6/+17
* mostly core and analyzer: more id-ficationhjk2011-11-159-153/+100
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1113-26/+26
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0313-26/+26
* | More useful warning textEike Ziller2011-11-021-1/+2
* | Add "presentation mode"Tobias Hunger2011-10-312-1/+96
|/
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-056-6/+6
* core: progress on the QString->QByteArray for Core::Id, remove UniqueIDManagerhjk2011-09-054-38/+40
* actioncontainer: stylehjk2011-09-051-3/+3
* Merge app_version.h and ide_version.hEike Ziller2011-08-311-1/+2
* analyze: create a top level menu entryhjk2011-06-293-0/+25
* Fix/add copyright headersTobias Hunger2011-05-0613-13/+13
* Fix more krazy warnings.Friedemann Kleint2011-04-191-3/+3
* add/unify i/o error handlingOswald Buddenhagen2011-04-181-29/+31
* Merge branch '2.2'Oswald Buddenhagen2011-04-1413-182/+169
|\
| * Update license.hjk2011-04-1313-182/+169
* | Core/ProjectExplorer: Deprecate QDom in favour of QXmlStream-classes.Friedemann Kleint2011-03-311-39/+87
* | API Documentation: Fix warnings.Friedemann Kleint2011-03-281-6/+6
|/
* Still changes to our options dialogLeandro Melo2011-02-282-24/+9
* Revert "Make our options dialog a bit more uniform"Leandro Melo2011-02-281-9/+7
* Revert "More options dialog UI changes"Leandro Melo2011-02-281-6/+0
* More options dialog UI changesLeandro Melo2011-02-251-0/+6
* Make our options dialog a bit more uniformLeandro Melo2011-02-251-7/+9
* Implement renaming of tools and categories.con2011-02-185-0/+67
* Read external tools from resources and show them in menu.con2011-02-181-1/+1
* actionmanager: rename Command::CA_NonConfigureable to CA_NonConfigurablehjk2011-02-092-4/+4
* Remove some unused code.con2011-01-241-5/+0
* Add removeShortcut method to the actionManager.Nicolas Arnaud-Cormos2011-01-243-1/+20
* Make action containers aware of deleted commands.con2011-01-203-1/+16
* Refactor ActionContainer internals.con2011-01-204-145/+112
* Another little fix for delayed registering actions.con2011-01-182-0/+2
* ActionManager: Fix CommandAttribute enum to actually use a bit per valuedt2011-01-181-4/+4
* Remove unused internal "CommandLocation".con2011-01-174-58/+8