summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QNAM HTTP: Remove enableEncryption()Markus Goetz2010-10-273-29/+5
* QNAM HTTP: Remove unused codeMarkus Goetz2010-10-273-42/+0
* QNAM HTTP: Move authenticationRequired() to QHttpNetworkReplyMarkus Goetz2010-10-276-20/+16
* QNAM HTTP: Move proxyAuthenticationRequired() to QHttpNetworkReplyMarkus Goetz2010-10-274-13/+9
* QNAM HTTP: Move cacheCredentials() to QHttpNetworkReplyMarkus Goetz2010-10-274-5/+4
* QNAM HTTP: Use sslErrors() from QHttpNetworkReplyMarkus Goetz2010-10-276-12/+16
* QNAM HTTP: Remove Wait4AuthStateMarkus Goetz2010-10-273-8/+1
* QNAM: Internal function renamingMarkus Goetz2010-10-273-10/+10
* QNAM HTTP: Internal variable spelling mistakesMarkus Goetz2010-10-273-12/+12
* QNAM HTTP: Pause connection when emitting proxy auth signalMarkus Goetz2010-10-271-0/+4
* QNAM HTTP: Also pause connection when emitting sslErrors()Markus Goetz2010-10-271-0/+4
* QNAM HTTP: Also resume uploads after connection pauseMarkus Goetz2010-10-271-3/+4
* QNAM HTTP: Process authenticationRequired() from HTTP properlyMarkus Goetz2010-10-275-11/+14
* QNAM HTTP: Pause sockets while emitting to user code.Markus Goetz2010-10-272-41/+56
* QNAM HTTP: Do not copy around credentials when using NTLMMarkus Goetz2010-10-271-0/+7
* QNAM HTTP: Move caching of credentials from URLMarkus Goetz2010-10-272-6/+6
* QNAM: Do not load credentials from cache prematurelyMarkus Goetz2010-10-271-11/+5
* QAuthenticator: Fix NTLMv2 credential caching of QNAMMarkus Goetz2010-10-272-6/+9
* Sockets: Private function for pausing/resuming notifiersMarkus Goetz2010-10-274-0/+53
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-272-2/+3
|\
| * Fix bug in QML debug client installationAaron Kennedy2010-10-271-1/+1
| * Doc clarification for Loader.Michael Brasser2010-10-271-1/+2
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-262-4/+4
|\
| * Set the location of the closing brace.Roberto Raggi2010-10-262-4/+4
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-10-268-10/+72
|\ \
| * | Phonon MMF backend: set _q_DummyWindowSurface property on VideoWidgetGareth Stockwell2010-10-261-0/+2
| * | Create dummy window surface if if _q_DummyWindowSurface property is setGareth Stockwell2010-10-261-4/+16
| * | Remove widget subtree from backing store tracker when reparentedGareth Stockwell2010-10-263-3/+42
| * | Suppress call to controlVisibilityChanged for null control pointerGareth Stockwell2010-10-261-1/+2
| * | Fix patch_capabilities.pl script for explicit set of capabilitiesMiikka Heikkinen2010-10-261-0/+3
| * | Fix empty mifconv TARGETFILE in some edge cases.Miikka Heikkinen2010-10-262-2/+7
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-268-8/+8
|\ \ | |/ |/|
| * Doc : Fixing typo.Sergio Ahumada2010-10-268-8/+8
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-10-261-1/+20
|\ \ | |/ |/|
| * Remove qdrawhelper_arm_simd.cpp dependency to u32std.hJani Hautakangas2010-10-261-1/+20
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-268-33/+33
|\ \ | |/ |/|
| * Run util/normalize on src/declarative.Yann Bodson2010-10-268-33/+33
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-10-264-49/+46
|\ \
| * | Phonon MMF backend: removed redundant trace outputGareth Stockwell2010-10-251-14/+0
| * | qmediaplayer: added command-line switch for initial volumeGareth Stockwell2010-10-253-35/+46
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-2514-114/+405
|\ \ \
| * | | Simplify calculation of center point and scale for PinchRecongizerFrederik Gladhorn2010-10-251-11/+8
| * | | Doc: Fixing typoSergio Ahumada2010-10-255-10/+10
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-2411-101/+395
| |\ \ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-2311-101/+395
| | |\ \ \
| | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-2211-101/+395
| | | |\ \ \
| | | | * | | QtDFB: Make transparent windows behave betterAnders Bakken2010-10-223-17/+29
| | | | * | | For meego graphics system, use floyd-steinberg dithering when converting to 1...Michael Dominic K2010-10-223-24/+278
| | | | * | | Added support for blitting to native child widgets in GL window surface.Samuel Rødal2010-10-225-60/+88
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-251-0/+38
|\ \ \ \ \ \ \