summaryrefslogtreecommitdiffstats
path: root/examples/network/torrent
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-221-9/+10
* Correct license for examples filesLucie Gérard2024-03-071-1/+1
* Update icons in the torrent exampleMatthias Rauter2023-12-1825-36/+144
* Preparations to deprecate QItemDelegateChristian Ehrlicher2023-10-051-3/+3
* Examples: Remove unnecessary Q_INIT_RESOURCE callsKai Köhne2023-06-081-2/+0
* Torrent example: update usage of integer typesMårten Nordheim2023-04-116-63/+64
* Torrent example: Fix use-after-free crashMårten Nordheim2023-02-211-0/+4
* Torrent example: Fix some stack overflow issuesMårten Nordheim2023-02-211-2/+2
* Torrent: simplify QBitArray usageMårten Nordheim2023-02-211-7/+1
* Torrent example: delete unimplemented functionsMårten Nordheim2023-02-141-3/+0
* Torrent example: Convert some timeouts from int to chronoMårten Nordheim2023-02-144-9/+11
* Torrent example: Remove manual little-big endian conversionMårten Nordheim2023-02-141-43/+24
* Examples: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-011-2/+2
* Torrent example: Use QByteArray toPercentEncodingMårten Nordheim2023-01-301-6/+2
* Torrent example: don't try to announce to an empty URLMårten Nordheim2023-01-301-0/+2
* examples: port network examples to new connection styleSamuel Gaist2022-12-212-2/+2
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-301-1/+1
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-171-3/+2
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-171-4/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-115-23/+23
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-1623-1127/+46
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-241-3/+0
* Enable QStyle::State_Horizontal when initializing QStyleOptionProgressBarZhang Hao2022-01-211-1/+1
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-131-2/+3
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-131-2/+0
* CMake: Prefer unversioned commandsKai Köhne2021-12-131-1/+1
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-101-4/+1
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Remove unnecessary int() casting in QRandomGenerator::boundedThiago Macieira2021-03-171-8/+8
* Fix CMake build of network/torrent exampleJoerg Bornemann2021-02-154-76/+2
* Fix deprecated API in network/torrent exampleJoerg Bornemann2021-02-151-1/+1
* Replace some more erase/remove patterns with removeIfGiuseppe D'Angelo2021-01-101-3/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-272-0/+8
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-192-2/+2
* QAbstractSocket: Resolve remaining Qt6 TODOsMårten Nordheim2020-08-242-6/+6
* CMake: Regenerate examplesAlexandru Croitor2020-07-092-2/+10
* Use qsizetype in QListLars Knoll2020-07-061-8/+8
* Use QList instead of QVector in examplesJarek Kobus2020-06-231-2/+2
* Torrent example: fix crashGiuseppe D'Angelo2020-05-111-2/+2
* torrent example: fix premature pessimisationMarc Mutz2020-05-051-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-1/+1
|\
| * torrent example: fix stripping of file extensionMarc Mutz2020-04-271-1/+1
* | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-2/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-284-7/+7
|\|
| * Revert "QNetworkReply: deprecate the 'error' getter"Alexander Akulich2020-02-281-2/+2
| * QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-273-4/+4