Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix AnchorAnimation for multiple AnchorChanges with dependancies. | Michael Brasser | 2010-09-06 | 3 | -0/+515 |
| | | | | | | | When rewinding, don't reapply bindings, only values. This is consistent with how we handle rewinding other property bindings. Task-number: QTBUG-13398 | ||||
* | Fix PathView item position on insertion and removal. | Martin Jones | 2010-09-06 | 1 | -8/+11 |
| | | | | | | | Ensure the offset is adjusted to account for the new or removed items. Also minor optimizations to delegate updates. Task-number: QTBUG-13416 | ||||
* | Add test for ListView positioning when all visible items are removed. | Martin Jones | 2010-09-05 | 1 | -1/+30 |
| | | | | Task-number: QTBUG-12664 | ||||
* | Missing file | Aaron Kennedy | 2010-09-03 | 1 | -0/+14 |
| | |||||
* | qreal == float fixes | Aaron Kennedy | 2010-09-03 | 1 | -1/+1 |
| | | | | QTBUG-11853 | ||||
* | Don't modify the signal order on the second dynamic meta object pass | Aaron Kennedy | 2010-09-03 | 1 | -0/+12 |
| | | | | QTBUG-13374 | ||||
* | Support passing QObject derived types to QML methods | Aaron Kennedy | 2010-09-03 | 4 | -1/+52 |
| | | | | QTBUG-13047 | ||||
* | Don't overflow the unreferenced cost counter | Aaron Kennedy | 2010-09-02 | 1 | -0/+27 |
| | | | | QTBUG-13345 | ||||
* | Support JS "in" operator on QML objects | Aaron Kennedy | 2010-09-01 | 2 | -0/+18 |
| | | | | QTBUG-12837 | ||||
* | Only emit change signal when variant properties actually change | Aaron Kennedy | 2010-09-01 | 2 | -1/+28 |
| | | | | QTBUG-12601 | ||||
* | Prevent calling deleteLater() from QML | Aaron Kennedy | 2010-08-31 | 2 | -0/+24 |
| | | | | QTBUG-13045 | ||||
* | Ignore non-scriptable properties in QML | Aaron Kennedy | 2010-08-31 | 10 | -6/+61 |
| | | | | QTBUG-13043 | ||||
* | Don't double call classBegin() | Aaron Kennedy | 2010-08-31 | 5 | -1/+41 |
| | | | | QTBUG-13114 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-08-31 | 7 | -7/+131 |
|\ | |||||
| * | Revert "Add 'cached' property to Image." | Yann Bodson | 2010-08-31 | 1 | -20/+9 |
| | | | | | | | | | | | | This will have to go in 4.8. This reverts commit 3928cb20ecc63ed21cdb122388b200c9ab8e7cad. | ||||
| * | Add 'cached' property to Image. | Yann Bodson | 2010-08-31 | 1 | -9/+20 |
| | | | | | | | | | | Task-number: QTBUG-7300 Reviewed-by: Aaron Kennedy | ||||
| * | Ensure Flickable visibleArea is updated when view height changes | Martin Jones | 2010-08-31 | 2 | -0/+49 |
| | | | | | | | | Task-number: QTBUG-13095 | ||||
| * | Fix VisualDataModel model update handling when rootIndex is specified. | Martin Jones | 2010-08-27 | 2 | -6/+71 |
| | | | | | | | | Task-number: QTBUG-13038 | ||||
| * | Improve test reliability when running in parallel with other tests. | Martin Jones | 2010-08-27 | 1 | -0/+9 |
| | | |||||
| * | Improve stability of test on loaded hw. | Martin Jones | 2010-08-27 | 1 | -0/+1 |
| | | |||||
| * | Improve stability of test on loaded hw. | Martin Jones | 2010-08-27 | 1 | -1/+1 |
| | | |||||
* | | Simplify type management code | Aaron Kennedy | 2010-08-27 | 3 | -4/+4 |
|/ | |||||
* | Handle layoutChanged() properly in QML views. | Martin Jones | 2010-08-26 | 1 | -1/+1 |
| | | | | | | Update all visible items when layoutChanged() is emitted. Task-number: QTBUG-13146 | ||||
* | Fix ListView and GridView tests following off-by-one fixes. | Martin Jones | 2010-08-26 | 2 | -3/+3 |
| | | | | | | Our tests were verifying incorrect positions... Task-number: QTBUG-12822 | ||||
* | Fix ListView.view attached property with VisualItemModel | Martin Jones | 2010-08-26 | 2 | -3/+4 |
| | | | | | | | | We assumed that the attached object was created at the same time as the item. Task-number: QTBUG-13166 Reviewed-by: Aaron Kennedy | ||||
* | Add test for VisualItemModel layoutChanged() handling | Martin Jones | 2010-08-25 | 2 | -0/+50 |
| | | | | Task-number: QTBUG-13146 | ||||
* | Fix responseText to check the charset encoding field and also to not | Bea Lam | 2010-08-25 | 3 | -12/+32 |
| | | | | | | | | assume that the data is xml. The change also follows the w3c spec more closely (e.g. check the mime type field as well for encoding, for both responseText and responseXML). Task-number: QTBUG-13117 | ||||
* | Setting one dimension of the sourceSize should set the other dimension. | Yann Bodson | 2010-08-25 | 2 | -9/+9 |
| | | | | | | The implicit width and height should also be set to the sourceSize. Task-number: 13002 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-08-24 | 2 | -1/+28 |
|\ | |||||
| * | Fix PathView when setting an empty model that is later filled. | Michael Brasser | 2010-08-24 | 2 | -1/+28 |
| | | | | | | | | | | Task-number: QTBUG-13017 Reviewed-by: Martin Jones | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-08-23 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | QDeclarativeDebug: stream all the context, including the internals ones. | Olivier Goffart | 2010-08-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Some public context are within the internal context, so we need to stream them to get every objects Reviewed-by: Lasse Holmstedt | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-08-20 | 10 | -20/+101 |
|\ \ | |/ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵ | Qt Continuous Integration System | 2010-08-19 | 1 | -8/+97 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Fixes a regression preventing loading images without extensions Made GL pixmap backend respect Qt::NoOpaqueDetection flag.. QTextCodec: fix wodring of a comment QDeclarativeImageProvider: Do not keep the global declarative mutex locked when processing. | ||||
| | * | QDeclarativeImageProvider: Do not keep the global declarative mutex locked ↵ | Olivier Goffart | 2010-08-19 | 1 | -8/+97 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when processing. The point is to be able to process images in a thread. If the mutex is locked, this is useless. Use case is a slow QDeclarativeImageProvider that generates thumbmails from large files. Even with the asynchronous attribute set to true, the gui thread would be blocked by the mutex. By using QSharedPointer, I also fix the leak of the providers (which were not deleted) Reviewed-by: Martin Jones | ||||
| * | | Fix Image element svg autotest | Joona Petrell | 2010-08-19 | 9 | -12/+4 |
| |/ | | | | | | | | | | | | | | | | | | | Also, reduced some platform-specific test as the test case is not meant to test regression in the painting routines, but that Image's svg support works. Task-number: Reviewed-by: Martin Jones | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-08-19 | 1 | -0/+16 |
|\ \ | |/ | |||||
| * | Repaint TextInput when password character changes in password mode | Joona Petrell | 2010-08-17 | 1 | -0/+16 |
| | | | | | | | | | | Task-number: QTBUG-12838 Reviewed-by: Martin Jones | ||||
* | | Make QML tests compile on OpenSolaris | Martin Jones | 2010-08-19 | 4 | -20/+20 |
|/ | | | | Task-number: QTBUG-13003 | ||||
* | Add missing auto test files. | Martin Jones | 2010-08-16 | 2 | -0/+31 |
| | |||||
* | Handle QGraphicsWidgets in Flickable | Martin Jones | 2010-08-16 | 1 | -0/+37 |
| | | | | | Task-number: QTBUG-12830 Reviewed-by: Michael Brasser | ||||
* | More positioners with QGraphicsWidgets fixes. | Martin Jones | 2010-08-16 | 1 | -0/+44 |
| | | | | | Task-number: QTBUG-12416 Reviewed-by: Michael Brasser | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-08-16 | 3 | -0/+85 |
|\ | |||||
| * | Add autotest that checks that copy and cut don't work when echomode is set ↵ | Joona Petrell | 2010-08-13 | 1 | -0/+24 |
| | | | | | | | | | | | | | | to hide text/password mode Task-number: QTBUG-12086 Reviewed-by: Michael Brasser | ||||
| * | Clear previous animation data for non-triggering animations. | Michael Brasser | 2010-08-13 | 2 | -0/+61 |
| | | | | | | | | | | | | | | We need to clear the data from the last run if the animation doesn't match any of the state actions (or if there are no actions). Task-number: QTBUG-12805 | ||||
* | | emit countChanged where appropriate in Repeater | Martin Jones | 2010-08-16 | 1 | -0/+3 |
|/ | | | | | Task-number: QTBUG-12905 Reviewed-by: Bea Lam | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵ | Qt Continuous Integration System | 2010-08-12 | 1 | -15/+15 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Fix some #ifdefs to compile for a specific combination of featuress that was previously unsupported update Russian translations for Qt and tools Updated Slovenian translations for Qt 4.7 doc: The QML Qt element was missing from the documentation. 64-bit versions of PREMUL, BYTE_MUL and INTERPOLATE_PIXEL_256 QXmlStreamReader: avoid unnecessary detaching QSslCertificate: support expiration dates > 2049 Doc: Fixing typo Doc: Fixing bug involving header misplacement in Creator style qdoc: Added list of all members (including inherited) page to QML elements. qdoc: Ensured that text is encoded correctly. qdoc: Fixed non-well-formed markup. Doc: Fixed typo in a shortcut string. Remove useless QString::clear() from QSharedData example snippet. Move note on connectToBus() not actually being able to reconnect to Doc: Added more license information. | ||||
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Martin Smith | 2010-08-11 | 1 | -3/+4 |
| |\ | |||||
| * | | qdoc: Added list of all members (including inherited) page to QML elements. | Martin Smith | 2010-08-11 | 1 | -15/+15 |
| | | | |||||
* | | | Only modify pixmap cache reply when protected by a mutex | Aaron Kennedy | 2010-08-12 | 1 | -0/+10 |
| |/ |/| | | | | | QTBUG-12729 |