summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-29760-1610/+1996
|\ | | | | | | | | | | | | | | | | | | Conflicts: .gitignore src/gui/dialogs/qfiledialog_p.h src/gui/painting/qpaintengine_raster.cpp src/gui/text/qfontdatabase.cpp tests/auto/network-settings.h tests/auto/qitemdelegate/tst_qitemdelegate.cpp
| * Fix the dash pattern examples in the documentation of QPenBenjamin Poulain2009-06-231-2/+2
| | | | | | | | | | The custom dash pattern must have an even number of entries. Our examples were using an odd number.
| * Doc - Adding the new Frozen Column Example by Pierre Rossi into our list ofKavindra Devi Palaraja2009-06-231-0/+1
| | | | | | | | | | | | examples Reviewed-By: TrustMe
| * Doc - Adding Pierre Rossi's frozen column exampleKavindra Devi Palaraja2009-06-234-0/+387
| | | | | | | | Reviewed-By: TrustMe
| * BT: Remove Intel CC 10 issue from known issues doc.Jason McDonald2009-06-171-7/+0
| | | | | | | | Acked-by: Andy Shaw
| * Cleanup our usage of the term "Qt Software".Jason McDonald2009-06-167-13/+13
| | | | | | | | Reviewed-by: Trust Me
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-16755-1538/+1538
| | | | | | | | Reviewed-by: Trust Me
| * We do only support files inside or in subdirs of the help project.kh2009-06-111-45/+50
| | | | | | | | | | Task-number: 255888 Reviewed-by: kh
| * Doc - fixed a typoKavindra Devi Palaraja2009-06-081-5/+5
| | | | | | | | Reviewed-By: TrustMe
* | Small doc update.axis2009-06-221-2/+4
| |
* | Removed incorrect Carbide version from compiler patching instructions.Miikka Heikkinen2009-06-171-2/+3
| |
* | Doc: Merged my changes to the topic page to those already in the branch.David Boddie2009-06-161-0/+4
| | | | | | | | Reviewed-by: Trust Me
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-161-1/+19
|\ \
| * | doc: document QScopedPointer with forward declared classesHarald Fernengel2009-06-161-1/+19
| | | | | | | | | | | | Also some small doc cleanups
* | | Installation instructions updateMiikka Heikkinen2009-06-161-4/+8
|/ /
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-06-151-0/+11
|\ \
| * | doc: introduce qts60 group to silence qdoc warningsHarald Fernengel2009-06-151-0/+11
| | |
* | | removed mention of qt_QString2TPtrC from qdocmread2009-06-151-3/+2
|/ /
* | doc: remove qdoc warningsHarald Fernengel2009-06-152-7/+7
| |
* | new symbian exception safety documentationmread2009-06-111-0/+184
| |
* | add Symbian platform notesHarald Fernengel2009-06-101-0/+13
| |
* | add some preliminary exception safety documentationHarald Fernengel2009-06-101-0/+144
| |
* | Make Qt exception safer.Robert Griebl2009-06-101-0/+64
| | | | | | | | | | | | | | | | Squashed commit of the branch haralds-haralds-qt-s60-topics/topic/exceptions, which also contains the full history. Rev-By: Harald Fernengel Rev-By: Ralf Engels
* | S60 install docs updates.Miikka Heikkinen2009-06-083-72/+67
| |
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-083-23/+27
|\ \ | |/ | | | | | | Conflicts: tests/auto/qlocalsocket/tst_qlocalsocket.cpp
| * Doc - fixed a typoKavindra Devi Palaraja2009-06-051-2/+1
| | | | | | | | Reviewed-By: TrustMe
| * Doc - fixed another typoKavindra Devi Palaraja2009-06-051-1/+1
| | | | | | | | Reviewed-By: TrustMe
| * Doc - fixed a typoKavindra Devi Palaraja2009-06-051-1/+1
| | | | | | | | Reviewed-By: TrustMe
| * Doc - fixed a typoKavindra Devi Palaraja2009-06-051-1/+1
| | | | | | | | Reviewed-By: TrustMe
| * Doc - cleaned up a sentence to improve clarityKavindra Devi Palaraja2009-06-051-1/+1
| | | | | | | | Reviewed-By: TrustMe
| * Doc - some sentence clean upsKavindra Devi Palaraja2009-06-031-7/+7
| | | | | | | | Reviewed-by: TrustMe
| * Doc - minor fixes to beautify the sentenceKavindra Devi Palaraja2009-06-031-2/+2
| | | | | | | | Reviewed-By: TrustMe
| * Doc - fixed a typoKavindra Devi Palaraja2009-06-031-1/+1
| | | | | | | | Reviewed-By: TrustMe
| * Doc - changing the "main layout" term to "top level widget's layout" toKavindra Devi Palaraja2009-06-022-7/+12
| | | | | | | | | | | | | | preserve some consistency. Also added a screenshot of the Object Insepector displaying a form where its widget has no top level layout. Reviewed-By: TrustMe
* | The product is called Qt for... but for installation we say Installing Qt on...Espen Riskedal2009-06-051-2/+2
| |
* | Simplify binary package instructions for S60Espen Riskedal2009-06-051-29/+12
| |
* | make it more obvious where the Open C plugins are locatedEspen Riskedal2009-06-051-5/+5
| |
* | Merge branch 'imSelections'axis2009-06-033-5/+64
|\ \
| * | Added new API Qt::ImAnchorPosition.axis2009-06-031-0/+1
| | | | | | | | | | | | | | | | | | This is required for S60 FEP. RevBy: Simon Hausmann
| * | Small doc fix.axis2009-06-031-1/+1
| | |
| * | Revert "Changed the behavior of ImCursorPosition slightly."axis2009-06-031-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ce02d0e9e0ad8d8ac47e4f3ee95bac5cb74ed184. This turned out not to be enough for proper selection support together with S60 FEP. Instead we will revert the behavior and add new API.
| * | Fixed incorrect headers.axis2009-06-032-2/+62
| | |
* | | S60 installation docs update.Miikka Heikkinen2009-06-032-8/+29
| | |
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-0221-147/+164
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | Conflicts: configure.exe examples/itemviews/puzzle/puzzle.pro examples/qtconcurrent/imagescaling/imagescaling.pro examples/widgets/movie/movie.pro tools/configure/configureapp.cpp Will rebuild configure.exe in next commit.
| * Doc - final screenshot and changesKavindra Devi Palaraja2009-05-282-11/+8
| |
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-05-269-56/+47
| |\
| | * Doc - more images and additional descriptionKavindra Devi Palaraja2009-05-266-11/+13
| | |
| | * Doc - whitespace cleaningKavindra Devi Palaraja2009-05-261-24/+24
| | |
| | * Doc - more screenshots and better descriptionKavindra Devi Palaraja2009-05-264-23/+12
| | |
| * | Doc: Updated the list of tools to include makeqpf and qvfb.David Boddie2009-05-263-8/+9
| |/ | | | | | | Reviewed-by: Marcel Schuette