summaryrefslogtreecommitdiffstats
path: root/src/systeminfo/qnetworkinfo_linux.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed the WLAN signal strength.Yang Li2012-03-081-4/+14
* Hide interfaceForMode() behind QT_NO_NETWORKINTERFACE.Xizhi Zhu2012-03-051-0/+2
* Add wrapper for networkservicesSteffen Hahn2012-02-151-34/+121
* Use QStringLiteral.Xizhi Zhu2012-01-311-10/+10
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Add TdscdmaMode to the network mode enumerator.Xizhi Zhu2012-01-191-0/+10
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
* Fixes for Linux' NetworkInfoSteffen Hahn2011-11-301-2/+3
* Fix the usage of QString.Xizhi Zhu2011-11-301-17/+16
* Use emit instead of Q_EMIT.Xizhi Zhu2011-10-181-7/+7
* Check indext before calling QList::at().Xizhi Zhu2011-09-281-90/+123
* fix gcc 4.6 linux compile with bluetooth supportAndrew Stanley-Jones2011-08-081-1/+3
* Use oFono for 3G network info.Xizhi Zhu2011-07-131-9/+17
* Fix coding style issues.Xizhi Zhu2011-07-121-6/+6
* Implement the signals for network info.Xizhi Zhu2011-07-111-256/+508
* Update licenseheader text in source files for qtsystems Qt moduleJyri Tahtela2011-07-081-17/+17
* Get Bluetooth signal strength using Bluez.Xizhi Zhu2011-07-061-0/+36
* Get Bluetooth status using Bluez.Xizhi Zhu2011-07-061-20/+27
* Get Bluetooth name using Bluez.Xizhi Zhu2011-07-061-6/+21
* Get Bluetooth MAC address using Bluez.Xizhi Zhu2011-07-061-6/+28
* Get Bluetooth interface count using Bluez.Xizhi Zhu2011-07-061-2/+16
* Remove the singleton design for Bluez and oFono.Xizhi Zhu2011-07-061-40/+68
* Remove the Connected network state.Xizhi Zhu2011-07-061-12/+22
* Use WLAN_MASK and ETHERNET_MASK macros.Xizhi Zhu2011-07-061-7/+7
* Add the networkInterfaceCount() function.Xizhi Zhu2011-07-061-0/+25
* Rename the module to QtSystems.Xizhi Zhu2011-06-201-1/+1
* Fix compile warnings.Xizhi Zhu2011-06-131-25/+25
* Add build option for oFono.Xizhi Zhu2011-06-071-0/+4
* Add support for multi-interface in QNetworkInfo.Xizhi Zhu2011-05-311-119/+110
* Add oFono back-end for QNetworkInfo.Xizhi Zhu2011-05-311-16/+138
* Fix build break for QNetworkInfo on Ubuntu 10.10.Xizhi Zhu2011-05-301-1/+3
* Import QNetworkInfo.Xizhi Zhu2011-05-251-0/+395