Revision a9510bf...

Go back to digest for 21st July 2013

Features in Other

Anton Kreuzkamp committed changes in [qmlweb] src/qtcore.js:

Make Repeaters and Positioners work together.

This commit fixes to bugs, one in Repeaters on in Positioners:
- Repeaters added items as their own children instead of the children of the
parent like it is done in Qt Quick. That's needed to be able to position them
using Row, etc.
- Positioners also positioned items that has a width or a height of 0. Qt Quick
Positioners don't do that. This commit fixes that.

File Changes

Modified 1 files
  • src/qtcore.js
1 files changed in total