Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compile | Aaron Kennedy | 2010-04-19 | 1 | -0/+2 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-19 | 5 | -23/+29 |
|\ | |||||
| * | Add some padding to Rectangles with border to avoid qDrawBorderPixmap() bug. | Martin Jones | 2010-04-19 | 1 | -1/+3 |
| | | | | | | | | Task-number: QTBUG-5689 | ||||
| * | Speed up Rectangle creation with pen or gradient slightly | Martin Jones | 2010-04-19 | 2 | -3/+16 |
| | | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-19 | 4 | -3/+35 |
| |\ | |||||
| * | | Always allow view position to be fixed. | Martin Jones | 2010-04-19 | 3 | -19/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to avoid doing fixup in a direction we were not flicking. This was pointless, and caused bugs when the view transitioned from flickable to not flickable, e.g. by content size change. Fixup following content size is also no longer animated. This can be acheived using a behavoir, for example. Task-number: QTBUG-9961 | ||||
* | | | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 33 | -133/+273 |
| |/ |/| | | | | | QTBUG-9726 | ||||
* | | Update mouse area coordinates automatically when changing position | Leonardo Sobral Cunha | 2010-04-19 | 4 | -3/+35 |
|/ | | | | | | | | | Mouse area coordinates are now updated when the mouse area changes position and positionChanged signals are not emitted on mousePress anymore (only mousePosChanged signals). Task-number: QTBUG-9716 Reviewed-by: Michael Brasser | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-18 | 37 | -299/+520 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (29 commits) Recognize identifiers containing unicode escape sequences. Fix README Fix doc: QML_DECLARE_TYPE is no longer necessary Fix doc: remote contents requires qmldir Fixed parsing of inner labelled statements. Doc Remove unsupported plugin version flags in .pro files of declarative examples Documentation typo. More QML doc consistency. Ensure existing image is gone before next photo selection. Don't use zoomfactor. Doc: in QML use "real" and "enumeration", not "qreal" and "enum" Doc: Put "default" property label on same line as property name Wait for debug clients asynchronously instead of blocking creation of Test not reliable ResizeMode support for QGraphicsWidgets created with QDeclarativeView More class documentation fixes for declarative. Simplify QML import plugin deployment lines Add QML imports to s60installs.pro Cleanup photoviewer demo. ... | ||||
| * | Recognize identifiers containing unicode escape sequences. | Roberto Raggi | 2010-04-16 | 1 | -1/+41 |
| | | | | | | | | | | Task-number: QTBUG-8108 Reviewed-by: Olivier Goffart | ||||
| * | Fixed parsing of inner labelled statements. | Roberto Raggi | 2010-04-16 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The JS grammar is ambigious and the following statement can be parsed as an object-literal followed by an inserted semicolon or as two labelled statements. outer: { inner: {} } In the old days we used to resolve the conflict by reducing the statement to an expression statement but this was wrong so now we prefer the labelled statement. As nice side effect, we pass two more tests in tests/auto/declarative/parserstress. Task-number: QTBUG-8108 | ||||
| * | Doc: in QML use "real" and "enumeration", not "qreal" and "enum" | Martin Jones | 2010-04-16 | 11 | -22/+22 |
| | | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-16 | 12 | -240/+356 |
| |\ | |||||
| | * | Wait for debug clients asynchronously instead of blocking creation of | Bea Lam | 2010-04-16 | 3 | -85/+57 |
| | | | | | | | | | | | | | | | | | | the engine until a debug client has connected. This makes for easier debugging from Qt Creator when debugging C++ and QML together and when debugging an application that has multiple engines. | ||||
| | * | ResizeMode support for QGraphicsWidgets created with QDeclarativeView | Joona Petrell | 2010-04-16 | 2 | -88/+180 |
| | | | | | | | | | | | | | | | Task-number: QTBUG-8814 Reviewed-by: alexis | ||||
| | * | More class documentation fixes for declarative. | Michael Brasser | 2010-04-16 | 7 | -32/+77 |
| | | | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-16 | 6 | -11/+32 |
| | |\ | |||||
| | * | | Throw exceptions on programming errors for global functions. | Warwick Allison | 2010-04-16 | 1 | -35/+42 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-7897 | ||||
| * | | | Doc: make note about using clip: true in views slightly more prominent. | Martin Jones | 2010-04-16 | 3 | -3/+3 |
| | |/ | |/| | |||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-16 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | Do not set a font pixel size of 0. | Yann Bodson | 2010-04-16 | 1 | -3/+3 |
| | | | | |||||
| * | | | Add parent property to Timer | Martin Jones | 2010-04-16 | 1 | -0/+1 |
| |/ / | | | | | | | | | | Task-number: QTBUG-9949 | ||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-16 | 9 | -26/+72 |
| |\ \ | |||||
| | * | | Cleanup | Aaron Kennedy | 2010-04-16 | 2 | -3/+3 |
| | |/ | |||||
| | * | Class documentation fixes for declarative. | Michael Brasser | 2010-04-16 | 5 | -18/+62 |
| | | | |||||
| * | | Avoid calling QGraphicsItem::setTransformOriginPoint() until needed | Martin Jones | 2010-04-16 | 2 | -5/+25 |
| | | | | | | | | | | | | | | | Task-number: QTBUG-9772 Reviewed-by: Alexis | ||||
* | | | Further RVCT4 fixes for Symbian | Iain | 2010-04-16 | 1 | -1/+1 |
| |/ |/| | | | | | | | | | | | More corrections to declarations to ensure symbol visibility is correct Task-number: QTBUG-9998 Reviewed-by: TrustMe | ||||
* | | Correctly support translation in QDeclarativePixmapCache | Warwick Allison | 2010-04-16 | 2 | -5/+7 |
|/ | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-16 | 22 | -180/+316 |
|\ | |||||
| * | Correctly support translation in QDeclarativeCompiler | Aaron Kennedy | 2010-04-15 | 2 | -8/+2 |
| | | | | | | | | Reviewed-by: Friedemann Kleint | ||||
| * | Support valuetypes as method return values | Aaron Kennedy | 2010-04-15 | 5 | -40/+99 |
| | | | | | | | | QTBUG-9818 | ||||
| * | Compile without Qt3 support. | Yann Bodson | 2010-04-15 | 1 | -1/+1 |
| | | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-15 | 1 | -0/+20 |
| |\ | |||||
| | * | Doc | Aaron Kennedy | 2010-04-15 | 1 | -0/+20 |
| | | | |||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-15 | 12 | -99/+126 |
| |\ \ | | |/ | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-15 | 3 | -10/+104 |
| | |\ | |||||
| | * | | Add Component.onDestruction attached property | Aaron Kennedy | 2010-04-15 | 11 | -94/+119 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This property complements Component.onCompleted. It is emitted before the destruction actually begins (for the most part) so the objects are still alive and accessible. The QtObject.onDestroyed signal is now blocked as it never really worked properly anyway. | ||||
| | * | | Comments | Aaron Kennedy | 2010-04-15 | 1 | -1/+3 |
| | | | | |||||
| | * | | Remove unused parameter | Aaron Kennedy | 2010-04-15 | 3 | -4/+4 |
| | | | | |||||
| * | | | Simplify dynamic resource loading to avoid cluttering Text API. | Warwick Allison | 2010-04-15 | 2 | -12/+5 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-9900 QT-3287 | ||||
| * | | | Use qmlInfo for image loading errors, not qWarning(). | Warwick Allison | 2010-04-15 | 5 | -22/+65 |
| | |/ | |/| | | | | | | | Task-number: QTBUG-9908 | ||||
* | | | Improve warning for non-Item delegates. | Martin Jones | 2010-04-16 | 1 | -2/+12 |
|/ / | | | | | | | Task-number: QTBUG-9682 | ||||
* | | Correctly resolve, and load, IMG tags in Text element. | Warwick Allison | 2010-04-15 | 3 | -10/+104 |
|/ | | | | | | Task-number: QTBUG-9900 Reviewed-by: Martin Jones | ||||
* | Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeData | Aaron Kennedy | 2010-04-15 | 21 | -80/+80 |
| | |||||
* | Rename QDeclarativeData -> QAbstractDeclarativeData | Aaron Kennedy | 2010-04-15 | 2 | -7/+7 |
| | | | | Reviewed-by: Martin Jones | ||||
* | Add flow property to Grid, adding TopToBottom mode. | Martin Jones | 2010-04-15 | 2 | -43/+112 |
| | | | | Task-number: QTBUG-9183 | ||||
* | Add QML object destruction hook | Aaron Kennedy | 2010-04-15 | 2 | -2/+13 |
| | |||||
* | Make sure richtext wraps correctly with a fixed height set. | Martin Jones | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | Output script errors in ScriptAction and StateChangeScript | Martin Jones | 2010-04-15 | 2 | -0/+13 |
| | | | | Task-number: QTBUG-9897 | ||||
* | Don't create delegates when destroying view. | Martin Jones | 2010-04-14 | 1 | -1/+4 |
| | | | | Task-number: QTBUG-9840 |