summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkaccessmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* QNAM: Internal function renamingMarkus Goetz2010-10-271-6/+6
* QNAM: Do not load credentials from cache prematurelyMarkus Goetz2010-10-271-11/+5
* QNAM: Do not need QNetworkSession for data://Markus Goetz2010-10-141-0/+16
* QNAM: Use QFileNetworkReply for qrc:/ URL schemaMisha Tyutyunik2010-09-221-2/+2
* QNetworkAccessManager doc: add since tag for added enumPeter Hartmann2010-08-311-1/+1
* QNAM: Improve child deletion orderMarkus Goetz2010-06-021-0/+9
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-241-0/+26
|\
| * fix typo in documentationAlex2010-05-241-1/+1
| * Improve Bearer Management related documentation in QNetworkAccessManagerAlex2010-05-241-0/+26
* | Do not attempt to setParent of object in a different threadWarwick Allison2010-05-241-3/+5
|/
* Revert "Use QUrl::isLocalFile and fix the scheme checking in local URLs."Morten Johan Sørvig2010-05-101-5/+6
* Use QUrl::isLocalFile and fix the scheme checking in local URLs.Thiago Macieira2010-05-051-6/+5
* QNAM HTTP: Introduce attributes for controlling cookies and authRobert Hogan2010-05-041-9/+18
* Add missing QT_NO_BEARERMANAGEMENT ifdefs.Aaron McCarthy2010-04-151-6/+4
* Introduce a qconfig feature for Bearer ManagementTasuku Suzuki2010-04-151-1/+15
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-131-0/+10
|\
| * Document Symbian platform security requirements on Qt APIsFrans Englich2010-04-121-0/+10
* | Revert "Don't emit open signal on session close/error."Aaron McCarthy2010-03-191-2/+0
* | Rename networkAccess property to networkAccessible.Aaron McCarthy2010-03-191-24/+82
* | Don't emit open signal on session close/error.Aaron McCarthy2010-03-191-0/+2
* | Rename private signal.Aaron McCarthy2010-03-191-8/+10
* | Add flag to indicate that network sessions are expected on a platform.Aaron McCarthy2010-03-181-7/+7
* | Only enable BM by default in QNAM for appropriate platforms.Aaron McCarthy2010-03-121-8/+18
* | Fix creation of QNetworkSession.Aaron McCarthy2010-03-111-2/+2
* | Don't keep polling network sessions open indefinitely.Aaron McCarthy2010-03-051-2/+19
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-1/+8
|\ \ | |/
| * QNetworkAccessManager: Documentation enhancementsMarkus Goetz2010-02-241-1/+8
* | Merge remote branch 'origin/master' into bearermanagement/unit-testsAaron McCarthy2010-02-221-4/+33
|\ \
| * | QNetworkAccessManager: add method to send custom requestsPeter Hartmann2010-02-161-4/+33
| |/
* | Allow QNAM to be created as a global variable.Aaron McCarthy2010-02-181-3/+7
* | Expand documentation for QNAM::setConfiguration() and friends.Aaron McCarthy2010-02-151-4/+29
* | Merge remote branch 'origin/master' into bearermanagement/integrationAaron McCarthy2010-02-141-1/+1
|\ \ | |/
| * doc: Fixed several typos.Martin Smith2010-02-121-1/+1
* | Fix build on Windows.Aaron McCarthy2010-02-121-1/+2
* | Fix compiler warning, unused variable.Aaron McCarthy2010-02-121-2/+0
* | Document networkSessionOnline() signal and mark as internal.Aaron McCarthy2010-02-111-0/+12
* | Fix documentation.Aaron McCarthy2010-02-111-1/+15
* | Fix after reworking to use signals/slots.Aaron McCarthy2010-02-111-2/+0
* | Rename and remove unused private slots.Aaron McCarthy2010-02-111-67/+19
* | Connect signals between QNAM and QNetworkReplyImpl.Aaron McCarthy2010-02-101-31/+5
* | Fix networkAccessEnabled implementation.Aaron McCarthy2010-02-101-42/+5
* | Add networkAccess property to QNAM.Aaron McCarthy2010-02-091-0/+84
* | Automatically migrate in-progress transfers after roaming.Aaron McCarthy2010-02-081-31/+4
* | Migrate in progress http downloads.Aaron McCarthy2010-02-081-2/+16
* | Only create session when valid configuration is available.Aaron McCarthy2010-02-081-19/+44
* | Fix compile warnings.Aaron McCarthy2010-02-031-38/+25
* | Remove debug.Aaron McCarthy2010-02-031-2/+0
* | Progress.Aaron McCarthy2010-02-031-10/+61
* | Bearer Management Integration.Aaron McCarthy2010-02-031-0/+79
* | Progress.Aaron McCarthy2010-02-031-3/+19