summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.h
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-195/+0
| | | | QDeclarativeXXX.
* Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-0/+2
| | | | Task-number: QT-2798
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-181-2/+1
|/
* Move image network access into a separate thread, with decoding.Martin Jones2010-01-291-1/+5
|
* Add toggle orientation optionAaron Kennedy2010-01-141-0/+1
|
* Basic WGT/WGZ support.Warwick Allison2010-01-051-1/+8
| | | | Task-number: QT-524
* Move loader functionality into qmlviewer.Martin Jones2009-12-071-1/+10
|
* Add QML based file browser to qmlviewer.Martin Jones2009-12-061-0/+3
|
* Add orientation property to qmlviewer.Martin Jones2009-11-301-0/+5
|
* Add ability for viewer to slow down animations.Michael Brasser2009-11-101-0/+1
| | | | This is useful for debugging complex transitions.
* Support Visual (interactive) tests without using images for confirmation.Warwick Allison2009-11-031-3/+4
|
* 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
| |
* | Fixup mistakes following renaming filesAaron Kennedy2009-10-301-1/+1
| |
* | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-3/+3
|/
* Fix for windows paths.Warwick Allison2009-10-261-1/+2
| | | | (i.e. nb. "\")
* Fix "initial" size for remote content.Warwick Allison2009-10-261-0/+1
|
* Work again for URLs.Warwick Allison2009-10-261-2/+1
|
* Update visual autotests and visual autotest infrastructureAaron Kennedy2009-09-241-2/+3
|
* Renaming: QFxView -> QmlViewYann Bodson2009-09-221-2/+2
|
* Basic implementation of visual "test scripts"Aaron Kennedy2009-09-211-0/+17
| | | | Test scripts allow the qmlviewer to record a set of input actions, and the resulting visual frames.
* Make it easier to test examples with EGL.Michael Brasser2009-09-021-0/+1
| | | | | | 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.
* Improve specifying skin on command-line.Warwick Allison2009-08-131-0/+2
|
* -scaleview parameter to qmlviewer to be able to start directly to correct ↵Tapani Mikola2009-08-131-2/+2
| | | | sized skin (like emulator).
* Adding the possibility to set the http proxy manually.Tapani Mikola2009-08-131-0/+2
|
* Video size and aspect ratio.Warwick Allison2009-07-301-0/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-291-4/+0
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: tools/qmlviewer/qmlviewer.h
| * Fix for QmlPaletteYann Bodson2009-07-281-4/+0
| | | | | | | | | | Add a colorGroup property and remove palette properties from the root context.
* | Recording options via menu.Warwick Allison2009-07-291-3/+14
|/
* Produce frame-rate-perfect videos.Warwick Allison2009-07-281-6/+8
| | | | | While recording video, ignore realtime rate and deliver perfect per-frame animation.
* Optimize video frame grabbing.Warwick Allison2009-07-271-0/+1
| | | | Use QWidget::render instead of QPixmap::grabWidget
* Make network cache size settable.Warwick Allison2009-07-201-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-161-1/+0
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: src/declarative/fx/fx.pri
| * Make QmlPalette properties notifiable.Yann Bodson2009-07-151-1/+0
| | | | | | | | Handle palette changes in QmlPalette.
* | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-151-0/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | 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
| * Add access to Qt palettes from QML.Yann Bodson2009-07-141-0/+5
| |
* | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-101-0/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: examples/itemviews/frozencolumn/main.cpp src/declarative/canvas/qsimplecanvas.cpp src/declarative/canvas/qsimplecanvas_p.h src/declarative/canvas/qsimplecanvasitem.h src/declarative/extra/qfxparticles.cpp src/declarative/fx/fx.pri src/declarative/fx/qfxblurfilter.h src/declarative/fx/qfxcontentwrapper.cpp src/declarative/fx/qfxflickable.cpp src/declarative/fx/qfxfocuspanel.h src/declarative/fx/qfxfocusrealm.h src/declarative/fx/qfxhighlightfilter.cpp src/declarative/fx/qfxhighlightfilter.h src/declarative/fx/qfximage.cpp src/declarative/fx/qfxitem.cpp src/declarative/fx/qfxitem.h src/declarative/fx/qfxrect.cpp src/declarative/fx/qfxreflectionfilter.h src/declarative/fx/qfxshadowfilter.cpp src/declarative/fx/qfxshadowfilter.h src/declarative/fx/qfxtext.cpp src/declarative/fx/qfxtext.h src/declarative/fx/qfxtextedit.cpp src/declarative/opengl/glbasicshaders.h src/declarative/test/qfxtestengine.cpp src/declarative/test/qfxtestengine.h src/declarative/test/qfxtestobjects.cpp src/declarative/test/qfxtestobjects.h src/declarative/test/qfxtestview.h src/declarative/util/qfxglobal.h src/declarative/util/qfxview.cpp src/gui/graphicsview/qgraphicsitem_p.h tools/qmlviewer/qmlviewer.cpp
| * Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-0/+3
| |
* | CompileAaron Kennedy2009-06-241-3/+1
| |
* | Remove simple canvasAaron Kennedy2009-06-231-3/+1
|/
* Use system configuration for proxy settingsAaron Kennedy2009-06-161-0/+2
|
* Remove qmlviewer's sizeHint hack.Michael Brasser2009-05-271-1/+0
|
* Use QWidget as the TLW.Martin Jones2009-05-211-2/+4
| | | | | | It is basically impossible to make QMainWindow size the contents to the exact size wanted. Correct sizing is particularly important for visual test recording.
* Basic qualified type support.Warwick Allison2009-05-201-0/+1
| | | | | | | | | | Can now: DialLibrary.Dial { ... } without any import statement. Can also run qmlviewer with -L DialLibrary then use Dial { ... }. The exact way this works will almost definitely change to ensure predictable behaviour under future type additions to scopes.
* Resizing options (scale skin to fit view or reverse)Warwick Allison2009-05-151-0/+5
|
* Fix opening new XML when skinned.Warwick Allison2009-05-151-0/+1
|
* Skins in UIWarwick Allison2009-05-151-1/+1
| | | | (now that deviceskins includes them as qrc, we may as well use them)
* Allow extra video recording args on cmdline.Warwick Allison2009-05-121-1/+5
|