summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add ability for viewer to slow down animations.Michael Brasser2009-11-101-0/+15
| | | | This is useful for debugging complex transitions.
* Fix "initial" size for remote content.Warwick Allison2009-11-041-2/+2
| | | | See also 91be655a7e893d34fdbdb71aa5a329b641c80992
* Define and document deletion of QmlEngine QNetworkAccessManagerWarwick Allison2009-11-031-2/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-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 headersWarwick Allison2009-10-291-5/+33
| |
* | Make private headers _pAaron Kennedy2009-10-301-1/+1
| |
* | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-1/+1
|/
* typo fixed in qmlviewer main menuJoerg Bornemann2009-10-261-1/+1
| | | | Reviewed-by: kkoehne
* Fix for windows paths.Warwick Allison2009-10-261-5/+13
| | | | (i.e. nb. "\")
* Fix "initial" size for remote content.Warwick Allison2009-10-261-1/+7
|
* Work again for URLs.Warwick Allison2009-10-261-41/+44
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-221-0/+8
|\ | | | | | | into kinetic-declarativeui
| * Don't try to open non-qml files.Bea Lam2009-10-161-0/+8
| |
* | Fix loading QML via file open dialogMartin Jones2009-10-221-3/+1
|/
* Fix so items are stretched to width of viewer if viewer is resized;Bea Lam2009-10-071-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 inBea Lam2009-10-051-1/+2
| | | | qmlviewer.
* Auto-resize window when a new file is opened from the Open dialog. AlsoBea Lam2009-10-011-1/+2
| | | | | set the Open dialog's initial directory to directory of the current file.
* Update visual autotests and visual autotest infrastructureAaron Kennedy2009-09-241-2/+2
|
* Recording is now on F9Aaron Kennedy2009-09-221-2/+2
|
* Renaming: QFxView -> QmlViewYann Bodson2009-09-221-2/+2
|
* Basic implementation of visual "test scripts"Aaron Kennedy2009-09-211-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 Allison2009-09-071-0/+31
|
* Make it easier to test examples with EGL.Michael Brasser2009-09-021-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 Allison2009-08-241-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 Allison2009-08-131-1/+7
|
* Improve specifying skin on command-line.Warwick Allison2009-08-131-12/+23
|
* Adding the possibility to set the http proxy manually.Tapani Mikola2009-08-131-2/+46
|
* Fix autorecord.Warwick Allison2009-07-311-1/+3
|
* Video size and aspect ratio.Warwick Allison2009-07-301-2/+34
|
* Some useful ffmpeg quality setttings.Warwick Allison2009-07-291-3/+3
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-291-17/+0
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: tools/qmlviewer/qmlviewer.h
| * Fix for QmlPaletteYann Bodson2009-07-281-17/+0
| | | | | | | | | | Add a colorGroup property and remove palette properties from the root context.
* | Recording options via menu.Warwick Allison2009-07-291-19/+198
|/
* Produce frame-rate-perfect videos.Warwick Allison2009-07-281-22/+37
| | | | | While recording video, ignore realtime rate and deliver perfect per-frame animation.
* Optimize video frame grabbing.Warwick Allison2009-07-271-2/+3
| | | | Use QWidget::render instead of QPixmap::grabWidget
* Workaround bug 258703Warwick Allison2009-07-271-0/+2
|
* Don't try to record while constructing (size is wrong).Warwick Allison2009-07-231-6/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-201-7/+12
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Make network cache size settable.Warwick Allison2009-07-201-7/+12
| |
* | Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-201-1/+0
|/
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-161-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 Bodson2009-07-151-1/+1
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Make QmlPalette properties notifiable.Yann Bodson2009-07-151-10/+1
| | | | | | | | | | | | Handle palette changes in QmlPalette.
* | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-151-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 Allison2009-07-141-0/+25
| |\ \ | | |/ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/parser/qmljsparser.cpp
| | * typoYann Bodson2009-07-141-1/+1
| | |
| | * Add access to Qt palettes from QML.Yann Bodson2009-07-141-0/+25
| | |
| * | Libraries and library versioning.Warwick Allison2009-07-141-0/+5
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-121-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 Brasser2009-07-141-0/+1
| |