aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Collapse)AuthorAgeFilesLines
...
| * It's 2011 now.con2011-01-1231-31/+31
| |
* | Add copyright headers to c++ files in doc/Tobias Hunger2011-02-243-0/+114
| |
* | It's 2011 now.con2011-01-1231-31/+31
| | | | | | | | Reviewed-by: hjk
* | Merge remote branch 'origin/2.1'con2011-01-051-24/+10
|\|
| * Doc: update license headerLeena Miettinen2010-12-211-24/+10
| | | | | | | | Reviewed-by: David Boddie
* | Maemo: Change installation prefix for non-Fremantle systems.Christian Kandeler2010-12-011-1/+1
|/ | | | | | - /usr/local -> /usr - Technically, this changes the default installation path for all non-Fremantle UNIX systems.
* Doc - update Battery Indicator exampleLeena Miettinen2010-10-0818-126/+559
| | | | | | | | Use the new mobile project wizard to create the application. Update example files and screen shots. Reviewed-by: ckamm Reviewed-by: Niels Weber
* Merge commit '52b9fcca2ddd5d5e95c6e13cbded018699c7dd68' (origin/2.0)con2010-07-131-0/+3
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/debugger/debuggeragents.cpp src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.h src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.cpp src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp src/plugins/qt4projectmanager/qt-maemo/maemosshthread.h
| * Doc - Add info about layouts to the exampleLeena Miettinen2010-07-071-0/+3
| | | | | | | | Reviewed-by: Niels Weber
* | Documentation: Fix whitespace of merge request 138.Friedemann Kleint2010-07-121-1/+1
| |
* | Add additional instructions on how to use designer plugins from within Mac ↵Tilman Skobowsky2010-07-121-0/+116
| | | | | | | | | | | | | | version of Qt Creator Merge-request: 138 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* | Move the plugin examples to subdir of pluginhowto.con2010-06-2187-3236/+0
| |
* | Qt Creator Plugin HOWTO documentation first and second cutAbhishek Patil2010-06-2187-0/+3236
| | | | | | | | | | | | | | Signed-off-by: Abhishek Patil <abhishek.patil@vcreatelogic.com> Merge-request: 145 Reviewed-by: con <qtc-committer@nokia.com>
* | Merge remote branch 'origin/2.0'hjk2010-06-025-0/+141
|\| | | | | | | | | | | | | Conflicts: doc/qtcreator.qdoc src/plugins/debugger/debuggermanager.cpp src/plugins/texteditor/basetexteditor.cpp
| * Doc - Add tutorials on building and running example applications and ↵Leena Miettinen2010-05-285-0/+141
| | | | | | | | | | | | creating mobile applications. Reviewed-by: Christian Kamm
* | Doc: Updated example license to three clause BSD license.David Boddie2010-05-2530-50/+1103
|/ | | | | Reviewed-by: dt Requested-by: Legal
* Long live the king!hjk2010-03-053-3/+3
|
* major doc updateOswald Buddenhagen2010-02-231-1/+1
| | | | | squashed patch series from Mladen Zagorac and Rohan Shetty who are working under contract.
* docs: Compile Fixes, Fixups in addressbook exampleDaniel Molkentin2009-10-122-2/+13
| | | | Reviewed-By: TrustMe
* long live the kinghjk2009-08-143-3/+3
|
* use module-less include file style for the sdk example.Daniel Molkentin2009-08-0717-35/+35
| | | | | | This was proposed by Kavindra and actually it is probably simpler for newbies. The documentation already talks about this style, so use it.
* Reviewed the first four chapters. Added review notes.Daniel Molkentin2009-08-061-1/+0
|
* Doc - More of Part 7Kavindra Devi Palaraja2009-07-223-2/+71
| | | | Reviewed-By: TrustMe
* Doc - More of Part 7Kavindra Devi Palaraja2009-07-224-139/+79
| | | | Reviewed-By: TrustMe
* Doc - Modified Part 6 to use ui->Kavindra Devi Palaraja2009-07-224-143/+77
| | | | Reviewed-By: TrustMe
* Small cleanupsSimon Hausmann2009-07-214-22/+14
| | | | | | | | | | | | * Instantiate the FindDialog on demand only. * When submitting a contact and there was an error, return early to avoid adding the incomplete contact. * In the FindDialog's findClicked slot call accept() or reject() on the dialog, to propagate the acceptance to the caller in AddressBook::findContact. * Renamed FindDialog::getFindText to FindDialog::findText() Reviewed-by: Kavindra
* Doc - modifying Part 5 to use ui->Kavindra Devi Palaraja2009-07-214-119/+66
| | | | Reviewed-By: TrustMe
* Doc - Changed code in Part 4 to use ui->Kavindra Devi Palaraja2009-07-202-96/+59
| | | | Reviewed-By: TrustMe
* Doc - Fixing up Part 3 to use ui->Kavindra Devi Palaraja2009-07-202-90/+57
| | | | | | | Reviewed-By: TrustMe Details: Also fixed a minor bug that caused both the Submit and Cancel buttons to not disappear after the user clicked Submit.
* Doc - Modifying Part 2 to use ui->element instead of copy the ui'sKavindra Devi Palaraja2009-07-162-62/+38
| | | | | | element all over the code Reviewed-By: TrustMe
* Doc - More of Part 7Kavindra Devi Palaraja2009-07-133-0/+117
| | | | Reviewed-By: TrustMe
* Doc - Starting on Part 7Kavindra Devi Palaraja2009-07-104-18/+494
| | | | Reviewed-By: TrustMe
* Doc - Starting on Part 7Kavindra Devi Palaraja2009-07-075-0/+82
| | | | Reviewed-By: TrustMe
* Doc - More of Part 6Kavindra Devi Palaraja2009-07-062-0/+84
| | | | Reviewed-By: TrustMe
* Doc - Fixing parts of Part 5 and more of Part 6Kavindra Devi Palaraja2009-07-023-6/+28
| | | | Reviewed-By: TrustMe
* Doc - More of Part 6Kavindra Devi Palaraja2009-07-027-20/+525
| | | | Reviewed-By: TrustMe
* Doc - Starting on Part 6 and some fixesKavindra Devi Palaraja2009-07-015-0/+82
| | | | Reviewed-By: TrustMe
* Doc - Finishing up Part 5, only screenshots pendingKavindra Devi Palaraja2009-07-013-1/+15
| | | | Reviewed-By: TrustMe
* Doc - More on Part 5Kavindra Devi Palaraja2009-06-302-1/+4
| | | | Reviewed-By: TrustMe
* Doc - More of Part 5Kavindra Devi Palaraja2009-06-301-0/+2
| | | | Reviewed-By: TrustMe
* Doc - More of Part 5 and some minor changes to part 2 to ensureKavindra Devi Palaraja2009-06-303-5/+12
| | | | | | that the include statements were explained. Reviewed-By: TrustMe
* Removed two stray backslashesThorbjørn Lindeijer2009-06-291-1/+1
|
* Doc - More of the tutorialKavindra Devi Palaraja2009-06-241-1/+3
| | | | Reviewed-By: TrustMe
* Doc - More of the tutorialKavindra Devi Palaraja2009-06-241-0/+7
| | | | RevBy: TrustMe
* Update license headers and sales contact details.Jason McDonald2009-06-173-6/+6
| | | | Reviewed-by: Trust Me
* Doc - More on Part 5Kavindra Devi Palaraja2009-06-153-0/+54
| | | | RevBy: TrustMe
* Fix building for kavindradt2009-06-101-2/+0
|
* Doc - Working on part 5Kavindra Devi Palaraja2009-06-104-7/+101
| | | | RevBy: TrustMe
* Doc - Starting on Part 5Kavindra Devi Palaraja2009-06-101-107/+101
| | | | | | Reviewed-By: TrustMe (cherry-picked from e5fcbba7fcf79dcc85f6221f8c3843554f07a496)
* Doc - A few fixesKavindra Devi Palaraja2009-06-102-33/+11
| | | | RevBy: TrustMe