profile/ivi/qtdeclarative.git
12 years agoclean up qmake-generated project
Oswald Buddenhagen [Tue, 21 Feb 2012 15:17:16 +0000 (16:17 +0100)]
clean up qmake-generated project

remove "header" and assignmets which are defaults or bogus

Change-Id: I1d777f5418b0f353bf276a979c6300a941927e7e
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
12 years agoDebugMessageService: Remove unneeded data
Aurindam Jana [Wed, 22 Feb 2012 13:27:18 +0000 (14:27 +0100)]
DebugMessageService: Remove unneeded data

Do not send version info of QMessageLogContext.

Change-Id: I32dd4a548ee2b918e5d04dcdffd4d5545fd2f54f
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
12 years agoCodeCoverage: Fixes regression.
Caroline Chao [Thu, 16 Feb 2012 11:18:43 +0000 (12:18 +0100)]
CodeCoverage: Fixes regression.

Fixes segmentation fault introduced by qtbase change:
36f5cc848de2525

Coverage data are now saved in QTestLog::stopLogging. Also the current
application name needs to be set for a quick test as well.

Remove also code coverage call to installCodeCoverage from quicktest
due to refactor of the code coverage setup in qtestlib. This should be less
error-prone. See qtbase change:
949b7452e0d2402

Change-Id: I13566cc43dfb3af264d3b2be2e5f2617128f4801
Reviewed-by: Caroline Chao <caroline.chao@nokia.com>
12 years agoPositioners cleanup
Alan Alpert [Wed, 22 Feb 2012 02:16:50 +0000 (12:16 +1000)]
Positioners cleanup

Use qreal for positions and spacing instead of ints, and make the
positionedItems list take care of filtering out invisible items.

Change-Id: Icad93ad89c848e40a70bd7a9539bd810e27020df
Reviewed-by: Bea Lam <bea.lam@nokia.com>
12 years agoAdd test verifying that QObject-derived pointer is passed correctly.
Matthew Vogt [Wed, 22 Feb 2012 06:12:26 +0000 (16:12 +1000)]
Add test verifying that QObject-derived pointer is passed correctly.

Ensure that an object derived from QObject is correctly passed to
an invokable function from QML.

Change-Id: I71eefe8c480e1f1574804d05244b53f29c7fbf0d
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoDoc improvements for positioners
Bea Lam [Tue, 21 Feb 2012 07:47:10 +0000 (17:47 +1000)]
Doc improvements for positioners

- Fix docs that say opacity changes can trigger an add transition since
  this is no longer the case
- Be more clear about when the move transition is applied
- Be more clear about which anchors are allowed/disallowed in which positioners
- Add example to Positioner attached property

Change-Id: I78417ac5b8eba1af5587955121b7fd4e2ca21169
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
12 years agoWhitespace fixes for positioners
Alan Alpert [Wed, 22 Feb 2012 02:18:11 +0000 (12:18 +1000)]
Whitespace fixes for positioners

Change-Id: I53a8a023e218cd41b2c01a7c931c95edfbaee780
Reviewed-by: Bea Lam <bea.lam@nokia.com>
12 years agoReduce the size of QQuickTextInputPrivate.
Andrew den Exter [Mon, 20 Feb 2012 07:18:20 +0000 (17:18 +1000)]
Reduce the size of QQuickTextInputPrivate.

Remove some redundant or obsolete member and reorder members to
minimise padding for alignment.

Change-Id: I2660007baa07bea076e9ad307061af87c07e37cf
Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
12 years agoImplement String.localeCompare() using QString::localeAwareCompare()
Martin Jones [Fri, 17 Feb 2012 03:08:21 +0000 (13:08 +1000)]
Implement String.localeCompare() using QString::localeAwareCompare()

v8's localeCompare() implementation is not locale aware, so we use
Qt's locale aware compare.

Change-Id: Ia9092b3d6754545bb797adac26080ac7a29dcd92
Reviewed-by: Glenn Watson <glenn.watson@nokia.com>
12 years agoDebugMessageService: Also pass Debug Context Info
Aurindam Jana [Tue, 21 Feb 2012 13:56:24 +0000 (14:56 +0100)]
DebugMessageService: Also pass Debug Context Info

Use QMessageHandler which provides context information such
as line, file and function for the debug output.

Change-Id: I475faf4a1363d8419dec910b8a23cc44666c1908
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
12 years agov8profiler: Actually submit data
Kai Koehne [Fri, 17 Feb 2012 14:56:14 +0000 (15:56 +0100)]
v8profiler: Actually submit data

Fix regression introduced in 82dfecab3.

Change-Id: Icd90c483b9b2fde8d4cf522f3a35368cd395b120
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
12 years agoReduce size of QQuickItemPrivate
Aaron Kennedy [Mon, 13 Feb 2012 14:42:34 +0000 (14:42 +0000)]
Reduce size of QQuickItemPrivate

Change-Id: I02653536f68cfef3dfc06acaf30e2565a97dc194
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoRelease resources on shutdown..
Gunnar Sletta [Tue, 21 Feb 2012 06:23:42 +0000 (07:23 +0100)]
Release resources on shutdown..

Change-Id: I7758f5ba1f58e19d92e394133cccd449ce5a1756
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
12 years agoFlicking a pathview with large delegate spacing is inconsistent
Martin Jones [Thu, 16 Feb 2012 05:54:09 +0000 (15:54 +1000)]
Flicking a pathview with large delegate spacing is inconsistent

The deceleration is inconsistent and dragging slowly is jerky.
This was largely due to the poor resolution of the path points.
pointAt() now interpolates, and the dragging logic is more
accurate.  Also removed the rounding of item positioning so
that side-by-side items don't bounce around.

Task-number: QTBUG-24312
Change-Id: I956aff0b83c3c1211d5657159c3de1e4ef0b5171
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
12 years agofix typo error in documentation
Charles Yin [Mon, 20 Feb 2012 00:07:08 +0000 (10:07 +1000)]
fix typo error in documentation

Change-Id: Ic3706b0920b8a50f994e0627bda6baf0fd04b81c
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
12 years agoRenames QAnimation2ChangeListener to QAnimationJobChangeListener
Charles Yin [Tue, 21 Feb 2012 01:06:57 +0000 (11:06 +1000)]
Renames QAnimation2ChangeListener to QAnimationJobChangeListener

Change-Id: I921b252380d095fb878b4e5d36df0b5a13a3888f
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
12 years agoRemove sql dependency from declarative.pro
Charles Yin [Tue, 21 Feb 2012 02:39:07 +0000 (12:39 +1000)]
Remove sql dependency from declarative.pro

Change-Id: I43aa11e948a498796788587e03a699f121308d1b
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoStabilise ListView and GridView tests
Bea Lam [Tue, 14 Feb 2012 02:19:30 +0000 (12:19 +1000)]
Stabilise ListView and GridView tests

Some tests need to wait for view to be updated before proceeding. This ensures
a polish is received before proceeding

    - before checking through child items after initial load
    - after changing content y

    unless some other QTRY_* is already doing the job.

Also fixed some tests that randomly failed for other reasons.

Task-number: QTBUG-22872 QTBUG-23605

Change-Id: I2d41bf09fae09b90fd3aadbd5349e991c3339761
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoFix condition check against wrong variable
Bea Lam [Mon, 20 Feb 2012 23:19:54 +0000 (09:19 +1000)]
Fix condition check against wrong variable

Change-Id: I0857166e666e886077e4b0eda2d8b00b13f99ba6
Reviewed-by: Bea Lam <bea.lam@nokia.com>
12 years agoSkip tst_QQuickListView::sectionsDelegate() for now
Bea Lam [Tue, 21 Feb 2012 00:09:02 +0000 (10:09 +1000)]
Skip tst_QQuickListView::sectionsDelegate() for now

Failing occasionally

Change-Id: I74fdc7f0d71a92ef2ea19df3125a362e2fa199c5
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoReduce the size of QTextPrivate.
Andrew den Exter [Mon, 20 Feb 2012 05:22:37 +0000 (15:22 +1000)]
Reduce the size of QTextPrivate.

Remove some unnecessary members, store colors as QRgb values instead
of QColor, and reorder members to minimise alignment padding.

Change-Id: Id3958429008c97a5714734a529250fe881e2161b
Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
12 years agoAdd optimizations for QJSValue tests for MSVC.
Jędrzej Nowacki [Thu, 9 Feb 2012 09:19:26 +0000 (10:19 +0100)]
Add optimizations for QJSValue tests for MSVC.

The comment is not valid. It was added for QScriptValue generated test
which are not included in QJSValue tests.

Change-Id: I958e3c1d1f57cfa0ad34d1a8c8387deec792efaf
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
12 years agocacheBuffer makes delegates appear briefly in wrong position
Martin Jones [Mon, 20 Feb 2012 03:59:41 +0000 (13:59 +1000)]
cacheBuffer makes delegates appear briefly in wrong position

Set delegates that are created asynchronously to non-visible.  This
would have happened the next time addVisibleItems() was called.

Task-number: QTBUG-24364
Change-Id: I4b628bef186c8c41bd6a4d9e4ac402d59bcb4972
Reviewed-by: Bea Lam <bea.lam@nokia.com>
12 years agoRemove the callback facility from context node.
Justin McPherson [Fri, 17 Feb 2012 03:52:09 +0000 (13:52 +1000)]
Remove the callback facility from context node.

- It's not really necessary.
- It's probably a mis-use of QSGNode::preprocess()
  - Because it triggers a race between object deletion in the main thread
  and preprocess() in the render thread.

Change-Id: I51433f508db306aab53398f8c3d1d8c9d9e986fd
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
12 years agoDeclarativeEngineDebugService: Fix Crash
Aurindam Jana [Fri, 17 Feb 2012 10:09:31 +0000 (11:09 +0100)]
DeclarativeEngineDebugService: Fix Crash

Iterate through contents of QVariantMap to convert
QObjects to streamable type.

Change-Id: I2cb64a84aef674904de43f9a0c0fee539b87a59a
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
12 years agoFix gcc compiler warnings.
Friedemann Kleint [Mon, 20 Feb 2012 16:05:26 +0000 (17:05 +0100)]
Fix gcc compiler warnings.

Change-Id: I22d0a45bdcf68c454af0aab9fa62dd2d126d63c2
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoMake compile.
Michael Brasser [Mon, 20 Feb 2012 22:58:59 +0000 (08:58 +1000)]
Make compile.

Fix compile after 054114a459580b71e170dc6bf356e8943d0ed068 in qtbase.

Change-Id: Ibeea6b4b2e3c5f420446b15edd1df7bf88535dcd
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoRemove commit headers
Aaron Kennedy [Mon, 20 Feb 2012 16:40:13 +0000 (16:40 +0000)]
Remove commit headers

These were used when we were porting from QtQuick 1 to QtQuick 2 but
are no longer necessary.

Change-Id: I0eeb7e13b4affdd6ab6c6dddea760afcdf38ee4f
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoConsole API: Pass context information from js to qt logging framework
Kai Koehne [Mon, 13 Feb 2012 13:35:21 +0000 (14:35 +0100)]
Console API: Pass context information from js to qt logging framework

Log the file, line, function context from the original calls in js.
Also print the stack trace as part of one multi-line message.

Change-Id: I53836df081f3ce06e9b52ebb647ba172ff6bdbef
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
12 years agoQmlProfilerTool: add tool to QDeclarative
Aurindam Jana [Thu, 9 Feb 2012 16:04:43 +0000 (17:04 +0100)]
QmlProfilerTool: add tool to QDeclarative

qmlprofiler is a standalone tool used to record
profiling data of QML apps. The data is stored
in a file which can be loaded in QtCreator for
investigation.

Change-Id: I308f4c40bc3876933bd0d32c336cef6cd6f5fb4a
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
12 years agoDelete v8methods array at destruction
Aaron Kennedy [Fri, 17 Feb 2012 10:52:37 +0000 (10:52 +0000)]
Delete v8methods array at destruction

Change-Id: I6412ad352ad23db4100fffc9285532eb7e0b3a71
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoDon't store source after script data is created
Aaron Kennedy [Thu, 16 Feb 2012 16:53:55 +0000 (16:53 +0000)]
Don't store source after script data is created

Change-Id: I84fd61893db3578b80beb85b9a88ed325ea7584f
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoReduce memory by not calling QUrl::toString() multiple times
Aaron Kennedy [Thu, 16 Feb 2012 14:10:12 +0000 (14:10 +0000)]
Reduce memory by not calling QUrl::toString() multiple times

Change-Id: I57ce25f4e20cac048ff507a8c195b83adc30040d
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoDon't store object and property in QDeclarativeAbstractBinding
Aaron Kennedy [Fri, 10 Feb 2012 12:57:57 +0000 (12:57 +0000)]
Don't store object and property in QDeclarativeAbstractBinding

Change-Id: Ia164655f6329ec80dc466a1a3a5613a73e1c23ac
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoReduce size of QV8Bindings
Aaron Kennedy [Tue, 14 Feb 2012 13:55:29 +0000 (13:55 +0000)]
Reduce size of QV8Bindings

Change-Id: I4bd8fed3f38aa358fb42e21b5cf19ff1aa61c138
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoReduce size of QDeclarativeJavaScriptExpression
Aaron Kennedy [Tue, 14 Feb 2012 13:10:29 +0000 (13:10 +0000)]
Reduce size of QDeclarativeJavaScriptExpression

Change-Id: Ie1242d18ef10e5cbd9c1cab27c31ad3f6d9281fd
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoReduce size of QV8Bindings::Binding
Aaron Kennedy [Tue, 14 Feb 2012 12:54:30 +0000 (12:54 +0000)]
Reduce size of QV8Bindings::Binding

Use the instruction ptr instead of copying data

Change-Id: I2e9c8ce2fcf5d664ac98d8d58b5733b60e8bf548
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoReduce the size of QDeclarativeAbstractBinding
Aaron Kennedy [Tue, 14 Feb 2012 12:43:43 +0000 (12:43 +0000)]
Reduce the size of QDeclarativeAbstractBinding

The weak pointer in every binding is rarely used, so we can store it in
the same memory as the me ptr.

Change-Id: I3ce7d767fa25cf5b6e6d30c4f022d0e94fc3ffbb
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoReduce the size of QDeclarative*Expression
Aaron Kennedy [Tue, 14 Feb 2012 12:13:51 +0000 (12:13 +0000)]
Reduce the size of QDeclarative*Expression

Reduces the size of QDeclarativeAbstractExpression and
QDeclarativeJavaScriptExpression.

Change-Id: I39386e5a45f8bd12bfb2d80b47dfec37f2f05479
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoUpdate ftw classes
Aaron Kennedy [Tue, 14 Feb 2012 11:20:32 +0000 (11:20 +0000)]
Update ftw classes

This is for the benefit of subsequent changes.

Change-Id: Ib494efb1474d069c067194008c9832653d5d8eb4
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoFix Screen::AngleBetween
Alan Alpert [Sun, 19 Feb 2012 23:35:02 +0000 (09:35 +1000)]
Fix Screen::AngleBetween

Enum values in invokables don't worry currently, so use ints.

Also AngleBetween is no longer static, so it has to be initialized
before the function can be used.

Change-Id: I4a6748fef6920bab6f08f22ce68911c3af6ce821
Reviewed-by: Martin Jones <martin.jones@nokia.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
12 years agoAdded QSGRenderNode class.
Kim Motoyoshi Kalland [Tue, 14 Feb 2012 11:31:11 +0000 (12:31 +0100)]
Added QSGRenderNode class.

Change-Id: I8c903cae490158b864af60f53c10c10f2faea7c0
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
12 years agoUse Utf8 for javascript source code
Aaron Kennedy [Tue, 14 Feb 2012 10:47:03 +0000 (10:47 +0000)]
Use Utf8 for javascript source code

This saves a surprising amount of memory.

Change-Id: I16f7bde8d11fe11703d4e441060fd52e9632248c
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoUse the existing endpoint object to connect alias notify signals
Aaron Kennedy [Mon, 13 Feb 2012 16:14:53 +0000 (16:14 +0000)]
Use the existing endpoint object to connect alias notify signals

Change-Id: I891ea5e3854a4fc92ba59e98417ad72774bd7adb
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoReduce size of QDeclarativePropertyData
Aaron Kennedy [Tue, 7 Feb 2012 13:33:22 +0000 (13:33 +0000)]
Reduce size of QDeclarativePropertyData

Accessors cannot overload properties and are not available on value
types so can be safely union'd together.

Change-Id: Iae34f8b2935d010ca43365238a7514c0e26953f0
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoUse an enum rather than a string to represent state event types.
Michael Brasser [Fri, 17 Feb 2012 04:02:49 +0000 (14:02 +1000)]
Use an enum rather than a string to represent state event types.

Change-Id: Iad230b610f35b1c1faa6ce60615551f293d4745d
Reviewed-by: Bea Lam <bea.lam@nokia.com>
12 years agoImprove test coverage for AnchorChanges.
Michael Brasser [Fri, 17 Feb 2012 02:42:29 +0000 (12:42 +1000)]
Improve test coverage for AnchorChanges.

Change-Id: If6d62febed093a07d75a6125a920aac628c35e54
Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
12 years agoStabilize test.
Michael Brasser [Sun, 19 Feb 2012 23:38:56 +0000 (09:38 +1000)]
Stabilize test.

Change-Id: I5b4c4298653186216e6e093ce3194cfde0cd51b9
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoTake QDeclarativeTransition::enabled() into account
Bea Lam [Fri, 17 Feb 2012 02:38:53 +0000 (12:38 +1000)]
Take QDeclarativeTransition::enabled() into account

Don't run transitions if enabled() is false

Change-Id: I1df5479f8415b12837df8d54aa3902e072c73037
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoAdd velocity data to TouchPoint
Michael Brasser [Wed, 8 Feb 2012 03:17:56 +0000 (13:17 +1000)]
Add velocity data to TouchPoint

Change-Id: I0555b3ad41e8c08563188e1ba9190e54d4bb3784
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoMake QLocale::uiLanguages() available in Qt.locale() object
Martin Jones [Fri, 17 Feb 2012 00:11:43 +0000 (10:11 +1000)]
Make QLocale::uiLanguages() available in Qt.locale() object

Available as uiLanguages property returning an array of strings.

Change-Id: Ic698bbaff2eb0f9f6720ae06952c12a987298964
Reviewed-by: Glenn Watson <glenn.watson@nokia.com>
12 years agoRemove QAccessibleInterface::navigate()
Jan-Arve Saether [Thu, 16 Feb 2012 12:07:24 +0000 (13:07 +0100)]
Remove QAccessibleInterface::navigate()

Hierarchical navigation has been moved to parent() and child(),
relationships have been moved to relations()

Change-Id: I4313eb3a6ed8b4812a347bb27b4d62f4f62ee9d5
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
12 years agoHave input method hints on only classes using them
Pekka Vuorela [Wed, 15 Feb 2012 12:30:44 +0000 (14:30 +0200)]
Have input method hints on only classes using them

Removed inputMethodHints setter and getter from QQuickItem.
No need to consume memory for input method hints on every item when
only QQuickTextInput and QQuickTextEdit actually use them.
Additionally introduced change signals on the editor hint properties.

Change-Id: Ice380d4f4dd47fdde73d2468f4a44a7d1540ad45
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
12 years agoAvoid an unnecessary layout when eliding text.
Andrew den Exter [Wed, 15 Feb 2012 01:40:59 +0000 (11:40 +1000)]
Avoid an unnecessary layout when eliding text.

Query the elided text from the initial layout rather than doing a
second layout of the line to be elided.

Change-Id: I399f99a11046013c0c51add2e2f2dd14b959831a
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoCheck pending changes before they are reset, not after
Bea Lam [Thu, 16 Feb 2012 04:52:39 +0000 (14:52 +1000)]
Check pending changes before they are reset, not after

Change-Id: Ibe295741ee323522b98e4fd834f61053f9053e1f
Reviewed-by: Martin Jones
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoProvide visual debugging for MouseArea and TouchArea
Yann Bodson [Thu, 16 Feb 2012 03:45:40 +0000 (13:45 +1000)]
Provide visual debugging for MouseArea and TouchArea

Display MouseAreas and TouchAreas as semi transparent rectangles
when the environment variable QML_VISUAL_TOUCH_DEBUGGING is set.

Task-number: QTBUG-24283
Change-Id: Iec8482a79ed1d4b802c29a5f7104af4e0a6eab7d
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
12 years agoReduce the memory used by QStringHash
Aaron Kennedy [Tue, 7 Feb 2012 13:29:52 +0000 (13:29 +0000)]
Reduce the memory used by QStringHash

This change reduces the memory consumed by individual QStringHashNodes,
and adds support for "linking" one hash to another that allows us to
avoid copying all the nodes.

Change-Id: Ib5bd151d8ec610a020fd125f46a4e218d959529b
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoQtDeclarative/Quick: Fix warnings.
Friedemann Kleint [Wed, 15 Feb 2012 09:23:33 +0000 (10:23 +0100)]
QtDeclarative/Quick: Fix warnings.

Change-Id: I71bd638fcc41356e0b76df27ec76ad3ed5ef90d9
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
12 years agoEnsure visibility changes are communicated through itemChange.
Michael Brasser [Wed, 15 Feb 2012 06:27:36 +0000 (16:27 +1000)]
Ensure visibility changes are communicated through itemChange.

Also added MouseArea test that depends on this functionality.

Change-Id: I1c303504ffd63d6b9dbdf95ab63e8426dc09c02d
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
12 years agoSet the type for unary expressions in v4.
Michael Brasser [Wed, 15 Feb 2012 00:27:44 +0000 (10:27 +1000)]
Set the type for unary expressions in v4.

Previously unary expressions were being discarded because the type
was not set. Also add tests verifying the results.

Change-Id: Icbb493fbb6f036e59c8a4a1fe232c118312a63a5
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoBuilt-in transition support for ListView & GridView
Bea Lam [Thu, 9 Feb 2012 07:59:44 +0000 (17:59 +1000)]
Built-in transition support for ListView & GridView

ListView and GridView can now be assigned transitions to be run when:
    - Populating the view (when initially setting the model / resetting)
    - Adding items
    - Removing items
    - Moving items

The ViewTransition attached object can be used from within a transition
declaration to access various information about the items that are
being transitioned.

Task-number: QTBUG-21504

Change-Id: Ie5c75ea511c8b15acc3f06fccf19abe34d3677f9
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoFix multi-length string substitution.
Andrew den Exter [Tue, 14 Feb 2012 07:02:55 +0000 (17:02 +1000)]
Fix multi-length string substitution.

Multi-length string eliding was provided by QFontMetrics::elidedText()
which is no longer used for layouts.  So we instead have to do the
string substitution ourselves if the text doesn't fit before finally
eliding.

Change-Id: Iab2e54b332390290d656299a5be148f39f78df9d
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoAllow binding the size of a Loader to its item.
Martin Jones [Thu, 16 Feb 2012 03:45:02 +0000 (13:45 +1000)]
Allow binding the size of a Loader to its item.

If the size of the Loader is bound to the item, the item was resized
before the binding was evaluated, resulting in an item height of 0.
This change allows bindings to the item to be evaluated before we
apply the resize logic.

Task-number: QTBUG-22628
Change-Id: I30acdb54214b422a9d4aa4e7e02a0af3674322db
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
12 years agoAdd basic plugin metadata for QtQuick2 import plugin.
Michael Brasser [Thu, 16 Feb 2012 04:08:54 +0000 (14:08 +1000)]
Add basic plugin metadata for QtQuick2 import plugin.

This indirectly fixes the qdebugmessageservice autotest,
which was getting confused by the "old plugin" warning.
Also updated the extension plugin interface to use
org.qt-project rather than com.trolltech.

Change-Id: I94fc6cf03d23e606c2e2333b013dd2b698f04623
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoQmlProfiler: sending start profiling message
Christiaan Janssen [Mon, 13 Feb 2012 13:06:47 +0000 (14:06 +0100)]
QmlProfiler: sending start profiling message

Will be used by the client to show status in the GUI.
When profiling is stopped, data is sent immediately,
therefore no "stop profiling" message.

Change-Id: Idd12069a9707296b87e305e8b3cbf8e324989a3f
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
12 years agoIntroduced QQuickCanvas::releaseResources().
Gunnar Sletta [Wed, 15 Feb 2012 10:32:02 +0000 (11:32 +0100)]
Introduced QQuickCanvas::releaseResources().

This function can be used in certain situations to purge the texture cache
and triggers more lazily to take down the scene graph and GL context

Change-Id: Icd9360ff50fda0e721ba0f1b520cda678e457a35
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
12 years agoFix warnings in sequence wrapper code
Chris Adams [Wed, 8 Feb 2012 05:45:18 +0000 (15:45 +1000)]
Fix warnings in sequence wrapper code

Previously, the sequence wrapper had unsigned int / signed int
comparisons (due to Qt container classes only allowing signed int
indexes (where negative indexes are invalid).

This commit ensures that unsigned indexes are bounds checked
appropriately, and also fixes a warning due to QString construction
from QByteArray.  Finally, it updates the documentation for sequences
to clarify the indexing semantics.

Change-Id: I4c6e133bef6e980a9ccb62ff15a70a5d41537ee3
Reviewed-by: Martin Jones <martin.jones@nokia.com>
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
12 years agoImprove test coverage for QQuickItem.
Michael Brasser [Wed, 15 Feb 2012 03:20:56 +0000 (13:20 +1000)]
Improve test coverage for QQuickItem.

Change-Id: I1a49fd44ba85e0fa87a76c07e39cb603cd4f12e7
Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
12 years agoRemove etcprovider plugin.
Michael Brasser [Mon, 13 Feb 2012 23:41:26 +0000 (09:41 +1000)]
Remove etcprovider plugin.

Handling image providers via QDeclarativeExtensionPlugin is not a
pattern we want to promote for library code. The plugin was also
missing documentation and autotests. It might be appropriate to be
re-added later as an example showing the use of an image provider with
a texture factory.

Change-Id: I2d8f3208aebd55180bd627b3f9acc0679eb6328c
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoAlter Clocks demo
Alan Alpert [Fri, 3 Feb 2012 06:31:31 +0000 (16:31 +1000)]
Alter Clocks demo

For further component reuse, it's now a delegate in a view that can load
many more clocks. Also looks better both in landscape and portrait mode.

Change-Id: Ib5f172ee165554dfbe1ab84b96fe0eec7c22b1d1
Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
12 years agoRemove pixmap text caching in TextEdit element
Yann Bodson [Wed, 15 Feb 2012 01:06:30 +0000 (11:06 +1000)]
Remove pixmap text caching in TextEdit element

Task-number: QTBUG-24278
Change-Id: Ida9014aceba93c023c88538969dff7e72ef5a6d8
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
12 years agoAdd string comparison test for v4.
Michael Brasser [Tue, 14 Feb 2012 23:29:54 +0000 (09:29 +1000)]
Add string comparison test for v4.

Change-Id: Ibd98608ca0c757afdde1db18877a5a92cdeb24ba
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
12 years agoFix typo in error string.
Glenn Watson [Mon, 13 Feb 2012 23:05:12 +0000 (09:05 +1000)]
Fix typo in error string.

Provide correct line/column information in case of error
while creating dynamic qml object.

Task-number: QTBUG-24065
Change-Id: I283408c898706dc6df57e21a57d97bafd56d9aaa
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoAdd slow animations mode to qmlscene
Aaron Kennedy [Tue, 7 Feb 2012 12:29:45 +0000 (12:29 +0000)]
Add slow animations mode to qmlscene

Change-Id: I0f850258e2cf5363bca2fa1c8b098aa5982eb232
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoDoc: Overhaul of doc/src/declarative and QtQuick2 docs.
Jerome Pasion [Thu, 9 Feb 2012 16:31:02 +0000 (17:31 +0100)]
Doc: Overhaul of doc/src/declarative and QtQuick2 docs.

-Consolidated model/view documentation into one.
-Added a new navigation for all overviews (grouped the pages)
-New front page that shows the grouping
-Separated the Qt C++ from the main QML overviews
-Consolidated Qt C++ into the "declarative runtime" section
-New articles about JavaScript, the engine, and plugins
-Fixed the older examples. New snippet comments
-Renamed some of the articles
-kept the qtquick2 qmlmodule
-"Qt Quick Elements"

Moved contents of doc/src/declarative into respective
module dirs.

-Qt Quick 2, LocalStorage, Particles, and QML are now
separate.
-Removed unused or duplicate documentation.
-edited C++ examples
-removed navigation and "\inqmlmodule QtQuick 2" for
those pages that are not in Qt Quick 2
-fixed doc/src/ licenses to header.FDL from qtbase

Change-Id: Ib36f9c07565d91160fa8d04f9670c438f684b82a
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
12 years agoPreserve aspect ratio when setting Image.sourceSize
Martin Jones [Tue, 14 Feb 2012 01:57:25 +0000 (11:57 +1000)]
Preserve aspect ratio when setting Image.sourceSize

Setting both sourceSize.width and sourceSize.height results in changing
the image aspect ratio.  This is never what you'd want.

Fit the image to the provided sourceSize, maintaining the aspect ratio.

Task-number: QTBUG-21161
Change-Id: I77e9aacb8d31475d5df0aef1de52c0edbd1e2fc9
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
12 years agoAdd new animation elements to element list.
Michael Brasser [Tue, 14 Feb 2012 06:40:42 +0000 (16:40 +1000)]
Add new animation elements to element list.

Change-Id: I714555e1255c0190619f313fc26f532f3b6f4c38
Reviewed-by: Bea Lam <bea.lam@nokia.com>
12 years agoCleanup auto.pro.
Michael Brasser [Tue, 14 Feb 2012 03:40:29 +0000 (13:40 +1000)]
Cleanup auto.pro.

Start running qmltest tests again. Other minor cleanup.

Change-Id: I0b823e3ac5ce1d894015d683b0a6bb6503538703
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
12 years agoFix access to context properties within TextEdit.cursorDelegate
Andrew den Exter [Tue, 14 Feb 2012 02:55:38 +0000 (12:55 +1000)]
Fix access to context properties within  TextEdit.cursorDelegate

Don't create the cursorDelegate instance before componentComplete as
the context may not be fully populated prior to that.

Task-number: QTBUG-21780

Change-Id: I6ca8a24989bc28e5c5ca06d61a85e32ff630ce7c
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoFix and stabilise sectionsPositioning() test
Bea Lam [Tue, 14 Feb 2012 00:54:56 +0000 (10:54 +1000)]
Fix and stabilise sectionsPositioning() test

The 'Turn sticky footer off' part was setting the content y to 40
which meant the sect_new was already below the last visible item of the
previous section, so turning off the NextLabelAtEnd flag didn't move
sect_new further down the view. (This test only occasionally failed
since the window didn't always update after changing the content y,
but now it changes the content y then waits for a polish before
continuing.)

Change-Id: I6a424f4bbd2eec1904a5fd20eb2bd79d5cac5b84
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoRemove missing image reference
Alan Alpert [Tue, 14 Feb 2012 01:26:31 +0000 (11:26 +1000)]
Remove missing image reference

Not really needed for this example anyways

Change-Id: I98fd546441f3fd5e6caa9212cc171dab3000a139
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoBetter document with examples how relative paths are resolved.
Andrew den Exter [Tue, 14 Feb 2012 00:18:38 +0000 (10:18 +1000)]
Better document with examples how relative paths are resolved.

Change-Id: Ia52956889216d11d7bb10307f09b582b55d0b4cd
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agomodify 'mousearea-example' to run with MANY MORE buttons
Rick Stockton [Wed, 8 Feb 2012 00:54:27 +0000 (16:54 -0800)]
modify 'mousearea-example' to run with MANY MORE buttons

The example formerly supported only 'Qt::LeftButton'
and 'Qt::RightButton'. This enhancement shows that qml
can work with any of the buttons supported by Qt itself.
(The example reacts to ALL 27 possible Qt mouse buttons.)

Task-number: QTBUG-24132

Change-Id: Id1c1431175c39eace43e48915a47da8c4f92a1b6
Reviewed-by: Rick Stockton <rickstockton@reno-computerhelp.com>
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
12 years agoQt.application.inputPanel to make deprecation warning only once
Pekka Vuorela [Fri, 10 Feb 2012 15:00:24 +0000 (17:00 +0200)]
Qt.application.inputPanel to make deprecation warning only once

Change-Id: I6db04fdbf648e0b91e7ef21f57b6062813ceb6c5
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
12 years agoFixed QML Item updates after reparenting.
Kim Motoyoshi Kalland [Wed, 8 Feb 2012 11:31:17 +0000 (12:31 +0100)]
Fixed QML Item updates after reparenting.

Setting an Item's parent to null caused its scene graph nodes to
be deleted, but resetting the parent to a valid object did not
recreate and update all the nodes.

Task-number: QTBUG-21032
Change-Id: I00f93a481a326ba9b9fb98bf4212479622552783
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
12 years agoDoc: Adding images from Qt 5 bundle to doc/src/images.
Jerome Pasion [Mon, 3 Oct 2011 10:25:14 +0000 (12:25 +0200)]
Doc: Adding images from Qt 5 bundle to doc/src/images.

The declarative images should be in doc/src/image and not in
the bundle. qdoc3 reports errors because it cannot find the
images.

Change-Id: Ie770cf8d0462e0e23cde33d6867dbfe30ae679f1
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
12 years agoChange variant properties to var properties.
Justin McPherson [Mon, 13 Feb 2012 06:16:42 +0000 (16:16 +1000)]
Change variant properties to var properties.

Helps with the use of js objects in test data etc.

Change-Id: I95661118a8ded277c0e1d3c951182dee3f550e12
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
12 years agoDon't crash when an animation update causes it to delete itself.
Michael Brasser [Mon, 13 Feb 2012 00:11:26 +0000 (10:11 +1000)]
Don't crash when an animation update causes it to delete itself.

Change-Id: Ic108adfb99a09e6ede71d474240fb0917cee6961
Reviewed-by: Bea Lam <bea.lam@nokia.com>
12 years agoRemove non-standard canvas filter/mirror functions
Charles Yin [Mon, 13 Feb 2012 00:43:51 +0000 (10:43 +1000)]
Remove non-standard canvas filter/mirror functions

They are not standard context 2d APIs, and now the same effects can
be implemented by the ShaderEffect/QtGraphicEffects as well, so remove
them from canvas 2d to reduce the duplicated features.

Change-Id: If77ea6794e839a59927a313702aeea2282384844
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
12 years agoAdd basic TouchCancel handling to canvas.
Laszlo Agocs [Fri, 10 Feb 2012 11:43:00 +0000 (13:43 +0200)]
Add basic TouchCancel handling to canvas.

This makes sure that touchEvent() is properly called for all items in
the scene that have an active touch. It does not handle the cancel
event in any other special way.

Change-Id: Id66527ced8cb63d0b29f25f37c139e6d6aec9ba0
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoqmltest: Remove obsolete skipAll function.
Jason McDonald [Mon, 13 Feb 2012 03:30:26 +0000 (13:30 +1000)]
qmltest: Remove obsolete skipAll function.

The skipAll function has been left in qmltest for a transitional period
to give upstream projects time to catch up with the removal of the
function from the API.  This transitional period is now finished.

Task-number: QTBUG-21652
Change-Id: I10173ef9a676b804e6cf2e7f6e9a82f7b7b4c078
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
12 years agoqmltest: Count passes, fails and skips consistently.
Jason McDonald [Thu, 9 Feb 2012 06:17:32 +0000 (16:17 +1000)]
qmltest: Count passes, fails and skips consistently.

This commit changes qmltest to count one pass per data row, rather than
a single pass for an entire data-driven test function.  This makes
counting of passes consistent with counting of fails and skips which
were already counted once per data row.  This change also means that the
plain-text, xml and light-xml output formats will now show one result
per data row, so that every data row executed will be shown in the test
output with either a pass, fail or skip result.  Previously data rows
that passed were not shown in the output, preventing analysis of total
number of tests runs, pass-rates, and various other metrics.

This commit corresponds to (and depends on) a commit in the qtbase
module which changes the behaviour of qtestlib in the same way.

Task-number: QTBUG-21848
Task-number: QTBUG-22124
Change-Id: I3c1f0e68bdff4087b9ccfc80a3f96f4541335b6f
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
12 years agoQML Text: make sure that the bounding rect has a y position of 0.
Yann Bodson [Sun, 12 Feb 2012 23:52:11 +0000 (09:52 +1000)]
QML Text: make sure that the bounding rect has a y position of 0.

This line was lost in a previous merge.

Change-Id: If3683fa17630452abab115638c1c0ebf0824e2a1
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
12 years agoChange linkage of datafunction in V8_DEFINE_EXTENSION to static.
Justin McPherson [Fri, 10 Feb 2012 06:04:11 +0000 (16:04 +1000)]
Change linkage of datafunction in V8_DEFINE_EXTENSION to static.

Stops interaction with items of the same name elsewhere.

Change-Id: I37ffdc8253d76247f03bd593785a35069636eba8
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
12 years agoMake sure polish() is reentrant.
Justin McPherson [Tue, 7 Feb 2012 05:31:28 +0000 (15:31 +1000)]
Make sure polish() is reentrant.

Take a copy of the items currently scheduled for polish (and clear the internal
list) to ensure an item can re-add itself to the polish list during an
updatePolish().

Change-Id: I0c629795f64d5926ac87a838ea5e216b6a1fa6cf
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
12 years agoFix anchor jitters that could occur during animation.
Michael Brasser [Fri, 10 Feb 2012 00:15:13 +0000 (10:15 +1000)]
Fix anchor jitters that could occur during animation.

The anchors were using a different definition of center than the
actual center (9337c140cab7db1285f893b66d0e56423a74c253). With
this change center-anchored Rectangles may sometimes have fuzzy
antialiasing again.

Task-number: QTBUG-12441
Task-number: QTBUG-21730
Change-Id: Iaf61409c7c523510d0d657fe7ba96f29a8610090
Reviewed-by: Martin Jones <martin.jones@nokia.com>
12 years agoTrack the animationRunning flag correctly in QQuickRenderThreadSingleContextWindowManager
Charles Yin [Fri, 10 Feb 2012 05:33:53 +0000 (15:33 +1000)]
Track the animationRunning flag correctly in QQuickRenderThreadSingleContextWindowManager

The animationRunning value in QQuickRenderThreadSingleContextWindowManager
should always match the animation driver's running state. When the renderer
starts rendering, should check and update the animationRunning to
the current animation driver's isRunning() value after killing the
animation timer.

Change-Id: I30b55872ae1fc69b8db47ead7f1f2ee86de966c8
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
12 years agoDebugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerService
Kai Koehne [Thu, 2 Feb 2012 11:06:06 +0000 (12:06 +0100)]
Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerService

This avoids naming confusion with QDeclarativeTrace + makes it in line
with QV8ProfilerService.

Change-Id: Ifd801655044cff3ffdb2a9695ffc9868eeb51663
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
12 years agoDebugger: Consistenly use 'state' instead of 'status'
Kai Koehne [Thu, 2 Feb 2012 10:18:08 +0000 (11:18 +0100)]
Debugger: Consistenly use 'state' instead of 'status'

Fix inconsistent naming e.g. in QtDeclarativeEngineDebug by always
using 'state' instead of 'status'. This is in line with the other
source code, which also seems to favor 'state'.

Change-Id: I65a7a3bd0eb7dfffeb37b5f8dad15b0a4a78de70
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
12 years agoUse QInputMethod instead of deprecated QInputPanel
Pekka Vuorela [Fri, 3 Feb 2012 08:07:51 +0000 (10:07 +0200)]
Use QInputMethod instead of deprecated QInputPanel

Similarly deprecate Qt.application.inputPanel and
introduce replacement Qt.inputMethod.

Change-Id: Ie4fd467f93f75023c86b0a2d038d858fe5001146
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Sami Kananoja <sami.kananoja@nokia.com>