summaryrefslogtreecommitdiffstats
path: root/src/plugins/networkinformation
Commit message (Expand)AuthorAgeFilesLines
* QNetworkInfo[win]: Explicitly link with oleaut32 for MINGW tooMark Brand2024-04-051-1/+1
* Replace some QString::fromUtf16() with QStringView::toString()Thiago Macieira2024-03-041-2/+2
* Network: includemocsMårten Nordheim2024-02-231-0/+1
* Fix qWarnings Could not connect "org.freedesktop.NetworkManager" [...]David Faure2024-01-094-37/+51
* Move QNetworkManagerNetworkInformationBackend to its own header fileDavid Faure2024-01-093-31/+60
* Android: bump Android target API level to 34Rami Potinkara2023-11-301-4/+2
* QNetworkInfo[win]: Advertise Metered featureMårten Nordheim2023-11-061-0/+1
* QNetworkInfo[NetworkManager]: Fix double-lookupMårten Nordheim2023-10-171-6/+6
* QNetworkInfo[NetworkManager]: Avoid creating temporary QStringsMårten Nordheim2023-10-161-10/+31
* QNetworkInfo[NetworkManager]: Mark invalid if unconnectedMårten Nordheim2023-10-133-6/+13
* cmake: un-special case clang-cl for runtimeobjectYuhang Zhao2023-10-091-1/+1
* QNetworkInfo[NetworkManager]: Make ctors explicitMårten Nordheim2023-10-051-2/+2
* QNetworkInfo[NetworkManager]: Clean up some string macro usageMårten Nordheim2023-09-271-13/+13
* QNetworkInfo[glib]: Fix implicit QString creationMårten Nordheim2023-09-261-1/+1
* QNI: glib support for the isMetered APIIlya Fedin2023-09-251-8/+21
* Android: bump Android target API level to 33Assam Boudjelthia2023-09-231-3/+3
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-201-1/+1
* Remove explicit use of QT_USE_QSTRINGBUILDERAlexey Edelev2023-08-081-2/+0
* Normalize signal/slot signatures [1/2]: non-QPairMarc Mutz2023-07-121-2/+2
* Network plugins: include mocsMårten Nordheim2023-07-072-0/+4
* QNetworkInfo[win]: Explicitly link with oleaut32Mårten Nordheim2023-06-131-0/+1
* QNetworkInformation[Win]: Improve WinRT exceptions handlingVladimir Belyavsky2023-04-181-3/+9
* QNetworkInformation[Win]: Catch potential WinRT exceptionsVladimir Belyavsky2023-04-141-10/+16
* Revert "Revert "Add support for MultiABI with custom install dir of the andro...Alexey Edelev2023-02-021-1/+3
* Revert "Add support for MultiABI with custom install dir of the android-build"Alexandru Croitor2023-02-011-3/+1
* Add support for MultiABI with custom install dir of the android-buildFab Stz2023-01-301-1/+3
* Introduce qt_winrtbase_p.hOliver Wolff2023-01-232-11/+2
* Add missing header guardsFriedemann Kleint2023-01-121-0/+5
* networklistmanager: allow building with LLVM-MinGWCristian Adam2022-12-032-1/+2
* Windows: centralize how we handle error messagesYuhang Zhao2022-11-162-14/+10
* QNetworkInformation[win]: Capture another potential exceptionMårten Nordheim2022-11-151-1/+6
* QNetworkInformation[Win]: Fix potential use-after/during-freeMårten Nordheim2022-11-093-12/+26
* QNetworkInformation[Win]: Catch potential exceptionsMårten Nordheim2022-11-042-2/+15
* Proper clearing of WinRT factory cacheAndreas Buhr2022-10-312-0/+2
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* plugins: use nullptr instead of 0 and NULLJohannes Kauffmann2022-10-021-1/+1
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-291-10/+7
* Simplify QNetworkListManagerNetworkInformationBackend's COM handlingTor Arne Vestbø2022-08-261-17/+6
* Remove superfluous clang preprocessor check for cpp/winrtOliver Wolff2022-08-263-13/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-236-6/+6
* NetworkInformation/Android: Delete member only used for validity checkMårten Nordheim2022-08-092-10/+9
* NetworkInformation/Android: Convert enum to integer in java sideMårten Nordheim2022-08-092-15/+9
* NetworkInformation/Android: Modernize with new JNI functionalityMårten Nordheim2022-08-092-32/+27
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-2/+2
* Add license headers to cmake filesLucie Gérard2022-08-036-0/+18
* Use SPDX license identifiersLucie Gérard2022-05-1612-456/+24
* QNetworkManagerNetworkInformationPlugin: includemocsMarc Mutz2022-04-291-0/+2
* Fix potential crash in QNetworkInformation if no network is availableSimeon Kuran2022-04-261-11/+16
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-212-15/+16
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-1/+3