Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability for viewer to slow down animations. | Michael Brasser | 2009-11-10 | 1 | -0/+15 |
| | | | | This is useful for debugging complex transitions. | ||||
* | Fix "initial" size for remote content. | Warwick Allison | 2009-11-04 | 1 | -2/+2 |
| | | | | See also 91be655a7e893d34fdbdb71aa5a329b641c80992 | ||||
* | Define and document deletion of QmlEngine QNetworkAccessManager | Warwick Allison | 2009-11-03 | 1 | -2/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 1 | -5/+33 |
|\ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp | ||||
| * | fix headers | Warwick Allison | 2009-10-29 | 1 | -5/+33 |
| | | |||||
* | | Make private headers _p | Aaron Kennedy | 2009-10-30 | 1 | -1/+1 |
| | | |||||
* | | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 1 | -1/+1 |
|/ | |||||
* | typo fixed in qmlviewer main menu | Joerg Bornemann | 2009-10-26 | 1 | -1/+1 |
| | | | | Reviewed-by: kkoehne | ||||
* | Fix for windows paths. | Warwick Allison | 2009-10-26 | 1 | -5/+13 |
| | | | | (i.e. nb. "\") | ||||
* | Fix "initial" size for remote content. | Warwick Allison | 2009-10-26 | 1 | -1/+7 |
| | |||||
* | Work again for URLs. | Warwick Allison | 2009-10-26 | 1 | -41/+44 |
| | |||||
* | 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 |
|/ | |||||
* | 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 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. | ||||
* | Update visual autotests and visual autotest infrastructure | Aaron Kennedy | 2009-09-24 | 1 | -2/+2 |
| | |||||
* | Recording is now on F9 | Aaron Kennedy | 2009-09-22 | 1 | -2/+2 |
| | |||||
* | Renaming: QFxView -> QmlView | Yann Bodson | 2009-09-22 | 1 | -2/+2 |
| | |||||
* | Basic implementation of visual "test scripts" | Aaron Kennedy | 2009-09-21 | 1 | -6/+22 |
| | | | | Test scripts allow the qmlviewer to record a set of input actions, and the resulting visual frames. | ||||
* | 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 | 1 | -0/+18 |
| | | | | | | 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. | ||||
* | 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. | ||||
* | Settings menu tidy-up. | Warwick Allison | 2009-08-13 | 1 | -1/+7 |
| | |||||
* | Improve specifying skin on command-line. | Warwick Allison | 2009-08-13 | 1 | -12/+23 |
| | |||||
* | Adding the possibility to set the http proxy manually. | Tapani Mikola | 2009-08-13 | 1 | -2/+46 |
| | |||||
* | Fix autorecord. | Warwick Allison | 2009-07-31 | 1 | -1/+3 |
| | |||||
* | Video size and aspect ratio. | Warwick Allison | 2009-07-30 | 1 | -2/+34 |
| | |||||
* | Some useful ffmpeg quality setttings. | Warwick Allison | 2009-07-29 | 1 | -3/+3 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-29 | 1 | -17/+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 | 1 | -17/+0 |
| | | | | | | | | | | Add a colorGroup property and remove palette properties from the root context. | ||||
* | | Recording options via menu. | Warwick Allison | 2009-07-29 | 1 | -19/+198 |
|/ | |||||
* | Produce frame-rate-perfect videos. | Warwick Allison | 2009-07-28 | 1 | -22/+37 |
| | | | | | While recording video, ignore realtime rate and deliver perfect per-frame animation. | ||||
* | Optimize video frame grabbing. | Warwick Allison | 2009-07-27 | 1 | -2/+3 |
| | | | | 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 | 1 | -7/+12 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Make network cache size settable. | Warwick Allison | 2009-07-20 | 1 | -7/+12 |
| | | |||||
* | | 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 | 1 | -10/+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 | 1 | -1/+1 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Make QmlPalette properties notifiable. | Yann Bodson | 2009-07-15 | 1 | -10/+1 |
| | | | | | | | | | | | | Handle palette changes in QmlPalette. | ||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-15 | 1 | -1/+26 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+25 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | 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 | 1 | -0/+25 |
| | | | |||||
| * | | Libraries and library versioning. | Warwick Allison | 2009-07-14 | 1 | -0/+5 |
| | | | |||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-12 | 1 | -5/+0 |
| |/ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlscriptparser.cpp src/declarative/qml/qmlscriptparser_p.h Compiles, but probably next needs a revert/change of module stuff, since that work seems to have been duplicated. | ||||
* | | Basic KeyProxy support. | Michael Brasser | 2009-07-14 | 1 | -0/+1 |
| | |