Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc | Aaron Kennedy | 2010-09-03 | 1 | -0/+10 |
| | | | | QTBUG-12665 | ||||
* | Improve calling QML functions from C++ docs. | Martin Jones | 2010-08-31 | 1 | -0/+14 |
| | |||||
* | Document calling QObject methods from QML in Extending QML in C++ docs. | Martin Jones | 2010-08-25 | 1 | -0/+17 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-07-07 | 1 | -4/+39 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (35 commits) Make Text, TextInput, and TextEdit all have the same size for the same text. More generated images in anticipation of QT-3574 Remove deprecated Flickable.flickDirection Revert "Fix exponential behavior of QTextCursor::removeSelectedText" Prevent a recursive debug output loop when writing to the logger widget. Fix performance of QTextDocumentPrivate::adjustDocumentChangesAndCursors Convert QtDeclarative def files to use LF line endings Update QtDeclarative def files doc improvements Changing currentIndex shouldn't cancel a flick unnecessarily. Fix input methods for TextInput elements with key handlers Document the QML enumeration basic type Fix TextEdit with no color property defined is drawn with wrong color Export QDeclarativePixmap doc Fix inconsistent reporting of module import errors when using versions. Make declarative pixmap cache easier to use Prepare for QTest persistent store for visual tests. Loosen font-sensitive test. Set correct license header. ... | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-07-06 | 1 | -14/+65 |
| |\ | | | | | | | | | | | | | Conflicts: doc/src/declarative/extending.qdoc | ||||
| * | | doc improvements | Bea Lam | 2010-07-06 | 1 | -4/+34 |
| | | | |||||
* | | | qdoc: Simplified code to enable fixing of QTBUG-6340. | Martin Smith | 2010-07-06 | 1 | -16/+8 |
| |/ |/| | | | | | | | | | Also reworded some of the text for QTBUG-11575. Task-number: QTBUG-6340, QTBUG-11575 | ||||
* | | qdoc: Added explanation of autmatically generated signal hanlers. | Martin Smith | 2010-07-05 | 1 | -12/+58 |
|/ | | | | Task-number: QTBUG-11575 | ||||
* | Doc: Relicensed the documentation under the GNU FDL version 1.3. | David Boddie | 2010-06-21 | 1 | -25/+11 |
| | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-06-15 | 1 | -3/+7 |
|\ | |||||
| * | Improve docs about Qml component case sensitivity. | Martin Jones | 2010-06-07 | 1 | -3/+7 |
| | | | | | | | | Task-number: QTBUG-11253 | ||||
* | | Enhance docs | Alan Alpert | 2010-06-03 | 1 | -0/+3 |
|/ | |||||
* | doc | Warwick Allison | 2010-05-17 | 1 | -1/+4 |
| | | | | models from plugins | ||||
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 1 | -23/+23 |
| | | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples). | ||||
* | Doc fixes. | Michael Brasser | 2010-04-23 | 1 | -18/+21 |
| | |||||
* | Revert structural changes to extending.qdoc made in | Bea Lam | 2010-04-21 | 1 | -197/+178 |
| | | | | | | 61f3cb6e79fea0aed80df091013c2228f64955ec. A separate, more tutorial-like page for this topic will be created and this can be kept as a reference-type page. | ||||
* | Improve docs and examples for Extending QML in C++ | Bea Lam | 2010-04-21 | 1 | -183/+202 |
| | |||||
* | Make property value source examples work | Bea Lam | 2010-04-21 | 1 | -1/+1 |
| | |||||
* | QML_DECLARE_TYPE is no longer necessary - fix docs and examples | Bea Lam | 2010-04-19 | 1 | -1/+0 |
| | |||||
* | Fix doc: QML_DECLARE_TYPE is no longer necessary | mae | 2010-04-16 | 1 | -18/+3 |
| | | | | It's sufficient to register a type with qmlRegisterType<T>() | ||||
* | Doc | Aaron Kennedy | 2010-04-12 | 1 | -2/+2 |
| | |||||
* | Doc | Aaron Kennedy | 2010-03-29 | 1 | -2/+1 |
| | |||||
* | Doc Augmentation | Alan Alpert | 2010-03-26 | 1 | -0/+13 |
| | | | | Task-number: QTBUG-9396 | ||||
* | doc: Fixed all the remaining qdoc errors. For now. | Martin Smith | 2010-03-24 | 1 | -8/+8 |
| | |||||
* | Document - and use - the qmlRegisterXXX template functions | mae | 2010-03-10 | 1 | -29/+33 |
| | | | | This commit removes the obsolete QML_REGISTER_TYPE macros. | ||||
* | Change Connection syntax as per QT-2822. | Warwick Allison | 2010-02-26 | 1 | -3/+2 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -12/+12 |
| | | | | QDeclarativeXXX. | ||||
* | doc | Warwick Allison | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 1 | -12/+0 |
|\ | | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp | ||||
| * | Make QmlBinding (and friends) private | Aaron Kennedy | 2010-02-23 | 1 | -12/+0 |
| | | | | | | | | | | QmlBinding exposes way too many implementation details to be confident about making it public right now. | ||||
* | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls. | Warwick Allison | 2010-02-23 | 1 | -17/+14 |
|/ | | | | Task-number: QT-2798 | ||||
* | Add documentation on QMLs memory management assumptions | Aaron Kennedy | 2010-02-23 | 1 | -0/+31 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵ | Qt Continuous Integration System | 2010-02-22 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: Replace QmlList* and QList* support with a single QmlListProperty type Rename MouseRegion -> MouseArea Update QmlChanges with animation API changes. Document the default velocity of EaseFollow Remove use of unexprted private classes. Fix compile error on Solaris Increase durations when testing Behaviors. Add cached path rounded rect painting benchmark. Remove use of direct event posting. Use QTest::keyClick() for keys. | ||||
| * | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer). | ||||
* | | Doc: these files are NOT part of the test suite of the Qt toolkit | Thiago Macieira | 2010-02-20 | 1 | -1/+1 |
|/ | |||||
* | Fix broken license headers. | Jason McDonald | 2010-02-16 | 1 | -18/+18 |
| | | | | Reviewed-by: Trust Me | ||||
* | Augment documentation | Alan Alpert | 2010-02-03 | 1 | -0/+11 |
| | | | | Document automatic signal handlers and QmlViewer.Screen. | ||||
* | We use JavaScript, not ECMAScript. | Martin Jones | 2010-02-03 | 1 | -3/+3 |
| | | | | Task-number: QTBUG-7720 | ||||
* | Doc fixes. | Michael Brasser | 2010-01-15 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-7322 | ||||
* | doc | Warwick Allison | 2010-01-08 | 1 | -2/+6 |
| | | | | Task-number: QTBUG-7125 | ||||
* | Small doc fixes. | Martin Jones | 2009-11-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2009-11-25 | 1 | -19/+21 |
|\ | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: doc/src/declarative/extending.qdoc | ||||
| * | add target | Yann Bodson | 2009-11-25 | 1 | -19/+20 |
| | | |||||
* | | Doc improvments | Bea Lam | 2009-11-25 | 1 | -4/+4 |
|/ | |||||
* | doc | Warwick Allison | 2009-11-13 | 1 | -0/+1 |
| | |||||
* | Doc. | Michael Brasser | 2009-10-28 | 1 | -1/+1 |
| | |||||
* | Docs. | Martin Jones | 2009-10-26 | 1 | -2/+13 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-12 | 1 | -3/+59 |
| | |||||
* | Add id aliases | Aaron Kennedy | 2009-10-09 | 1 | -3/+3 |
| | |||||
* | doc cleanup | Yann Bodson | 2009-10-07 | 1 | -126/+126 |
| |