Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into ↵ | Warwick Allison | 2009-11-19 | 14 | -70/+472 |
|\ | | | | | | | | | | | | | kinetic-declarativeui Conflicts: src/3rdparty/webkit/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp | ||||
| * | Symbian docs: Repair some documentation damage, remove obsolete file. | Frans Englich | 2009-11-18 | 3 | -47/+24 |
| | | | | | | | | Reviewed-by: TrustMe | ||||
| * | Incorporate feedback from marketing. | Frans Englich | 2009-11-18 | 2 | -111/+83 |
| | | |||||
| * | Symbian support: incorporate feedback from Lars. | Frans Englich | 2009-11-18 | 1 | -9/+10 |
| | | | | | | | | | | Reviewed-by: Espen Riskedal Reviewed-by: Frans Englich | ||||
| * | Complement Phonon for Symbian documentation. | Frans Englich | 2009-11-18 | 1 | -2/+6 |
| | | | | | | | | Reviewed-by: Gareth Stockwell | ||||
| * | Incorporate feedback by Espen. | Frans Englich | 2009-11-18 | 1 | -24/+33 |
| | | | | | | | | Reviewed-by: Espen Riskedal | ||||
| * | Fix typo. | Frans Englich | 2009-11-18 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: TrustMe | ||||
| * | Document the state of support in Symbian. | Frans Englich | 2009-11-18 | 2 | -1/+127 |
| | | | | | | | | | | | | | | The content was compiled primarily by asking the members of the S60 team. Reviewed-by: David Boddie | ||||
| * | Added Input Panel example to the list of Tools examples. | axis | 2009-11-18 | 1 | -0/+1 |
| | | | | | | | | RevBy: Trust me | ||||
| * | Fix the mentioning of the LGPL licensing of QtScript and QtWebKit | Simon Hausmann | 2009-11-18 | 1 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | As discussed with the legal team: * Removed the confusing sentence about the LGPL version. * Replaced the use of "Lesser" with "Library" * Use the same notice for QtWebKit and QtScript Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> | ||||
| * | Merge remote branch 'mainline/4.6' into 4.6 | Oswald Buddenhagen | 2009-11-18 | 1 | -28/+0 |
| |\ | |||||
| | * | Remove obsolete known issue. | Jason McDonald | 2009-11-18 | 1 | -28/+0 |
| | | | | | | | | | | | | | | | Task-number: QT-1521 Acked-by: Thierry Bastian | ||||
| * | | Merge remote branch 'mainline/4.6' into 4.6 | Oswald Buddenhagen | 2009-11-17 | 4 | -4/+273 |
| |\ \ | | |/ | |||||
| | * | doc: Fixed qdoc according to Bjarne's recommendation. | Martin Smith | 2009-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Someone had changed an operator==() and an operator!=() from single parameter members to two-parameter friends but hadn't changed the qdoc comments. | ||||
| | * | Doc: Correcting contact info. | Morten Engvoldsen | 2009-11-16 | 1 | -3/+3 |
| | | | | | | | | | | | | Correcting contact info. Removed email and redirecting reader to Jira | ||||
| | * | Merge branch '4.6' of ../qt-doc-team into 4.6 | David Boddie | 2009-11-13 | 2 | -0/+267 |
| | |\ | |||||
| | | * | Doc: Added missing example documentation. | David Boddie | 2009-11-13 | 2 | -0/+267 |
| | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| | * | | Doc: Add link to the Symbian Introduction. | Volker Hilsheimer | 2009-11-13 | 1 | -0/+2 |
| | | | | |||||
| * | | | Merge remote branch 'tools-team/4.6' into 4.6 | Oswald Buddenhagen | 2009-11-17 | 1 | -5/+1 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | doc: Removed usage of Qt 3 support member from example code | Thorbjørn Lindeijer | 2009-11-15 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This code is used in the documentation for QRegion::isEmpty. It shouldn't mention isNull, since isEmpty replaces it in the case of QRegion (unlike QRect). | ||||
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6 | David Boddie | 2009-11-12 | 7 | -27/+71 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | Conflicts: dist/changes-4.6.0 src/corelib/tools/qscopedpointer_p.h src/gui/widgets/qlcdnumber.cpp | ||||
| | * | | Correct URL format. | Jason McDonald | 2009-11-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| | * | | Documentation: Adding comments to QHoverEvent class | Morten Engvoldsen | 2009-11-11 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Explaining the difference between hover events and enter/leave/move events Task-number: QT-1116 Reviewed-by: Bjørn Erik Nilsen | ||||
| | * | | Removed mention of purged graphics effects from the documentation. | Samuel Rødal | 2009-11-11 | 1 | -3/+3 |
| | | | | |||||
| | * | | Doc: remove graphics for effects that are no longer in scope. | Volker Hilsheimer | 2009-11-11 | 5 | -4/+4 |
| | | | | |||||
| | * | | Doc: Improved WebKit example coverage. | David Boddie | 2009-11-11 | 4 | -22/+70 |
| | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| | * | | Improvements to graphics effects API after review round. | Samuel Rødal | 2009-11-11 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get rid of QGraphicsEffectSource from the public API, instead add convenience functions in QGraphicsEffect. This way we commit to less API, and are free to introduce a customizable QGraphicsEffectSource in a future release. * Move PixmapPadMode into QGraphicsEffect and tweak the names of the enum values. * Make QGraphicsBlurEffect::BlurHint into a bit flag, for extensibility. Reviewed-by: Bjørn Erik Nilsen | ||||
| | * | | Doc: fix typo in link | Volker Hilsheimer | 2009-11-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | Doc: Added an example to demonstrate the QWebElement class. | David Boddie | 2009-11-09 | 3 | -5/+1 |
| | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
* | | | | Fix doc typo. | Michael Brasser | 2009-11-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | Doc. | Michael Brasser | 2009-11-18 | 3 | -7/+16 |
| | | | | |||||
* | | | | Update SQL database support to current HTML5 specification. | Warwick Allison | 2009-11-18 | 1 | -27/+3 |
| | | | | |||||
* | | | | Documentation fix. | Bill King | 2009-11-17 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | Reviewed-by: Martin Jones | ||||
* | | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-16 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | | Update documentation to display slashes. | Bill King | 2009-11-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Extra slashes needed for dos dir separators. | ||||
* | | | | | doc cleanup | Warwick Allison | 2009-11-13 | 1 | -2/+0 |
| | | | | | |||||
* | | | | | doc | Warwick Allison | 2009-11-13 | 1 | -2/+0 |
|/ / / / | |||||
* | | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-11-13 | 2 | -0/+32 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/globalobject.qdoc | ||||
| * | | | | doc | Warwick Allison | 2009-11-13 | 3 | -1/+32 |
| | | | | | |||||
* | | | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-11-13 | 2 | -11/+24 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into ↵ | Warwick Allison | 2009-11-12 | 2 | -11/+24 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | kinetic-declarativeui | ||||
| | * | | | Doc: Link to the public bug tracker. | Volker Hilsheimer | 2009-11-11 | 2 | -11/+24 |
| | | | | | |||||
* | | | | | Qt.md5() method | Aaron Kennedy | 2009-11-12 | 1 | -0/+4 |
|/ / / / | |||||
* | | | | Merge remote branch 'qt/4.6' into kinetic-declarativeui | Andreas Aardal Hanssen | 2009-11-11 | 12 | -22/+257 |
|\ \ \ \ | |/ / / | |||||
| * | | | Correct URL format. | Jason McDonald | 2009-11-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| * | | | Documentation: Adding comments to QHoverEvent class | Morten Engvoldsen | 2009-11-10 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Explaining the difference between hover events and enter/leave/move events Task-number: QT-1116 Reviewed-by: Bjørn Erik Nilsen | ||||
| * | | | Removed mention of purged graphics effects from the documentation. | Samuel Rødal | 2009-11-10 | 1 | -3/+3 |
| | | | | |||||
| * | | | Doc: remove graphics for effects that are no longer in scope. | Volker Hilsheimer | 2009-11-10 | 5 | -4/+4 |
| | |/ | |/| | |||||
| * | | Improvements to graphics effects API after review round. | Samuel Rødal | 2009-11-10 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get rid of QGraphicsEffectSource from the public API, instead add convenience functions in QGraphicsEffect. This way we commit to less API, and are free to introduce a customizable QGraphicsEffectSource in a future release. * Move PixmapPadMode into QGraphicsEffect and tweak the names of the enum values. * Make QGraphicsBlurEffect::BlurHint into a bit flag, for extensibility. Reviewed-by: Bjørn Erik Nilsen | ||||
| * | | Doc: fix typo in link | Volker Hilsheimer | 2009-11-10 | 1 | -1/+1 |
| |/ |