Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 21 | -4641/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 2 | -4/+4 |
|\ | | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp | ||||
| * | Avoiding PlatSec warnings for Symbian devices | Aleksandar Sasha Babic | 2010-02-23 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: TrustMe | ||||
| * | 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 | 7 | -9/+30 |
|/ | | | | Task-number: QT-2798 | ||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Michael Brasser | 2010-02-19 | 12 | -35/+39 |
|\ | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 12 | -12/+16 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 12 | -12/+12 |
| | | | | | | | | | | | | 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 | 3 | -21/+21 |
| | | | |||||
* | | | Add support for startDragDistance in qmlviewer. | Kaj Grönholm | 2010-02-19 | 1 | -0/+4 |
|/ / | | | | | | | | | | | | | | | | | | | Adding new parameter "-dragthreshold <size>" which sets mouse drag threshold in pixels. Using this makes qmlviewer more usable in touchscreen devices, where applications may require different thresholds. Merge-request: 6 Reviewed-by: Michael Brasser <michael.brasser@nokia.com> | ||||
* | | qmlviewer: build on symbian | Michael Brasser | 2010-02-17 | 1 | -0/+1 |
| | | | | | | | | Task-number: QTBUG-8266 | ||||
* | | Conditionally link webkit on wince | Aaron Kennedy | 2010-02-17 | 1 | -1/+4 |
| | | |||||
* | | MOBILITY-404 QS Windows. | Wolfgang Beck | 2010-02-16 | 9 | -1/+46 |
| | | |||||
* | | 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 | 2 | -59/+109 |
| | |||||
* | Compile with Qt 4.6.1 | Aaron Kennedy | 2010-01-20 | 1 | -0/+10 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Alan Alpert | 2010-01-19 | 1 | -0/+3 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Doc. | Martin Jones | 2010-01-19 | 1 | -0/+1 |
| | | |||||
| * | Allow the QML based file browser to be used in place of native. | Martin Jones | 2010-01-19 | 1 | -0/+2 |
| | | |||||
* | | Fix bad behaviour on N900 | Alan Alpert | 2010-01-19 | 1 | -1/+1 |
|/ | | | | | Task-number: QTBUG-7431 Reviewed-by: akennedy | ||||
* | Remove debugging | Aaron Kennedy | 2010-01-14 | 1 | -1/+0 |
| | |||||
* | Add toggle orientation option | Aaron Kennedy | 2010-01-14 | 2 | -0/+14 |
| | |||||
* | Only force graphicssystem raster on X11 | Aaron Kennedy | 2010-01-14 | 1 | -1/+1 |
| | |||||
* | Various QML browser improvements | Martin Jones | 2010-01-12 | 1 | -10/+20 |
| | | | | | | - Easier to press Up button - Fix highlight color - Fix keypad navigation | ||||
* | Always exit on play script failure | Aaron Kennedy | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -6/+109 |
| | | | | Task-number: QT-524 | ||||
* | Make QListModelInterface API more sensible for our use case. | Martin Jones | 2009-12-16 | 2 | -0/+15 |
| | |||||
* | Compile when in a module. | Warwick Allison | 2009-12-08 | 2 | -3/+3 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-12-07 | 6 | -17/+152 |
|\ | | | | | | | | | | | | | 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 | 5 | -31/+115 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-12-07 | 11 | -8/+782 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | Bring up network on Symbian. | Martin Jones | 2009-12-07 | 2 | -0/+51 |
| | | | |||||
* | | | Fix leaks. | Michael Brasser | 2009-12-07 | 1 | -3/+1 |
| |/ |/| | |||||
* | | Add QML based file browser to qmlviewer. | Martin Jones | 2009-12-06 | 11 | -8/+782 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-12-01 | 5 | -3/+316 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Build correct QmlViewer Screen orientation implementation for Maemo. | Martin Jones | 2009-12-01 | 1 | -1/+1 |
| | | |||||
| * | 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 | 5 | -3/+328 |
| | | | | | | | | Add support for automatic Maemo rotation update. | ||||
* | | Compile when in module. | Warwick Allison | 2009-12-01 | 1 | -0/+1 |
|/ | |||||
* | 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 |
| | |