summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: mark API of Gesture framework as preliminary.Volker Hilsheimer2009-10-022-1/+6
| | | | New API will most likely not be in the Beta release.
* doc: Fixed numerous qdoc errors.Martin Smith2009-10-022-2/+1
|
* Doc: Fixed license header.David Boddie2009-10-021-0/+40
| | | | Reviewed-by: Trust Me
* Doc: fix typoVolker Hilsheimer2009-10-021-1/+1
|
* Doc: add image for XML Schema support to What's New in 4.6 page.Volker Hilsheimer2009-10-022-0/+2
|
* Touch up and fixes for the documentation frontpageJens Bache-Wiig2009-10-013-6/+51
| | | | | | | | | | | - I reverted the font enlargement. This should be up to the user. - The fonts are now uniform again, giving a more professional apparance. - Added a slight gradient for the headers to give it a more modern look. - Fixed a rendering glitch with webkit where no borders were visible. The qt-resources.qdoc is basically there to export the image. Reviewed-by: Morten Engvoldsen
* Doc: Removed the old What's New page for Designer.David Boddie2009-10-011-3/+0
| | | | Reviewed-by: Trust Me
* Doc: Added a script to generate one of the model/view images.David Boddie2009-10-011-0/+42
| | | | Reviewed-by: Trust Me
* Doc: RTOS'es are available under a commerical license, without support.Volker Hilsheimer2009-10-012-2/+9
| | | | Also point to the right contact-us address.
* Doc fix on QGraphicsWidget and QGraphicsObject.Alexis Menard2009-10-011-2/+3
| | | | Reviewed-by:David Boddie <dboddie@trolltech.com>
* Doc: A short paragraph about Symbian support.Volker Hilsheimer2009-10-011-0/+8
| | | | Needs a screenshot or picture.
* Doc: nicer screenshots for Graphics Effects section in "What's New"Volker Hilsheimer2009-10-012-1/+10
|
* Doc: A bit of text for example categories.Volker Hilsheimer2009-10-011-0/+4
| | | | IPC is missing.
* Doc: add graphics effects and XML Schema Validation support.Volker Hilsheimer2009-10-011-15/+50
| | | | | | Also add links to relevant APIs or documents for each block. Missing: Qt on Symbian
* Doc: gcc 3.4-based MinGW is downgraded to Tier 2 support, gcc 4.4 is Tier 1Volker Hilsheimer2009-10-011-1/+3
|
* Remove display lists and refactor ready for ES/ES2 portSarah Smith2009-10-011-0/+0
| | | | | | | | | Display lists, and a few other features dont work in ES/ES2. Refaoctor to allow redo of lighting and other non-fixed-function pipeline features. Also use QAnimation* classes instead of timers, and correct a few minor bugs (flipped texture). Include new screenshot (old one manifested bug). Reviewed-by: Rhys Weatherley
* Readd QGraphicsBloomEffect.Bjørn Erik Nilsen2009-09-302-0/+0
| | | | | | | | This effect was removed in 1c9a28ea64cc53e61a64644dc5a4ff121b475bc5, but has now been readded on request from a couple of customers. Andreas also agreed we should provide this effect. Reviewed-by: Andreas
* qdoc: Modified the support for \sincelist.Martin Smith2009-09-301-13/+4
| | | | It now finds a lot more \since 4.6 stuff.
* Fixed some S60 installation documentation issues.Miikka Heikkinen2009-09-302-13/+15
| | | | | Task-number: QT-2204 Reviewed-by: Janne Anttila
* Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-2911-138/+67
|\
| * doc: Describe the semantics of targetless state machine transitionsKent Hansen2009-09-291-0/+29
| |
| * Doc: Snow Leopard is supported as a Tier 2 platform.Volker Hilsheimer2009-09-291-1/+7
| | | | | | | | | | Discussed in the program team - adding it as a Tier 1 platform is too ambitious.
| * Fix qdoc error.Jason McDonald2009-09-281-1/+1
| | | | | | | | Reviewed-by: Trust Me
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-284-5/+7
| |\
| | * Document that scope unix is true for Symbian platform.Frans Englich2009-09-281-0/+2
| | | | | | | | | | | | | | | Task-number: QTBUG-2989 Reviewed-by: Jason Barron
| | * Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-283-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Those two classes are specific to the state machine framework, but their names were so generic that we felt they were polluting the Q-namespace. They are now QStateMachine::SignalEvent and QStateMachine::WrappedEvent. Reviewed-by: Eskil Abrahamsen Blomfeldt
| * | Fix qdoc error.Jason McDonald2009-09-281-2/+2
| |/ | | | | | | Reviewed-by: Trust Me
| * Fix doc break in examples/helloglSarah Smith2009-09-281-6/+6
| | | | | | | | | | | | Snippets pointing to moved code - now fixed. Reviewed-by: TrustMe
| * Doc: Removed the What's New page for Designer and fixed indentation.David Boddie2009-09-252-120/+2
| | | | | | | | Reviewed-by: Trust Me
| * Doc: Document that iterators become invalid when the container is modified.Volker Hilsheimer2009-09-251-1/+4
| | | | | | | | | | Implicit sharing makes this a bit of a trap, since the iterator continues to function, but only on the data in the copies.
| * doc: Update browser demo screenshotTor Arne Vestbø2009-09-251-0/+0
| |
| * Doc: Point out that not all DBMS'es can be expected to function equally well.Volker Hilsheimer2009-09-251-2/+9
| | | | | | | | | | In particular, MSSQL, DB2 and Sybase suffer from cross-platform and feature complete client libraries.
* | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-243-3/+5
|\|
| * 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
* | | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-231298-12088/+33638
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/embedded/fluidlauncher/config_s60/config.xml demos/embedded/fluidlauncher/fluidlauncher.pro src/corelib/io/io.pri src/gui/kernel/qapplication_s60.cpp src/gui/kernel/qwidget_s60.cpp src/s60installs/qt_libs.pro
| * | 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-211-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
| |