QtQuickMinutes20100921: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(Lift out of scraps category)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Agenda/Minutes September 21st, week 38, 2010=
{{Delete|reason=Outdated information.}}
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}


==<span class="caps">QML</span> / QtDeclarative==
[[Category:Developing_with_Qt::Qt Quick]]
 
= Agenda/Minutes September 21st, week 38, 2010 =
 
== QML / QtDeclarative ==


* QMetaObject property revision functionality under works
* QMetaObject property revision functionality under works
** allows us to fix and improve <span class="caps">QML</span> in Qt 4.7 patch releases
** allows us to fix and improve QML in Qt 4.7 patch releases
** Needs '''very''' careful review and testing
** Needs '''very''' careful review and testing
** second aspect of this is to change our import statement to <code>import Qt.Quick 1.0<code>
* bug fixing, fewer this week than before
* bug fixing, fewer this week than before
* investigating new datamodel for <span class="caps">QML</span>
* investigating new datamodel for QML
* investigating allocation improvements on Symbian
* investigating allocation improvements on Symbian


==Bauhaus / Creator==
== Bauhaus / Creator ==


* <span class="caps">QML</span> <span class="caps">JSC</span> debugger, pushed patch to enable commandline arg to turn on debugging for all Qt apps
* 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)
* can use configure option to disable (enabled by default)
* no security issue, but can be disabled using configure switch
* no security issue, but can be disabled using configure switch
* Got Qt Components working on desktop (windows)
* Got Qt Components working on desktop (windows)


==Documentation==
== Documentation ==


* compiled list of properties for QtCompoents
* compiled list of properties for QtCompoents
* Qt Components documentation would be a separate .qdoc file
* Qt Components documentation would be a separate .qdoc file
* One .qdoc file per <span class="caps">API</span>?
* One .qdoc file per API?


==<span class="caps">QML</span> Enablers==
== QML Enablers ==


* fighting with some bugs to make gesturearea work on flickable
* 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
** pressDelay might cause delays in delivery of the press event (storing mousePressEvent and deliver later), could impact GestureArea


==Qt Quick Components for MeeGo==
== Qt Quick Components for MeeGo ==


* Virtual keyboard integration and fixing bugs
* Virtual keyboard integration and fixing bugs
* multiline edit focus issues when switching between line edits
* multiline edit - focus issues when switching between line edits
* code camp confirmed week before dev days munich.
 
===Categories:===
 
* [[:Category:Developing with Qt|Developing_with_Qt]]
** [[:Category:Developing with Qt::Qt Quick|Qt_Quick]]
* [[:Category:Developing with Qt::Qt Quick::Minutes|Minutes]]

Latest revision as of 13:51, 28 November 2016

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