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.
QtQuickMinutes20100921
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 21st, week 38, 2010
QML / QtDeclarative
- QMetaObject property revision functionality under works
- allows us to fix and improve QML in Qt 4.7 patch releases
- Needs very careful review and testing
- second aspect of this is to change our import statement to
import Qt.Quick 1.0
- bug fixing, fewer this week than before
- investigating new datamodel for QML
- investigating allocation improvements on Symbian
Bauhaus / Creator
- QML JSC debugger, pushed patch to enable commandline arg to turn on debugging for all Qt apps
- can use configure option to disable (enabled by default)
- no security issue, but can be disabled using configure switch
- Got Qt Components working on desktop (windows)
Documentation
- compiled list of properties for QtCompoents
- Qt Components documentation would be a separate .qdoc file
- One .qdoc file per API?
QML Enablers
- fighting with some bugs to make gesturearea work on flickable
- pressDelay might cause delays in delivery of the press event (storing mousePressEvent and deliver later), could impact GestureArea
Qt Quick Components for MeeGo
- Virtual keyboard integration and fixing bugs
- multiline edit - focus issues when switching between line edits