Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -7/+7 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Use different ports for network tests to avoid clashes in parallel testing. | Martin Jones | 2010-04-13 | 1 | -4/+4 |
| | |||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+2 |
| | |||||
* | Fix and test remote root component with qmldir-specified content. | Warwick Allison | 2010-04-13 | 3 | -2/+39 |
| | | | | 6ed43975f6733265b8b91b00a9a212076d896ef9 was not correct fix (just invalidated the test) | ||||
* | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 14 | -22/+22 |
| | |||||
* | Improve static assignment to QVariant's in the int and double case | Aaron Kennedy | 2010-04-08 | 2 | -0/+46 |
| | |||||
* | Test import of a script requires qualifier. | Warwick Allison | 2010-04-08 | 3 | -0/+6 |
| | |||||
* | Remove error-tests of obsolete Script element. | Warwick Allison | 2010-04-08 | 25 | -120/+0 |
| | |||||
* | Remove usage of Script where not actually testing the obsolete construct. | Warwick Allison | 2010-04-08 | 1 | -6/+3 |
| | |||||
* | Give error if attempt to import from a version that is not installed. | Warwick Allison | 2010-04-08 | 1 | -3/+8 |
| | | | | | | (was done for builtins/plugins, but now also for qmldir-specified content) Task-number: QTBUG-9627 | ||||
* | Test actual error messages. Fix error messages. Test module-not-available error. | Warwick Allison | 2010-04-08 | 1 | -57/+129 |
| | |||||
* | import "." first - i.e. override it by everything else. | Warwick Allison | 2010-04-01 | 4 | -0/+12 |
| | | | | Otherwise, simple things break, like having "image.qml" on a case-insensitive file system. | ||||
* | Fixed: Declared properties cannot be assigned in declaration | Roberto Raggi | 2010-03-31 | 1 | -1/+0 |
| | | | | Task-number: QTBUG-7860 | ||||
* | Remove "variant" QML properties | Aaron Kennedy | 2010-03-29 | 2 | -2/+0 |
| | | | | "property var a" works just as well | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-03-25 | 3 | -1/+11 |
|\ | |||||
| * | Remove faulty assert - the precondition is checked for correctly later on | Aaron Kennedy | 2010-03-25 | 3 | -1/+11 |
| | | | | | | | | Task-number: QTBUG-9336 | ||||
* | | Tweak import behaviour | Alan Alpert | 2010-03-25 | 1 | -2/+2 |
|/ | | | | | | | | | | | | | The implicit import of types in the same directory/module now imports version -1 (which means all versions). This fixes the Twitter demo. Additionally, the current directory is not added to the imports path. No functionality is lost, as you can import local modules with relative paths for the same effect. Improved docs are on the way. Reviewed-by: mae | ||||
* | Make more tests compile on solaris-cc | Alan Alpert | 2010-03-23 | 1 | -4/+4 |
| | |||||
* | Manual merge. | Warwick Allison | 2010-03-22 | 5 | -0/+12 |
| | |||||
* | Fix test. | Michael Brasser | 2010-03-22 | 3 | -1/+20 |
| | | | | | Use a custom type to test this language feature, rather than PropertyChanges. | ||||
* | Fix local type lookup | mae | 2010-03-19 | 6 | -2/+10 |
| | | | | | | This change removes the hacky final baseUrl+TypeName+".qml" lookup. In order to still support internal files in remote modules, a new qmldir keyword "internal" is introduced. | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Martin Jones | 2010-03-19 | 1 | -37/+37 |
|\ | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeecmascript/testtypes.h | ||||
| * | Remove ; after Q_PROPERTY declaration | Thierry Bastian | 2010-03-18 | 1 | -35/+35 |
| | | |||||
| * | Fix compilation issues of autotest on solaris | Thierry Bastian | 2010-03-18 | 1 | -2/+2 |
| | | | | | | | | Task-number: QTBUG-8590 | ||||
* | | Compile fix after e5922ab126f3532483b18720ce893d6be826d50e | Aaron Kennedy | 2010-03-11 | 2 | -15/+15 |
| | | |||||
* | | Use no-version-specified to mean any version (used to work, fixed again, | Warwick Allison | 2010-03-10 | 2 | -4/+4 |
|/ | | | | was only working with -1.-1 which looks silly) | ||||
* | Disallow upper case property, signal and method names in QML | Aaron Kennedy | 2010-03-08 | 9 | -0/+31 |
| | | | | QT-2976 | ||||
* | Allow unquoted enum syntax for value types | Aaron Kennedy | 2010-03-05 | 3 | -0/+6 |
| | | | | QTBUG-5424 | ||||
* | Run signal expressions on attached property objects in correct scope | Aaron Kennedy | 2010-03-04 | 2 | -7/+0 |
| | | | | QTBUG-8677 | ||||
* | Fix grammar stringifying "on" as "readonly" | Aaron Kennedy | 2010-03-04 | 2 | -0/+22 |
| | | | | QTBUG-8676 | ||||
* | Improve grouped property error messages | Aaron Kennedy | 2010-03-04 | 8 | -1/+26 |
| | | | | QT-2579 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-03 | 41 | -18/+138 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (64 commits) More renaming: MouseRegion -> MouseArea Save secondary scope inside the expression's scope object 'on' syntax fixes QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject property Move JS global scope to top of the QML scope chain Add documentation for the 'when' property of Binding. Auto test for QTBUG-8677 QDeclarativeGuard should handle objects being deleted OS-friendlier, less noisy. fix crash, re-enable settings test Fix incorrect scope resolution for script in a script block. Disable until plugin objects problem resolved. silence debuggery add colorbrowser qml example Fix settings (was not exported type). Add import Qt.widgets 4.6 to layout.qml example make runnable from elsewhere remove debugger runnable from elsewhere Ensure error is received - the root object is INITIALLY zero. ... | ||||
| * | Move JS global scope to top of the QML scope chain | Aaron Kennedy | 2010-03-03 | 10 | -6/+24 |
| | | | | | | | | QT-2787 | ||||
| * | Auto test for QTBUG-8677 | Martin Jones | 2010-03-03 | 3 | -2/+12 |
| | | |||||
| * | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 31 | -10/+102 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error. | ||||
* | | Fixed compile of some tests with `-qtnamespace' | Rohan McGovern | 2010-03-03 | 1 | -0/+3 |
|/ | |||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 2 | -8/+8 |
| | | | | There's nothing meta about our properties. | ||||
* | Remove QDeclarativeMetaProperty::createProperty() method | Aaron Kennedy | 2010-02-25 | 1 | -1/+1 |
| | | | | | The behavior of createProperty() (to resolve dot properties) is now the behavior of the constructors. | ||||
* | Make QDeclarativeMetaType and QDeclarativeType private | Aaron Kennedy | 2010-02-24 | 1 | -1/+3 |
| | |||||
* | Fixup tests after QDeclarative class renames | Aaron Kennedy | 2010-02-24 | 3 | -1/+1 |
| | |||||
* | Simplify QML element registration headers | Aaron Kennedy | 2010-02-24 | 2 | -0/+2 |
| | |||||
* | Make compile following renaming of class. | Bea Lam | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-24 | 2 | -59/+59 |
|\ | |||||
| * | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 2 | -59/+59 |
| | | | | | | | | to QDeclarativeXXX. | ||||
* | | Automatically connect to a notify signal if the requested signal is | Bea Lam | 2010-02-24 | 3 | -0/+29 |
|/ | | | | | | | in the "onFooChanged" form, even if the notify signal is not called "fooChanged". Task-number: QT-2783 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 290 | -0/+3301 |
QDeclarativeXXX. |