- Oct 28, 2016
-
-
Christian Stromme authored
Change-Id: Ia7fae61763d04885e495e659bc0f26fe4ff453e9 Reviewed-by:Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-
- Sep 17, 2016
-
-
Liang Qi authored
Change-Id: Icbb7cd7cb8d83982541b68d783fe97c493079afe
-
- Sep 16, 2016
-
-
Liang Qi authored
Change-Id: Id6c253d3b582f5ce9e9b1de7056625d2f088cb20
-
- Sep 13, 2016
-
-
Antti Kokko authored
Change-Id: Idb8957de222b6f56e010e1893ea2ea3bc80120ef Reviewed-by:
Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@qt.io>
-
- Sep 08, 2016
-
-
Christian Strømme authored
Don't delay initialization until we're inserted into the scene, as this will cause every property change/function call that happens before that to be dropped. Task-number: QTBUG-53839 Change-Id: I1a2f9066c7b172e14095d7513f343e34812f7d1a Reviewed-by:Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-
- Aug 23, 2016
-
-
J-P Nurmi authored
QQuickViewChangeListener wasn't cleaning up its ancestor listeners properly. QQuickItemChangeListener::itemChildRemoved() is too late for removing listeners of the _ancestors_ of the child that just got removed. Task-number: QTBUG-55127 Change-Id: I004a5dd0b49fa36baabf951ee41d8a9ccdef4da8 Reviewed-by:Christian Stromme <christian.stromme@qt.io>
-
- Aug 01, 2016
-
-
Liang Qi authored
Change-Id: If96cff3a0eaf2e50afc873eda37772c58c9824eb
-
- Jul 28, 2016
-
-
Oswald Buddenhagen authored
Change-Id: I99e11522d0aaa18a93c08e109dedc2e757aacc2c
-
- Jul 20, 2016
-
-
BogDan Vatra authored
Since Android 5.0 Google introduce a nasty bug[1] which calls JNI_OnLoad more than once. Basically every time when a library is loaded JNI_OnLoad is called if found, but it calls *again* JNI_OnLoad of its .so dependencies! [1] Workaround https://code.google.com/p/android/issues/detail?id=215069 Change-Id: I87b50b67d7c63a32b3fae067a78780a17b058acb Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-
- Jun 17, 2016
-
-
Sze Howe Koh authored
See http://comments.gmane.org/gmane.comp.lib.qt.devel/25771 Change-Id: I0b7743edc32d1b3df1c64d09dec9b7c342087a13 Reviewed-by:
Lars Knoll <lars.knoll@qt.io>
-
- Jun 16, 2016
-
-
Liang Qi authored
Change-Id: If62d5130525bcb13db6fc2bedbfa8098fba2f24e
-
- Jun 10, 2016
-
-
Maurice Kalinowski authored
When resizing, the device pixel ratio needs to be taken into account. Otherwise the area for Xaml viewer will be misplaced and/or wrongly scaled. Change-Id: Id2dd34c2dd29f5582a9f3536e6394c7e49eddf94 Task-number: QTBUG-53405 Reviewed-by:Oliver Wolff <oliver.wolff@qt.io>
-
- Jun 09, 2016
-
-
Christian Strømme authored
Change-Id: Iccb857b2d7ba66a89832c24a04657294ff2d166f Reviewed-by:Jani Heikkinen <jani.heikkinen@qt.io>
-
Liang Qi authored
Change-Id: I635000ca7bd4441cbdd4b6440eecdbb853a7b321
-
- Jun 03, 2016
-
-
Vincas Dargis authored
Android WebView does not handle schemes by default, such as mailto:, geo:, and others, but will instead show an "ERR_UNKNOWN_URL_SCHEME" error. This patch fixes it by starting ACTION_VIEW Intent for specified scheme, meanwhile showing the same "ERR_UNKNOWN_URL_SCHEME" error page for invalid cases as before. [ChangeLog][Android] Added support for various url schemes. Taks-number: QTBUG-53736 Change-Id: Ib569ec1598f76f823b2293446ea4e513764ef1fa Reviewed-by:Christian Stromme <christian.stromme@qt.io>
-
- Jun 01, 2016
-
-
Liang Qi authored
Conflicts: src/webview/qwebview_android.cpp Change-Id: I23a7a73468f1dd8c18d19dda8939c5c7278e2cd1
-
- May 26, 2016
-
-
Leena Miettinen authored
Enable automatic linking to Qt GUI module. Task-number: QTBUG-53560 Change-Id: Id22a4a42c038dcbda939b170f9f7c0ae93d6b18b Reviewed-by:Topi Reiniö <topi.reinio@theqtcompany.com>
-
- May 24, 2016
-
-
Christian Strømme authored
Change-Id: Id905cf856ef026dd5270235eededaa65e6d31b66 Reviewed-by:Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-
- May 19, 2016
-
-
Liang Qi authored
Conflicts: .qmake.conf src/webview/qwebview_android.cpp Change-Id: I0a4e76d63833a4c6d972db7832c592dbd1f8f043
-
Oswald Buddenhagen authored
Change-Id: I2bbccf7b48e185daea26f942a0b79297f2fbafbc
-
- May 12, 2016
-
-
Topi Reinio authored
Examples in binary packages now directly match the install path. Change-Id: Ie631ed16dc0e7b3f30940a0f2c0749a90a51c027 Task-number: QTBUG-52953 Reviewed-by:Antti Kokko <antti.kokko@qt.io>
-
- Apr 21, 2016
-
-
Maurice Kalinowski authored
This is added by default with 34e0e908c896126138a95abdeba7456499d0fb68 in qtbase. Change-Id: I3e24dce46604b3bc52e1688731cfcb091df5f8d1 Reviewed-by:Oliver Wolff <oliver.wolff@theqtcompany.com>
-
- Apr 15, 2016
-
-
Christian Strømme authored
Move the common, and QtQuick specific code, into the view controller to make the behavior more consistent across all platforms. Change-Id: I89cc383fb92ee6755e8fba9baf48e3e756d04cca Reviewed-by:Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
Christian Strømme authored
When High DPI mode is enabled, with a scale different then 1, the values we get are not in the same scale as setClipBounds expects. While it is possible to convert the values to native pixel first, it's probably better if we just disable this functionality on Android, that is, until a better cross-platform solution can be found. Task-number: QTBUG-51198 Change-Id: Ia3e3e3911b9ba24d83e49afa6bec61696b93073a Reviewed-by:Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
- Apr 08, 2016
-
- Mar 17, 2016
-
-
Frederik Gladhorn authored
Change-Id: I7abf6d60ff1738d669f6761b20af380cbf2b4140
-
- Mar 10, 2016
-
-
Oswald Buddenhagen authored
Change-Id: I595eac8877100f35289d42f875ffc6e506774b4f Reviewed-by:Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Oswald Buddenhagen authored
.qmake.conf already does that. Change-Id: I88dd34c05f6326f733d23a0a66bdea5853d5beb1 Reviewed-by:Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- Mar 07, 2016
-
-
Liang Qi authored
Change-Id: I523562cca4edc403c387d54ee8e505f5d2c5195b
-
- Mar 04, 2016
-
-
Christian Strømme authored
Disabling App Transport Security is necessary if we want to load non-https urls, e.g., qt.io. Change-Id: Ib4ed55c2787968946f35700f521f8a81e96d1443 Reviewed-by:Christian Stromme <christian.stromme@theqtcompany.com>
-
Christian Strømme authored
This removes the need for the awkward type re-registering and renaming that was done in the Qml plugin, to support QtWebEngine. Among other issues, the main motivation for this change is to unify the implementations, and make it possible to run the auto tests that interfaces directly with the QQuickWebView class. Having an actual backend for Qt WebEngine means we can get rid of the, non-functional, default implementation as well. Change-Id: Ia93611ed2755c92207ca86ba3890ac4c2c4d72e9 Reviewed-by:Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
- Mar 03, 2016
-
-
Christian Strømme authored
When setting the parent view of the WebvView we need to use the real window, and not the off-screen window provided by QQuickWidget. This change also improves the logic for setting the geometry, as extra care is needed to make sure the view is position correctly inside the scene when using a QQuickWidget. Task-number: QTBUG-48221 Change-Id: I476cac926df6c862cc3602b21e97003cc254726c Reviewed-by:Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
-
- Mar 02, 2016
-
-
Christian Strømme authored
The progress can never be more then 100, so the condition would always be false. Change-Id: Ia75ddd5298d8e0afcc1314d670a656071143c321 Reviewed-by:Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-
Christian Strømme authored
Caught by -Winconsistent-missing-override Change-Id: I96203ea1bd0c9396bc361e0df4e507d1f12f02f4 Reviewed-by:Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
Christian Strømme authored
Loading content through the Qt Resource System is not supported by us or the different backends, so we should document it as a limitation. Task-number: QTBUG-49698 Change-Id: Ibe237987682894957cb34778389fc4ffb3facdb2 Reviewed-by:Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-
- Feb 26, 2016
-
-
Christian Strømme authored
Change-Id: Iad7e39cf5a986909bc0e5dcb9a82143b2e9ed260 Reviewed-by:Yoann Lopes <yoann.lopes@theqtcompany.com>
-
- Feb 25, 2016
-
-
Christian Strømme authored
Change-Id: Ibd5a8021b7ef2b0f12266895d7b77fa2ff5b98f4 Reviewed-by:Christian Stromme <christian.stromme@theqtcompany.com>
-
- Feb 19, 2016
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: I3b738037529d1e99e595d7893d47352b7b5de1a0
-
- Feb 18, 2016
-
-
Andy Shaw authored
Change-Id: Iafc4f49a0e7a5aee6aef0622142271000b8f82e8 Reviewed-by:Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
-
Maurice Kalinowski authored
Change-Id: Iab424566018aaeac1f26d3802f79c1d7b83bad06 Reviewed-by:Christian Stromme <christian.stromme@theqtcompany.com>
-