summaryrefslogtreecommitdiffstats
path: root/src/purchasing
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-263-2/+4
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-053-3/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-06-281-1/+1
* Update dependenciesFriedemann Kleint2020-03-271-0/+2
* Doc: Fix advertised importKai Koehne2020-03-061-3/+3
* Fix a ClassNotFoundException crash on app startAssam Boudjelthia2020-01-161-5/+13
* Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-08-062-2/+1
* Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
* Doc: Fix documented QtPurchasing importKai Koehne2019-02-262-3/+3
* Doc: Fix broken code snippets in Getting Started/C++ documentPaul Wicking2018-07-231-3/+3
* Doc: Add missing dots (qtpurchasing)Paul Wicking2018-06-193-3/+3
* Doc: Fix Q_PROPERTY documentationv5.11.0-beta4v5.11.0-beta3Topi Reinio2018-03-281-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-2/+7
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-01-182-2/+7
| |\
| | * winrt: React on failure in LoadListingInformationAsyncOliver Wolff2017-11-211-1/+5
| | * Fix the build on tvOS due to an availability declaration bugJake Petroules2017-11-171-1/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-8/+10
|\| |
| * | Android: More informative error string in some casesv5.10.0-beta3Nuno Santos2017-10-191-8/+10
| |/
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-264-4/+4
* | Android: remove support for local/debug deploymentJake Petroules2017-09-061-2/+0
|/
* winrt: Use RequestProductPurchaseWithResultsAsync for all purchasesMaurice Kalinowski2017-06-131-27/+2
* Update FDL license headerKai Koehne2017-04-209-45/+45
* Android: Add code attributionsEskil Abrahamsen Blomfeldt2017-04-201-0/+11
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-182-13/+13
|\
| * Doc: language review Qt Purchasing5.8Nico Vertriest2017-03-092-13/+13
* | winrt: Fix Windows Store backendMaurice Kalinowski2017-04-123-17/+76
* | Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-103-7/+11
|\|
| * winrt: Fix potential crash when unable to access product typeMaurice Kalinowski2017-02-281-3/+7
| * Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeMarc Mutz2017-01-262-4/+4
* | Handle additional StoreKit error codesJake Petroules2017-02-241-1/+14
* | Make use of Objective-C generics for additional type safetyJake Petroules2017-02-221-6/+6
* | Convert to templated signals and slotsJake Petroules2017-02-221-8/+9
|/
* Fix typoKavindra Palaraja2017-01-081-1/+1
* winrt: Fix metatype registrationMaurice Kalinowski2016-11-071-1/+1
* winrt: Fix thread affinity for transactionsv5.8.0-beta1Maurice Kalinowski2016-09-212-15/+56
* winrt: Add receipt to transactionsMaurice Kalinowski2016-09-213-18/+79
* winrt: Fix crash when restoring purchasesMaurice Kalinowski2016-09-171-0/+5
* Merge branch '5.7' into 5.8Eskil Abrahamsen Blomfeldt2016-09-082-2/+4
|\
| * Merge branch '5.6' into 5.7Eskil Abrahamsen Blomfeldt2016-09-082-2/+4
| |\
| | * Fix mismatched tags (class vs struct) warningsJake Petroules2016-08-172-2/+4
* | | Disable Apple backend on watchOSv5.8.0-alpha1Jake Petroules2016-08-182-3/+3
* | | WinRT: Add documentationMaurice Kalinowski2016-07-063-2/+108
* | | Add WinRT backendMaurice Kalinowski2016-07-069-0/+1133
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-192-3/+3
|\|
| * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-131-1/+1
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-04-121-2/+2
* | Fix crash when requerying product before previous completedEskil Abrahamsen Blomfeldt2016-04-291-5/+12
* | Remove debug output from Android backendEskil Abrahamsen Blomfeldt2016-04-281-1/+1
* | QMacInAppPurchaseTransaction: Expose native error message in errorStringKai Uwe Broulik2016-04-261-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-073-3/+3
|\|