summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded ;Albert Astals Cid2014-04-241-2/+2
* Fix Mac Bearer when machine has no wifiFrederik Gladhorn2014-03-142-0/+4
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-221-2/+2
* Refactor and remove dead code, add property caching.Lorn Potter2014-02-077-2013/+606
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-204-5/+58
|\
| * make 'AlwaysAsk' if found help determine whether the configuration is Discove...Lorn Potter2014-01-112-1/+8
| * fix connman QNetworkConfiguration DiscoveredLorn Potter2014-01-111-5/+7
| * update the network configuration listLorn Potter2014-01-114-0/+44
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-133-29/+29
|/
* On configuration removal, take it away from foundConfigurationsLorn Potter2013-12-161-0/+1
* make sure to signal only changed configurationsLorn Potter2013-12-161-4/+8
* add NetworkSessionRequired to connman caps.Lorn Potter2013-12-161-1/+2
* always use connman to connect to cellular servicesLorn Potter2013-12-161-27/+2
* CoreWLan: Fix potential unhandled exception assertGabriel de Dietrich2013-11-262-4/+6
* Update ofono backendLorn Potter2013-10-081-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-142-155/+989
|\
| * Make QCoreWlan plugin compile on 10.9Gabriel de Dietrich2013-08-122-155/+989
* | BlackBerry QNetworkConfiguration: Keep track of bearer typePeter Hartmann2013-06-241-4/+3
|/
* code cleanup. make one way to access system dbus. remove dead uncommented codeLorn Potter2013-06-081-27/+7
* Need to register dbus metatypes to have them work correctly.Lorn Potter2013-05-261-0/+2
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-165-47/+47
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-063-26/+26
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-053-26/+26
| |\
| | * Ofono also changed the context API. This updates it to workLorn Potter2013-02-233-26/+26
* | | Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-051-2/+2
|/ /
* / Remove deprecated use of QMAKE_MAC_SDK in corewlan.proTor Arne Vestbø2013-02-181-3/+1
|/
* BlackBerry bearer plugin: check whether device is online several timesPeter Hartmann2013-01-311-0/+14
* update ofono APILorn Potter2013-01-312-20/+70
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1831-31/+31
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* Update connman bearer plugin for changed connman API.Lorn Potter2012-12-202-5/+56
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-107-0/+7
* beef up qt_plugin.prfOswald Buddenhagen2012-11-017-28/+14
* Blackberry bearer plugin: Only Report working interfaces as activePeter Hartmann2012-10-261-3/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2234-813/+813
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-142-12/+12
* Initial bearer plugin for WinCE and WEC7.Janne Anttila2012-09-101-5/+39
* QNativeWifiEnginePlugin: replace a volatile bool with an atomic intMarc Mutz2012-08-291-4/+4
* Fix a bunch of Mac/clang specific warningsJiang Jiang2012-08-211-1/+6
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-252-2/+4
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-202-31/+13
* plugins/bearer: normalize signals/slotsMarc Mutz2012-07-135-66/+66
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-273-12/+12
* Remove QFactoryInterface from bearer pluginsLars Knoll2012-06-087-42/+0
* Implementation of the Blackberry bearer engine.Rafael Roquetto2012-05-246-0/+638
* Remove capitalization when specifying include-libraries.kb2012-05-141-2/+2
* Windows 7 - fix nativewifi bearer pluginShane Kearns2012-05-042-7/+21
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-2/+2
* Port bearer plugins to QMetaMethod-based connectNotify()Kent Hansen2012-05-014-170/+220
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-1/+1
|\