aboutsummaryrefslogtreecommitdiffstats
path: root/doc/pluginhowto
Commit message (Collapse)AuthorAgeFilesLines
* encoding: Make sure all text files are utf8 encodedTobias Hunger2011-06-012-3/+3
| | | | | | Change-Id: Ib83224b24026c29158e8df8fa235cf5050390555 Reviewed-on: http://codereview.qt.nokia.com/281 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* On unix: install the application icons according to the freedesktop spec.Felix Geyer2011-05-232-2/+2
| | | | | | | | | | This allows desktop environments to pick the right icon size when displaying the Qt Creator menu entry. Change-Id: I10f6b46fb99202571d081a5e6e4d680be7ca069f Merge-request: 328 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/64
* pluginhowto: compile fixhjk2011-05-118-48/+28
|
* pluginhowto: update example codehjk2011-05-1115-143/+134
| | | | Still not fully compilable
* Adapt to new config file location.con2011-04-262-4/+4
|
* Update license.hjk2011-04-1356-56/+56
|
* coding style in examplehjk2011-02-2511-36/+38
|
* Add copyright headers to c++ files in doc/Tobias Hunger2011-02-2456-0/+2128
|
* It's 2011 now.con2011-01-124-4/+4
| | | | Reviewed-by: hjk
* Fix spelling in commentsTobias Hunger2010-11-031-1/+1
| | | | Krazy was complaining about those.
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-272-2/+2
| | | | | * Fix all warnings about non-explicit constructors except for those in 3rdparty code.
* Some plugin example fixing.con2010-07-196-0/+14
|
* Allow creating the api and pluginhowto documentation with qmake && make.con2010-07-1650-101/+3175
| | | | | This copies the technique used for the app resources in share/qtcreator. Also use the Qt style for the plugin howto.
* Adapt examples.con2010-07-1618-168/+180
|
* Fix broken table.con2010-06-211-1/+1
|
* Move the plugin examples to subdir of pluginhowto.con2010-06-2187-0/+3236
|
* Qt Creator Plugin HOWTO documentation first and second cutAbhishek Patil2010-06-2168-0/+4605
Signed-off-by: Abhishek Patil <abhishek.patil@vcreatelogic.com> Merge-request: 145 Reviewed-by: con <qtc-committer@nokia.com>