summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/connman
Commit message (Expand)AuthorAgeFilesLines
* Use const-ref in foreach if T is big or non-trivialSérgio Martins2015-07-041-5/+4
* Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-271-1/+3
* Replace #ifdefs with qmake feature checks.Ulf Hermann2015-06-225-11/+0
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-33/+33
|\
| * Fix a crash in connman bearer backend on d'tor when using QStringLiteralLorn Potter2015-03-221-33/+33
* | Update copyright headersJani Heikkinen2015-02-115-35/+35
|/
* Use a property cache to cut down on blocking callsLorn Potter2014-11-064-478/+3
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-1/+1
|\
| * Fix QtBearer connman backend report correctly on lte networkLorn Potter2014-10-131-1/+1
* | Don't use QStringLiteral in comparisonsMarc Mutz2014-10-093-4/+4
* | Update license headers and add new license filesMatti Paaso2014-09-247-133/+77
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-233-61/+5
|\|
| * remove always ask option.Lorn Potter2014-08-233-57/+5
* | Assign a parent to QConnmanServiceInterface instancesJakub Adam2014-06-051-1/+1
* | fix crash in connman bearer backend when accessing null objectsLorn Potter2014-05-221-3/+9
* | make sure connman bearer service is autconnect before connectingLorn Potter2014-03-201-1/+14
|/
* 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-132-17/+17
|/
* 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
* Update ofono backendLorn Potter2013-10-081-1/+1
* 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-163-4/+4
* Ofono also changed the context API. This updates it to workLorn Potter2013-02-233-26/+26
* update ofono APILorn Potter2013-01-312-20/+70
* Update copyright year in Digia's license headersSergio Ahumada2013-01-187-7/+7
* Update connman bearer plugin for changed connman API.Lorn Potter2012-12-202-5/+56
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* beef up qt_plugin.prfOswald Buddenhagen2012-11-011-4/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-227-168/+168
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-142-12/+12
* plugins/bearer: normalize signals/slotsMarc Mutz2012-07-133-36/+36
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-273-12/+12
* Remove QFactoryInterface from bearer pluginsLars Knoll2012-06-081-6/+0
* 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
* Use new plugin system for network bearer plugins.Friedemann Kleint2012-02-243-3/+10
* No need to stat with QFile::exists before QFile::open, for reading.David Faure2012-02-171-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-307-7/+7
* Update contact information in license headers.Jason McDonald2012-01-237-7/+7
* Update copyright year in license headers.Jason McDonald2012-01-057-7/+7
* Fix compiler warnings.Friedemann Kleint2011-10-271-5/+2