- 19 Jan, 2017 - 1 commit
-
-
Maurice Kalinowski authored
Change-Id: I13bc3834a5bebea8a2ec2f55fda06321543ab055 Task-number: QTBUG-57288 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
- 11 Jan, 2017 - 1 commit
-
-
Jake Petroules authored
Our minimum deployment target is now macOS 10.10 and iOS 8.0 in Qt 5.9, so the WKWebView backend will always be used instead. Change-Id: Ifd24948954cc273fee458c212b1801dc4a5aca45 Reviewed-by:
Richard Moe Gustavsen <richard.gustavsen@qt.io>
-
- 26 Nov, 2016 - 2 commits
- 24 Nov, 2016 - 1 commit
-
-
Liang Qi authored
Change-Id: Idef61cdb74accb33ea55e23d33b4713977fd8861
-
- 08 Nov, 2016 - 1 commit
-
-
Maurice Kalinowski authored
Change-Id: Ib07b8cd02a87d664437d80b51e304be5a8e09554 Task-number: QTBUG-56962 Reviewed-by:
Andrew Knight <andrew.knight@intopalo.com> Reviewed-by:
Peng Wu <peng.wu@intopalo.com> Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
- 06 Nov, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
the CI obtains them from the qt5 super repo nowadays. Change-Id: Ibb84dc3a77982a0728586fb52ee48b60c9a6f13e Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-
- 28 Oct, 2016 - 1 commit
-
-
Christian Stromme authored
Change-Id: Ia7fae61763d04885e495e659bc0f26fe4ff453e9 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-
- 21 Oct, 2016 - 1 commit
-
-
Richard Moe Gustavsen authored
QQuickViewChangeListener::itemParentChanged is called for parent changes done to any of the items we listen to up the parent chain. But as it stood, we would always remove the change listener from m_item->parentItem(), even if the changed item was higher up in the hierarchy. We would therefore wrongly miss any later changes done to m_item->parentItem(). A bug from this could be seen when pushing an item containing a webview to a stackview, since then, several parent changes would occur. [ChangeLog][General] Fixed missing geometry update bug when a webview changed anchestor (e.g. when pushing it onto a StackView). Task-number: QTBUG-54128 Change-Id: Iff00a0029dd713306db7e39db8c92672a6b379c7 Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
-
- 17 Oct, 2016 - 1 commit
-
-
Alexandru Croitor authored
Forward declaring Objective C classes inside a namespace is not permitted. Declaring and defining new Objective C classes in a namespaced is also not permitted. Task-number: QTBUG-56563 Change-Id: I02c1cc9e6f56bd3d437d10a515531d7dee930376 Reviewed-by:
Liang Qi <liang.qi@qt.io> Reviewed-by:
Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by:
Timur Pocheptsov <timur.pocheptsov@theqtcompany.com> Reviewed-by:
Christian Stromme <christian.stromme@qt.io> Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
- 14 Oct, 2016 - 2 commits
-
-
Jake Petroules authored
QT_MAC_PLATFORM_SDK_EQUAL_OR_ABOVE and QT_OSX_PLATFORM_SDK_EQUAL_OR_ABOVE are deprecated in favor of QT_MACOS_IOS_PLATFORM_SDK_EQUAL_OR_ABOVE and QT_MACOS_PLATFORM_SDK_EQUAL_OR_ABOVE, respectively. Change-Id: Ie09d2b8eadb761bfb6477bfd60c11aad1d0da800 Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
Alexandru Croitor authored
WebFrameLoadDelegate was an informal protocol in <= 10.10 SDK, which means it should not be specified in the protocol conformance list. Doing so would cause an error that the specified protocol declaration can not be found. Starting with macOS 10.11 SDK, it is a formal protocol, and can thus be used in the conformance list. Change-Id: I6bb92e202735c7c00dd19eb2b858e7fd327be89e Task-number: QTBUG-56535 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io> Reviewed-by:
Tor Arne Vestbø <tor.arne.vestbo@qt.io>
-
- 27 Sep, 2016 - 1 commit
-
-
Simon Hausmann authored
Use a variable that expands to the latest plugin version instead of hard-coding the string. Change-Id: I167c14ea612349f0ba0e9e29a129fb6c975504a0 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-
- 21 Sep, 2016 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: I69ab6916dd8a67c0ed008bd3a7c69023757dcf93
-
- 17 Sep, 2016 - 1 commit
-
-
Liang Qi authored
Change-Id: Icbb7cd7cb8d83982541b68d783fe97c493079afe
-
- 16 Sep, 2016 - 1 commit
-
-
Liang Qi authored
Change-Id: Id6c253d3b582f5ce9e9b1de7056625d2f088cb20
-
- 14 Sep, 2016 - 1 commit
-
-
Marc Mutz authored
Change-Id: I769fbf2082c7c90567a6e63cf43b8463a5d201dd Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
-
- 13 Sep, 2016 - 1 commit
-
-
Antti Kokko authored
Change-Id: Idb8957de222b6f56e010e1893ea2ea3bc80120ef Reviewed-by:
Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@qt.io>
-
- 08 Sep, 2016 - 1 commit
-
-
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>
-
- 02 Sep, 2016 - 1 commit
-
-
Jake Petroules authored
Static linking was hiding the Foundation dependency. Change-Id: Icd756f5a471cd9cb615b812b0a45118db60fff2d Reviewed-by:
Lorn Potter <lorn.potter@canonical.com>
-
- 29 Aug, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Ib7e071ee9f978d7ab866e1c72959bb70dc746ddd
-
- 23 Aug, 2016 - 1 commit
-
-
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>
-
- 02 Aug, 2016 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: Ia7fce4a67be91168e541fbb61ae6892f58012912
-
- 01 Aug, 2016 - 1 commit
-
-
Liang Qi authored
Change-Id: If96cff3a0eaf2e50afc873eda37772c58c9824eb
-
- 28 Jul, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I99e11522d0aaa18a93c08e109dedc2e757aacc2c
-
- 20 Jul, 2016 - 1 commit
-
-
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>
-
- 15 Jul, 2016 - 1 commit
-
-
Edward Welbourne authored
Base-class QQuickItemChangeListener has changed the second parameter from a const QRectF& to a QQuickGeometryChange (qtdeclarative commit e2c296c46b3f922ed12f83b166b1493dfded480e, on branch dev) so revise qtwebview to keep up with it. Change-Id: Ia9ef713d48762ebd005d02c874e61b88a92e8c5d Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 06 Jul, 2016 - 1 commit
-
-
Jake Petroules authored
This allows using the WKWebView or WebView backends of QtWebView via the QT_MAC_USE_NATIVE_WEBVIEW environment variable without having to rebuild the module with CONFIG+=osx_webview_experimental. Change-Id: I20b4406af2dadd90d2c2c81b896d20e4b57c9909 Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
-
- 22 Jun, 2016 - 3 commits
-
-
Jake Petroules authored
This replaces the WebView and UIWebView backends for macOS 10.10 and iOS 8.0 and above. Task-number: QTBUG-48996 Change-Id: Ief1e369365b3324f747973da1d72c862aa204626 Reviewed-by:
Timur Pocheptsov <timur.pocheptsov@theqtcompany.com> Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
-
Jake Petroules authored
Change-Id: I4bb788224a2b0c235476380175d6e5d16ef40551 Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
-
Jake Petroules authored
Change-Id: I16eb8133bb355edf7ab8eb98fafbab0ecdb156e7 Reviewed-by:
Timur Pocheptsov <timur.pocheptsov@theqtcompany.com> Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
-
- 17 Jun, 2016 - 1 commit
-
-
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>
-
- 16 Jun, 2016 - 1 commit
-
-
Liang Qi authored
Change-Id: If62d5130525bcb13db6fc2bedbfa8098fba2f24e
-
- 10 Jun, 2016 - 1 commit
-
-
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>
-
- 09 Jun, 2016 - 2 commits
-
-
Christian Strømme authored
Change-Id: Iccb857b2d7ba66a89832c24a04657294ff2d166f Reviewed-by:
Jani Heikkinen <jani.heikkinen@qt.io>
-
Liang Qi authored
Change-Id: I635000ca7bd4441cbdd4b6440eecdbb853a7b321
-
- 03 Jun, 2016 - 1 commit
-
-
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>
-
- 01 Jun, 2016 - 1 commit
-
-
Liang Qi authored
Conflicts: src/webview/qwebview_android.cpp Change-Id: I23a7a73468f1dd8c18d19dda8939c5c7278e2cd1
-
- 26 May, 2016 - 1 commit
-
-
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>
-
- 24 May, 2016 - 1 commit
-
-
Liang Qi authored
Change-Id: I30697fb333c4fe97c166b8acdc8d8eba66ac4dce
-