summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix visibility of classes in private headers upon which Bauhaus/Creator relies.Warwick Allison2010-03-032-3/+3
| | | | Author: Erik Verbruggen
* system import path not supported with Qt 4.6.Warwick Allison2010-03-031-0/+4
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-0353-204/+539
|\
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0358-234/+906
| |\
| | * make example work againmae2010-03-032-5/+5
| | | | | | | | | | | | | | | The code is now a bit on the imperative side, but that was the only working solution to remove the binding loops.
| | * Clairify a comment in one of the auto tests.Alan Alpert2010-03-031-2/+2
| | |
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-03331-1258/+3552
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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. ...
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-035-22/+58
| | | |\
| | | | * Save secondary scope inside the expression's scope objectAaron Kennedy2010-03-035-22/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the secondary scope from contaminating scopes outside itself when used as a signal expression. QTBUG-8641
| | | * | More renaming: MouseRegion -> MouseAreaYann Bodson2010-03-035-11/+11
| | | |/
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-0323-46/+166
| | | |\
| | | | * QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject ↵Aaron Kennedy2010-03-035-2/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | property QT-2793
| | | | * Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-0318-44/+103
| | | | | | | | | | | | | | | | | | | | QT-2787
| | | * | 'on' syntax fixesYann Bodson2010-03-037-40/+40
| | | |/
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-036-35/+71
| | | |\
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0320-41/+388
| | | | |\
| | | | * | Auto test for QTBUG-8677Martin Jones2010-03-033-2/+12
| | | | | |
| | | * | | Add documentation for the 'when' property of Binding.Yann Bodson2010-03-031-1/+14
| | | | | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵Qt Continuous Integration System2010-03-039-74/+230
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: Fixed compile of some tests with `-qtnamespace' Gstreamer media backend: ensure the null video output is not deleted Use mute property instead of setting volume to 0 if playbin2 is used. Gstreamer playback backend: Start loading media on setMedia(), Fixed compiler warnings when compiling multimedia module.
| | | * | | | Fixed compile of some tests with `-qtnamespace'Rohan McGovern2010-03-032-0/+11
| | | | | | |
| | | * | | | Gstreamer media backend: ensure the null video output is not deletedDmytro Poplavskiy2010-03-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during player session lifetime Reviewed-by: Andrew den Exter
| | | * | | | Use mute property instead of setting volume to 0 if playbin2 is used.Dmytro Poplavskiy2010-03-031-8/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTMOBILITY-67 Reviewed-by: Andrew den Exter
| | | * | | | Gstreamer playback backend: Start loading media on setMedia(),Dmytro Poplavskiy2010-03-034-59/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without waiting for play() or pause(). To keep behaviour consisten with the rest of backends. Reviewed-by: Andrew den Exter
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵Qt Continuous Integration System2010-03-033-7/+11
| | | |\ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: Fixed compiler warnings when compiling multimedia module.
| | | * | | | Fixed compiler warnings when compiling multimedia module.Kurt Korbatits2010-03-033-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by:Andrew den Exter
| * | | | | | Fix url in source() test.Bea Lam2010-03-031-1/+1
| | | | | | |
* | | | | | | 4.6.x compatWarwick Allison2010-03-031-0/+16
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-036-0/+316
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-0316-10/+329
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merge branch 'master' into 4.7Yann Bodson2010-03-035-0/+311
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | add colorbrowser qml exampleYann Bodson2010-03-035-0/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This example shows how to use qml packages to animate between pathview, gridview and listview.
| * | | | | | QDeclarativeGuard should handle objects being deletedAaron Kennedy2010-03-031-0/+5
| | | | | | |
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-032-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fix incorrect scope resolution for script in a script block.Michael Brasser2010-03-032-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure global variables in a script file are searched before component properties. Task-number: QTBUG-8641
* | | | | | | OS-friendlier, less noisy.Warwick Allison2010-03-031-29/+52
| | | | | | |
* | | | | | | fix crash, re-enable settings testWarwick Allison2010-03-031-4/+2
|/ / / / / /
* | | | | | Disable until plugin objects problem resolved.Warwick Allison2010-03-031-0/+3
| | | | | |
* | | | | | silence debuggeryWarwick Allison2010-03-031-0/+2
| | | | | |
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-031-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add import Qt.widgets 4.6 to layout.qml exampleJoona Petrell2010-03-031-1/+1
| | | | | |
* | | | | | Fix settings (was not exported type).Warwick Allison2010-03-034-4/+8
| | | | | |
* | | | | | make runnable from elsewhereWarwick Allison2010-03-031-3/+3
| | | | | |
* | | | | | remove debuggerWarwick Allison2010-03-031-1/+0
| | | | | |
* | | | | | runnable from elsewhereWarwick Allison2010-03-031-1/+1
|/ / / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-037-8/+322
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-031-7/+13
| |\ \ \ \
| | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-033-4/+5
| | |\ \ \ \
| | * | | | | Fix mouse stealing in nested flickables.Martin Jones2010-03-031-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set intent to steal mouse, but don't steal the initiating event. This allows other, higher Flickables to override lower. Task-number: QTBUG-5292
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-03217-1531/+3399
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Add WorkerScript docs and tests.Bea Lam2010-03-036-1/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-2807