aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add changes file for Qt 5.11.2v5.11.2Antti Kokko2018-08-291-0/+24
| | | | | Change-Id: Ic26762dd742e9a467b73fe12508e55d723cff65f Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Bump versionOswald Buddenhagen2018-07-301-1/+1
| | | | Change-Id: I22371e8c74312031e115808d6f209dd8727bd357
* Fix startIntentSender Java signatureVolker Krause2018-07-141-1/+1
| | | | | Change-Id: Id585a4f8fb21eb263a601857b47e3fcfcb2c7f4a Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-191-0/+24
|\ | | | | | | Change-Id: I2c2449422d4c8497ba6aaf6a408e644afe5d6d8e
| * Add changes file for Qt 5.11.1v5.11.1Antti Kokko2018-06-121-0/+24
|/ | | | | Change-Id: I033600c017ed10cce1e370a48d4ac1b69f895697 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Add changes file for Qt 5.9.6Antti Kokko2018-06-011-0/+24
| | | | | | | Change-Id: Ib1bb8832b905ba0ac7c32743188d063b36b00fee Reviewed-by: BogDan Vatra <bogdan@kdab.com> (cherry picked from commit 5dade229ca69cb8a09fcae20c9a23db3f3057fdd) Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Add changes file for Qt 5.9.5Antti Kokko2018-06-011-0/+24
| | | | | | | Change-Id: Ibf1a217b26d49b6f2fda32763da25b10bad33310 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> (cherry picked from commit c20c722f7617c65fd3ef43d1c55626983ac594ef) Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Bump versionOswald Buddenhagen2018-05-311-1/+1
| | | | Change-Id: Ifdcaefe4ab09c70680259723f191d4ad05d16224
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-0/+22
|\ | | | | | | Change-Id: I42b5f9236e520590616c0c885b7c54bd6f155f42
| * Add changes file for Qt 5.11.0v5.11.0-rc2v5.11.0-rc1v5.11.0Antti Kokko2018-04-241-0/+22
|/ | | | | | Change-Id: I710a2b1442838d4e8aa42d3bd74eef44b5504991 Reviewed-by: BogDan Vatra <bogdan@kdab.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Doc: Fix documentation issues when using Clang-enabled QDocv5.11.0-beta4Topi Reinio2018-04-119-19/+101
| | | | | | | | | | | | | | | | QDoc in Qt 5.11 uses Clang to parse the C++ source for documentation comments. Unlike the old parser, Clang requires a module header to be present as well as correct include paths to generate the docs correctly. However, these are available from the build system only when building for Android, not when generating the documentation on a system with no Android-related assets. To fix this, create a 'dummy' module header specific to doc builds, add required relative include paths in .qdocconf, and fix the documentation \fn commands to work with Clang. Change-Id: Ia3d4e50ff8756cd8c8aae9cd3c3d1492eb7db328 Reviewed-by: Martin Smith <martin.smith@qt.io>
* Merge remote-tracking branch 'origin/5.9' into 5.11v5.11.0-beta3v5.11.0-beta2v5.11.0-beta1Liang Qi2018-02-180-0/+0
|\ | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I456d123c39c5a79ea5d66c1ac60a5a181a151a27
| * Bump versionOswald Buddenhagen2018-02-021-1/+1
| | | | | | | | Change-Id: Id86c5209e7b3f1d77208912e37d809f6adc2a08a
* | Merge remote-tracking branch 'origin/5.10.1' into 5.11v5.11.0-alpha1Liang Qi2018-02-142-1/+28
|\ \ | | | | | | | | | Change-Id: I614aee68dea8253732b72e4534750897583aab45
| * | Delay QtAndroidPrivate::setOnBindListener call until the QAndroidService ↵v5.10.1BogDan Vatra2018-02-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constructor exits If we call QtAndroidPrivate::setOnBindListener before QAndroidService constructor exits the virtual table is not set and m_service->onBind will call the wrong method. Task-number: QTBUG-66222 Change-Id: I3d057e33dd36a317c5605d7eb5d6892827ad7b13 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
| * | Add changes file for Qt 5.10.1Antti Kokko2018-02-051-0/+26
| | | | | | | | | | | | | | | Change-Id: I52e291483598f7730e3125830078dc997bda8266 Reviewed-by: Christian Stromme <christian.stromme@qt.io>
* | | Allow the user to easily register a binder creatorBogDan Vatra2018-02-072-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now the users were forced to subclass QAndroidService in order to provide the binder. Now is much easier, the user just pass a lambda in the QAndroidService constructor e.g. QAndroidService app(argc, argv, [](const QAndroidIntent &){ return new MyBinder{};}); Change-Id: I97608f806b311ad3c853a86cde132aea8352349b Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-0/+49
|\| | | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I5b98d2d4fea7b3b6e9c093d35866c4d11aee4dfe
| * | Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-01-181-0/+25
| |\| | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I1370a8ebdfbbcfbf605ed95769dcb600417d4134
| | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-181-0/+25
| | |\ | | | | | | | | | | | | Change-Id: I5720a38d3b1606860a4aa6901a5ba40283308812
| | | * Add changes file for Qt 5.9.4v5.9.4Antti Kokko2018-01-081-0/+25
| | |/ | | | | | | | | | | | | Change-Id: I9fb0ec962fb51a222a399f39cca5861c8dbf525d Reviewed-by: Christian Stromme <christian.stromme@qt.io>
| | * Bump versionOswald Buddenhagen2017-12-121-1/+1
| | | | | | | | | | | | Change-Id: I2bdb804fc9c28a38ad507fb9f3a46b8b15aa138f
| | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-0/+24
| | |\ | | | | | | | | | | | | Change-Id: Ie133ba28e789ef8eb2fa998311affd141c13d506
| * | | Bump versionOswald Buddenhagen2017-12-201-1/+1
| | | | | | | | | | | | | | | | Change-Id: I21c51d11238fd0e311c038eb7cec5774f717a312
| * | | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-0/+24
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I2dd6be3c7b4483a8b9ff22e43e0ecf0a0a820471
| | * | | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0v5.10.0-rc3v5.10.0-rc2v5.10.0-rc1v5.10.0Liang Qi2017-11-211-0/+24
| |/| | | | | | |/ | | |/| | | | | Change-Id: I0857b5fb59148daec27ef164d135dfa708734fb3
| | * | Add changes file for Qt 5.9.3v5.9.3Antti Kokko2017-11-081-0/+24
| | |/ | | | | | | | | | | | | Change-Id: I5c0bb8b9e1a26fb9f64066a828b09a8a0dfad262 Reviewed-by: Christian Stromme <christian.stromme@qt.io>
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-209-14/+105
|\| | | | | | | | | | | Change-Id: I1f8c55c8647779c972d7d152ecd0c56bdf66a586
| * | Update Qt version used in the changes fileChristian Strømme2017-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The version we keep binary compatibility with is the 5.9.x series, not 5.10.x Change-Id: I7a21dc7e4d31c64f4e6132d3bdbcba5fd3124837 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
| * | Add changes file for Qt 5.10.0Antti Kokko2017-11-101-0/+24
| | | | | | | | | | | | | | | Change-Id: Ia6e998e1c88c2ec389f5650cc90e55f6f9ff2070 Reviewed-by: Christian Stromme <christian.stromme@qt.io>
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-308-14/+81
| |\| | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I67661e95e931fd7c6992f8f1769c50472c5e5f15
| | * Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-061-0/+23
| | |\ | | | | | | | | | | | | Change-Id: Icbc1c9d3a0ea1b35fcead3e023f8be9c48fadf6f
| | | * Add changes file for Qt 5.9.2v5.9.2Antti Kokko2017-09-221-0/+23
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib87bfbde880cc4f2d3acc310aad661f114699d9d Reviewed-by: Christian Stromme <christian.stromme@qt.io>
| | * | Bump versionOswald Buddenhagen2017-10-061-1/+1
| | | | | | | | | | | | | | | | Change-Id: I933fa0a9453bceb5ad23786147015386f98a1359
| | * | Fix outdated BSD headerKai Koehne2017-09-292-2/+22
| | | | | | | | | | | | | | | | | | | | Change-Id: Icfe3f6a712a8e457dd695b5f0f982760eb78f4f1 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
| | * | Fix outdated FDL headerKai Koehne2017-09-294-12/+12
| | |/ | | | | | | | | | | | | Change-Id: Ia4fbd4718a698e0d4a0835869e51852c12b1442d Reviewed-by: Jake Petroules <jake.petroules@qt.io>
| | * Add changes file for Qt 5.6.3Antti Kokko2017-09-061-0/+24
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-62721 Change-Id: Ibfbebdcde96ea39531f58fa12c4a7038270b1bbf Reviewed-by: Christian Stromme <christian.stromme@qt.io>
* | | Android: remove support for local/debug deploymentBogDan Vatra2017-09-065-23/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the pre-dexed JAR files activated by the absence of the bundled_jar_file CONFIG option, as versions of Android >= 5 no longer support this deployment mechanism. Now, the "bundled" JARs simply become normal JARs containing class files, and are neither activated by a bundled_jar_file CONFIG entry nor do they have a -bundled suffix in the file's base name. Task-number: QTBUG-62995 Change-Id: Id370f03de61463bb3a8312d357374cf5c89fca69 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* | | Bump versionFrederik Gladhorn2017-09-041-1/+1
|/ / | | | | | | Change-Id: I1a0de7ebff2310ce6c4f2bc34ade2a26c4f5fe63
* | Merge remote-tracking branch 'origin/5.9' into devv5.10.0-beta3v5.10.0-beta2v5.10.0-beta1v5.10.0-alpha1Liang Qi2017-08-151-0/+24
|\| | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I2fa03b94d0263d222453e4ef164427b077f6422d
| * Bump versionOswald Buddenhagen2017-06-301-1/+1
| | | | | | | | Change-Id: I56fcabea98ccb2ad71fec36d8c164c838cde0f8d
| * Add changes file for 5.9.1v5.9.1Antti Kokko2017-06-191-0/+24
| | | | | | | | | | Change-Id: Ic6c99522794ff490f0c97f77c58c145d04c282ec Reviewed-by: Christian Stromme <christian.stromme@qt.io>
* | Add public API for Android new Permission ModelBogDan Vatra2017-07-262-0/+88
| | | | | | | | | | | | Task-number: QTBUG-50759 Change-Id: Ie7fef30049e6be28c3fba2eb5b54b56552df8c9d Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* | Say hello to low level Android Service & Binder implementationsBogDan Vatra2017-07-2628-3/+1878
| | | | | | | | | | | | | | | | | | | | These are the building blocks for higher level APIs such as Qt Remote Objects. [ChangeLog][Android] Added low level APIs for Android Service & Binder. Change-Id: I320214d310a398541bbde985ecf67bf6101c0b67 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* | [doc] Add doc for QtAndroid::RunnableBogDan Vatra2017-07-041-0/+6
| | | | | | | | | | Change-Id: Ib9d88dee71459d61d12bb975e24e8e59e687434d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-072-0/+43
|\| | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I2620ebe62524c41b71c607347391e33a217ad88a
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-0/+21
| |\ | | | | | | | | | Change-Id: I3920aa18e8110343d8ce7b49b5c986b1e8c2c8ea
| | * Add changes file for 5.9.0v5.9.0-rc2v5.9.0-rc1v5.9.0Antti Kokko2017-05-111-0/+21
| | | | | | | | | | | | | | | | | | | | | Listing important changes and bug-fixes. Change-Id: Ib8fa3ca55f9f470415dcb9a3a32764e40b15c714 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
| * | Bump versionOswald Buddenhagen2017-05-101-1/+1
| |/ | | | | | | Change-Id: I979287a2fc75cf1002b5f65ddc2762007a644cc4
| * Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta4v5.9.0-beta3v5.9.0-beta2v5.9.0-beta1Liang Qi2017-03-101-0/+22
| |\ | | | | | | | | | Change-Id: I96aab23702bdd34d365b0f7ce82a4161e3ca3863