summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add tutorial for writing QML extensionsBea Lam2010-04-2333-3/+1887
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-2363-461/+721
|\
| * Add doc pages for qml examples.Yann Bodson2010-04-233-49/+300
| |
| * Replace usage of print() with console.log().Michael Brasser2010-04-238-33/+34
| |
| * Remove out-of-date performance doc.Michael Brasser2010-04-231-122/+0
| |
| * Doc fixes.Michael Brasser2010-04-236-30/+40
| |
| * Return null if creation fails.Michael Brasser2010-04-232-5/+7
| |
| * Basic Component doc.Michael Brasser2010-04-231-1/+74
| |
| * Collection of small doc improvementsMartin Jones2010-04-2310-15/+19
| |
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-2393-1130/+1994
| |\
| | * Update visual tests after some painter updates.Michael Brasser2010-04-222-83/+83
| | |
| | * Add missing Q_DISABLE_COPYs.Michael Brasser2010-04-225-0/+8
| | |
| | * Use Q_DECLARE_PRIVATE for private slot.Michael Brasser2010-04-223-7/+7
| | |
| | * Workaround no longer needed.Michael Brasser2010-04-221-3/+1
| | |
| | * Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-2216-60/+61
| | | | | | | | | | | | | | | QDeclarativeExpression can be used to evaluate any sort of expression, not just those returning a value.
| | * Continue to register base type.Michael Brasser2010-04-221-0/+1
| | |
| | * Doc.Michael Brasser2010-04-221-18/+20
| | |
| * | Don't crash if Connections::target is changed by one of its signal handlersMartin Jones2010-04-235-5/+67
| | | | | | | | | | | | Reviewed-by: Michael Brasser
| * | Remove the deprecated wrap property.Martin Jones2010-04-224-31/+0
| | |
* | | no export in pluginWarwick Allison2010-04-231-1/+1
| | |
* | | Fix hidden menu on embedded.Warwick Allison2010-04-232-7/+17
| | | | | | | | | | | | Menu strangely still produces hits on embedded. Don't create it if frameless.
* | | Location of binary is not on installed-content import path.Warwick Allison2010-04-231-2/+0
| | | | | | | | | | | | Reviewed-by: mae
* | | compileWarwick Allison2010-04-221-2/+1
| |/ |/|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-221198-4147/+13074
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (135 commits) Do not treat images in qml examples differently. Replace Flickable overshoot property with boundsBehavior Autotests and doc Give error on attempt to import types from too-early version number. Remove (undocumented) QML bindings for effects. De-straighten them lines. Doc: fix QStringList model doc (really). Doc: fix QStringList model docs Change return type to match value(). Add duration and easing properties to AnchorAnimation. Autotest Remove dead code Compile on Windows (export decl fix). Fix versioning of Qt Declarative's in-built types Fixed declarative/parserstress autotest. Fix parsing of regular expression literals. Fill out QGraphicsLayout bindings Update test files to new syntax Compile without Qt3 support. Ensure workerscript.qml works (autotested). ...
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-221198-4147/+13074
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (135 commits) Do not treat images in qml examples differently. Replace Flickable overshoot property with boundsBehavior Autotests and doc Give error on attempt to import types from too-early version number. Remove (undocumented) QML bindings for effects. De-straighten them lines. Doc: fix QStringList model doc (really). Doc: fix QStringList model docs Change return type to match value(). Add duration and easing properties to AnchorAnimation. Autotest Remove dead code Compile on Windows (export decl fix). Fix versioning of Qt Declarative's in-built types Fixed declarative/parserstress autotest. Fix parsing of regular expression literals. Fill out QGraphicsLayout bindings Update test files to new syntax Compile without Qt3 support. Ensure workerscript.qml works (autotested). ...
| | * Do not treat images in qml examples differently.Yann Bodson2010-04-221-23/+7
| | |
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-2234-131/+372
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-221189-4115/+12901
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (131 commits) Autotests and doc Give error on attempt to import types from too-early version number. Remove (undocumented) QML bindings for effects. De-straighten them lines. Change return type to match value(). Add duration and easing properties to AnchorAnimation. Autotest Remove dead code Compile on Windows (export decl fix). Fix versioning of Qt Declarative's in-built types Fixed declarative/parserstress autotest. Fix parsing of regular expression literals. Fill out QGraphicsLayout bindings Update test files to new syntax Compile without Qt3 support. Ensure workerscript.qml works (autotested). Update strings in test remove debugs Make the dynamic creation functions on the Qt object More focus example cleanup. ...
| | * | | Replace Flickable overshoot property with boundsBehaviorMartin Jones2010-04-2210-35/+86
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-9993
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-2226-439/+315
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Autotests and docAaron Kennedy2010-04-225-60/+110
| | | | |
| | | * | Give error on attempt to import types from too-early version number.Warwick Allison2010-04-226-8/+35
| | | | | | | | | | | | | | | | | | | | eg. "import Qt 4.6" not valid.
| | | * | Remove (undocumented) QML bindings for effects.Michael Brasser2010-04-228-348/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Support for effects will be introduced in a future release, when we can make better guarantees about performance.
| | | * | De-straighten them lines.Bea Lam2010-04-221-0/+0
| | | | |
| | | * | Change return type to match value().Michael Brasser2010-04-222-2/+2
| | | | |
| | | * | Add duration and easing properties to AnchorAnimation.Michael Brasser2010-04-222-1/+74
| | | | |
| | | * | AutotestAaron Kennedy2010-04-222-0/+92
| | | | |
| | | * | Remove dead codeAaron Kennedy2010-04-222-20/+0
| | | | |
| | * | | Doc: fix QStringList model doc (really).Martin Jones2010-04-221-1/+1
| | | | |
| | * | | Doc: fix QStringList model docsMartin Jones2010-04-225-0/+106
| | |/ /
| | * | Compile on Windows (export decl fix).Warwick Allison2010-04-211-3/+3
| | | |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-211178-3790/+12700
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (122 commits) Fix versioning of Qt Declarative's in-built types Fixed declarative/parserstress autotest. Fix parsing of regular expression literals. Fill out QGraphicsLayout bindings Update test files to new syntax Compile without Qt3 support. Ensure workerscript.qml works (autotested). Update strings in test remove debugs Make the dynamic creation functions on the Qt object More focus example cleanup. Autotests Add hasModelChildren property to delegates with QAbstractItemModel model type. Emit released and hoveredChanged in MouseArea when a UngrabMouse is received Balance grid items for larger displays. Autotest Cleanup declarative focus example. Add forceFocus method to QDeclarativeItem. Don't allow properties in Component elements Fix crash when QDeclarativeInfo objects are copied ...
| | | * | Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-21721-825/+825
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-212-38/+95
| | | |\ \
| | | | * | Fixed declarative/parserstress autotest.Roberto Raggi2010-04-211-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test ecma_3/Unicode/regress-352044-02-n.js is expected to throw an uncaught syntax error when parsing the expression statement "i \u002b= 1;". Task-number: QTBUG-8108
| | | | * | Fix parsing of regular expression literals.Roberto Raggi2010-04-212-31/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recognize regular expression classes and escape sequences. Task-number: QTBUG-8108 Reviewed-by: Olivier Goffart
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-2111-21/+36
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-21499-2960/+11626
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (118 commits) Update test files to new syntax Compile without Qt3 support. Ensure workerscript.qml works (autotested). Update strings in test remove debugs Make the dynamic creation functions on the Qt object More focus example cleanup. Autotests Add hasModelChildren property to delegates with QAbstractItemModel model type. Emit released and hoveredChanged in MouseArea when a UngrabMouse is received Balance grid items for larger displays. Autotest Cleanup declarative focus example. Add forceFocus method to QDeclarativeItem. Don't allow properties in Component elements Fix crash when QDeclarativeInfo objects are copied Ignore message in QDeclarativeLoader test. Fix crash. Fix qmlvisual/animation/parentAnimation autotest delete the viewer before calling exit(). Ensures correct cleanup. ...
| | | * | \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-21319-1285/+9284
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-214-33/+26
| | | | |\ \ \