summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer
Commit message (Collapse)AuthorAgeFilesLines
* Remove "to" limit on minor version.Warwick Allison2009-11-051-4/+4
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* Fix 5f19daab6baba7d09853058355a66090a3781430Warwick Allison2009-11-041-5/+3
|
* 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
|
* Support Visual (interactive) tests without using images for confirmation.Warwick Allison2009-11-033-9/+24
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-307-35/+231
|\ | | | | | | | | | | | | | | | | | | | | 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-293-15/+99
| |
| * fix headersWarwick Allison2009-10-294-20/+132
| |
* | Fixup mistakes following renaming filesAaron Kennedy2009-10-301-1/+1
| |
* | Make private headers _pAaron Kennedy2009-10-301-1/+1
| |
* | Rename qfx files to qmlgraphics filesAaron Kennedy2009-10-301-1/+1
| |
* | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-304-44/+44
|/
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-10-272-45/+63
|\ | | | | | | into kinetic-declarativeui
| * typo fixed in qmlviewer main menuJoerg Bornemann2009-10-261-1/+1
| | | | | | | | Reviewed-by: kkoehne
| * Fix for windows paths.Warwick Allison2009-10-262-6/+15
| | | | | | | | (i.e. nb. "\")
| * Fix "initial" size for remote content.Warwick Allison2009-10-262-1/+8
| |
| * Work again for URLs.Warwick Allison2009-10-262-43/+45
| |
* | Add -stayontop option.Bea Lam2009-10-271-2/+9
|/
* 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
|/
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-081-2/+3
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| * Fix (properly) test image saving.Warwick Allison2009-10-081-2/+3
| |
* | Call QApplication::exit() repeatedlyAaron Kennedy2009-10-081-3/+5
|/ | | | | This is necessary incase we want to exit before we've entered the event loop.
* Fix relative-URLs of test scriptsWarwick Allison2009-10-081-2/+3
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-071-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 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 portability of visual tests: fix filenames to be relative to base (URL).Warwick Allison2009-10-072-6/+6
|/ | | | Still not font-portable.
* 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.
* Add -maximized option to qmlviewer.Michael Brasser2009-09-281-2/+8
|
* Update visual autotests and visual autotest infrastructureAaron Kennedy2009-09-245-24/+60
|
* Recording is now on F9Aaron Kennedy2009-09-221-2/+2
|
* Renaming: QFxView -> QmlViewYann Bodson2009-09-224-8/+8
|
* Basic implementation of visual "test scripts"Aaron Kennedy2009-09-216-13/+663
| | | | Test scripts allow the qmlviewer to record a set of input actions, and the resulting visual frames.
* add a -fullscreen option.Lars Knoll2009-09-181-2/+6
|
* Save and restore non-session cookies.Warwick Allison2009-09-071-0/+31
|
* Make it easier to test examples with EGL.Michael Brasser2009-09-024-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) XMLHttpRequestAaron Kennedy2009-08-271-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 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.
* proper deployment for Windows CEThomas Hartmann2009-08-141-0/+8
| | | | Reviewed-by: Joerg
* Settings menu tidy-up.Warwick Allison2009-08-131-1/+7
|
* layoutWarwick Allison2009-08-131-126/+65
|
* Improve specifying skin on command-line.Warwick Allison2009-08-133-19/+40
|
* -scaleview parameter to qmlviewer to be able to start directly to correct ↵Tapani Mikola2009-08-132-2/+8
| | | | sized skin (like emulator).
* Adding the possibility to set the http proxy manually.Tapani Mikola2009-08-137-13/+360
|
* Fix autorecord.Warwick Allison2009-07-311-1/+3
|
* Video size and aspect ratio.Warwick Allison2009-07-303-118/+326
|
* Some useful ffmpeg quality setttings.Warwick Allison2009-07-291-3/+3
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-292-21/+0
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: tools/qmlviewer/qmlviewer.h