Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc. | Michael Brasser | 2009-11-03 | 1 | -3/+4 |
| | |||||
* | Fix crash. | Warwick Allison | 2009-11-02 | 1 | -1/+1 |
| | |||||
* | Fix crash in assistant/WebKit by disabling animated gif | Kai Koehne | 2009-11-02 | 2 | -1/+1 |
| | | | | | declarative-tutorial3_animated.gif let WebKit crash on all platforms. Until this bug is fixed upstream just use a static image. | ||||
* | Qt object test | Aaron Kennedy | 2009-11-02 | 1 | -28/+3 |
| | |||||
* | Doc | Aaron Kennedy | 2009-11-02 | 2 | -6/+1 |
| | |||||
* | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 2 | -8/+8 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-10-29 | 6 | -686/+26 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch '4.6' of ../qt into kinetic-declarativeui | Aaron Kennedy | 2009-10-29 | 3 | -5/+26 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/script/api/qscriptengine.cpp src/script/api/qscriptprogram.cpp src/script/api/qscriptprogram.h src/script/api/qscriptprogram_p.h tests/auto/qscriptengine/tst_qscriptengine.cpp tests/auto/qscriptengineagent/tst_qscriptengineagent.cpp tools/qdoc3/test/qt-inc.qdocconf | ||||
| | * | doc typo | Warwick Allison | 2009-10-29 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Peter Yard | 2009-10-28 | 1 | -1/+8 |
| | |\ | |||||
| | | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | axis | 2009-10-27 | 3 | -5/+4 |
| | | |\ | |||||
| | | * | | Updated Qt for Symbian requirements docs | Miikka Heikkinen | 2009-10-23 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added requirement for perl and clarified MinGW requirement. Reviewed-by: Janne Koskinen | ||||
| | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Peter Yard | 2009-10-27 | 1 | -4/+3 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Doc: Fixed whitespace issue. | David Boddie | 2009-10-26 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| | * | | | Add documentation on RPATH defines. | Peter Yard | 2009-10-27 | 1 | -0/+15 |
| | |/ / | |||||
| * | | | Remove QML SQL classes | Aaron Kennedy | 2009-10-28 | 3 | -681/+0 |
| | | | | | | | | | | | | | | | | | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs. | ||||
* | | | | Doc | Alan Alpert | 2009-10-29 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-10-28 | 7 | -8/+11 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/globalobject.qdoc | ||||
| * | | | Doc. | Michael Brasser | 2009-10-28 | 7 | -8/+11 |
| | | | | |||||
| * | | | Doc | Michael Brasser | 2009-10-28 | 1 | -0/+26 |
| | | | | |||||
* | | | | Fill out QML global object documentation | Alan Alpert | 2009-10-28 | 2 | -2/+177 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Moves the documentation for functions on the global object from qmlengine.cpp to globalobject.qdoc (so that qdoc actually generates them). The XmlHttpRequest documentation is still just a stub. | ||||
* | | | Doc | Aaron Kennedy | 2009-10-27 | 2 | -0/+15 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-26 | 2 | -2/+14 |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Docs. | Martin Jones | 2009-10-26 | 2 | -2/+14 |
| | | | | |||||
* | | | | Doc | Aaron Kennedy | 2009-10-26 | 3 | -3/+2 |
|/ / / | |||||
* | | | Doc. | Michael Brasser | 2009-10-26 | 3 | -6/+10 |
| | | | |||||
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵ | Michael Brasser | 2009-10-25 | 5 | -7/+336 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: tools/qdoc3/cppcodemarker.cpp | ||||
| * | | Doc: Updated an external link. | David Boddie | 2009-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| * | | Doc: Reviewed and revised QGraphicsAnchorLayout documentation. | David Boddie | 2009-10-23 | 1 | -0/+0 |
| |/ | | | | | | | Reviewed-by: Trust Me | ||||
| * | Add Windows 7 with VC++2008 as a Tier 2 supported platform. | Volker Hilsheimer | 2009-10-22 | 1 | -2/+0 |
| | | |||||
| * | Documentation: Correct dangling reference to Qt Designer documentation. | Friedemann Kleint | 2009-10-22 | 1 | -1/+1 |
| | | | | | | | | Task-number: QTBUG-4605 | ||||
| * | Revert "Switch from *-armv5 to *-armv6." | Frans Englich | 2009-10-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | This reverts commit a6af1538ea53408399fb29870a4ef16a92c7893a. armv6 is not supported by public SDKs, due to armv6/urel not existing. Such SDKs needs to be fixed by copying the armv5 files. Hence we revert, and postpone until we have SDKs which actually support armv6, and until we have a stronger insight into what advantages armv6 brings. | ||||
| * | Switch from *-armv5 to *-armv6. | Frans Englich | 2009-10-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Change from armv5 to armv6 by default. This updates documentation, the convenience scripts, and the Raptor/abld qmake generator to use armv6 instead. Task-number: QTBUG-4891 Reviewed-by: Jason Barron | ||||
| * | Included table for definition of plural forms for different languages. | Peter Yard | 2009-10-21 | 1 | -3/+334 |
| | | |||||
* | | doc: Removed two "are" too many | Thorbjørn Lindeijer | 2009-10-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-23 | 1 | -4/+4 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Update ScriptAction and StateChangeScript to use QmlScriptString. | Michael Brasser | 2009-10-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | Now you can assign the script you want to run to the property directly, rather than assigning a string. Task-number: QT-734 | ||||
* | | | Doc. | Martin Jones | 2009-10-23 | 1 | -0/+57 |
|/ / | |||||
* | | Start updating state and animation docs. | Michael Brasser | 2009-10-22 | 4 | -75/+152 |
| | | |||||
* | | Doc | Aaron Kennedy | 2009-10-21 | 2 | -358/+3 |
| | | |||||
* | | Doc | Aaron Kennedy | 2009-10-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-21 | 2 | -6/+51 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Docs. | Martin Jones | 2009-10-21 | 2 | -6/+51 |
| | | | |||||
* | | | Doc | Aaron Kennedy | 2009-10-21 | 2 | -92/+146 |
|/ / | |||||
* | | Doc | Aaron Kennedy | 2009-10-20 | 1 | -1/+78 |
| | | |||||
* | | Doc | Aaron Kennedy | 2009-10-20 | 1 | -2/+6 |
| | | |||||
* | | Doc | Aaron Kennedy | 2009-10-20 | 2 | -2/+1 |
| | | |||||
* | | Doc | Aaron Kennedy | 2009-10-20 | 1 | -3/+9 |
| | | |||||
* | | Doc | Aaron Kennedy | 2009-10-20 | 1 | -6/+102 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-20 | 3 | -53/+175 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui |