Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-10-22 | 1 | -0/+8 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Don't try to open non-qml files. | Bea Lam | 2009-10-16 | 1 | -0/+8 |
| | | |||||
* | | Fix loading QML via file open dialog | Martin Jones | 2009-10-22 | 1 | -3/+1 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-08 | 1 | -2/+3 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt | ||||
| * | Fix (properly) test image saving. | Warwick Allison | 2009-10-08 | 1 | -2/+3 |
| | | |||||
* | | Call QApplication::exit() repeatedly | Aaron Kennedy | 2009-10-08 | 1 | -3/+5 |
|/ | | | | | This is necessary incase we want to exit before we've entered the event loop. | ||||
* | Fix relative-URLs of test scripts | Warwick Allison | 2009-10-08 | 1 | -2/+3 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-07 | 1 | -8/+27 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fix so items are stretched to width of viewer if viewer is resized; | Bea Lam | 2009-10-07 | 1 | -8/+27 |
| | | | | | | | | | | otherwise, shrink viewer to width of main canvas item. (Last fix did not work because usually items should resize with the viewer.) | ||||
* | | Fix portability of visual tests: fix filenames to be relative to base (URL). | Warwick Allison | 2009-10-07 | 2 | -6/+6 |
|/ | | | | Still not font-portable. | ||||
* | Fix so fx items are not stretched to the width of the menu bar in | Bea Lam | 2009-10-05 | 1 | -1/+2 |
| | | | | qmlviewer. | ||||
* | Auto-resize window when a new file is opened from the Open dialog. Also | Bea Lam | 2009-10-01 | 1 | -1/+2 |
| | | | | | set the Open dialog's initial directory to directory of the current file. | ||||
* | Add -maximized option to qmlviewer. | Michael Brasser | 2009-09-28 | 1 | -2/+8 |
| | |||||
* | Update visual autotests and visual autotest infrastructure | Aaron Kennedy | 2009-09-24 | 5 | -24/+60 |
| | |||||
* | Recording is now on F9 | Aaron Kennedy | 2009-09-22 | 1 | -2/+2 |
| | |||||
* | Renaming: QFxView -> QmlView | Yann Bodson | 2009-09-22 | 4 | -8/+8 |
| | |||||
* | Basic implementation of visual "test scripts" | Aaron Kennedy | 2009-09-21 | 6 | -13/+663 |
| | | | | Test scripts allow the qmlviewer to record a set of input actions, and the resulting visual frames. | ||||
* | add a -fullscreen option. | Lars Knoll | 2009-09-18 | 1 | -2/+6 |
| | |||||
* | Save and restore non-session cookies. | Warwick Allison | 2009-09-07 | 1 | -0/+31 |
| | |||||
* | Make it easier to test examples with EGL. | Michael Brasser | 2009-09-02 | 4 | -0/+29 |
| | | | | | | Currently -graphicssystem opengl is not very reliable with EGL, so we've added a -opengl option to qmlviewer which sets the viewport of the view to a QGLWidget and allows for GL testing. | ||||
* | Implement (parts of) XMLHttpRequest | Aaron Kennedy | 2009-08-27 | 1 | -0/+1 |
| | | | | | This is the first step to allowing QML to interact with REST style APIs in the same way as a webbrowser can. | ||||
* | Centralize QNetworkRequest attribute setting, turn on pipelining. | Warwick Allison | 2009-08-24 | 1 | -1/+15 |
| | | | | | | | | ... in two places. Qt expects the "application" to configure caching, proxy, pipelining, etc., on a QNetworkAccessManager, so now we do that in the two most important cases: the loader example and qmlviewer tool. | ||||
* | proper deployment for Windows CE | Thomas Hartmann | 2009-08-14 | 1 | -0/+8 |
| | | | | Reviewed-by: Joerg | ||||
* | Settings menu tidy-up. | Warwick Allison | 2009-08-13 | 1 | -1/+7 |
| | |||||
* | layout | Warwick Allison | 2009-08-13 | 1 | -126/+65 |
| | |||||
* | Improve specifying skin on command-line. | Warwick Allison | 2009-08-13 | 3 | -19/+40 |
| | |||||
* | -scaleview parameter to qmlviewer to be able to start directly to correct ↵ | Tapani Mikola | 2009-08-13 | 2 | -2/+8 |
| | | | | sized skin (like emulator). | ||||
* | Adding the possibility to set the http proxy manually. | Tapani Mikola | 2009-08-13 | 7 | -13/+360 |
| | |||||
* | Fix autorecord. | Warwick Allison | 2009-07-31 | 1 | -1/+3 |
| | |||||
* | Video size and aspect ratio. | Warwick Allison | 2009-07-30 | 3 | -118/+326 |
| | |||||
* | Some useful ffmpeg quality setttings. | Warwick Allison | 2009-07-29 | 1 | -3/+3 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-29 | 2 | -21/+0 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: tools/qmlviewer/qmlviewer.h | ||||
| * | Fix for QmlPalette | Yann Bodson | 2009-07-28 | 2 | -21/+0 |
| | | | | | | | | | | Add a colorGroup property and remove palette properties from the root context. | ||||
* | | Recording options via menu. | Warwick Allison | 2009-07-29 | 5 | -30/+562 |
|/ | |||||
* | Produce frame-rate-perfect videos. | Warwick Allison | 2009-07-28 | 2 | -28/+45 |
| | | | | | While recording video, ignore realtime rate and deliver perfect per-frame animation. | ||||
* | Update docs (no recordtest/runtest now) | Warwick Allison | 2009-07-27 | 1 | -2/+0 |
| | |||||
* | Optimize video frame grabbing. | Warwick Allison | 2009-07-27 | 2 | -2/+4 |
| | | | | Use QWidget::render instead of QPixmap::grabWidget | ||||
* | Workaround bug 258703 | Warwick Allison | 2009-07-27 | 1 | -0/+2 |
| | |||||
* | Don't try to record while constructing (size is wrong). | Warwick Allison | 2009-07-23 | 1 | -6/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-20 | 3 | -13/+18 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Make network cache size settable. | Warwick Allison | 2009-07-20 | 3 | -13/+18 |
| | | |||||
* | | Rework expression stuff to use a more efficient notify handler | Aaron Kennedy | 2009-07-20 | 1 | -1/+0 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-16 | 2 | -11/+1 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: src/declarative/fx/fx.pri | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-07-15 | 2 | -2/+1 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Make QmlPalette properties notifiable. | Yann Bodson | 2009-07-15 | 2 | -11/+1 |
| | | | | | | | | | | | | Handle palette changes in QmlPalette. | ||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-15 | 3 | -2/+31 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: src/declarative/canvas/qsimplecanvas.cpp src/declarative/canvas/qsimplecanvasdebugplugin.cpp src/declarative/canvas/qsimplecanvasdebugplugin_p.h src/declarative/fx/qfxpainteditem.cpp src/declarative/util/qfxview.cpp tools/qmlviewer/qmlviewer.h | ||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-14 | 2 | -0/+30 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/parser/qmljsparser.cpp | ||||
| | * | typo | Yann Bodson | 2009-07-14 | 1 | -1/+1 |
| | | | |||||
| | * | Add access to Qt palettes from QML. | Yann Bodson | 2009-07-14 | 2 | -0/+30 |
| | | | |||||
| * | | Libraries and library versioning. | Warwick Allison | 2009-07-14 | 2 | -1/+9 |
| | | |