summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-2/+2
| | | | | | | | | | | Only methods as programming functions are affected. Besides renaming some actions like "Switch Between Function Declaration/Definition" this mostly touches (api) code comments. This is a follow-up patch to commit 872bfb7. Change-Id: Icb65e8d73b59a022f8885b14df497169543a3b92 Reviewed-by: hjk <hjk121@nokiamail.com>
* ActionManager API cleanup.Eike Ziller2012-05-251-4/+3
| | | | | | | | d-pointer instead of inheritance static methods Change-Id: I7b2f0c8b05ad3951e1ff26a7d4e08e195d2dd258 Reviewed-by: hjk <qthjk@ovi.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Use new static ICore interface.hjk2012-01-241-2/+2
| | | | | Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Start on Creating Plugins documentation.Eike Ziller2011-11-281-5/+5
| | | | | Change-Id: Ic75775473cfb405cee5c53b2dc24144dba51a25c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* Wizards: Fix include style.Friedemann Kleint2011-01-241-7/+6
|
* Update the template for Qt Creator plugin.Nicolas Arnaud-Cormos2010-12-071-15/+11
| | | | | | | | | | Make it more consistant with the current plugins: * plugin class use the Plugin template instead of Impl * add a pluginconstants.h file * use the new pluginspec.in file Merge-request: 216 Reviewed-by: con <qtc-committer@nokia.com>
* creator plugin template: compile fixhjk2010-10-081-1/+1
| | | | | Reviewed-by: Friedemann Kleint Task-number: QTCREATORBUG-2655
* Adapt Qt Creator plugin template to match recent changes.con2010-07-131-2/+5
|
* Add some simple code to the Qt Creator plugin template.con2010-05-061-0/+40
|
* Add a Qt Creator custom plugin wizard.con2010-05-051-0/+42