summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Reddit example: Mention that you need to pass the client id on command lineKai Köhne2025-04-251-0/+3
* Reddit example: Make reddit register link a proper linkKai Köhne2025-04-251-1/+1
* Reddit example: Use canonical class includesKai Köhne2025-04-233-14/+14
* Reddit example: Modernize CMakeLists.txtKai Köhne2025-04-231-19/+10
* Change '*scopeTokens' type from QStringList to QSet<QByteArray>Juha Vuolle2025-01-241-1/+1
* Rename 'requestedScope' and 'grantedScope' to '*ScopeTokens'Juha Vuolle2025-01-231-1/+1
* Deprecate QOAuth2AuthorizationCodeFlow::accessTokenUrl propertyIvan Solovev2024-12-191-1/+1
* Improve callback/redirect_uri hostname settingJuha Vuolle2024-12-041-1/+1
* Update documents to use localhostBrian Chan2024-10-121-1/+1
* Add QAbstractOAuth2::grantedScope and requestedScope propertiesJuha Vuolle2024-08-081-2/+1
* Simplify Reddit example and remove deprecated get() usageJuha Vuolle2024-06-186-110/+49
* Correct license for examples filesLucie Gérard2024-03-263-3/+3
* Redditclient example cleanupsJuha Vuolle2023-11-155-80/+42
* Make sure that reddit example is shown in Qt CreatorKai Köhne2023-10-041-1/+0
* Doc: Add \examplecategory name to qtnetworkauthSafiyyah Moosa2023-08-291-0/+1
* Move twitter oauth example to manual testTor Arne Vestbø2023-06-2612-519/+0
* Remove conanfile.pyTor Arne Vestbø2023-06-072-10/+0
* Example: Add missing include guardsFriedemann Kleint2023-02-011-0/+5
* Bump version to 6.6.0Jani Heikkinen2022-12-152-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* Add license headers to cmake filesLucie Gérard2022-07-074-0/+12
* Use SPDX license identifiersLucie Gérard2022-06-1612-542/+24
* Bump version to 6.5.0Jani Heikkinen2022-06-062-2/+2
* Switch examples to build as isolated sub-builds part 2Alexandru Croitor2022-02-051-1/+1
* Bump version to 6.4.0Jani Heikkinen2022-01-312-2/+2
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-151-2/+2
* Bump version to 6.3.0Jani Heikkinen2021-12-142-2/+2
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-172-2/+2
* Support virtualenv generator for conan packagesKai Köhne2021-03-032-0/+6
* Add conanfile.txt to examplesKai Köhne2021-03-022-0/+4
* Doc: Mark the examples for exclusion from CreatorVenugopal Shivashankar2020-11-192-2/+2
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-11-072-0/+8
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-202-2/+2
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-222-2/+10
* QVariantMap -> QMultiMap<QString, QVariant> in many casesMårten Nordheim2020-08-111-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-06-291-1/+1
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-231-1/+1
|\
| * Revert "Use QNetworkReply::networkError() instead of simple error()"v5.15.0-beta2Timur Pocheptsov2020-02-242-2/+2
| * Fix deprecation warning against Qt::SystemLocaleShortDatev5.15.0-beta1Edward Welbourne2020-02-181-1/+1
| * Use QNetworkReply::networkError() instead of simple error()Timur Pocheptsov2020-01-152-2/+2
* | Regenerate projectsAlexandru Croitor2019-11-151-1/+1
* | Regenerate after mergeAlexandru Croitor2019-10-152-2/+2
* | Regenerate qtneworkauthAlexandru Croitor2019-09-304-37/+68
* | Fixup examples find_package callAlexandru Croitor2019-09-091-1/+1
* | CMake Port for QtNetworkAuthLeander Beernaert2019-06-035-0/+60
|/
* examples: require widgets explicitlyLiang Qi2019-02-011-3/+6
* Use 127.0.0.1 for redirect URISamuel Gaist2018-11-222-2/+2
* Fix the twittertimeline exampleNicolas Ettlin2018-07-032-1/+3
* Improve Reddit Client Example documentationRyan Chu2018-04-271-0/+2