summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* AudioServices; Nicer examples.Justin McPherson2009-09-241-1/+1
| | | | Reviewed-by: Bill King
* AudioService API changes; QString->const QString&, remove QAudioDeviceId use ↵Justin McPherson2009-09-241-2/+1
| | | | | | QAudioDeviceInfo. Reviewed-by: Bill King
* Merge branch 's60MainHelperClasses' into 4.6axis2009-09-231-0/+3
|\
| * Added support for using custom application objects on S60.axis2009-09-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this patch, the application developer can use his own CEikApplication, CEikDocument and CEikAppUi classes with Qt, by deriving from QS60MainApplication, QSMainDocument and QS60MainAppUi, respectively. He can then register a factory function in the QApplication constructor to have his own objects created during the framework initialization. This patch also fixes some Qt code style issues. RevBy: Jason Barron RevBy: mread RevBy: Sami Merila RevBy: Shane Kearns
* | Docs: Fix spelling and reword docs about S60 specifics.Daniel Molkentin2009-09-221-4/+5
|/ | | | Reviewed-By: TrustMe
* Support for generating OPTION GCCE from QMAKE_CXXFLAGS.GCCEShane Kearns2009-09-221-1/+2
| | | | | | | Added GCCE as a compiler in SymbianMakefileGenerator::writeMmpFileCompilerOptionPart Task-number: QT-1163 Reviewed-by: axis
* Remove distinction between different editions in docs.Jason McDonald2009-09-223-20/+2
| | | | | | | We now generate only one set of docs, for the qt-everywhere package. Thus we no longer need to differentiate the different editions. Reviewed-by: Trust Me
* qdoc: Added "since" 4.6 lists to the "What's New" page.Martin Smith2009-09-211-0/+16
| | | | In test/qt.qdocconf, change %VERSION% to 4.6, for example.
* remove display lists and qt3d-ize overpainting/hellogl exampleSarah Smith2009-09-212-21/+75
| | | | | | | | On the way to making opengl examples portable, remove display lists and go to triangles only. Use QMatrix4x4. While on the job use Qt/3D stylee to make the QtLogo as an example of 3D programming more Qt-like. Reviewed-by: Rhys Weatherley
* Accelerate drawRoundedRect() for the OpenVG paint engineRhys Weatherley2009-09-201-4/+4
| | | | | | | | Previously rounded rectangles were converted into a QVectorPath and then a VGPath. This change creates the VGPath directly without an intermediate step and was made possible by change dd3e4308. Reviewed-by: trustme
* Doc: Resized the gestures (multitouch) image on the examples page.David Boddie2009-09-182-1/+1
| | | | Reviewed-by: Trust Me
* Doc: First update of the documentation about learning Qt.David Boddie2009-09-183-22/+42
| | | | Reviewed-by: Trust Me
* Doc: Prevented the inclusion of a license header in the documentation.David Boddie2009-09-182-1/+3
| | | | Reviewed-by: Trust Me
* Doc: Language and style fixes to the XML Patterns documentation.David Boddie2009-09-182-98/+20
| | | | Reviewed-by: Trust Me
* Added a QTest::qWaitForWindowShown function that waits for window manager on ↵Denis Dzyubenko2009-09-181-0/+6
| | | | | | | | | | X11. On X11 it calls the qt_x11_wait_for_window_manager from QtGui, allowing to wait until the window has been mapped and reparented into a frame decoration parent. Reviewed-by: Olivier Goffart
* Changed ingroup to correct group.Peter Yard2009-09-181-1/+2
|
* Corrected name of gestures png image name.Peter Yard2009-09-181-1/+1
|
* Fix license headers.Jason McDonald2009-09-171-0/+40
| | | | Reviewed-by: Trust Me
* Fix qdoc warning about missing fileSarah Smith2009-09-171-1/+1
| | | | Reviewed-by: TrustMe
* Doc: Added notes about using dock widgets and fixed some references.David Boddie2009-09-161-7/+13
| | | | Reviewed-by: Trust Me
* doc: Fixed some qdoc errors.Martin Smith2009-09-161-2/+0
|
* Doc: Added missing files for the Designer manual.David Boddie2009-09-155-0/+0
| | | | | Reviewed-by: Trust Me Overcomplicated-workflow-by: Git
* Doc: Cleaned up the Designer main window and Embedded Linux pages.David Boddie2009-09-159-129/+223
| | | | Reviewed-by: Trust Me
* doc: Fixed some qdoc errors.Martin Smith2009-09-151-20/+21
|
* Doc: Added some snippets to the multimedia audio docs.Geir Vattekar2009-09-151-0/+109
|
* qdoc: Shift snippets in QGLShaderProgram out into doc/src/snippetsRhys Weatherley2009-09-151-0/+92
|
* Doc: Ongoing improvements.David Boddie2009-09-142-73/+84
| | | | Reviewed-by: Trust Me
* Added example to docs for QPainter::beginNativePainting().Samuel Rødal2009-09-111-0/+17
| | | | | | Hopefully this helps clarify the use of beginNativePainting(). Reviewed-by: Trond
* Doc: QHeaderView::section:checked was left out of stylesheet docs.Geir Vattekar2009-09-112-1/+7
| | | | | Task-number: 254741 Reviewed-by: Trust Me
* Doc: Updated the Qt for Embedded Platforms page.David Boddie2009-09-107-21/+723
| | | | Reviewed-by: Trust Me
* Doc: Fixed snippet bug in stylesheet docsGeir Vattekar2009-09-102-3/+3
| | | | | Task-number: 241222 Reviewed-by: Trust Me
* Update installation instructions for building for SymbianShane Kearns2009-09-102-1/+11
| | | | | | | | Add MinGW to list of tools people need to build the tools. Update RVCT version from 616->686 Include instructions for building with raptor Reviewed-by: Jason Barron
* Doc: First part of my review of the gestures overview.David Boddie2009-09-091-24/+84
| | | | Reviewed-by: Trust Me
* Doc: Updated the license information for Phonon.David Boddie2009-09-091-2/+4
| | | | | Reviewed-by: Trust Me Really-reviewed-by: Legal
* Update license headers again.Jason McDonald2009-09-091216-4864/+4870
| | | | Reviewed-by: Trust Me
* Doc: Fixed bug in style sheet syntax documentation.Geir Vattekar2009-09-081-3/+5
| | | | | Task-number: 234366 Reviewed-by: Trust Me
* Doc: fixing a QFileInfo snippet typeJoão Abecasis2009-09-081-3/+3
| | | | Task-number: 258371
* Add license header.Jason McDonald2009-09-081-0/+41
| | | | Reviewed-by: Trust Me
* doc: Fixed several qdoc errors.Martin Smith2009-09-081-4/+4
| | | | That's the last of them... for now.
* Doc: Minor adjustments to the rogue example docs.Geir Vattekar2009-09-071-8/+8
| | | | Reviewed-by: Trust Me
* Doc: Added a note that a state machine requires a running event loop.David Boddie2009-09-071-0/+15
| | | | Reviewed-by: Trust Me
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-079-0/+207
|\
| * Doc: Some animation examples had no docs in qtdemo.Geir Vattekar2009-09-079-0/+207
| | | | | | | | | | Task-number: 260779 Reviewed-by: Morten Engvoldsen
* | Re-added Symbian specific plugins documentation that had gotten lost.Miikka Heikkinen2009-09-071-0/+14
|/ | | | | | | Documentation structure changes had caused Symbian plugin documentation to be lost, so revised and re-added it to plugins-howto.qdoc. Reviewed-by: Janne Anttila
* Doc: Added info on Q_FLAGS() by providing an example with more context.David Boddie2009-09-041-3/+19
| | | | | Reviewed-by: Trust Me As-seen-on: qt-interest
* Added Symbian to our list of Tier1 platformsEspen Riskedal2009-09-041-0/+2
| | | | | | | | At the moment we only support S60 3.1, 3.2 and 5.0. Once Symbian Platforms actually gets publicly released we'll add those too. Reviewed-by: Volker Hilsheimer Reviewed-by: Jason Barron
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-09-0437-87/+548
|\
| * Merge branch '4.5' into 4.6Thiago Macieira2009-09-044-0/+160
| |\
| | * Add license headers to python codeJason McDonald2009-09-044-0/+160
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | Update license headersJason McDonald2009-09-045-3/+126
| | | | | | | | | | | | Reviewed-by: Trust Me