Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
QtQuickMinutes20100907
Jump to navigation
Jump to search
This article is nominated for deletion. Reason: Outdated information. Please raise your support/opposition to this nomination in the article's discussion page. |
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. |
Agenda/Minutes September 7th, 2010
- QML / QtDeclarative
- bugfixing[[Image:|Image:]] graphs are pointing down ;)
- Bauhaus / Creator
- working on describing the QML tooling story, in blog form
- currently working on deployment, debugger, text editor
- Documentation
- finished with 4.7.0, only ciritcal stuff. new content 4.7.1
- QtComponents
- going well, have many components and have a demo application to implement; http://bugreports.qt.nokia.com/browse/QTCOMPONENTS-74
- QML Enablers
- investigating refactoring event delivery for non-spatial gestures
- investigating recogniser model that splits between high-level (tap, swipe, pinch) and low level (touch, mouse, sensor)
- Specific Topics
- Orientation: QDeclarativeEngine, qmlviewer, QtMobility?
- Qt Mobility could provide UI orientation via system info
- long term should come from Qt to prevent fragmentation
- short term, can be used from C++ (e.g. native frameworks such as e.g. http://apidocs.meego.com/mtf/rotation.html
- Orientation: QDeclarativeEngine, qmlviewer, QtMobility?
), and can provide it in Qt Quick Components as stopgap and move to real implementation once available