Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove QDeclarativeLoader::resizeMode | mae | 2010-05-03 | 11 | -149/+68 |
| | | | | | | | | | | | | The explicit resizeMode is superfluous, all usecases could be achieved with the corrected default behaviour of the former ResizeLoaderToItem mode. The NoResize usecase is covered by wrapping the loader in an extra item. That means: A loader automatically gets its size from the item loaded unless the loader has an explicit size itself. Go-ahead-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-30 | 173 | -1928/+4138 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (68 commits) Don't create an anchors element so that we can check that there aren't any Ensure eval and Function are in the correct scope Add availableFonts.qml for fonts examples. Add Qt.fontFamilies() method Avoid regenerating PathView delegates needlessly When a model delegate is released, remove it from the scene immediately. Fix assignment of value types to javascript var. More doc fixes Make QDeclarativeParserStatus method pure virtual to encourage right code. Doc fixes Fix error string Add QML value types for math3d types Fix assert in qdeclarativepathview Avoid divisions by zero in qdeclarativetimeline Initialize variable. Doc: mention that size of delegate affects flicking performance. buffer new items on initialization. Compile with QT_NO_GRAPHICSEFFECT. Fix translation context when qsTr is used in PropertyChanges. missed files ... | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-30 | 4 | -5/+88 |
| |\ | |||||
| | * | Ensure eval and Function are in the correct scope | Aaron Kennedy | 2010-04-30 | 4 | -5/+88 |
| | | | | | | | | | | | | QTBUG-10236 | ||||
| * | | Don't create an anchors element so that we can check that there aren't any | Martin Jones | 2010-04-30 | 1 | -18/+30 |
| |/ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-30 | 20 | -20/+121 |
| |\ | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-30 | 9 | -14/+93 |
| | |\ | |||||
| | | * | Add availableFonts.qml for fonts examples. | Yann Bodson | 2010-04-30 | 1 | -0/+17 |
| | | | | |||||
| | | * | Add Qt.fontFamilies() method | Aaron Kennedy | 2010-04-30 | 5 | -0/+40 |
| | | | | | | | | | | | | | | | | QTBUG-10239 | ||||
| | * | | Make QDeclarativeParserStatus method pure virtual to encourage right code. | Warwick Allison | 2010-04-30 | 14 | -20/+64 |
| | | | | | | | | | | | | | | | | | | | | Fix all code to be right, except multimedia. Currently, it's not *required* that types work without componentComplete, so not vital. | ||||
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-30 | 23 | -114/+784 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fix assignment of value types to javascript var. | Michael Brasser | 2010-04-30 | 3 | -4/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure the scriptclass is used. Task-number: QTBUG-10329 Reviewed-by: Aaron Kennedy | ||||
| | * | | More doc fixes | Bea Lam | 2010-04-30 | 1 | -10/+4 |
| | |/ | |||||
| | * | Doc fixes | Bea Lam | 2010-04-30 | 5 | -95/+106 |
| | | | |||||
| | * | Fix error string | Bea Lam | 2010-04-30 | 1 | -1/+1 |
| | | | |||||
| | * | Add QML value types for math3d types | Rhys Weatherley | 2010-04-30 | 12 | -1/+626 |
| | | | | | | | | | | | | | | | | | | | | | QVector3D was already supported. Add QVector2D, QVector4D, QQuaternion, and QMatrix4x4. Reviewed-by: Warwick Allison | ||||
| | * | Fix assert in qdeclarativepathview | Leonardo Sobral Cunha | 2010-04-30 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | Task-number: QTBUG-10327 Reviewed-by: Martin Jones | ||||
| | * | Avoid divisions by zero in qdeclarativetimeline | Leonardo Sobral Cunha | 2010-04-30 | 1 | -3/+10 |
| | | | | | | | | | | | | Reviewed-by: Martin Jones | ||||
| | * | Initialize variable. | Michael Brasser | 2010-04-30 | 1 | -1/+1 |
| | | | |||||
| * | | Avoid regenerating PathView delegates needlessly | Martin Jones | 2010-04-30 | 1 | -2/+6 |
| | | | |||||
| * | | When a model delegate is released, remove it from the scene immediately. | Martin Jones | 2010-04-30 | 1 | -4/+3 |
| |/ | | | | | | | Task-number: QTBUG-10289 | ||||
| * | Doc: mention that size of delegate affects flicking performance. | Martin Jones | 2010-04-30 | 3 | -0/+15 |
| | | |||||
| * | buffer new items on initialization. | Martin Jones | 2010-04-30 | 2 | -4/+6 |
| | | | | | | | | | | | | We weren't honoring buffer initially, only after a flick. Its better to buffer immediately, since it is often used to eliminate the cost of item creation in small lists. | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-30 | 16 | -20/+164 |
| |\ | |||||
| | * | Compile with QT_NO_GRAPHICSEFFECT. | Michael Brasser | 2010-04-30 | 1 | -0/+2 |
| | | | |||||
| | * | Fix translation context when qsTr is used in PropertyChanges. | Michael Brasser | 2010-04-29 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | This should also lead to better error meesages coming from PropertyChanges. Task-number: QTBUG-10300 | ||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-29 | 27 | -356/+596 |
| | |\ | |||||
| | | * | Warn on assigning a function to a QML property. | Michael Brasser | 2010-04-29 | 5 | -1/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not supported, and should not silently be converting the function to a string. See QTBUG-10302 for why we check !isRegExp as well as isFunction. Task-number: QTBUG-10237 Reviewed-by: Aaron Kennedy | ||||
| | | * | Don't show warnings log window by default | Kai Koehne | 2010-04-29 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable it for the time being. The default annoyed more people then it helped. Reviewed-by: mae | ||||
| | | * | Cleanup guards used in synthesized QML meta objects | Aaron Kennedy | 2010-04-29 | 3 | -2/+36 |
| | | | | | | | | | | | | | | | | QTCREATORBUG-1289 | ||||
| | | * | Simplify QDeclarativeGuard logic | Aaron Kennedy | 2010-04-29 | 2 | -12/+10 |
| | | | | |||||
| | * | | missed files | Warwick Allison | 2010-04-29 | 4 | -0/+29 |
| | | | | |||||
| * | | | Allow factor parameter to be passed to Qt.lighter() and Qt.darker() | Martin Jones | 2010-04-29 | 5 | -14/+45 |
| | |/ | |/| | |||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-29 | 30 | -431/+441 |
| |\ \ | |||||
| | * | | Update the input method sensitivity in case of complex widgets in ↵ | Alexis Menard | 2010-04-29 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QGraphicsProxyWidget. In case of a complex widget embedded in a proxy, we need to update the input method acceptance whenever the focus changes inside the proxy. Task-number:QTBUG-8847 Reviewed-by:janarve | ||||
| | * | | Mark some properties in QDeclarativeItem as private properties. | Alexis Menard | 2010-04-29 | 9 | -337/+295 |
| | |/ | | | | | | | | | | | | | | | | | | | QDeclarativeItem will be public, all properties that are relaying on private types must be private too. Reviewed-by:akennedy | ||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-29 | 1 | -0/+2 |
| | |\ | |||||
| | | * | Update QmlChanges.txt | Bea Lam | 2010-04-29 | 1 | -0/+2 |
| | | | | |||||
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-29 | 11 | -83/+30 |
| | |\ \ | | | |/ | |||||
| | | * | Don't call qRegisterMetaType() in global scope | Bea Lam | 2010-04-29 | 2 | -1/+1 |
| | | | | |||||
| | | * | Remove Component's isReady, isLoading, isError and isNull properties. | Bea Lam | 2010-04-29 | 9 | -81/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Component status enum covers all of these properties already and removing these also makes the API consistent with Image and Loader. Note this change only affects the QML Component API; the methods are still available for QDeclarativeComponent. | ||||
| | | * | Return enum property values as numbers, not QVariant values | Bea Lam | 2010-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-10291 Reviewed-by: akennedy | ||||
| | * | | Ensure filenames are correctly resolved | Warwick Allison | 2010-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Works around QUrl("file:a").isRelative() being false. Reviewed-by: Aaron Kennedy | ||||
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-29 | 20 | -922/+1241 |
| | |\ \ | | | |/ | |||||
| | * | | undebuggery | Warwick Allison | 2010-04-29 | 1 | -1/+0 |
| | | | | |||||
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-29 | 17 | -138/+251 |
| | |\ \ | |||||
| | * | | | Stricter (but controllable) error reporting on Connections signal-name ↵ | Warwick Allison | 2010-04-29 | 3 | -8/+77 |
| | | | | | | | | | | | | | | | | | | | | error. And test. | ||||
| | * | | | Ignore QWS verbosity. | Warwick Allison | 2010-04-28 | 1 | -0/+3 |
| | | | | | |||||
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-28 | 84 | -758/+2067 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-27 | 85 | -534/+2767 |
| | |\ \ \ \ |