Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test. | Michael Brasser | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | Fix benchmarks. | Michael Brasser | 2010-03-04 | 13 | -37/+47 |
| | | | | Get them all running again after renames, etc. | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-03 | 6 | -5/+26 |
|\ | |||||
| * | Fix Samegame. | Michael Brasser | 2010-03-03 | 1 | -1/+1 |
| | | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-03 | 3 | -13/+31 |
| |\ | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-03 | 1 | -6/+19 |
| | |\ | |||||
| | * | | Increase test timer | Bea Lam | 2010-03-03 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix visibility of classes in private headers upon which Bauhaus/Creator relies. | Warwick Allison | 2010-03-03 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Author: Erik Verbruggen | ||||
| * | | | system import path not supported with Qt 4.6. | Warwick Allison | 2010-03-03 | 1 | -0/+4 |
| | | | | |||||
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-03 | 53 | -204/+539 |
| |\ \ \ | |||||
| * | | | | 4.6.x compat | Warwick Allison | 2010-03-03 | 1 | -0/+16 |
| | | | | | |||||
* | | | | | Make sure currentIndex is updated when view is flicked. | Martin Jones | 2010-03-03 | 1 | -0/+1 |
| |_|_|/ |/| | | | | | | | | | | | Task-number: QTBUG-8396 | ||||
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-03 | 2 | -7/+11 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-03 | 68 | -243/+925 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Fix test to listen for signal instead of try-waiting for property. | Bea Lam | 2010-03-03 | 2 | -7/+11 |
| | | | | |||||
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-03 | 52 | -202/+527 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-03 | 58 | -234/+906 |
| |\ \ \ | |||||
| | * | | | make example work again | mae | 2010-03-03 | 2 | -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 Alpert | 2010-03-03 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-03 | 331 | -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.7 | Yann Bodson | 2010-03-03 | 5 | -22/+58 |
| | | |\ \ \ | |||||
| | | | * | | | Save secondary scope inside the expression's scope object | Aaron Kennedy | 2010-03-03 | 5 | -22/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the secondary scope from contaminating scopes outside itself when used as a signal expression. QTBUG-8641 | ||||
| | | * | | | | More renaming: MouseRegion -> MouseArea | Yann Bodson | 2010-03-03 | 5 | -11/+11 |
| | | |/ / / | |||||
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-03-03 | 23 | -46/+166 |
| | | |\ \ \ | |||||
| | | | * | | | QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject ↵ | Aaron Kennedy | 2010-03-03 | 5 | -2/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | property QT-2793 | ||||
| | | | * | | | Move JS global scope to top of the QML scope chain | Aaron Kennedy | 2010-03-03 | 18 | -44/+103 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | QT-2787 | ||||
| | | * | | | | 'on' syntax fixes | Yann Bodson | 2010-03-03 | 7 | -40/+40 |
| | | |/ / / | |||||
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-03-03 | 6 | -35/+71 |
| | | |\ \ \ | |||||
| | | * | | | | Add documentation for the 'when' property of Binding. | Yann Bodson | 2010-03-03 | 1 | -1/+14 |
| | | | | | | | |||||
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵ | Qt Continuous Integration System | 2010-03-03 | 9 | -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 McGovern | 2010-03-03 | 2 | -0/+11 |
| | | | | | | | | |||||
| | | * | | | | | Gstreamer media backend: ensure the null video output is not deleted | Dmytro Poplavskiy | 2010-03-03 | 1 | -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 Poplavskiy | 2010-03-03 | 1 | -8/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTMOBILITY-67 Reviewed-by: Andrew den Exter | ||||
| | | * | | | | | Gstreamer playback backend: Start loading media on setMedia(), | Dmytro Poplavskiy | 2010-03-03 | 4 | -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 System | 2010-03-03 | 3 | -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 Korbatits | 2010-03-03 | 3 | -7/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by:Andrew den Exter | ||||
| * | | | | | | | Fix url in source() test. | Bea Lam | 2010-03-03 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Fix painting Rectangle with radius < side/2. | Martin Jones | 2010-03-03 | 1 | -6/+19 |
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Falls back to using standard QPainter. Also avoid painting odd width borders between pixels, i.e. pixel align painting. Task-number: QTBUG-6675, QTBUG-8317, QTBUG-6786 | ||||
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-03 | 20 | -41/+388 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-03 | 6 | -0/+316 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-03 | 16 | -10/+329 |
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | |||||
| | | * | | | | | Merge branch 'master' into 4.7 | Yann Bodson | 2010-03-03 | 5 | -0/+311 |
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | | | |||||
| | | | * | | | | add colorbrowser qml example | Yann Bodson | 2010-03-03 | 5 | -0/+311 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This example shows how to use qml packages to animate between pathview, gridview and listview. | ||||
| | * | | | | | | QDeclarativeGuard should handle objects being deleted | Aaron Kennedy | 2010-03-03 | 1 | -0/+5 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-03 | 2 | -1/+1 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | * | | | | | | Fix incorrect scope resolution for script in a script block. | Michael Brasser | 2010-03-03 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure global variables in a script file are searched before component properties. Task-number: QTBUG-8641 | ||||
| * | | | | | | | OS-friendlier, less noisy. | Warwick Allison | 2010-03-03 | 1 | -29/+52 |
| | | | | | | | | |||||
| * | | | | | | | fix crash, re-enable settings test | Warwick Allison | 2010-03-03 | 1 | -4/+2 |
| |/ / / / / / | |||||
| * | | | | | | Disable until plugin objects problem resolved. | Warwick Allison | 2010-03-03 | 1 | -0/+3 |
| | | | | | | | |||||
| * | | | | | | silence debuggery | Warwick Allison | 2010-03-03 | 1 | -0/+2 |
| | | | | | | |