platform/upstream/qtdeclarative.git
9 years agoMore cleanups in qv4value_p.h
Lars Knoll [Fri, 13 Feb 2015 14:23:13 +0000 (15:23 +0100)]
More cleanups in qv4value_p.h

Change-Id: Ie48dc8f95daa4738e690902b5d33010afa7b974f
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoFix/suppress compiler warning about unused private field.
Erik Verbruggen [Thu, 23 Apr 2015 10:04:58 +0000 (12:04 +0200)]
Fix/suppress compiler warning about unused private field.

In file included from /Users/erik/dev/qt5-dev/qtdeclarative/src/quick/util/qquickimageprovider.cpp:34:
/Users/erik/dev/builds/qt5-dev-debug/qtbase/include/QtQuick/../../../../../qt5-dev/qtdeclarative/src/quick/util/qquickimageprovider.h:107:38: warning: private field 'd' is not used [-Wunused-private-field]
    QQuickAsyncImageProviderPrivate *d;
                                     ^

Change-Id: Ia5b279233f4b5bea85d733b6cdd894b82b6abd68
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoSkip the remote image source test and fix blacklisting of the other tests
Simon Hausmann [Wed, 22 Apr 2015 08:19:05 +0000 (10:19 +0200)]
Skip the remote image source test and fix blacklisting of the other tests

There's a deadlock in qdbus that we're hitting with remote tests. We should
skip it and the other tests, but only on Linux.

Task-number: QTBUG-45655
Change-Id: I4523fdaa2c8855c5029667fb0e32b99ec563af27
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoMerge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/dev
Simon Hausmann [Thu, 23 Apr 2015 13:35:38 +0000 (13:35 +0000)]
Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/dev

9 years agoFolderListModel: add indexOf(file) function
Shawn Rutledge [Tue, 21 Apr 2015 15:57:40 +0000 (17:57 +0200)]
FolderListModel: add indexOf(file) function

Needed in QtQuick.Dialogs FileDialog implementation to help with
pre-selecting files.

Task-number: QTBUG-42814
Change-Id: Iaa7be083c238e214a12819b722cbd12f94b27965
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
9 years agoMerge remote-tracking branch 'origin/5.5' into dev
Liang Qi [Wed, 22 Apr 2015 13:04:42 +0000 (15:04 +0200)]
Merge remote-tracking branch 'origin/5.5' into dev

Conflicts:
src/qml/qml/qqmlbinding.cpp
src/qml/jsruntime/qv4arraybuffer.cpp
src/qml/jsruntime/qv4functionobject.cpp

Change-Id: Ic752e9dfd69b282093651c9234c110a49762f06d

9 years agoInclude QQuickWindow::resetOpenGLState() in OpenGL under QML example.
Gunnar Sletta [Tue, 31 Mar 2015 14:14:14 +0000 (16:14 +0200)]
Include QQuickWindow::resetOpenGLState() in OpenGL under QML example.

Change-Id: Ieae110475dfb3f91d68919c7075054b5400f9e73
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
9 years agoAdd plugins.qmltypes for QtQml.Models
J-P Nurmi [Mon, 20 Apr 2015 12:56:36 +0000 (14:56 +0200)]
Add plugins.qmltypes for QtQml.Models

Task-number: QTBUG-43229
Task-number: QTCREATORBUG-13780
Change-Id: Ice39a26809eb433a01205bae5cea9cfdc0699c27
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
9 years agoRename Heap::Base::as() to cast()
Lars Knoll [Fri, 13 Feb 2015 13:17:45 +0000 (14:17 +0100)]
Rename Heap::Base::as() to cast()

The as() methods in other places to dynamic type checking, whereas
cast() methods are basically the same as a static_cast.

Change-Id: Iacd0174824b41b8fad05d6b55b1e62e3b44a31db
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoRemove last asFoo() methods from Managed
Lars Knoll [Fri, 13 Feb 2015 13:08:33 +0000 (14:08 +0100)]
Remove last asFoo() methods from Managed

Also add some safety checks in case the heap pointer
inside the Value is 0.

Change-Id: I61d37410c10c34f197175dbbd9ea8fa8c95c12cd
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoMove some methods from qv4value_inl_p.h to qv4value_p.h
Lars Knoll [Fri, 13 Feb 2015 13:02:09 +0000 (14:02 +0100)]
Move some methods from qv4value_inl_p.h to qv4value_p.h

Change-Id: If8fe9907ad1cc479f7615ceabd419e74b4da0d11
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoadd manual tests for touch interaction
Shawn Rutledge [Wed, 18 Feb 2015 08:23:32 +0000 (09:23 +0100)]
add manual tests for touch interaction

So far there are manual tests for Flickable and
MultiPointTouchArea.  It can be expanded later.

Change-Id: Ifa838b68f137a49647a208dc15f22c90f1e02d1f
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
9 years agoRemove now unused managed_cast template method
Lars Knoll [Fri, 13 Feb 2015 13:01:44 +0000 (14:01 +0100)]
Remove now unused managed_cast template method

Change-Id: Id8a5290848b65222cc9ebfe7a6d59f7994096e14
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoGet rid of asFunctionObject()
Lars Knoll [Fri, 13 Feb 2015 12:56:05 +0000 (13:56 +0100)]
Get rid of asFunctionObject()

Change-Id: Ib4858376dc0ec57fa473c80696abc66a570c90ec
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoMore cleanups
Lars Knoll [Fri, 13 Feb 2015 12:39:20 +0000 (13:39 +0100)]
More cleanups

Get rid of Value::asObject(), and pass const Managed pointers
into some more vtable methods.

Change-Id: Ia4f427d5fd8868f77b4015d1ce5424d32bfc2115
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoGet rid of asManaged()
Lars Knoll [Fri, 13 Feb 2015 11:19:04 +0000 (12:19 +0100)]
Get rid of asManaged()

Change-Id: I853417fdf1cc339f7d43a006c20e1626b6bfb288
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoGet rid of asNumberObject
Lars Knoll [Fri, 13 Feb 2015 10:47:25 +0000 (11:47 +0100)]
Get rid of asNumberObject

Change-Id: Ie6355beabce3de65c215514d9dc98294b5980c9d
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoXCB: respect QPlatformDrag::ownsDragObject().
Mitch Curtis [Tue, 21 Apr 2015 11:41:33 +0000 (13:41 +0200)]
XCB: respect QPlatformDrag::ownsDragObject().

In a Qt Quick application on X11, QDrag events were deleted before
their data could be passed to an external application. There was a
function introduced recently to account for this problem, so we should
use that instead.

Change-Id: If74dd32bb8c7aa7c2e3160448af546d2e8640528
Task-number: QTBUG-45604
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
9 years agoStabilize QQuickWindow test
Simon Hausmann [Tue, 21 Apr 2015 08:48:29 +0000 (10:48 +0200)]
Stabilize QQuickWindow test

Various test functions use QTest::touch* and QTest::mouse* to synthesize
touch/mouse events. The synthetization relies on the QWindow to be globally
positioned (with regards to the window manager), as it performs a translation
of the supplied window coordinates to global coordinates. If this happens too
early in the window mapping process, we end up with wrong global coordinates,
that in turn mean that when the event is mapped back to the window coordinates
later, it has the wrong coordinates and not what the test expects.

qWaitForWindowActive tries to accommodate this case by waiting until the
positioning of the window is "complete", as opposed to qWaitForWindowExposed,
which returns as soon as we have a rendering surface.

The symptom in the CI system was that when this race condition hit, the y
coordinate of events was off by 28 pixels on Ubuntu machines, which appears to
be the height of the title or menu bar.

Therefore this patch changes test functions that synthesize events to use
qWaitForWindowActive.

Change-Id: Ia8ecff517f4eefb15068ca1c342ef6666681c362
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
9 years agoExtend blacklist
Simon Hausmann [Tue, 21 Apr 2015 07:35:00 +0000 (09:35 +0200)]
Extend blacklist

stopAtBounds also fails on 64-bit machines, as seen in
http://testresults.qt.io/logs/qt/qtdeclarative/aa44b0fe7e7a72ec4257b338938e1ec3b7aee1e1/windows8x86_64windows8x86_64msvc2013developer-build_release_build-examples/6da9f7a63d5f4ce18e85b7a72ff0e888f3446352/testlog.txt.gz

Change-Id: If8ac78bdb3b1e66106644efc19ef8fd018aac66e
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoPrivately export QQuickPaintedItemPrivate.
Mitch Curtis [Fri, 17 Apr 2015 10:19:08 +0000 (12:19 +0200)]
Privately export QQuickPaintedItemPrivate.

We need it in Qt Quick Extras 2.0.

Change-Id: Ieafa4a860322615066c4569a59fa2f85c8b2f956
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
9 years agoSkip some tests that are hanging in the CI system
Simon Hausmann [Fri, 17 Apr 2015 08:21:36 +0000 (10:21 +0200)]
Skip some tests that are hanging in the CI system

It is most unfortunate that those tests are hanging, but in order to move
forward we temporarily skip them.

Task-number: QTBUG-45655
Change-Id: I9fae6c21ca3b5c7eb6715d520bd58e366136ed58
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoTestCase: add equals() function to QuickTestImageObject.
Mitch Curtis [Thu, 16 Apr 2015 12:31:01 +0000 (14:31 +0200)]
TestCase: add equals() function to QuickTestImageObject.

This allows for comparison of image objects returned from TestCase's
grabImage() function using QImage's operator== function. Doing pixel by
pixel image comparisons in QML is extremely slow.

This functionality is useful for checking that an item was redrawn
after a property change, for example.

[ChangeLog][QuickTest][TestCase] Added equals() function to image
object returned from TestCase's grabImage() function.

Change-Id: I0ece9df6effe2b1b9d8e1ee8ac011115d9367ef2
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoAdd CONSTANT to Q_PROPERTY textDocument
Kari Hautamäki [Mon, 20 Apr 2015 11:49:09 +0000 (14:49 +0300)]
Add CONSTANT to Q_PROPERTY textDocument

Add CONSTANT keyword to Q_PROPERTY textDocument to remove warning "depends
on non-NOTIFYable properties".

Task-number: QTBUG-45115
Change-Id: I090870765e8b32bc1438d21d9c1b7ef942c043b5
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
9 years agoqmlplugindump: add dependencies
Marco Benelli [Tue, 17 Mar 2015 15:33:14 +0000 (16:33 +0100)]
qmlplugindump: add dependencies

Change-Id: I53b2a394ba1f6c8a7a88f7456fba8646cdf35bf4
Task-number: QTBUG-41079
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoEliminate remaining property cache string lookups upon object instantiation
Simon Hausmann [Mon, 13 Apr 2015 11:46:40 +0000 (13:46 +0200)]
Eliminate remaining property cache string lookups upon object instantiation

Even for the id property binding we can use the property data cache and
therefore avoid string hashing.

Change-Id: Id9a4ca3159cdfe5ba93060f1bc8626e70140daa1
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoSpeed up instantiation of objects that are assigned to list properties
Simon Hausmann [Fri, 10 Apr 2015 08:13:04 +0000 (10:13 +0200)]
Speed up instantiation of objects that are assigned to list properties

For example massive amount of Item{} objects that are "children" of another
item and thus get assigned to the default data list property. Instead of
repeatedly retrieving that list property via a meta-call, we can do that only
once and re-load if necessary.

Change-Id: Ia7d10b84b3c7dca58d9f0b4b2138bd6f916c128d
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoSpeed up property binding initialization on object creation
Simon Hausmann [Thu, 9 Apr 2015 08:23:17 +0000 (10:23 +0200)]
Speed up property binding initialization on object creation

Avoid repeated string hashing and lookups in the property cache in order to
retrieve the property details when initializing literal and script bindings.
Instead we now cache the property data at type validation time, similar to how
the property data was encoded in the VME instructions in the old engine.

Change-Id: I3957c7c4c3e26dfa97c4880b23940a3755ee90e4
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoAlways return a proper Value from JIT generated code
Lars Knoll [Mon, 20 Apr 2015 11:38:31 +0000 (13:38 +0200)]
Always return a proper Value from JIT generated code

When throwing an exception, we ended up having junk data in
the return value register. That could end up being written
onto the JS stack when returning from the function, and then
causing crashes in the garbage collector afterwards.

Fix it by returning undefined in case we throw an exception.

Change-Id: Ice380f2de673b179c1e2c98fbeb87e47347ef520
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoAddress uninitialized pointer variables
Holger Hans Peter Freyther [Tue, 31 Mar 2015 18:23:27 +0000 (20:23 +0200)]
Address uninitialized pointer variables

Coverity CID 10721, 84861, 86705, 85424, 85422,
85259, 84863, 84857

Change-Id: Ia86970b5ac4e0be9de01b79b618d33011da6a328
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoDoc: Expand on QJSEngine exception handling
Sze Howe Koh [Tue, 14 Apr 2015 23:45:03 +0000 (07:45 +0800)]
Doc: Expand on QJSEngine exception handling

- List the properties provided by the Error object. They consist of the
  standard properties and a subset of the Mozilla extensions.
- Add QJSValue::property() usage to the example code.
- Add cross-referencing.
- Some rephrasing for clarity and conciseness.

Change-Id: I1eb6943899fee2bd81851ccb03660a7a474a975d
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
9 years agoGet rid of asStringObject()
Lars Knoll [Fri, 13 Feb 2015 10:45:03 +0000 (11:45 +0100)]
Get rid of asStringObject()

Change-Id: Iad3afd00d2fdbd04efa4f3b841f11269ab496826
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoqquickitemviewtransition_p.h: eliminate a "_p_p.h" include
J-P Nurmi [Fri, 10 Apr 2015 12:20:39 +0000 (14:20 +0200)]
qquickitemviewtransition_p.h: eliminate a "_p_p.h" include

QtQuick.Controls2.StackView includes qquickitemviewtransition_p.h
to run push/pop transitions from C++. Make this header include less
and use forward declares to avoid including Q_AUTOTEST_EXPORT'd
classes, causing a linking error on Windows.

Change-Id: Ide82a66de62697d01609e5e03798b7a6a893c418
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Reviewed-by: Elvis Teixeira
9 years agoDoc: corrected some language issues
Nico Vertriest [Mon, 30 Mar 2015 08:27:35 +0000 (10:27 +0200)]
Doc: corrected some language issues

Task-number: QTWEBSITE-628
Change-Id: I608c4fe5e18f6494cc03377080a536a01be232ca
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
9 years agoFix forward declaration of QQmlSourceLocation.
Friedemann Kleint [Fri, 17 Apr 2015 06:46:11 +0000 (08:46 +0200)]
Fix forward declaration of QQmlSourceLocation.

Fix warning:
qtdeclarative/src/qml/qml/qqmljavascriptexpression_p.h(55) : warning C4099: 'QQmlSourceLocation' : type name first seen using 'struct' now seen using 'class'

Change-Id: Id441502913180631fe09c2f256498063c8f144b1
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agorename manual test dir shorcuts -> shortcuts
Shawn Rutledge [Thu, 16 Apr 2015 07:52:53 +0000 (09:52 +0200)]
rename manual test dir shorcuts -> shortcuts

Change-Id: Icdd494fb6c561b15d3cccb925b84990163c77bf2
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
9 years agoGet rid of Value::asDateObject()
Lars Knoll [Fri, 13 Feb 2015 10:31:45 +0000 (11:31 +0100)]
Get rid of Value::asDateObject()

Change-Id: I71816a784b5175f600c5a870318b16c0d84c42fb
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoMerge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5
Liang Qi [Thu, 16 Apr 2015 18:27:44 +0000 (18:27 +0000)]
Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5

9 years agoQML Engine: JSON XHR response type support
Valery Kotov [Tue, 7 Apr 2015 17:34:44 +0000 (20:34 +0300)]
QML Engine: JSON XHR response type support

Support for "json" response type for QQmlXMLHttpRequest was
added.

[ChangeLog][QtQml][QQmlXMLHttpRequest] QQmlXMLHttpRequest now
supports "json" binary response type.

Change-Id: I21b7659c02dfdc6b64a73e1d2003e269d90b3b23
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoFurther cleanups
Lars Knoll [Fri, 13 Feb 2015 09:42:01 +0000 (10:42 +0100)]
Further cleanups

The get and getIndexed vtable methods should take a const Managed
pointer. Start cleaning up the asFoo() methods in Value and Managed
by removing asArrayObject() and asErrorObject().

Change-Id: Ibd49bf20773ef84c15785b7ac37a7bc9fd4745d5
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoSpeed up composite type instantiation with lots of IDs
Simon Hausmann [Fri, 10 Apr 2015 13:17:51 +0000 (15:17 +0200)]
Speed up composite type instantiation with lots of IDs

We don't need to convert from a QHash to a QVector in order to populate the
property name cache in QQmlContextData.

Change-Id: Ifa8e4f64a1e174907e92684b2d38abaf0a4a705c
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoSpeed up object creation
Simon Hausmann [Fri, 10 Apr 2015 13:17:36 +0000 (15:17 +0200)]
Speed up object creation

Avoid copying url and file name twice into the context every time we
instantiate an object.

Change-Id: I1c76b80b9c44f95512af5899d760151f6dcd7bb5
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoSpeed up object creation with lots of id name objects
Simon Hausmann [Fri, 10 Apr 2015 12:56:24 +0000 (14:56 +0200)]
Speed up object creation with lots of id name objects

In the common case when objects are referenced by id, we don't need the
QQmlContextData's property name cache for the lookup. Instead of bindings
we resolve the id to an integer at type compilation time. Therefore we can
delay the population of the QQmlContextData's propertyNames until we need it
and therefore safe time on startup.

Change-Id: I2e8eeb51b1ac92f230059be3467f9a1e00fdbbef
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoSpeed up script binding initialization
Simon Hausmann [Thu, 9 Apr 2015 13:50:55 +0000 (15:50 +0200)]
Speed up script binding initialization

Don't spend any time repeatedly building the same internal class for the simple
binding functions. We can do that once at engine construction time.

Change-Id: I3777b5bd15ad4a8aaf78ae13bee27e8d8cadc2ee
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoAvoid strict mode for the surrounding QML call contexts
Simon Hausmann [Thu, 9 Apr 2015 10:33:13 +0000 (12:33 +0200)]
Avoid strict mode for the surrounding QML call contexts

The strict mode is not necessary from a correctness point of view but comes
with the extra cost that for each script binding additional caller and
arguments accessor members are a installed on the internal class.

Change-Id: I13b688bc8344ee2f027679821586ca7670d17cc5
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoSupport sRGB for text with QQuickWidget
Laszlo Agocs [Wed, 15 Apr 2015 16:14:15 +0000 (18:14 +0200)]
Support sRGB for text with QQuickWidget

Otherwise we get visually different results with QQuickWindow
and QQuickWidget on OS X.

Task-number: QTBUG-42861
Change-Id: Icbf6f6e980129f5de73a88e7be7bef4f592e875e
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
9 years agoSpeed up creation of objects without script bindings
Simon Hausmann [Thu, 9 Apr 2015 14:07:08 +0000 (16:07 +0200)]
Speed up creation of objects without script bindings

Avoid the creation of the QML binding wrappers if we don't need it, by
moving the creation into a function that creates it on demand.

Change-Id: I1af6a8507a114c1a0b83374704981b7ed4c4a3fc
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoSpeed up copying of value types in bindings
Simon Hausmann [Fri, 10 Apr 2015 12:22:58 +0000 (14:22 +0200)]
Speed up copying of value types in bindings

When a binding results in a value type reference and the destination property
is of the same time, then we can avoid a heap allocation and just allocate
the value type memory on the stack, construct, copy and destruct.

Change-Id: If71ef82b0ced85c1b962c5e44147d6c07edd1440
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoSpeed up value type binding creation
Simon Hausmann [Fri, 10 Apr 2015 10:34:46 +0000 (12:34 +0200)]
Speed up value type binding creation

* Avoid calling QMetaType::construct/destruct(typeId, ...) as that requires
  repeated lookups in the type registry. Instead cache the constructor/destructor/etc.
  function addresses in the QQmlValueType singletons as QMetaType
* Allocate memory for the gadget pointer lazily, to accommodate the common case of
  a value type binding by property reference.

Change-Id: I98a3ac73453b8f80027c06401b4f29a9707949d2
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoChanged QML type locking
Simon Hausmann [Mon, 13 Apr 2015 14:01:59 +0000 (16:01 +0200)]
Changed QML type locking

Replace the use of QReadWriteLock with a plain QMutex. At this point
QReadWriteLock adds a lot of overhead due to its internal QHash and otherwise
offers little over a recursive mutex, especially given that there is most
of the time only one reading thread and one writing thread.

Change-Id: I0a91e4a64cff5d25e4a133ed46b08912e81bb055
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoSpeed up creation of objects that don't import scripts
Simon Hausmann [Fri, 10 Apr 2015 13:53:02 +0000 (15:53 +0200)]
Speed up creation of objects that don't import scripts

In the common case of no 'import "Foo.js" as Bar' we can avoid the creation of
the JS array that holds the script references.

Change-Id: I6704bd9efaf8681f939a148b2cb0a1de2cb22d80
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoSpeed up binding evaluation
Simon Hausmann [Fri, 10 Apr 2015 10:34:36 +0000 (12:34 +0200)]
Speed up binding evaluation

Don't spend any cycles of determining the location of the binding (file, line,
column) unless we really need that information. That's the case when the profiler
is active or an error happens.

Change-Id: Iae97808d500b88fed6a813e8b224aa6ebe04d3b6
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoMerge remote-tracking branch 'origin/5.4' into 5.5
Liang Qi [Thu, 16 Apr 2015 10:29:42 +0000 (12:29 +0200)]
Merge remote-tracking branch 'origin/5.4' into 5.5

Conflicts:
tests/auto/qml/debugger/qv4profilerservice/qv4profilerservice.pro
tests/auto/qml/debugger/qqmldebuggingenabler/qqmldebuggingenabler.pro

Change-Id: I76d87e3df97ebdba902ca3d7488c1582eca2a83c

9 years agoFix regressed atlas texture log output. Broken since: a49b0ad786
Gunnar Sletta [Tue, 24 Mar 2015 06:58:39 +0000 (07:58 +0100)]
Fix regressed atlas texture log output. Broken since: a49b0ad786

Change-Id: I5df32609b45047666ea8bde500cf771736c396e5
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
9 years agoMake sure we have enough precision to run animations for years.
Gunnar Sletta [Wed, 1 Apr 2015 12:45:30 +0000 (14:45 +0200)]
Make sure we have enough precision to run animations for years.

Task-number: QTBUG-45358
Change-Id: I4af0da937253f3ae578333c659dcbb132312a9cc
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
9 years agoAdded a new render job stage: NoStage
Miikka Heikkinen [Wed, 18 Mar 2015 12:13:10 +0000 (14:13 +0200)]
Added a new render job stage: NoStage

NoStage allows scheduling jobs for immediate execution on the
renderer thread.

[ChangeLog][QtQuick][QQuickWindow] Added a render job stage: NoStage

Task-number: QTBUG-44953
Change-Id: I918c79f1d095bc27d911a88d81376d146a04313c
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Reviewed-by: Pasi Keränen <pasi.keranen@digia.com>
9 years agoMake sure we stop animators if they are yet to be started.
Gunnar Sletta [Wed, 8 Apr 2015 07:27:44 +0000 (09:27 +0200)]
Make sure we stop animators if they are yet to be started.

Change-Id: I311e66c64a79581739f80e124fd58da2aaded549
Task-number: QTBUG-45220
Reviewed-by: Michael Brasser <michael.brasser@live.com>
9 years agoStabilize tst_qquickimage::noLoading
Simon Hausmann [Tue, 14 Apr 2015 12:38:07 +0000 (14:38 +0200)]
Stabilize tst_qquickimage::noLoading

The test loads an image from a remote source and it has a QSignalSpy installed
for the progressChanged(qreal) signal on the QQuickImage. The test counts the
number of times the signal is emitted and expects it to hit an exact value.
That seems wrong when loading an image over the network, as we have no control
over in what pieces the data arrives on our end. And as it turns out, the test
occasionally fails in the CI system, which is also reproducible.

To stabilize the test, we now expect at least two emissions of the signal when
loading from the network (0% and 100%) but there may be more (0% 10% 80% 100%
for example). In addition the reload case is simplified by resetting the spy
and verifying that progressChanged was not emitted at all.

Change-Id: Ib2e660651d40b92eff889ebe3baabb74d6e00fb4
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Reviewed-by: Albert Astals Cid <albert.astals@canonical.com>
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
9 years agoUnregister types in the QMetaType system on unload.
Robert Griebl [Tue, 24 Mar 2015 21:28:34 +0000 (22:28 +0100)]
Unregister types in the QMetaType system on unload.

This patch will enable the unregistering of previously registered
QMetaTypes, when the corresponding Qml type is dead.
The API for this was added to QtBase with b00201b.

Change-Id: I96d4a3004d8da59ee8edf7cfd6d2fef3a5410807
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoQML Engine: Share data for ArrayBuffer created from QByteArray.
Valery Kotov [Wed, 25 Mar 2015 18:17:08 +0000 (20:17 +0200)]
QML Engine: Share data for ArrayBuffer created from QByteArray.

ExecutionEngine performs shallow copy of internal data for ArrayBuffer
created from QByteArray.

Change-Id: I514cd9708a7fbe9a989937fac62d00b464d7362d
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Reviewed-by: Valery Kotov <kotov.valery@gmail.com>
Reviewed-by: Pasi Keränen <pasi.keranen@digia.com>
9 years agoV4 JIT: cosmetic change
Julien Brianceau [Tue, 14 Apr 2015 16:15:54 +0000 (18:15 +0200)]
V4 JIT: cosmetic change

Since 4377d44fb7399751ed4f284bb4be7ece494aff6d, we can avoid one
generateFunctionCallImp bounce.

Change-Id: I2e92578dbc26a614f7626d2c28a2d9b28dd06b6b
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoProtect the RegExp against early garbage collection
Albert Astals Cid [Tue, 14 Apr 2015 14:02:43 +0000 (16:02 +0200)]
Protect the RegExp against early garbage collection

Backported from Qt 5.5

Change-Id: Ice9fd8061fac0c35d787e1603873c69f8ef7e10b
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoUse qt_subtract_from_timeout instead of duplicating qt_timeout_value
Daniel Teske [Thu, 15 Jan 2015 15:34:53 +0000 (16:34 +0100)]
Use qt_subtract_from_timeout instead of duplicating qt_timeout_value

The same function was duplicated 5 times in qtbase, so create one copy
to rule them all and use it also in QtDeclarative.

Change-Id: I4e39a7ee0541ce4fe9710cea344e537ee011bbe9
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
9 years agoSimple speed-up for binding setup during object instantiation
Simon Hausmann [Wed, 8 Apr 2015 13:55:34 +0000 (15:55 +0200)]
Simple speed-up for binding setup during object instantiation

We use stringAt() to retrieve the name of the id property of an object but all
we do with that string is check if it has a length. So if an id is set, we
allocate memory and copy the string data into a new QString, and if it's not
set then we get a default constructed QString. Either way the string isn't used
and we can simply check for whether the id is set by checking if the idIndex is
non-zero.

Change-Id: Ib84fb05ed31c59f7e85dac72ab61b4d3bc9c902b
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoCleanup: Fix const'ness of the property binding validator code
Simon Hausmann [Wed, 8 Apr 2015 12:49:41 +0000 (14:49 +0200)]
Cleanup: Fix const'ness of the property binding validator code

The property validator is supposed to validate the proposed property bindings
and abort type compilation if necessary. As such it is a read-only pass through
the data structures and therefore we make it const. However it does have a
side-effect of collecting some state, which however is "write-only" and
therefore marked as mutable. Those variables are written to, but not read
during this pass.

Change-Id: I6a3655fedbd6691b7498cf82ca1c8e21dd635bd3
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoCleanup
Simon Hausmann [Wed, 8 Apr 2015 12:09:14 +0000 (14:09 +0200)]
Cleanup

Avoid re-using the same variable for different purposes, so just pull in the
first use into the tight scope and the second "property" variable close to
the loop it is used with.

Change-Id: I3a325478f9e56413b65dea9c7e05566497fbc6cf
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoV4 JIT: fix typo in Binop::int32Binop
Julien Brianceau [Mon, 13 Apr 2015 15:00:34 +0000 (17:00 +0200)]
V4 JIT: fix typo in Binop::int32Binop

Change-Id: I68f073ab512b482c9b3b1ad7860f4c759245298e
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoMatch the offscreen windows position to the QQuickWidget position.
Christian Strømme [Mon, 30 Mar 2015 12:14:00 +0000 (14:14 +0200)]
Match the offscreen windows position to the QQuickWidget position.

The position of the offscreen window would always be set to 0,0,
making it impossible to get the actual position of the scene.
With this change, it will be possible for child windows or items
in the scene to correctly calculate their global position.

Change-Id: Ibd3ff03880209047776e86ad889b40cbf79c3e6e
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
9 years agoFix a few typos
Frederik Gladhorn [Mon, 30 Mar 2015 22:21:58 +0000 (00:21 +0200)]
Fix a few typos

Change-Id: Ia00949757a6f47babc1748f27e32a9644d6cc608
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoAvoid running anims at 3x speed on Windows
Laszlo Agocs [Mon, 13 Apr 2015 08:18:22 +0000 (10:18 +0200)]
Avoid running anims at 3x speed on Windows

When there is no render pending, renderWindow() is not called and so
there is no blocking for vsync. Advancing the animations without any
sleep is wrong in this case and results in animations running at 3x
speed in case there is no change in the scenegraph contents.

To solve this, import the threaded render loop's sleep call.

Task-number: QTBUG-42699
Change-Id: I3658a827af12d4bc2ac05c7b0b29c65e9fc99675
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
9 years agoMerge remote-tracking branch 'origin/5.5' into dev
Liang Qi [Mon, 13 Apr 2015 07:46:15 +0000 (09:46 +0200)]
Merge remote-tracking branch 'origin/5.5' into dev

Conflicts:
src/quick/util/qquickpixmapcache.cpp
tests/auto/quick/qquickwindow/BLACKLIST

Change-Id: Ie81612f2884f8ea508c48ba2735ec54ea1c2eca5

9 years agoTests: Use blacklist instead of insignificant for tst_qquickanimations
Caroline Chao [Wed, 8 Apr 2015 12:13:28 +0000 (14:13 +0200)]
Tests: Use blacklist instead of insignificant for tst_qquickanimations

Remove the insignificant_tests CONFIG option in favor of a BLACKLIST file.
Blacklist the relevant tests, the tests that have been found flaky in CI.

Change-Id: I4c3ce430e654886ceea8b6f714710ebe2374e4db
Task-number: QTBUG-45466
Task-number: QTBUG-29062
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
9 years agoTests: Use blacklist instead of insignificant for tst_qquickflickable
Caroline Chao [Thu, 9 Apr 2015 12:22:31 +0000 (14:22 +0200)]
Tests: Use blacklist instead of insignificant for tst_qquickflickable

Remove the insignificant_tests CONFIG option in favor of a BLACKLIST file.
Blacklist the relevant tests, the tests that have been found flaky or
failing in CI.

Change-Id: If145b9bc413e4c9dbf1c3c06c1596647c707770e
Task-number: QTBUG-36804
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
9 years agoDo not stall loading of local images if network is slow
Albert Astals Cid [Wed, 1 Apr 2015 14:20:19 +0000 (16:20 +0200)]
Do not stall loading of local images if network is slow

Without this patch it can happen that we're
loading IMAGEREQUEST_MAX_REQUEST_COUNT http based images,
if the next image to load is a local file it wouldn't be processed
until one of the http ones finishes, which makes not much sense

Change-Id: I515306005192a20722f0c4588a1db1241348407c
Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
9 years agoFix TextEdit when vertical alignment != AlignTop
Eskil Abrahamsen Blomfeldt [Wed, 8 Apr 2015 11:09:24 +0000 (13:09 +0200)]
Fix TextEdit when vertical alignment != AlignTop

When the TextEdit's alignment was either AlignBottom or
AlignVCenter, several things would be broken: First of all
the position of all non-dirty nodes would not be updated,
so if you e.g. added text to the end of the document, it
would overlap with the previously added text.

Also, the frame decorations were always aligned to the top, since
the basePosition was not accounted for in the node for this.

The fix is to translate the root node to the base position instead
of baking this into the position of the text nodes. This also
automatically fixes frame decorations since it's already aligned
to the top of the root node.

[ChangeLog][TextEdit] Fixed issues with using other vertical
alignments than AlignTop.

Change-Id: I11f73eab21a28658a5cbf00292fd519efd0f3e7f
Task-number: QTBUG-45032
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
9 years agoTests: Make qquickcustomparticle significant again
Caroline Chao [Wed, 8 Apr 2015 12:41:23 +0000 (14:41 +0200)]
Tests: Make qquickcustomparticle significant again

The test is passing in CI and it seems it was temporarily
made insignificant in 5a4eebbc.

Change-Id: Ic53d45b842c9a9c431a43cb6d5cbd3849e5729ed
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoTests: Make qquicktrailemitter significant again
Caroline Chao [Wed, 8 Apr 2015 13:00:06 +0000 (15:00 +0200)]
Tests: Make qquicktrailemitter significant again

The test is now passing in CI.

Change-Id: Iad7dc46e7819ba9e9f604ed39ab9bc53f123b119
Task-number: QTBUG-33421
Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
9 years agoTests: Make qqmldebugjs significant again
Caroline Chao [Wed, 8 Apr 2015 13:16:15 +0000 (15:16 +0200)]
Tests: Make qqmldebugjs significant again

The test is now passing in CI.

Change-Id: I9414e05d40fe373878afa43121fcfa7cf95fcbdf
Task-number: QTBUG-28263
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
9 years agoTests: Make qquickgridview significant again
Caroline Chao [Tue, 7 Apr 2015 12:58:27 +0000 (14:58 +0200)]
Tests: Make qquickgridview significant again

The qquickgridview tests are passing in CI

Change-Id: Idaf5a9d9df06a28c9ff5162b7bb00e4d677c3a0b
Task-number: QTBUG-33017
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
9 years agoTests: Make qquicktext, qquicktextedit and qquickpathview significant
Caroline Chao [Wed, 8 Apr 2015 07:32:24 +0000 (09:32 +0200)]
Tests: Make qquicktext, qquicktextedit and qquickpathview significant

The tests are now passing in CI for OS X.
The test qquicktextedit is also passing on win32.
Make qquicktext, qquicktextedit and qquickpathview significant again.

Change-Id: I778cc90aff0d1e76b66b6f8ae5150d3113e6fc68
Task-number: QTBUG-27740
Task-number: QTBUG-32540
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
9 years ago[mips] Handle properly unaligned halfword load.
Julien Brianceau [Fri, 3 Apr 2015 07:13:17 +0000 (09:13 +0200)]
[mips] Handle properly unaligned halfword load.

This patch improves YarrJIT efficiency on mips platforms.

Cherry-picked from qtwebkit (ea22657d17a934b04c8621dc8891a1d4d80510e3)

Change-Id: I83eca9716e4d6e9e1dd4d8ceb76c3da380502ce7
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
9 years agoRemove outdated V8 profiler test
Ulf Hermann [Wed, 8 Apr 2015 14:07:46 +0000 (16:07 +0200)]
Remove outdated V8 profiler test

Change-Id: I296a3f94d16c4e7a6f89e566893f627c50b66ba3
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agoReturn the correct type from Item::mapToItem/Item::mapFromItem.
Mitch Curtis [Wed, 8 Apr 2015 08:04:25 +0000 (10:04 +0200)]
Return the correct type from Item::mapToItem/Item::mapFromItem.

Previously we were returning a JavaScript object with x/y/width/height
properties, instead of a point/rect. This meant that the type couldn't
be converted to a point/rect because we don't support duck typing,
where we would deduce the type based on the properties.

One example of a broken use case that this patch fixes is when QML is
unable to convert the return type to a point in a property declaration:

property point p: mouseArea.mapToItem(child, mouseArea.mouseX, mouseArea.mouseY)

Another is using the result of the function to pass to another function:

child.contains(mouseArea.mapToItem(child, mouseArea.mouseX, mouseArea.mouseY))

Change-Id: I3ce82f10175f904dd02c8af6b5e42cee14b2ebb2
Task-number: QTBUG-41452
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
9 years agotst_qquickapplication: change test case 'state' to be more stable
Richard Moe Gustavsen [Wed, 8 Apr 2015 12:10:28 +0000 (14:10 +0200)]
tst_qquickapplication: change test case 'state' to be more stable

Qt-5.4 integration can sometimes fail on this test. We have not
succeeded reproducing it, but from reading the test code, it seems
likely that the problem might come from already pending state
events queued before the test starts. Since the test cannot know if
the platform will queue state events while spinning the event loop
(waitForEvents), this patch will instead only flush already queued
events, which should be less prone to side effects.

Change-Id: I134f98ba35faa4d9213ee658ebcbe76b390b5516
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
9 years ago[mips] Fix or32 implementation in macro assembler.
Julien Brianceau [Fri, 3 Apr 2015 07:09:28 +0000 (09:09 +0200)]
[mips] Fix or32 implementation in macro assembler.

Cherry-picked from qtwebkit (0546c8656a3728bf4375da39027e096beba4f111)

Change-Id: I924661dc51bee334c6f26557e765a3a1e8ec0bce
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
9 years ago[mips] Fix branchTruncateDoubleToUint32 implementation in macro assembler.
Julien Brianceau [Fri, 3 Apr 2015 07:11:44 +0000 (09:11 +0200)]
[mips] Fix branchTruncateDoubleToUint32 implementation in macro assembler.

Cherry-picked from qtwebkit (2d9ed318a21f6102dddc0b91de2698908a9b8efc)

Change-Id: I88d961e89d046b20329bc1fcfc10bfceb21d737b
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
9 years agoTests: Make qquickloader tests significant again
Caroline Chao [Tue, 7 Apr 2015 12:43:05 +0000 (14:43 +0200)]
Tests: Make qquickloader tests significant again

The qquikcloader tests are passing in CI.

Change-Id: I472e20cdeb76f867b9cb02e3bcfdc447825d4d14
Task-number: QTBUG-30721
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
9 years agoSpecifically mark Repeater as transparent for positioners.
Jan Arve Saether [Thu, 19 Mar 2015 12:38:03 +0000 (13:38 +0100)]
Specifically mark Repeater as transparent for positioners.

Historically, Repeaters were avoided by their parent positioners by only
accepting items with a width *and* height greater than zero. (Repeater is
an item where both width and height defaults to zero).

Later, QQuickItemPrivate::isTransparentForPositioner() were added to
fix similar problems with item.layer and item.layer.effect (change
da15ea0f3b5805db657f13060c21efa78f10cde2)

Since isTransparentForPositioner is now available, we can therefore mark
mark QQuickRepeater also as transparent for positioners.

This also enables Qt Quick Layouts to have a much better heuristic on
which items should be ignored or not.

AFAICS, this will only break if people actually resized their repeaters
(and they thus got included in their parent positioners). I cannot see why
anybody would have wanted this behavior (and depend on it). Therefore,
there is a risk of regression, but I doubt that this is behavior that
people would expect not to break.

[ChangeLog][QtQuick][Repeater] Positioners will now always ignore
Repeaters. Previously, Repeaters were ignored by Positioners when their
width or height were 0.

Change-Id: I1132b753869fdc398eaeabeb9cce7cbf545dbbed
Task-number: Preparation for QTBUG-44077
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
9 years agoAddress uninitialized scalar fields
Holger Hans Peter Freyther [Tue, 31 Mar 2015 20:58:02 +0000 (22:58 +0200)]
Address uninitialized scalar fields

Fixes Coverity CID 10732, 10734, 10735, 10736, 10739, 10740

Change-Id: Idebb0bdaf42ceb06cd86c73592138e758a8a87c9
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
9 years agoImprove debug formatting of QAbstractAnimationJob and related classes.
Friedemann Kleint [Tue, 31 Mar 2015 12:40:20 +0000 (14:40 +0200)]
Improve debug formatting of QAbstractAnimationJob and related classes.

- Output the state.
- Add output to QQuickAnimatorJob.
- Add a private export to the debug operator for use by
  QQuickAnimatorProxyJob to format its contained job.

Task-number: QTBUG-45220
Change-Id: Ic64bb5d949864de1c4fb322d53acc3e253977e5d
Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
9 years agoImprove debug operator for QQuickItem.
Friedemann Kleint [Wed, 1 Apr 2015 09:46:33 +0000 (11:46 +0200)]
Improve debug operator for QQuickItem.

Use new formatting helpers and output name, z only when necessary.
For example,

QQuickRectangle_QML_4 (this = 0xb380e0 , name= "" , parent = 0xa4a290 , geometry = QRectF(0,0 320x480) , z = 0 )

becomes:

QQuickRectangle_QML_4(0xb380e0, parent=0xa4a290, geometry=0,0 320x480)

Change-Id: I5d4a8cf9f435995754f875a928fa36978418e4bf
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
9 years agoAdd note clarifying return value of Qt.openUrlExternally()
Aaron McCarthy [Tue, 10 Mar 2015 05:40:44 +0000 (15:40 +1000)]
Add note clarifying return value of Qt.openUrlExternally()

On some platforms (notably wayland and xcb) the Qt.openUrlExternally()
call returns as soon as the request is passed to the underlying system.
The call may still fail, but this status is not reported to the
application.

Change-Id: I66936440f162154f08ab5abcf5b449844930a81b
Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
9 years agoFix Text item linkColor update
Marko Kangas [Wed, 1 Apr 2015 09:55:01 +0000 (12:55 +0300)]
Fix Text item linkColor update

Changed linkColor to update node correctly when link color is changed.

Change-Id: I056811053e2287c93ba9c0afb5ceddef939f46ce
Task-number: QTBUG-45356
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
9 years agoAvoid parallel reading/writing of RegExpJitTables.h
Kai Koehne [Mon, 20 Oct 2014 13:24:47 +0000 (15:24 +0200)]
Avoid parallel reading/writing of RegExpJitTables.h

RegExpJitTables.h is created in the build directory at compilation time.
This creates problems if debug and release targets are built
in parallel: They might overwrite each other's results, letting the
compiler see intermediate content.

Avoid this by using separate directories for the debug and release build.

Change-Id: I54fee7cb727a1c1777af8e0d5d19a71fdc3aac68
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
9 years agoMerge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5
Liang Qi [Wed, 1 Apr 2015 06:59:17 +0000 (06:59 +0000)]
Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5

9 years agoqml tool should exit on Qt.quit()
Alan Alpert [Wed, 11 Mar 2015 05:25:14 +0000 (22:25 -0700)]
qml tool should exit on Qt.quit()

In a QML/C++ application there may be additional code after app.exec().
In a pure QML application this is not the case, and you may wish to call
Qt.quit() during scene creation (before app.exec()).

[ChangeLog][QtQml][qml] qml tool now quits immediately if Qt.quit()
is called before all scenes complete creation.

Change-Id: I5c6fb64769724350ef3d74c34e2ede2d06562e4b
Reviewed-by: Kevin Krammer <kevin.krammer@kdab.com>
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
9 years agoMerge remote-tracking branch 'origin/5.4' into 5.5
Liang Qi [Tue, 31 Mar 2015 13:45:45 +0000 (15:45 +0200)]
Merge remote-tracking branch 'origin/5.4' into 5.5

Change-Id: I54e66e992f5e5d441b8b5394e7a03ec5352e7bf3

9 years agoAndroid: Work around bug on Samsung Galaxy Tab 3 10.1
Eskil Abrahamsen Blomfeldt [Tue, 31 Mar 2015 11:50:31 +0000 (13:50 +0200)]
Android: Work around bug on Samsung Galaxy Tab 3 10.1

After installing the Android 4.4.2 upgrade on Samsung Galaxy Tab 3 10.1,
one of the vertex shaders in Qt Quick stopped compiling.

The issue seems to be that this particular shader triggers a
bug in the driver, and a simple work-around is to replace the
ternary conditional operator with a simple if-statement.

[ChangeLog][Android] Fixed a vertex shader compilation issue on
certain OpenGL drivers.

Change-Id: I2f878215a753a7e222c46c0f85a84b0bc81d523a
Task-number: QTBUG-43515
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
9 years agoAdd inheritance documentation markup to animator classes.
Friedemann Kleint [Mon, 30 Mar 2015 15:18:26 +0000 (17:18 +0200)]
Add inheritance documentation markup to animator classes.

Task-number: QTBUG-45220
Change-Id: Ie817275897f860b0d6c4dcac2f92a4f3469a4611
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
9 years agoFix some qdoc warnings.
Friedemann Kleint [Wed, 25 Mar 2015 14:34:03 +0000 (15:34 +0100)]
Fix some qdoc warnings.

qtdeclarative/src/qml/qml/qqmlinfo.cpp:46: warning: Cannot find 'qmlInfo(...)' in '\fn' QQmlInfo qmlInfo(const QObject *object)
qtdeclarative/src/qml/qml/qqmlexpression.cpp:366: warning: Undocumented parameter 'column' in QQmlExpression::setSourceLocation()
qtdeclarative/src/qml/doc/src/qmlfunctions.qdoc:176: warning: Undocumented parameter 'reason' in qmlRegisterExtendedUncreatableType()
qtdeclarative/src/qml/doc/src/qmlfunctions.qdoc:176: warning: No such parameter 'message' in qmlRegisterExtendedUncreatableType()

Change-Id: Iec801b33b11bd57abadd968a90c49f8eba1280d5
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>