summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-1468/+0
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-231-3/+3
|\ | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp
| * Remove QmlView::execute(). QmlView::setSource() does it all now.Martin Jones2010-02-231-3/+3
| | | | | | | | Task-number: QT-2538
* | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-2/+5
|/ | | | Task-number: QT-2798
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * AIX has a #define for hz, so undef itThiago Macieira2010-02-171-0/+4
| |
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Compile fix with namepaceshjk2010-02-181-2/+2
| | | | | | | | Task-number: QTBUG-8205
* | QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-181-18/+19
| |
* | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-161-1/+5
| |
* | Not exported in Qt 4.6.2, push to next release.Warwick Allison2010-02-151-5/+6
|/
* Clean up QmlImageReader thread on engine destruction.Martin Jones2010-02-051-1/+1
|
* Make sure cookies are saved.Martin Jones2010-02-041-1/+4
|
* Really run image reader in its own thread.Martin Jones2010-02-031-4/+2
|
* Move image network access into a separate thread, with decoding.Martin Jones2010-01-291-58/+104
|
* Compile with Qt 4.6.1Aaron Kennedy2010-01-201-0/+10
|
* Remove debuggingAaron Kennedy2010-01-141-1/+0
|
* Add toggle orientation optionAaron Kennedy2010-01-141-0/+13
|
* Move choice of pipelining to the point request.Warwick Allison2010-01-111-13/+0
| | | | (based on advice from Thiago)
* PreferNetwork (the default) is fixed, no need to force PreferCache.Warwick Allison2010-01-081-1/+0
|
* WGZ is just a ZIP, so accept that too.Warwick Allison2010-01-051-1/+2
|
* Basic WGT/WGZ support.Warwick Allison2010-01-051-2/+98
| | | | Task-number: QT-524
* Compile when in a module.Warwick Allison2009-12-081-2/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-071-7/+70
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlengine.cpp
| * Move loader functionality into qmlviewer.Martin Jones2009-12-071-7/+70
| |
* | Fix leaks.Michael Brasser2009-12-071-3/+1
|/
* Add QML based file browser to qmlviewer.Martin Jones2009-12-061-6/+21
|
* Cleanup orientation stuff.Martin Jones2009-12-011-14/+2
|
* Add Screen element in QmlViewr Module including orientation property.Martin Jones2009-12-011-2/+40
| | | | Add support for automatic Maemo rotation update.
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-301-0/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Qt.quit() added to qml.Tapani Mikola2009-11-301-0/+1
| |
* | Add orientation property to qmlviewer.Martin Jones2009-11-301-3/+43
|/
* 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
|