Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Snow Leopard is supported as a Tier 2 platform. | Volker Hilsheimer | 2009-09-29 | 1 | -1/+7 |
| | | | | | Discussed in the program team - adding it as a Tier 1 platform is too ambitious. | ||||
* | Fix qdoc error. | Jason McDonald | 2009-09-28 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Jason McDonald | 2009-09-28 | 4 | -5/+7 |
|\ | |||||
| * | Document that scope unix is true for Symbian platform. | Frans Englich | 2009-09-28 | 1 | -0/+2 |
| | | | | | | | | | | Task-number: QTBUG-2989 Reviewed-by: Jason Barron | ||||
| * | Make QSignalEvent and QWrappedEvent inner classes of QStateMachine | Kent Hansen | 2009-09-28 | 3 | -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 McDonald | 2009-09-28 | 1 | -2/+2 |
|/ | | | | Reviewed-by: Trust Me | ||||
* | Fix doc break in examples/hellogl | Sarah Smith | 2009-09-28 | 1 | -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 Boddie | 2009-09-25 | 2 | -120/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Document that iterators become invalid when the container is modified. | Volker Hilsheimer | 2009-09-25 | 1 | -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 screenshot | Tor Arne Vestbø | 2009-09-25 | 1 | -0/+0 |
| | |||||
* | Doc: Point out that not all DBMS'es can be expected to function equally well. | Volker Hilsheimer | 2009-09-25 | 1 | -2/+9 |
| | | | | | In particular, MSSQL, DB2 and Sybase suffer from cross-platform and feature complete client libraries. | ||||
* | AudioServices; Nicer examples. | Justin McPherson | 2009-09-24 | 1 | -1/+1 |
| | | | | Reviewed-by: Bill King | ||||
* | AudioService API changes; QString->const QString&, remove QAudioDeviceId use ↵ | Justin McPherson | 2009-09-24 | 1 | -2/+1 |
| | | | | | | QAudioDeviceInfo. Reviewed-by: Bill King | ||||
* | Merge branch 's60MainHelperClasses' into 4.6 | axis | 2009-09-23 | 1 | -0/+3 |
|\ | |||||
| * | Added support for using custom application objects on S60. | axis | 2009-09-23 | 1 | -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 Molkentin | 2009-09-22 | 1 | -4/+5 |
|/ | | | | Reviewed-By: TrustMe | ||||
* | Support for generating OPTION GCCE from QMAKE_CXXFLAGS.GCCE | Shane Kearns | 2009-09-22 | 1 | -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 McDonald | 2009-09-22 | 3 | -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 Smith | 2009-09-21 | 1 | -0/+16 |
| | | | | In test/qt.qdocconf, change %VERSION% to 4.6, for example. | ||||
* | remove display lists and qt3d-ize overpainting/hellogl example | Sarah Smith | 2009-09-21 | 2 | -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 engine | Rhys Weatherley | 2009-09-20 | 1 | -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 Boddie | 2009-09-18 | 2 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: First update of the documentation about learning Qt. | David Boddie | 2009-09-18 | 3 | -22/+42 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Prevented the inclusion of a license header in the documentation. | David Boddie | 2009-09-18 | 2 | -1/+3 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Language and style fixes to the XML Patterns documentation. | David Boddie | 2009-09-18 | 2 | -98/+20 |
| | | | | Reviewed-by: Trust Me | ||||
* | Added a QTest::qWaitForWindowShown function that waits for window manager on ↵ | Denis Dzyubenko | 2009-09-18 | 1 | -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 Yard | 2009-09-18 | 1 | -1/+2 |
| | |||||
* | Corrected name of gestures png image name. | Peter Yard | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | Fix license headers. | Jason McDonald | 2009-09-17 | 1 | -0/+40 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix qdoc warning about missing file | Sarah Smith | 2009-09-17 | 1 | -1/+1 |
| | | | | Reviewed-by: TrustMe | ||||
* | Doc: Added notes about using dock widgets and fixed some references. | David Boddie | 2009-09-16 | 1 | -7/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | doc: Fixed some qdoc errors. | Martin Smith | 2009-09-16 | 1 | -2/+0 |
| | |||||
* | Doc: Added missing files for the Designer manual. | David Boddie | 2009-09-15 | 5 | -0/+0 |
| | | | | | Reviewed-by: Trust Me Overcomplicated-workflow-by: Git | ||||
* | Doc: Cleaned up the Designer main window and Embedded Linux pages. | David Boddie | 2009-09-15 | 9 | -129/+223 |
| | | | | Reviewed-by: Trust Me | ||||
* | doc: Fixed some qdoc errors. | Martin Smith | 2009-09-15 | 1 | -20/+21 |
| | |||||
* | Doc: Added some snippets to the multimedia audio docs. | Geir Vattekar | 2009-09-15 | 1 | -0/+109 |
| | |||||
* | qdoc: Shift snippets in QGLShaderProgram out into doc/src/snippets | Rhys Weatherley | 2009-09-15 | 1 | -0/+92 |
| | |||||
* | Doc: Ongoing improvements. | David Boddie | 2009-09-14 | 2 | -73/+84 |
| | | | | Reviewed-by: Trust Me | ||||
* | Added example to docs for QPainter::beginNativePainting(). | Samuel Rødal | 2009-09-11 | 1 | -0/+17 |
| | | | | | | Hopefully this helps clarify the use of beginNativePainting(). Reviewed-by: Trond | ||||
* | Doc: QHeaderView::section:checked was left out of stylesheet docs. | Geir Vattekar | 2009-09-11 | 2 | -1/+7 |
| | | | | | Task-number: 254741 Reviewed-by: Trust Me | ||||
* | Doc: Updated the Qt for Embedded Platforms page. | David Boddie | 2009-09-10 | 7 | -21/+723 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Fixed snippet bug in stylesheet docs | Geir Vattekar | 2009-09-10 | 2 | -3/+3 |
| | | | | | Task-number: 241222 Reviewed-by: Trust Me | ||||
* | Update installation instructions for building for Symbian | Shane Kearns | 2009-09-10 | 2 | -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 Boddie | 2009-09-09 | 1 | -24/+84 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Updated the license information for Phonon. | David Boddie | 2009-09-09 | 1 | -2/+4 |
| | | | | | Reviewed-by: Trust Me Really-reviewed-by: Legal | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1216 | -4864/+4870 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Fixed bug in style sheet syntax documentation. | Geir Vattekar | 2009-09-08 | 1 | -3/+5 |
| | | | | | Task-number: 234366 Reviewed-by: Trust Me | ||||
* | Doc: fixing a QFileInfo snippet type | João Abecasis | 2009-09-08 | 1 | -3/+3 |
| | | | | Task-number: 258371 | ||||
* | Add license header. | Jason McDonald | 2009-09-08 | 1 | -0/+41 |
| | | | | Reviewed-by: Trust Me | ||||
* | doc: Fixed several qdoc errors. | Martin Smith | 2009-09-08 | 1 | -4/+4 |
| | | | | That's the last of them... for now. |