Commit Graph

121 Commits

Author SHA1 Message Date
con 54f4fba003 It's 2011 now. 2011-01-12 15:34:06 +01:00
con d1023c7614 It's 2011 now.
Reviewed-by: hjk
2011-01-12 09:46:24 +01:00
con 11fc831598 Merge remote branch 'origin/2.1' 2011-01-05 10:42:01 +01:00
Leena Miettinen 7864ddcb28 Doc: update license header
Reviewed-by: David Boddie
2010-12-21 14:02:05 +01:00
Christian Kandeler 7a5c004763 Maemo: Change installation prefix for non-Fremantle systems.
- /usr/local -> /usr
- Technically, this changes the default installation path for all
  non-Fremantle UNIX systems.
2010-12-01 16:56:51 +01:00
Leena Miettinen bbcebf266b Doc - update Battery Indicator example
Use the new mobile project wizard to create the application.
Update example files and screen shots.

Reviewed-by: ckamm
Reviewed-by: Niels Weber
2010-10-08 16:27:19 +02:00
con d24d01f49c Merge commit '52b9fcca2ddd5d5e95c6e13cbded018699c7dd68' (origin/2.0)
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
2010-07-13 11:31:05 +02:00
Friedemann Kleint a753026779 Documentation: Fix whitespace of merge request 138. 2010-07-12 10:02:01 +02:00
Tilman Skobowsky 1ee76d9dfa Add additional instructions on how to use designer plugins from within Mac version of Qt Creator
Merge-request: 138
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2010-07-12 10:02:01 +02:00
Leena Miettinen 5d7f1bd0a5 Doc - Add info about layouts to the example
Reviewed-by: Niels Weber
2010-07-07 10:38:47 +02:00
con 08c8ce32e9 Move the plugin examples to subdir of pluginhowto. 2010-06-21 17:32:15 +02:00
Abhishek Patil abcb9358c2 Qt Creator Plugin HOWTO documentation first and second cut
Signed-off-by: Abhishek Patil <abhishek.patil@vcreatelogic.com>

Merge-request: 145
Reviewed-by: con <qtc-committer@nokia.com>
2010-06-21 17:32:15 +02:00
hjk 5806009d29 Merge remote branch 'origin/2.0'
Conflicts:
	doc/qtcreator.qdoc
	src/plugins/debugger/debuggermanager.cpp
	src/plugins/texteditor/basetexteditor.cpp
2010-06-02 09:57:23 +02:00
Leena Miettinen ea54660fc0 Doc - Add tutorials on building and running example applications and creating mobile applications.
Reviewed-by: Christian Kamm
2010-05-28 17:12:02 +02:00
David Boddie 68056fe75e Doc: Updated example license to three clause BSD license.
Reviewed-by: dt
Requested-by: Legal
2010-05-25 18:47:15 +02:00
hjk 9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
Oswald Buddenhagen 9004dc41e5 major doc update
squashed patch series from Mladen Zagorac and Rohan Shetty
who are working under contract.
2010-02-23 17:46:52 +01:00
Daniel Molkentin cbee229700 docs: Compile Fixes, Fixups in addressbook example
Reviewed-By: TrustMe
2009-10-12 16:14:17 +02:00
hjk 93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
Daniel Molkentin ef43fbf594 use module-less include file style for the sdk example.
This was proposed by Kavindra and actually it is
probably simpler for newbies. The documentation
already talks about this style, so use it.
2009-08-07 15:05:14 +02:00
Daniel Molkentin 6ab034ba2c Reviewed the first four chapters. Added review notes. 2009-08-06 15:54:09 +02:00
Kavindra Devi Palaraja 629319974b Doc - More of Part 7
Reviewed-By: TrustMe
2009-07-22 21:09:58 +02:00
Kavindra Devi Palaraja 08345a277e Doc - More of Part 7
Reviewed-By: TrustMe
2009-07-22 20:03:13 +02:00
Kavindra Devi Palaraja dee87d4e80 Doc - Modified Part 6 to use ui->
Reviewed-By: TrustMe
2009-07-22 19:14:10 +02:00
Simon Hausmann eccc840cce Small cleanups
* 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
2009-07-21 12:05:03 +02:00
Kavindra Devi Palaraja 5cdeac544a Doc - modifying Part 5 to use ui->
Reviewed-By: TrustMe
2009-07-21 11:51:35 +02:00
Kavindra Devi Palaraja 5053855581 Doc - Changed code in Part 4 to use ui->
Reviewed-By: TrustMe
2009-07-20 12:42:17 +02:00
Kavindra Devi Palaraja f2c04aac80 Doc - Fixing up Part 3 to use ui->
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.
2009-07-20 10:52:31 +02:00
Kavindra Devi Palaraja 9131bf7f12 Doc - Modifying Part 2 to use ui->element instead of copy the ui's
element all over the code

Reviewed-By: TrustMe
2009-07-16 18:55:29 +02:00
Kavindra Devi Palaraja f9ed6f18bc Doc - More of Part 7
Reviewed-By: TrustMe
2009-07-13 17:23:31 +02:00
Kavindra Devi Palaraja 59ebd3739d Doc - Starting on Part 7
Reviewed-By: TrustMe
2009-07-10 16:13:20 +02:00
Kavindra Devi Palaraja ea81f663c5 Doc - Starting on Part 7
Reviewed-By: TrustMe
2009-07-07 17:10:52 +02:00
Kavindra Devi Palaraja d9cabebae5 Doc - More of Part 6
Reviewed-By: TrustMe
2009-07-06 15:40:59 +02:00
Kavindra Devi Palaraja 2112a1f67d Doc - Fixing parts of Part 5 and more of Part 6
Reviewed-By: TrustMe
2009-07-02 11:25:43 +02:00
Kavindra Devi Palaraja d7d2ffaaa6 Doc - More of Part 6
Reviewed-By: TrustMe
2009-07-02 11:07:42 +02:00
Kavindra Devi Palaraja 87fd5298c8 Doc - Starting on Part 6 and some fixes
Reviewed-By: TrustMe
2009-07-01 16:47:37 +02:00
Kavindra Devi Palaraja d37363f3b6 Doc - Finishing up Part 5, only screenshots pending
Reviewed-By: TrustMe
2009-07-01 14:04:05 +02:00
Kavindra Devi Palaraja 3264878fe6 Doc - More on Part 5
Reviewed-By: TrustMe
2009-06-30 16:58:10 +02:00
Kavindra Devi Palaraja df04fd06eb Doc - More of Part 5
Reviewed-By: TrustMe
2009-06-30 16:32:22 +02:00
Kavindra Devi Palaraja 640278e1d0 Doc - More of Part 5 and some minor changes to part 2 to ensure
that the include statements were explained.

Reviewed-By: TrustMe
2009-06-30 15:42:30 +02:00
Thorbjørn Lindeijer 341a843bbf Removed two stray backslashes 2009-06-29 14:30:43 +02:00
Kavindra Devi Palaraja ae9b6f3202 Doc - More of the tutorial
Reviewed-By: TrustMe
2009-06-24 17:32:58 +02:00
Kavindra Devi Palaraja 0001216f28 Doc - More of the tutorial
RevBy:    TrustMe
2009-06-24 17:32:58 +02:00
Jason McDonald 884b7af769 Update license headers and sales contact details.
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
Kavindra Devi Palaraja 77df590467 Doc - More on Part 5
RevBy:    TrustMe
2009-06-15 17:48:09 +02:00
dt a18ae43fec Fix building for kavindra 2009-06-10 15:57:15 +02:00
Kavindra Devi Palaraja ebce08af9f Doc - Working on part 5
RevBy:    TrustMe
2009-06-10 15:49:11 +02:00
Kavindra Devi Palaraja 649e0acda7 Doc - Starting on Part 5
Reviewed-By: TrustMe

(cherry-picked from e5fcbba7fc)
2009-06-10 13:10:48 +02:00
Kavindra Devi Palaraja 14955ed34b Doc - A few fixes
RevBy:    TrustMe
2009-06-10 11:26:00 +02:00
Kavindra Devi Palaraja cd6e8d4a74 Doc - starting on Part 5
RevBy:    TrustMe
2009-06-09 10:32:08 +02:00