Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up QmlImageReader thread on engine destruction. | Martin Jones | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | Make sure cookies are saved. | Martin Jones | 2010-02-04 | 1 | -1/+4 |
| | |||||
* | Really run image reader in its own thread. | Martin Jones | 2010-02-03 | 1 | -4/+2 |
| | |||||
* | Move image network access into a separate thread, with decoding. | Martin Jones | 2010-01-29 | 1 | -58/+104 |
| | |||||
* | Compile with Qt 4.6.1 | Aaron Kennedy | 2010-01-20 | 1 | -0/+10 |
| | |||||
* | Remove debugging | Aaron Kennedy | 2010-01-14 | 1 | -1/+0 |
| | |||||
* | Add toggle orientation option | Aaron Kennedy | 2010-01-14 | 1 | -0/+13 |
| | |||||
* | Move choice of pipelining to the point request. | Warwick Allison | 2010-01-11 | 1 | -13/+0 |
| | | | | (based on advice from Thiago) | ||||
* | PreferNetwork (the default) is fixed, no need to force PreferCache. | Warwick Allison | 2010-01-08 | 1 | -1/+0 |
| | |||||
* | WGZ is just a ZIP, so accept that too. | Warwick Allison | 2010-01-05 | 1 | -1/+2 |
| | |||||
* | Basic WGT/WGZ support. | Warwick Allison | 2010-01-05 | 1 | -2/+98 |
| | | | | Task-number: QT-524 | ||||
* | Compile when in a module. | Warwick Allison | 2009-12-08 | 1 | -2/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-12-07 | 1 | -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 Jones | 2009-12-07 | 1 | -7/+70 |
| | | |||||
* | | Fix leaks. | Michael Brasser | 2009-12-07 | 1 | -3/+1 |
|/ | |||||
* | Add QML based file browser to qmlviewer. | Martin Jones | 2009-12-06 | 1 | -6/+21 |
| | |||||
* | Cleanup orientation stuff. | Martin Jones | 2009-12-01 | 1 | -14/+2 |
| | |||||
* | Add Screen element in QmlViewr Module including orientation property. | Martin Jones | 2009-12-01 | 1 | -2/+40 |
| | | | | Add support for automatic Maemo rotation update. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-30 | 1 | -0/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Qt.quit() added to qml. | Tapani Mikola | 2009-11-30 | 1 | -0/+1 |
| | | |||||
* | | Add orientation property to qmlviewer. | Martin Jones | 2009-11-30 | 1 | -3/+43 |
|/ | |||||
* | 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 |
| |