summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make compile on Symbian (call Q_DECLARE_METATYPE earlier)Bea Lam2010-02-172-1/+5
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-02-174-2/+10
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-161-1/+1
| |\
| | * Fix palette on the N900Harald Fernengel2010-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The N900 has by default black background with white text, but white line edits with black text. Use windowText for the "Score" label to make it readable. Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
| * | Expose LayoutItem documentationAlan Alpert2010-02-162-0/+8
| |/ | | | | | | Also made it slightly more verbose.
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-1687-3105/+804
| |\
| * | Fix QTBUG-8090, improve original patch effectiveness.Warwick Allison2010-02-161-1/+1
| | |
* | | Conditionally link webkit on winceAaron Kennedy2010-02-171-1/+4
| | |
* | | Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-1625-339/+248
| |/ |/| | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qmlgraphicsitem.cpp src/declarative/qml/qmlmetaproperty.cpp src/declarative/qml/qmlmetatype.cpp
* | Remove standalone QmlDebugger. It is now only available through theBea Lam2010-02-1623-3049/+1
| | | | | | | | plugin in the Creator repo.
* | Mobility 404Wolfgang Beck2010-02-163-2/+6
| |
* | Fix crash in QmlMetaProperty that could occur when using value-typeMichael Brasser2010-02-163-4/+34
| | | | | | | | properties after the engine was deleted.
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-02-1665-77/+757
|\ \
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-16560-8205/+5174
| |\ \
| | * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMichael Brasser2010-02-1613-177/+172
| | |\ \ | | | |/
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-1613-367/+172
| | | |\
| | | * | transformOrigin defaults to Center, fix image/docs.Warwick Allison2010-02-162-4/+0
| | | | |
| | * | | MOBILITY -404 / 507Wolfgang Beck2010-02-162-0/+4
| | | | |
| | * | | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-1646-50/+191
| | | | |
| * | | | Add QmlImageProvider to allow asynchronous access to images.Martin Jones2010-02-1617-23/+562
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting an image source to image://providerid/imageid will pass the request for imageid to the provider registered for providerid. QmlImageProvider::request() is run in a low priority thread, so the main thread is not blocked while the image is loaded/rendered. Reviewed-by: Aaron Kennedy
* | | | | QML binding optimizer crashAaron Kennedy2010-02-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | The context's id values must be deleted after the compiled bindings as they may access the id values during shutdown.
* | | | | QML binding optimizer crashAaron Kennedy2010-02-161-4/+5
| | | | | | | | | | | | | | | | | | | | We should check that the fetch() generation succeeded before continuing.
* | | | | Fix crash in QML binding optimizerAaron Kennedy2010-02-163-138/+164
| | | | | | | | | | | | | | | | | | | | Optimized bindings need to reset the mePtr too.
* | | | | Don't delete binding directlyAaron Kennedy2010-02-161-2/+4
| |_|_|/ |/| | | | | | | | | | | | | | | Bindings should be destroyed by calling their destroy() method, not by deleting them.
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-02-1631-477/+369
|\ \ \ \
| * | | | Renamed declarative autotests class names to match the targetsLeonardo Sobral Cunha2010-02-179-171/+171
| | |/ / | |/| | | | | | | | | | | | | | The default target name for the autotests is the dir name and the class name didnt change when we renamed the dir names.
| * | | Remove linux-g++-x11egl mkspec.Michael Brasser2010-02-162-194/+0
| | |/ | |/| | | | | | | Relies on hard-coded paths, and is no longer used/maintained.
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-1627-116/+205
| |\ \
| | * | Fix SameGame high scoresAlan Alpert2010-02-151-2/+3
| | | | | | | | | | | | | | | | | | | | When it's deployed across multiple devices, there is no 'standard' grid size. This allows non-desktop versions to display high scores.
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-153-4/+8
| | |\ \
| | | * | Fixing QDesktopServices so that file server session can be accessedAleksandar Sasha Babic2010-02-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from secondary thread. It is well known fact that CEikonEnv::Static() will return NULL from secondary thread. This means that accessing QDesktopServices from secondary thread will cause crash. Example for this is qmlviewer, where there is separate thread that handles .qml files. Reviewed-by: TrustMe
| | | * | Exposing some Validators requires Qt >= 4.7.0Alan Alpert2010-02-152-2/+6
| | | | | | | | | | | | | | | | | | | | This commit should make declarative compile against 4.6.2 again.
| | * | | Fix TextInput keypad navigationAlan Alpert2010-02-154-4/+18
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Was accidentally ignoring key movements even when an existing selection meant that pressing right/left would do something. Task-number: QT-2944
| | * | Stabilize positioner testsAlan Alpert2010-02-151-62/+55
| | | |
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-15490-7697/+4663
| | |\ \
| | | * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-1518-17/+45
| | | |\ \
| | | * | | For qmldebug* tests, make sure engine is running before the test threadBea Lam2010-02-156-36/+88
| | | | | | | | | | | | | | | | | | | | | | | | is started. Also fix some memory leaks.
| | * | | | Enhance samegame high score dialogAlan Alpert2010-02-153-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'Better' layout mechanics, included animated resize for those people with long names.
| * | | | | Ensure types are registered.Warwick Allison2010-02-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Perhaps instead, such 'private' property types should be registered by the using class?
| * | | | | Ensure new WebView windows are notified correctly. Improve test.Warwick Allison2010-02-153-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change 282a46ab5edafa7b82e9c58658143cb979db2d85 prevents itemChange() notification. That seems wrong, but this change is a work-around.
* | | | | | Fix test caseAaron Kennedy2010-02-161-1/+1
| | | | | |
* | | | | | Remove left over debuggingAaron Kennedy2010-02-161-1/+0
| |_|_|/ / |/| | | |
* | | | | Make tst_xmlhttprequest more reliableAaron Kennedy2010-02-1510-5/+15
|/ / / /
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-154-10/+15
|\ \ \ \
| * | | | Make tst_qmlecmascript::dynamicDestruction stableAaron Kennedy2010-02-151-5/+4
| | | | |
| * | | | Make tst_qmlmetatype stableAaron Kennedy2010-02-151-3/+6
| | | | |
| * | | | Make tests compile without webkitAaron Kennedy2010-02-152-2/+5
| | | | |
* | | | | Update as test running qmakery changes.Warwick Allison2010-02-151-1/+7
|/ / / /
* | | | Fix compile with -no-webkitWarwick Allison2010-02-153-1/+8
| |/ / |/| |
* | | Fix buildWarwick Allison2010-02-153-6/+0
| | | | | | | | | | | | Remove unneeded .moc imports resulting from moved classes.