summaryrefslogtreecommitdiffstats
path: root/src/network/bearer
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on exit.Aaron McCarthy2010-10-191-8/+30
* doc: Changed \i to \e.Martin Smith2010-10-041-4/+4
* Fix memory leaks and valgrind errors.Aaron McCarthy2010-09-131-0/+3
* Destroy QNetworkConfigurationManager global static from qApp dtor.Aaron McCarthy2010-09-011-1/+22
* Fix race condition on bearer management initialisation.Aaron McCarthy2010-08-242-5/+17
* Merge remote branch 'staging/4.7' into bearermanagement/maemo-fixesAaron McCarthy2010-08-163-13/+8
|\
| * Make this constructor explicit in Qt too.Aaron McCarthy2010-08-131-4/+0
| * Better fix for d524da81ee257a6bd67d32d0bc870280a7d5b8a4.Aaron McCarthy2010-08-132-9/+8
* | Register QNetworkConfigurationPrivatePointer metatype.Aaron McCarthy2010-08-161-0/+1
|/
* Merge remote branch 'origin/4.7' into oslo-staging-2/4.7Olivier Goffart2010-08-092-1/+8
|\
| * Fix link error when building Bearer application with Qt MobilityAlex2010-08-052-1/+8
* | compilation with QT_NO_DEPRECATEDOlivier Goffart2010-08-061-0/+2
|/
* Return 'Unknown' bearer type name for unknown bearer type.Aaron McCarthy2010-08-032-2/+2
* Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-024-29/+114
* Rename QNetworkConfiguration::bearerName() function.Aaron McCarthy2010-08-022-9/+21
* Cherry pick fix for MOBILITY-1077 from Qt Mobility.Aaron McCarthy2010-07-271-4/+8
* Order network configurations in service networks in priority order.Aaron McCarthy2010-07-232-9/+13
* Don't poll non-polling engines when configurations are in use.Aaron McCarthy2010-06-031-2/+4
* Fix QT_NO_LIBRARYTasuku Suzuki2010-04-291-0/+4
* Remove redundant network configuration updates on startup.Aaron McCarthy2010-04-201-1/+1
* Introduce a qconfig feature for Bearer ManagementTasuku Suzuki2010-04-1511-1/+43
* Remove holes in bearer management data structures.Aaron McCarthy2010-04-155-14/+23
* Bearer management changes from Qt Mobility (7a5ff985)Aaron McCarthy2010-04-141-0/+4
* Remove leading whitespace from Qt header macros.Thiago Macieira2010-03-313-23/+23
* MONILITY-645Wolfgang Beck2010-03-303-18/+63
* Compile with QT_NO_NETWORKINTERFACE defined.Aaron McCarthy2010-03-255-3/+7
* Bearer management documentation.Aaron McCarthy2010-03-243-3/+3
* Bearer management changes from Qt Mobility (6fb31d1e).Aaron McCarthy2010-03-241-1/+1
* Fix build failure on WinCE.Aaron McCarthy2010-03-221-0/+4
* Revert "Don't emit open signal on session close/error."Aaron McCarthy2010-03-192-5/+8
* Don't emit open signal on session close/error.Aaron McCarthy2010-03-192-8/+5
* Add flag to indicate that network sessions are expected on a platform.Aaron McCarthy2010-03-182-1/+4
* Make destructor virtual.Aaron McCarthy2010-03-181-1/+1
* Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-116-195/+285
* Merge remote branch 'staging/4.7' into bearermanagement/pollingAaron McCarthy2010-03-051-1/+1
|\
| * doc: Fixed some qdoc errors.Martin Smith2010-03-021-1/+1
* | Don't keep polling network sessions open indefinitely.Aaron McCarthy2010-03-051-0/+14
* | Prefer ethernet over wlan.Aaron McCarthy2010-03-041-18/+51
* | Updating polling mechanism for bearer management engines.Aaron McCarthy2010-03-045-7/+147
|/
* Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-023-1/+9
* Change initialization order.Aaron McCarthy2010-02-221-1/+1
* Add locking to bearer code.Aaron McCarthy2010-02-226-102/+136
* Don't block forever if no bearer plugins are loaded.Aaron McCarthy2010-02-161-0/+5
* Add QT_MODULE headers.Aaron McCarthy2010-02-153-0/+6
* Change docs: "phone" -> "device".Aaron McCarthy2010-02-151-1/+1
* Remove unused code.Aaron McCarthy2010-02-152-59/+0
* Simplify.Aaron McCarthy2010-02-151-2/+1
* Optimise iterations over QHash.Aaron McCarthy2010-02-153-34/+41
* Use snippets.Aaron McCarthy2010-02-151-8/+1
* Fix build on Windows.Aaron McCarthy2010-02-121-1/+0