Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-06-24 | 11 | -32/+533 |
|\ | |||||
| * | Update documentation to remove mentions of Panther. | Norwegian Rock Cat | 2009-06-24 | 1 | -29/+44 |
| | | | | | | | | We no longer support it, so make that obvious in the docs as well. | ||||
| * | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-23 | 6 | -2/+390 |
| |\ | | | | | | | | | | | | | Conflicts: src/sql/drivers/psql/qsql_psql.cpp | ||||
| | * | Fix the dash pattern examples in the documentation of QPen | Benjamin Poulain | 2009-06-23 | 1 | -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 of | Kavindra Devi Palaraja | 2009-06-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | examples Reviewed-By: TrustMe | ||||
| | * | Doc - Adding Pierre Rossi's frozen column example | Kavindra Devi Palaraja | 2009-06-23 | 4 | -0/+387 |
| | | | | | | | | | | | | Reviewed-By: TrustMe | ||||
| * | | Integrate the OpenVG graphics system into Qt 4.6 | Rhys Weatherley | 2009-06-22 | 3 | -1/+75 |
| | | | | | | | | | | | | | | | This change also moves the EGL support classes from QtOpenGL to QtGui so they can be shared between OpenGL and OpenVG. | ||||
| * | | QNetworkDiskCache: add code snippets in documentation | Peter Hartmann | 2009-06-22 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | should make it easier to apply a network disk cache with code snippets now Reviewed-by: David Boddie <dboddie@trolltech.com> Reviewed-by: Martin Petersson <martin.petersson@trolltech.com> | ||||
* | | | Doc: List the Debian/Ubuntu packages required to build Qt for X11. | David Boddie | 2009-06-24 | 1 | -1/+25 |
|/ / | | | | | | | Reviewed-by: Trust Me | ||||
* | | Changed enum Qt::Uninitialized to enum Qt::Initialization | Martin Smith | 2009-06-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | enum Qt::Uninitialized contains one value, which is also called Uninitialized. Because the type and the value used the same name, wherever the type Qt::Uninitialized was used in a function signature, you had to include the enum keyword. But qdoc's preprocessor doesn't like that, so you have to take the enum keyword out of the signatures. But then the compiler complains because the type and the value look the same. So I had to change the enum type name to Initialization, so the compiler can distinguish it from the value name. And qdoc likes that too. | ||||
* | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-06-18 | 1 | -7/+0 |
|\ \ | |/ | | | | | | | | | | | Conflicts: configure.exe tests/auto/qpainter/tst_qpainter.cpp translations/qt_ru.ts | ||||
| * | BT: Remove Intel CC 10 issue from known issues doc. | Jason McDonald | 2009-06-17 | 1 | -7/+0 |
| | | | | | | | | Acked-by: Andy Shaw | ||||
* | | Make construction of unitialized QTransform/QMatrix a no-op. | Bjørn Erik Nilsen | 2009-06-18 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | These constructors are useful when you have to create a temporary uninitialized QTransform/QMatrix and later initialize it to something else. Done with Lars. Reviewed-by: samuel | ||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Geir Vattekar | 2009-06-18 | 1 | -0/+28 |
|\ \ | |||||
| * | | doc: Added explanation of QStringBuilder in QString | Martin Smith | 2009-06-18 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | The QStringBuilder class documentation is marked \internal. A section has been added to the documentation for QString that explains how to use the reimplemented '%' operator of QStringBuilder to obtain more efficient string concatenation operations. | ||||
* | | | Doc: Added snippet files for state machine overview. | Geir Vattekar | 2009-06-18 | 5 | -0/+294 |
| | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
* | | | Doc: Removed mention of QItemAnimation from animation docs and set | Geir Vattekar | 2009-06-18 | 1 | -6/+0 |
|/ / | | | | | | | | | | | QPropertyAnimation as a main class. Reviewed-by: Trust Me | ||||
* | | Doc: Resolved merge conflict in state machine overview | Geir Vattekar | 2009-06-18 | 1 | -125/+16 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 11 | -22/+22 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Removed trailing whitespace. | Bruno Abinader | 2009-06-16 | 5 | -116/+113 |
| | | | | | | | | | | | | | | Signed-off-by: Bruno Abinader <bruno.abinader@openbossa.org> Merge-request: 628 Reviewed-by: David Boddie <dboddie@trolltech.com> | ||||
* | | Fixed small typo on the animation framework documentation. | Bruno Abinader | 2009-06-16 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | QAbstractClass is in fact QAbstractTransition, also added proper link to the addAnimation() method from that class. Signed-off-by: Bruno Abinader <bruno.abinader@openbossa.org> Merge-request: 628 Reviewed-by: David Boddie <dboddie@trolltech.com> | ||||
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 755 | -1551/+1551 |
|\ \ | |/ | |||||
| * | Cleanup our usage of the term "Qt Software". | Jason McDonald | 2009-06-16 | 7 | -13/+13 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 755 | -1538/+1538 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | doc: Added info on two ways to customize the style. | Martin Smith | 2009-06-16 | 1 | -0/+30 |
| | | |||||
* | | doc: Fixed several qdoc errors. | Martin Smith | 2009-06-16 | 1 | -1/+1 |
| | | |||||
* | | Added a code snippet for QProxyStyle | Jens Bache-Wiig | 2009-06-15 | 1 | -0/+15 |
| | | |||||
* | | Sync application example documentation with actual example | mae | 2009-06-15 | 1 | -8/+8 |
| | | | | | | | | | | | | The example now uses QPlainTextEdit instead of QTextEdit Reviewed-by: kavindra | ||||
* | | Fixed multiline doc for Qt::DropAction. | Denis Dzyubenko | 2009-06-12 | 1 | -3/+3 |
| | | |||||
* | | Removed \since 4.6 tag, mentioned that only the enum value is since 4.6 | Denis Dzyubenko | 2009-06-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bjørn Erik Nilsen | 2009-06-12 | 2 | -41/+27 |
|\ \ | |||||
| * | | QHttp: Class made obsolete, changed module QDoc. | Markus Goetz | 2009-06-12 | 1 | -40/+26 |
| | | | | | | | | | | | | | | | | | | | | | This should better communicate that new applications should use QNetworkAccessManager. Reviewed-by: David Boddie | ||||
| * | | doc: Fixed several qdoc warnings. | Martin Smith | 2009-06-12 | 1 | -1/+1 |
| | | | |||||
* | | | Merge commit 'origin/4.5' | Bjørn Erik Nilsen | 2009-06-12 | 2 | -50/+55 |
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | Conflicts: demos/boxes/glshaders.cpp src/gui/graphicsview/qgraphicsitem.cpp tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp tools/linguist/shared/cpp.cpp translations/linguist_ja.qm translations/qt_ru.qm | ||||
| * | We do only support files inside or in subdirs of the help project. | kh | 2009-06-11 | 1 | -45/+50 |
| | | | | | | | | | | Task-number: 255888 Reviewed-by: kh | ||||
| * | Doc - fixed a typo | Kavindra Devi Palaraja | 2009-06-08 | 1 | -5/+5 |
| | | | | | | | | Reviewed-By: TrustMe | ||||
* | | doc: Fixed several qdoc warnings. | Martin Smith | 2009-06-12 | 1 | -4/+7 |
| | | |||||
* | | Doc: Make it easier to find supported platform information from the | David Boddie | 2009-06-11 | 1 | -0/+3 |
| | | | | | | | | | | | | installation page. Reviewed-by: Trust Me | ||||
* | | Doc: Added information about QDBUS_DEBUG to the D-Bus documentation. | David Boddie | 2009-06-11 | 2 | -1/+23 |
| | | | | | | | | | | Task-number: 253715 Reviewed-by: Trust Me | ||||
* | | Remove var->QMAKE_COMP_var docs, and mark feature unsupported. | Marius Storm-Olsen | 2009-06-11 | 1 | -4/+0 |
| | | | | | | | | Reviewed By: andy | ||||
* | | Some adjustments to the documentation | Jens Bache-Wiig | 2009-06-10 | 1 | -10/+10 |
| | | | | | | | | | | Headers are slightly lighter now. Not all tables are affected by the changes any more. | ||||
* | | Fix some incorrect license headers. | Jason McDonald | 2009-06-10 | 1 | -3/+33 |
| | | | | | | | | | | | | | | The MODULE placeholder shouldn't be used anymore, and neither should the old Trolltech license header. Reviewed-by: Trust Me | ||||
* | | doc: Corrected the rich text page wrt smallcaps. | Martin Smith | 2009-06-09 | 1 | -1/+4 |
| | | | | | | | | Task-number: 254912 | ||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Oswald Buddenhagen | 2009-06-08 | 4 | -709/+925 |
|\ \ | |||||
| * | | Doc: Added information about the Fontconfig and FreeType dependencies. | David Boddie | 2009-06-08 | 3 | -693/+908 |
| | | | | | | | | | | | | | | | Task-number: 250349 Reviewed-by: Trust Me | ||||
| * | | Reflected the state machine framework API changes on documentation. | Bruno Abinader | 2009-06-08 | 1 | -16/+17 |
| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bruno Abinader <bruno.abinader@openbossa.org> Merge-request: 602 Reviewed-by: David Boddie <dboddie@trolltech.com> | ||||
* | | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-08 | 1 | -6/+5 |
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | Conflicts: src/3rdparty/phonon/qt7/mediaobject.mm src/3rdparty/phonon/qt7/quicktimevideoplayer.mm src/gui/text/qfontengine_win.cpp tools/linguist/shared/cpp.cpp | ||||
| * | Doc - fixed a typo | Kavindra Devi Palaraja | 2009-06-05 | 1 | -2/+1 |
| | | | | | | | | Reviewed-By: TrustMe | ||||
| * | Doc - fixed another typo | Kavindra Devi Palaraja | 2009-06-05 | 1 | -1/+1 |
| | | | | | | | | Reviewed-By: TrustMe | ||||
| * | Doc - fixed a typo | Kavindra Devi Palaraja | 2009-06-05 | 1 | -1/+1 |
| | | | | | | | | Reviewed-By: TrustMe |