| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
src/declarative/graphicsitems/qdeclarativeitem.cpp
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
demos/declarative/minehunt/minehunt.cpp
src/declarative/qml/qdeclarativecompiler.cpp
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Four-way merge: take the qt-qml.git#4.7 branch version (which uses
fromUtf8). I used QLatin1String, Thierry used QString::fromLatin1.
Conflicts:
src/declarative/qml/qdeclarativecompiler.cpp
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Error was:
narrowing conversion of 'point.QPointF::x()' from 'qreal' to 'float' inside { }
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
For properties that are as important as "parent", QML cannot afford the
overhead of a signal/slot connection.
|
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Then it fixes the build
Reviewed-by:TrustMe
|
| | |
| | |
| | |
| | |
| | | |
Too misleading to have on the Qt object, as it only means infinite
for animation loops.
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
You can now loop a fixed number of times as well as forever. The old
repeat behavior (loop forever) can be acheived with loops: Qt.Infinite.
|
|/ / /
| | |
| | |
| | | |
Task-number: QTBUG-9336
|
|\ \ \
| | |/
| |/|
| | |
| | | |
Conflicts:
src/declarative/qml/qdeclarativecompiler.cpp
|
| |/ |
|
| |
| |
| |
| | |
Task-number: QTBUG-9312
|
|\ \ |
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| | |
Extends upon 95aa8c8fc76e2309a629b05994a2677b0887140b.
Still under discussion.
|
| | |
|
|\ \ |
|
| | | |
|
|/ / |
|
| | |
|
| |
| |
| |
| | |
Fix failure when import path is ancestor dir of other import path.
|
| |
| |
| |
| | |
We're not using it in QmlDesigner any more
|
| |
| |
| |
| |
| |
| |
| |
| | |
Inline blocks/includes have been replaced with an import syntax:
import "foo.js" as Foo
this gives better separation between QML and code. Imported script blocks
also have a mandatory qualifier, which leads to better optimization
potential.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
This is done by storing the parsed components (QDeclarativeDirComponents).
There's still potential for optimization (QT-617)
|
|/
|
|
|
|
| |
This change removes the hacky final baseUrl+TypeName+".qml" lookup.
In order to still support internal files in remote modules, a new
qmldir keyword "internal" is introduced.
|
| |
|
| |
|
|
|
|
|
| |
id must be lowercase; types and namespaces must be uppercase
cannot conflict, so remove check.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Do not try to instantiate types that are explicitely
forbidden in the qmldir (because the version does not match).
|
|
|
|
|
|
| |
The change moves the implicit "." import to the very end, i.e.
the first lookup. It also gets the content of a remote qmldir
from the resources.
|
|
|
|
|
| |
This repairs 9727cb35b30e07d1f72100a39c8d23e438e2746c. The lookup
can only happen if we have a file import (and not a library import)
|
|
|
|
|
|
| |
The existence of a non-empty qmldir file (e.g. for defining
a plugin) should not change the lookup rules for qml files
via url
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
configure.exe
src/declarative/util/qdeclarativelistmodel.cpp
tools/qml/qml.pro
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (81 commits)
Define JS_NO_EXPORT to avoid JSC C API functions being exported
Don't use QScriptValueIterator to iterate over an array
QtScript: Fix regression when calling newQObject() from native constructor
Added note to OS X installation instructions.
Keypress events ignored in listview on Cocoa (64 Bit) with Japanese IME
Update only appropriate rectangles during update_sys().
Marked QTDS obsolete from Qt 4.7.
QNetworkReply: Fix canReadLine()
Abort waiting replies on session error.
different approach to fixing "the other" aliasing issue
fix aliasing issue in node_construct()
detach in fewer cases, remove redundant calculation
SSL: Fix memleak related to local certificate
Improve keyboard layout detection on X11
Compile on ARM with -Werror -Wold-style-cast
Use the vista-style native dialog for QFileDialog::getExistingDirectory
Apply the stdset attribute for resource properties
doc: Completed sentence about HideNameFilterDetails
Doc fix in QLocale
Doc for for QGestureRecognizer::create.
...
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
QScriptValueIterator will return properties that are non-enumerable,
such as "length".
QScriptValueIterator will return properties that are not array
elements, such as "foo".
QScriptValueIterator is slower than using index-based access,
because the iterator builds an array of the string representation
of each index, which we don't need.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This triggers the loading of the qmldir and the import of native
types from available plugins. The change puts native types on par
with types defined in qml files.
|
| | |
| | |
| | |
| | |
| | |
| | | |
If the notifier gets swapped out during emitting, the endpoint is also
invalidated. Thus the "disconnected" writeback must track the endpoint
not just the Notifier.
|