| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|\
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| |
| |
| |
| |
| | |
Properly initialize the members of QmlDeclarativeData, and check
whether outerContext has been set in QmlInfo.
|
| |
| |
| |
| |
| | |
Rows accessible incrementally.
Rows.forwardOnly for optimization.
|
|/
|
|
| |
A simple Qt-based implementation of HTML5 SQL local storage databases.
|
|
|
|
|
| |
If remote content is fully-qualified to a unique URL, we do not need
any qmldir (and for remote content, we don't support that yet).
|
| |
|
| |
|
|
|
|
|
|
| |
Enums are accessed as <Type Name>.<Enum value name>
Currently this is highly unoptimal - enum assignments are not detected
in the compiler, nor are they cached in the script engine.
|
|\
| |
| |
| |
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
Conflicts:
demos/declarative/samegame/content/samegame.js
|
| |\
| | |
| | |
| | | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| | |
| | |
| | |
| | |
| | | |
These may not be the final location for these, but it allows us to
start testing.
|
|\ \ \
| | |/
| |/|
| | | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
|
| |\ \
| | |/
| | |
| | | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| | |\
| | | |
| | | |
| | | | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| | | | |
|
|/ / / |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| | | |
|
|\ \ \
| |/ /
| | |
| | | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Conflicts:
src/declarative/qml/qmlengine.cpp
|
| |\
| | |
| | |
| | | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| | |
| | |
| | |
| | |
| | | |
Allows you to write things like "geometry: Qt.rect(0,0,100,100)" and
"color: Qt.hsla(.7,.5,.2)"
|
| |/
| |
| |
| |
| |
| | |
Only openUrl() currently.
Reviewed-by:Aaron Kennedy
|
|/
|
|
|
| |
This is the first step to allowing QML to interact with REST style
APIs in the same way as a webbrowser can.
|
| |
|
|
|
|
| |
Also fixes memleak.
|
|
|
|
| |
Programming error to call with ns==0.
|
|
|
|
| |
Still doubtful that ACTUAL version import is needed.
|
|
|
|
|
| |
This would previously crash:
Blah.Rectangle {}
|
|
|
|
|
| |
New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion
accessors expose import library information.
|
|
|
|
| |
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
|
|
|
|
|
|
| |
This makes it easier and more declarative to specify rotation axes:
axis: vector(0, 1, 0)
instead of:
axis.x: 0; axis.y: 1; axis.z: 0
Reviewed-by: Martin Jones
|
| |
|
|\
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| |
| |
| |
| | |
Make QML docs fit in with the new Qt style. Fix numerous qdoc errors.
|
| |
| |
| |
| | |
Meets spec QT-558
|
|/
|
|
| |
still not per-spec
|
|
|
|
|
|
| |
The imports of the component containing the reference to the
attached property are used to resolve typenames, rather than
assuming "Qt" namespace.
|
|
|
|
|
|
|
|
|
|
| |
- Store and find QML version ranges efficiently
- Require version for QmlType-from-string
- Removed unused version-ignorant QmlType-from-string functions
- Some attached properties now resolve (eg. tst_qmlparser)
- Still no better:
- interfaces not versioned
- some attached properties still hard-codec to Qt
|
|
|
|
| |
systems where int can't)
|
|
|
|
|
|
|
|
|
| |
The tcp server was waiting for connections right when instantiated ...
even before the different debugging services could register themselves.
This is fixed by first letting the different services register, and
only block for incoming connections when explicitly registered
(QmlDebugService::waitForConnectons).
|
|
|
|
|
|
| |
Also updated dynamic example to have a fadeout effect on deletion.
Also slipped in a toStr function, as it didn't work when I called it
toString.
|
|
|
|
|
|
|
|
|
| |
By splitting the interface through which the system interacts with bindings
away from a specific implementation, we can introduce highly specialized
implementations for specific optimizations.
This commit also includes a sample optimization for object properties being
assigned directly from a local id.
|
| |
|
| |
|
|\
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|