Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -1468/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 1 | -3/+3 |
|\ | | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp | ||||
| * | Remove QmlView::execute(). QmlView::setSource() does it all now. | Martin Jones | 2010-02-23 | 1 | -3/+3 |
| | | | | | | | | Task-number: QT-2538 | ||||
* | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls. | Warwick Allison | 2010-02-23 | 1 | -2/+5 |
|/ | | | | Task-number: QT-2798 | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 1 | -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 it | Thiago Macieira | 2010-02-17 | 1 | -0/+4 |
| | | |||||
| * | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Compile fix with namepaces | hjk | 2010-02-18 | 1 | -2/+2 |
| | | | | | | | | Task-number: QTBUG-8205 | ||||
* | | QmlView API review. See QmlChanges.txt for details. | Martin Jones | 2010-02-18 | 1 | -18/+19 |
| | | |||||
* | | MOBILITY-404 QS Windows. | Wolfgang Beck | 2010-02-16 | 1 | -1/+5 |
| | | |||||
* | | Not exported in Qt 4.6.2, push to next release. | Warwick Allison | 2010-02-15 | 1 | -5/+6 |
|/ | |||||
* | 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 |
| |