Christian Kamm [Mon, 27 Jun 2011 08:07:29 +0000 (10:07 +0200)]
Fix UiPublicMember::lastSourceLocation.
Change-Id: Ia2c13bf250b0b0e3d87ff7bd64a3bead1c26c1f0
Reviewed-on: http://codereview.qt.nokia.com/755
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Christian Kamm [Mon, 27 Jun 2011 09:01:20 +0000 (11:01 +0200)]
qmldump: Fix export comparison.
Compare the full uri/name, not just the uri. Also
QDeclarativeType::module was not available in 4.7.3.
Mirrors http://codereview.qt.nokia.com/759
(cherry picked from commit
a0bd8d2dc68fdf993821b5eb881769448b34dffd)
Change-Id: Ib66ec79b929bd29e3aa27a1b70e5a5c1ec2d51e5
Reviewed-on: http://codereview.qt.nokia.com/762
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Gunnar Sletta [Tue, 28 Jun 2011 06:00:39 +0000 (08:00 +0200)]
Don't crash when QSGCanvas::sceneGraphContext() is called prematurly
Change-Id: Ib15814bbc095c1be87a8fcddb574444d5258afbb
Reviewed-on: http://codereview.qt.nokia.com/813
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Rohan McGovern [Fri, 24 Jun 2011 14:49:39 +0000 (00:49 +1000)]
Fixed failure of tst_examples::namingConvention
Since
1fab62b930edd4abed076e57ee997eae09159f22 in qtbase, demos and
examples are merged. This was causing the test to unintentionally
iterate over the entire source tree.
Change-Id: I8e60c5742a3c15a4187f6c8cdac3cdc7f7ee24c0
Reviewed-on: http://codereview.qt.nokia.com/729
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jiang Jiang <jiang.jiang@nokia.com>
Rohan McGovern [Fri, 24 Jun 2011 14:42:42 +0000 (00:42 +1000)]
Improve failure message of tst_examples::namingConvention
If this test fails, make sure the failure message contains the reason
for the failure.
Change-Id: Id9135a6bd0fc2cc50d604de545f4395ef6ef2294
Reviewed-on: http://codereview.qt.nokia.com/728
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jiang Jiang <jiang.jiang@nokia.com>
Aaron Kennedy [Fri, 24 Jun 2011 06:37:03 +0000 (16:37 +1000)]
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging
Conflicts:
src/declarative/items/qsgtextnode.cpp
Thorbjørn Lindeijer [Fri, 10 Jun 2011 15:54:29 +0000 (17:54 +0200)]
Removed unnecessary qobject_cast in QSGItem::childAt
No point in casting a QSGItem to a QSGItem and checking whether it
really was one.
Change-Id: Iaa82e1cb62f801f456b9020c4d410c13bfd3a9ea
Reviewed-by: Gunnar Sletta
Thorbjørn Lindeijer [Tue, 21 Jun 2011 08:58:37 +0000 (10:58 +0200)]
QmlInspector: Introduced more self-contained selection highlight
The SGHighlight will update itself when its item changes position or
size. Previously, the hover highlight wasn't updating at all.
The highlight now also works correctly for rotated items (but not yet
for children of rotated items).
Change-Id: Idb14f356d779aef8e2d3e16a496685f0507a7060
Thorbjørn Lindeijer [Fri, 10 Jun 2011 15:52:25 +0000 (17:52 +0200)]
QmlInspector: Some code cleanups
* Inlined empty method implementations
* Removed unused QDeclarativeViewInspectorPrivate::cursosPos
* Small simplification in setting shortcuts
* Prefer const & for QList parameter
Change-Id: I5c2c04f32bb311a835d79a59206d6ebab212c73b
Thorbjørn Lindeijer [Fri, 10 Jun 2011 15:47:33 +0000 (17:47 +0200)]
QmlInspector: Implemented context menu for SceneGraph
Change-Id: I467bdba42af0ff4b680c31a3545e059a56016a57
Thorbjørn Lindeijer [Thu, 9 Jun 2011 16:15:34 +0000 (18:15 +0200)]
QmlInspector: Implement tool tip handling for SceneGraph
Change-Id: I84fc21f3e5bd96290910def26cd59e7e35719149
Thorbjørn Lindeijer [Thu, 9 Jun 2011 15:17:24 +0000 (17:17 +0200)]
QmlInspector: Some cleanup in the Color Picker tool
Also, the tool now picks a color on press rather than on release.
Change-Id: Ibe09e3cd7350521e90e0957e7d1afbce4d880e57
Thorbjørn Lindeijer [Thu, 9 Jun 2011 15:15:23 +0000 (17:15 +0200)]
QmlInspector: Implemented selection for SceneGraph
The highlight items are now based on QSGPaintedItem rather than the
internal QSGRectangle.
Change-Id: I50222116cf5f98ec93f914298a554b3d2d901c28
Thorbjørn Lindeijer [Thu, 9 Jun 2011 11:30:47 +0000 (13:30 +0200)]
QmlInspector: Unified mouse and keyboard event handling
Introduced a common AbstractTool interface so that the
AbstractViewInspector can forward mouse and keyboard events and
also implement the keys to switch tools.
The AbstractLiveEditTool still exists as the base class for all
QDeclarativeView based tools.
Change-Id: I7c00b05fba58828378543645e32732ad5f9fd5d0
Thorbjørn Lindeijer [Wed, 8 Jun 2011 17:37:25 +0000 (19:37 +0200)]
QmlInspector: Removed private header postfix and Qt namespace
Renamed the headers back to normal since they are not included in a Qt
library. Also took the classes out of the Qt namespace and back into
the QmlJSDebugger namespace.
This is mainly to make it easier again to port changes back into the
version of the inspector shipped with Qt Creator.
Change-Id: I820c2372089c24a42404b4055be1b938e384e352
Thorbjørn Lindeijer [Wed, 8 Jun 2011 15:47:47 +0000 (17:47 +0200)]
QmlInspector: Share code between QGV/SG based QML debugging
Introduced AbstractViewInspector, which forms the base class for
QDeclarativeViewInspector and SGViewInspector and is where common code,
like handling the protocol is placed.
Some virtual and pure virtual functions exist which the subclasses will
override or implement for QDeclarativeView/QSGView specific stuff.
Change-Id: Iad7d15e19e0701d550ec42288fdad7490cf9b8a7
Thorbjørn Lindeijer [Thu, 9 Jun 2011 08:52:10 +0000 (10:52 +0200)]
QmlInspector: Initial support for QSGView based applications
Currently only displays a rectangle highlighting the item below the mouse,
but it's a start.
Change-Id: I9946a923add4c53780546ac4bf138fe731508da2
Kim Motoyoshi Kalland [Thu, 23 Jun 2011 12:13:24 +0000 (14:13 +0200)]
Updated tst_nodestest to use the DirtyForceUpdate flag.
Changed test to use DirtyForceUpdate instead of DirtyAll, and
removed DirtyRenderOrder and DirtyAll enums which should not
be used.
Christian Kamm [Wed, 22 Jun 2011 15:13:56 +0000 (17:13 +0200)]
qmlplugindump: For extended types, remove exports of the base object.
Reviewed-by: Kai Koehne
(cherry picked from commit
21af9f0be1dd0d9be6c3767074fdfbd54e3b8372)
Christian Kamm [Wed, 22 Jun 2011 12:59:48 +0000 (14:59 +0200)]
qmlplugindump: Build debug version if possible.
Done-with: owolff
(cherry picked from commit
19b666195e293a71ef918f4a7f91d7f8be5f69bc)
Gunnar Sletta [Thu, 23 Jun 2011 08:40:39 +0000 (10:40 +0200)]
Merge multiple lines of text into a single geometry node
Long term, we might want to have this kind of logic in the QSGGeometry
class through a grow() function or in the QSGRenderer, but we
only have this one usecase where it actually makes sense right
now, so I'm keeping it local.
Change-Id: Ibbb0dd4a6e4b587154e26ffc2a34375fbb4a571d
Aaron Kennedy [Thu, 23 Jun 2011 01:20:00 +0000 (11:20 +1000)]
Fix regression against 4.7
Task-number: QTBUG-19136
Aaron Kennedy [Wed, 22 Jun 2011 08:39:22 +0000 (18:39 +1000)]
Skip unreliable test
Aaron Kennedy [Wed, 22 Jun 2011 08:11:06 +0000 (18:11 +1000)]
Correctly wait for render thread to exit
Aaron Kennedy [Wed, 22 Jun 2011 03:04:30 +0000 (13:04 +1000)]
Fix autotests
Aaron Kennedy [Wed, 22 Jun 2011 02:10:47 +0000 (12:10 +1000)]
QSKIP crashing tests until QTBUG-20017 is fixed
Aaron Kennedy [Wed, 22 Jun 2011 01:20:43 +0000 (11:20 +1000)]
Make QSGCanvas::grabFrameBuffer() more reliable
Jiang Jiang [Tue, 21 Jun 2011 14:46:15 +0000 (16:46 +0200)]
Fix text decoration position for simple Text node
Christian Kamm [Tue, 21 Jun 2011 09:59:49 +0000 (11:59 +0200)]
qmlplugindump: Add -v option.
Reviewed-by: Kai Koehne
(cherry picked from commit
9b09ef514bb6c4c926440e3fbf19d7255f97a12f)
Christian Kamm [Tue, 21 Jun 2011 08:43:14 +0000 (10:43 +0200)]
qmlplugindump: Fix emitted tooling version.
Fixes
10f16bc55b9e5535bc3353260f97a32e18d70cf1.
Reviewed-by: Kai Koehne
(cherry picked from commit
9f0fda822aec47da201ae79e6bc807294196a8a2)
Andrew den Exter [Tue, 21 Jun 2011 07:00:46 +0000 (17:00 +1000)]
Drag items relative to their scene position.
This preserves the absolute position of a dragged item when its parent
is changed.
Alan Alpert [Tue, 21 Jun 2011 05:31:40 +0000 (15:31 +1000)]
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into qtquick2
Aaron Kennedy [Tue, 21 Jun 2011 05:21:35 +0000 (15:21 +1000)]
Only print debugging when THREAD_DEBUG is enabled
Alan Alpert [Tue, 21 Jun 2011 02:03:07 +0000 (12:03 +1000)]
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into qtquick2
Alan Alpert [Tue, 21 Jun 2011 02:02:08 +0000 (12:02 +1000)]
Rewrite last rewrite
Also rewrite to have all particle state shared, not just common
elements.
Casper van Donderen [Mon, 20 Jun 2011 15:42:51 +0000 (17:42 +0200)]
Fix typo and put the correct snippets in the output.
Reviewed-by: David Boddie
Gunnar Sletta [Mon, 20 Jun 2011 12:18:46 +0000 (14:18 +0200)]
Start out with a distance field cache that fits more characters
Gunnar Sletta [Mon, 20 Jun 2011 10:21:33 +0000 (12:21 +0200)]
Compile when qreal is not a double
Kim Motoyoshi Kalland [Mon, 20 Jun 2011 09:55:18 +0000 (11:55 +0200)]
Compile fix for MSVC.
Kim Motoyoshi Kalland [Mon, 20 Jun 2011 08:53:34 +0000 (10:53 +0200)]
Removed unnecessary calls to QSGNode::destroy().
Gunnar Sletta [Mon, 20 Jun 2011 07:47:47 +0000 (09:47 +0200)]
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into qtquick2
Gunnar Sletta [Mon, 20 Jun 2011 07:22:36 +0000 (09:22 +0200)]
Merge branch 'master' into qtquick2
Gunnar Sletta [Mon, 20 Jun 2011 07:20:14 +0000 (09:20 +0200)]
Implement caching of the distance fields...
Change-Id: I823341b9b53e885dcd004e17e319cf033dc21c45
Aaron Kennedy [Mon, 20 Jun 2011 05:22:08 +0000 (15:22 +1000)]
Add "DELETE" support to XMLHttpRequest
Andrew den Exter [Sun, 19 Jun 2011 22:31:50 +0000 (08:31 +1000)]
Add QDeclarativeChangeSet.
Takes a sequence of model changes and reorders and compresses them so
that like changes are grouped together and are ordered from start to
end. The order is Removed, Inserted, Moved then Changed.
Aaron Kennedy [Fri, 17 Jun 2011 01:43:09 +0000 (11:43 +1000)]
Don't leak memory in benchmark
Alan Alpert [Thu, 16 Jun 2011 04:08:29 +0000 (14:08 +1000)]
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into qtquick2
Gunnar Sletta [Wed, 15 Jun 2011 17:00:08 +0000 (19:00 +0200)]
Merge branch 'master' into qtquick2
Conflicts:
src/declarative/scenegraph/coreapi/qsgdefaultrenderer.cpp
src/declarative/scenegraph/coreapi/qsgdefaultrenderer_p.h
tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp
Change-Id: Id2267925c4f77b41f63bbbf555b816ca1f55a0ec
Gunnar Sletta [Wed, 15 Jun 2011 13:47:32 +0000 (15:47 +0200)]
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into qtquick2
Gunnar Sletta [Wed, 15 Jun 2011 13:46:22 +0000 (15:46 +0200)]
Speed up distance field generation by another 20% or so.
Gunnar Sletta [Wed, 15 Jun 2011 13:02:58 +0000 (15:02 +0200)]
Speed up distance field generation by 5-20%
Gunnar Sletta [Wed, 15 Jun 2011 09:51:15 +0000 (11:51 +0200)]
Renamed QMLRenderer -> QSGDefaultRenderer
Change-Id: Ib1f00d45cecd3b438148adce2f7cf247030b2dfb
Gunnar Sletta [Wed, 15 Jun 2011 09:32:49 +0000 (11:32 +0200)]
Remove annoying warning
Alan Alpert [Wed, 15 Jun 2011 08:55:41 +0000 (18:55 +1000)]
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into qtquick2
Alan Alpert [Wed, 15 Jun 2011 08:52:26 +0000 (18:52 +1000)]
Rewrite particle system to cope with changing particle counts
And might do it again...
Caught up in this massive change were the following smaller ones:
-Some custom particle examples
-delegate property on ItemParticle and an example with it
Gunnar Sletta [Wed, 15 Jun 2011 08:08:43 +0000 (10:08 +0200)]
Print out a warning when attributes are enabled
Gunnar Sletta [Wed, 15 Jun 2011 07:48:49 +0000 (09:48 +0200)]
Disable attributes from shader effects
Reviewed-by: Samuel
Gunnar Sletta [Tue, 14 Jun 2011 07:49:58 +0000 (09:49 +0200)]
Initialize member variable
Alan Alpert [Tue, 14 Jun 2011 04:09:30 +0000 (14:09 +1000)]
Safer cleanup in model/item particle
Alan Alpert [Tue, 14 Jun 2011 01:45:20 +0000 (11:45 +1000)]
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into qtquick2
Martin Jones [Tue, 14 Jun 2011 00:21:52 +0000 (10:21 +1000)]
Fix failing test.
Change
ccf706d0bb2d9f70f5a8c18e4aab8ee7e6369817 changed the
instruction dump() format.
Change-Id: I86677cc176568728b8044d8abfce9121773e9c56
Kai Koehne [Wed, 8 Jun 2011 18:51:07 +0000 (20:51 +0200)]
QDeclarativeDebug: Don't hang if started with ',block' argument
Fixes regression introduced in
a59261454071
Reviewed-by: Christiaan Janssen
(cherry picked from commit
e3b5de8651586cf5484fd8ab217cddf17f0fe01e)
Kai Koehne [Wed, 8 Jun 2011 09:01:26 +0000 (11:01 +0200)]
QDeclarativeDebug: Fix QJSDebugService if launched with ',block'
If the debugger is launched in blocking mode the service will be enabled
from the start.
Reviewed-by: Thorbjorn Lindeijer
(cherry picked from commit
c038e3505309bb954123493cb5f96c73e114f3d0)
Kim Motoyoshi Kalland [Tue, 31 May 2011 16:32:46 +0000 (18:32 +0200)]
Use linked list instead of QList for node children.
Kim Motoyoshi Kalland [Tue, 31 May 2011 11:48:53 +0000 (13:48 +0200)]
Removed matrix stacks from QSGRenderer.
Kim Motoyoshi Kalland [Mon, 30 May 2011 15:18:16 +0000 (17:18 +0200)]
Make min-heap member of QMLRenderer instead of stack variable.
The heap is used to sort non-overlapping children.
Kim Motoyoshi Kalland [Mon, 30 May 2011 14:31:53 +0000 (16:31 +0200)]
Replaced QStack with QDataBuffer in the node updater.
Kim Motoyoshi Kalland [Fri, 10 Jun 2011 12:03:55 +0000 (14:03 +0200)]
Cut off blocked sub-trees one node earlier.
Do not even enter the blocked node.
Kim Motoyoshi Kalland [Fri, 10 Jun 2011 11:59:13 +0000 (13:59 +0200)]
Removed QSGNodeVisitor inheritance from QSGNodeUpdater.
This reduces the number of virtual function calls.
Gunnar Sletta [Fri, 10 Jun 2011 11:41:43 +0000 (13:41 +0200)]
Merge branch 'master' into qtquick2
Gunnar Sletta [Fri, 10 Jun 2011 11:40:48 +0000 (13:40 +0200)]
Disable vsync animations by default
Change-Id: Ia614915ddb96f5c51e9883885479f1269ab361ed
Kim Motoyoshi Kalland [Fri, 10 Jun 2011 11:35:50 +0000 (13:35 +0200)]
Added QSGNode::removeAllChildNodes().
Kim Motoyoshi Kalland [Fri, 10 Jun 2011 11:35:37 +0000 (13:35 +0200)]
Keep track of the number of geometry nodes in a sub-graph.
If there are no geometry nodes in a sub-graph, there's no need
to update it.
Alan Alpert [Fri, 10 Jun 2011 06:07:33 +0000 (16:07 +1000)]
Add delegate property to ItemParticle
Also add burst(n,x,y) to ParticleEmitter, and a demo that uses both.
Aaron Kennedy [Fri, 10 Jun 2011 03:46:44 +0000 (13:46 +1000)]
Add JavaScript benchmark
Aaron Kennedy [Fri, 10 Jun 2011 02:29:04 +0000 (12:29 +1000)]
Create property cache in case of Component{} root
Change-Id: I36f969d09d8ce5e0b68b657b514586990e88ebe4
Task-number: QTBUG-19354
(cherry picked from commit
af1350249ea9de68e1c4b72ed1179948aa28ca19)
Michael Brasser [Thu, 9 Jun 2011 22:46:52 +0000 (08:46 +1000)]
Fix QDeclarativeInstruction autotest failure.
ccf706d0bb2d9f70f5a8c18e4aab8ee7e6369817 added additional information
to dump for StoreScriptString.
Michael Brasser [Thu, 9 Jun 2011 06:18:05 +0000 (16:18 +1000)]
Add QML translation autotests.
David Boddie [Thu, 9 Jun 2011 13:23:08 +0000 (15:23 +0200)]
Doc: Cleaned up the scene graph documentation a little.
Gunnar Sletta [Thu, 9 Jun 2011 10:56:27 +0000 (12:56 +0200)]
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging
Gunnar Sletta [Thu, 9 Jun 2011 10:55:49 +0000 (12:55 +0200)]
Use the Qt 4 function for updatesEnabled()
Change-Id: I78bf3b8acff54b83493aebc480e7f9b4f32c1c70
Alan Alpert [Thu, 9 Jun 2011 09:01:51 +0000 (19:01 +1000)]
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into qtquick2
Alan Alpert [Thu, 9 Jun 2011 09:00:33 +0000 (19:00 +1000)]
Do delegate management outside the render thread
Very simple implementation, there's probably a better way to do it.
Andrew den Exter [Thu, 9 Jun 2011 08:29:50 +0000 (18:29 +1000)]
Add a DragTarget element.
Provides an area that can be used to handle events when other items are
dragged over it.
Task-number: QMLNG-32
Andrew den Exter [Fri, 20 May 2011 04:22:39 +0000 (14:22 +1000)]
Notify when the TextInput cursorRectangle property changes within pre-edit
Anything that updates the horizontal scroll is also likely to change the
position of the cursor rectangle and the micro focus. So group these
actions together and ensure they're done before emitting
cursorPositionChanged() so positionToRectangle() returns a valid value
from that handler.
Change-Id: I5fadc58efb148a8dabe88a94381c86cd64dba3bd
Task-number: QTBUG-19089
Reviewed-by: Martin Jones
(cherry picked from commit
a0b2fc44ff8752193cacde52276b1822741f5374)
Andrew den Exter [Fri, 13 May 2011 03:49:20 +0000 (13:49 +1000)]
Make TextEdit word selection more natural.
QTextControl will only extend the selection to a word if the cursor is
directly over it which prevents the selection being extended if the
mouse is dragged up or down a to a shorter line of text making it
difficult to select multiple lines of text. Just disable that
limitation when the TextEdit word selection is enabled.
Change-Id: I3b9d1575c0141db8441197d740de94a90eacc077
Task-number: QTBUG-19230
Reviewed-by: Martin Jones
Andrew den Exter [Mon, 9 May 2011 03:57:34 +0000 (13:57 +1000)]
Ensure the TextEdit cursor delegate is repositioned on mouse events.
Update the micro focus when a mouse press changes the cursor position
of a read only TextEdit.
Change-Id: I11855037f7938b2cd23ac6ad165722b5289b4f46
Task-number: QTBUG-19109
Reviewed-by: Martin Jones
Gunnar Sletta [Tue, 7 Jun 2011 08:46:00 +0000 (10:46 +0200)]
Fix memory leak with AnimatedImage elements.
When textures are constructed from pixmaps, we need to store
the context they were constructed in so that they may also
be cleaned up later.
Change-Id: Ibdf5f60b598914d630c622341fae206f46cb9629
Gunnar Sletta [Thu, 9 Jun 2011 07:37:42 +0000 (09:37 +0200)]
Merge branch 'master' into qtquick2
Gunnar Sletta [Thu, 9 Jun 2011 07:14:54 +0000 (09:14 +0200)]
Support calling update while syncing scenegraph.
The variable inSync is written from the scene graph thread
and read from the GUI thread, but this is safe as it is
only written to during the sync phase, during which the
GUI thread is already blocked.
Aaron Kennedy [Thu, 9 Jun 2011 05:31:31 +0000 (15:31 +1000)]
Merge branch 'master' into qtquick2
Conflicts:
src/declarative/items/qsgcanvas.cpp
src/declarative/items/qsgcanvasitem.cpp
Aaron Kennedy [Thu, 9 Jun 2011 05:23:12 +0000 (15:23 +1000)]
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into qtquick2
Alan Alpert [Thu, 9 Jun 2011 05:17:52 +0000 (15:17 +1000)]
Automatically set system if parent is a ParticleSystem
Alan Alpert [Thu, 9 Jun 2011 05:10:45 +0000 (15:10 +1000)]
Rectify over-zealous script results.
Gunnar Sletta [Thu, 9 Jun 2011 05:08:36 +0000 (07:08 +0200)]
Merge branch 'threaded3'
Gunnar Sletta [Tue, 7 Jun 2011 11:58:39 +0000 (13:58 +0200)]
Introduced simple material
Aaron Kennedy [Thu, 9 Jun 2011 04:45:59 +0000 (14:45 +1000)]
Merge branch 'master' into qtquick2
Conflicts:
src/declarative/qml/qdeclarativeengine.cpp
Michael Brasser [Thu, 9 Jun 2011 02:10:03 +0000 (12:10 +1000)]
Remove clock_gettime() library dependency.
Should have been removed as part of
cd6ebb4912a5d96c788ea0c838d8a1a06ff4029e.
Michael Brasser [Thu, 9 Jun 2011 00:21:34 +0000 (10:21 +1000)]
Update Binding changes in "What's New"
Michael Brasser [Wed, 8 Jun 2011 03:18:35 +0000 (13:18 +1000)]
Optimized QDeclarativeScriptString constructor for QDeclarativeExpression.
When the compiler sees a script string, it will attempt to rewrite it
and store the id for the rewrite in the script string. We can then
create a QDeclarativeExpression using the id, which saves us a rewrite
at runtime.
Reviewed-by: Aaron Kennedy