summaryrefslogtreecommitdiffstats
path: root/src/network/bearer
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Rohan McGovern2011-03-101-1/+1
* Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-03-101-1/+1
|\
| * Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-03-091-1/+1
| |\
| | * Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-03-081-1/+1
| | |\
| | | * Merge remote-tracking branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2011-03-081-1/+1
* | | | Improve Q_GLOBAL_STATIC macors.Jedrzej Nowacki2011-03-071-1/+2
|/ / /
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-02-241-3/+2
|\ \ \ | |/ /
| * | Fix QTBUG-17627: build break in mobility bearer applicationsCristiano di Flora2011-02-241-3/+2
| * | Removing tabs from 7388fcb83592a90aace054314e0c3e7e7a94fdae changesetCristiano di Flora2011-02-221-1/+1
| * | Fix QNetworkConfigurationManager crash due to null private pointer.Cristiano di Flora2011-02-221-12/+5
* | | Removing tabs from 7388fcb83592a90aace054314e0c3e7e7a94fdae changesetCristiano di Flora2011-02-221-1/+1
* | | Fix QNetworkConfigurationManager crash due to null private pointer.Cristiano di Flora2011-02-221-12/+5
* | | Fix warning about QLatin1String::operator==(const char*) deprecatedThiago Macieira2011-02-211-2/+2
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-102-0/+6
|\ \ \ | |/ /
| * | Fixed compilerwarnings regression in public headers.axis2011-02-081-2/+2
| * | Fix namespace errorShane Kearns2011-02-071-3/+3
| * | Fix random crashes when bearer suddenly goes downShane Kearns2011-02-042-0/+6
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-253-2/+175
|\ \ | |/
| * Workaround crash when multiple QNetworkAccessManager instances are usedShane Kearns2011-01-143-2/+175
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1714-14/+14
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-1014-14/+14
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-201-1/+2
|\ \ | |/
| * Fix waitForOpened not working with already active configurationVille Pernu2010-12-171-1/+2
* | remove useless overloadKonstantin Ritt2010-12-101-2/+2
* | simplify polling code a bitKonstantin Ritt2010-12-102-33/+8
* | promote QNetworkConfigurationManager::updateConfigurations() to a slotKonstantin Ritt2010-12-101-1/+3
* | simplify waitForOpened()Konstantin Ritt2010-12-101-9/+6
* | fix CV-qualifiers for some membersKonstantin Ritt2010-12-102-13/+13
* | minor clean-ups and styling fixesKonstantin Ritt2010-12-1015-186/+145
|/
* 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