Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | QNAM HTTP: Move authenticationRequired() to QHttpNetworkReply | Markus Goetz | 2010-10-27 | 6 | -20/+16 | |
| * | | | | | | | QNAM HTTP: Move proxyAuthenticationRequired() to QHttpNetworkReply | Markus Goetz | 2010-10-27 | 4 | -13/+9 | |
| * | | | | | | | QNAM HTTP: Move cacheCredentials() to QHttpNetworkReply | Markus Goetz | 2010-10-27 | 4 | -5/+4 | |
| * | | | | | | | QNAM HTTP: Use sslErrors() from QHttpNetworkReply | Markus Goetz | 2010-10-27 | 6 | -12/+16 | |
| * | | | | | | | QNAM HTTP: Remove Wait4AuthState | Markus Goetz | 2010-10-27 | 3 | -8/+1 | |
| * | | | | | | | QNAM: Internal function renaming | Markus Goetz | 2010-10-27 | 3 | -10/+10 | |
| * | | | | | | | QNAM HTTP: Internal variable spelling mistakes | Markus Goetz | 2010-10-27 | 3 | -12/+12 | |
| * | | | | | | | QNAM HTTP: Pause connection when emitting proxy auth signal | Markus Goetz | 2010-10-27 | 1 | -0/+4 | |
| * | | | | | | | QNAM HTTP: Also pause connection when emitting sslErrors() | Markus Goetz | 2010-10-27 | 1 | -0/+4 | |
| * | | | | | | | QNAM HTTP: Also resume uploads after connection pause | Markus Goetz | 2010-10-27 | 1 | -3/+4 | |
| * | | | | | | | QNAM HTTP: Process authenticationRequired() from HTTP properly | Markus Goetz | 2010-10-27 | 5 | -11/+14 | |
| * | | | | | | | QNAM HTTP: Pause sockets while emitting to user code. | Markus Goetz | 2010-10-27 | 2 | -41/+56 | |
| * | | | | | | | QNAM HTTP: Do not copy around credentials when using NTLM | Markus Goetz | 2010-10-27 | 1 | -0/+7 | |
| * | | | | | | | QNAM HTTP: Move caching of credentials from URL | Markus Goetz | 2010-10-27 | 2 | -6/+6 | |
| * | | | | | | | QNAM: Do not load credentials from cache prematurely | Markus Goetz | 2010-10-27 | 1 | -11/+5 | |
| * | | | | | | | QAuthenticator: Fix NTLMv2 credential caching of QNAM | Markus Goetz | 2010-10-27 | 2 | -6/+9 | |
| * | | | | | | | Sockets: Private function for pausing/resuming notifiers | Markus Goetz | 2010-10-27 | 4 | -0/+53 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-10-29 | 556 | -73224/+31552 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Regression: horizontal alignment bug with single line text | Yann Bodson | 2010-10-29 | 1 | -3/+3 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Add 'skip' property that QML visual tests can use | Alan Alpert | 2010-10-29 | 27 | -9/+2263 | |
| * | | | | Almost all visual tests pass on linux | Alan Alpert | 2010-10-29 | 4 | -3195/+2 | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-10-29 | 1 | -0/+8 | |
| |\ \ \ \ | ||||||
| | * | | | | Regression: QML fonts look bad on Mac with font smoothing on | Yann Bodson | 2010-10-29 | 1 | -0/+8 | |
| * | | | | | Disable WebView visualtests | Alan Alpert | 2010-10-29 | 12 | -12928/+0 | |
| * | | | | | Clean up repeater visual tests | Alan Alpert | 2010-10-29 | 28 | -4260/+60 | |
| * | | | | | Clean up QML Rect visual tests | Alan Alpert | 2010-10-29 | 6 | -276/+22 | |
| * | | | | | Update qdeclarativespringanimation visual tests | Alan Alpert | 2010-10-29 | 36 | -2901/+2378 | |
| * | | | | | Clean up qdeclarativesmoothedanimation visual tests | Alan Alpert | 2010-10-29 | 9 | -1852/+0 | |
| * | | | | | Clean up qdeclarativepositioner tests | Alan Alpert | 2010-10-29 | 11 | -1871/+70 | |
| * | | | | | Update visuals for qdeclarativepathview visual tests | Alan Alpert | 2010-10-29 | 16 | -580/+580 | |
| * | | | | | Clean up qdeclarativeparticles visual test | Alan Alpert | 2010-10-29 | 5 | -193/+193 | |
| * | | | | | Mark qdeclarativegridview autotests as expect-fail | Alan Alpert | 2010-10-29 | 25 | -5338/+4 | |
| * | | | | | Clean up qdeclarativeflickable visual tests | Alan Alpert | 2010-10-29 | 32 | -4348/+3274 | |
| * | | | | | Clean up qdeclarativeboarderimage visual tests | Alan Alpert | 2010-10-29 | 19 | -3078/+262 | |
| * | | | | | Add a test for multiline text alignment | Alan Alpert | 2010-10-29 | 5 | -0/+518 | |
| |/ / / / | ||||||
| * | | | | Update when text changes to "" | Alan Alpert | 2010-10-29 | 6 | -1/+974 | |
| * | | | | Shrink and update qdeclarativetext visual tests | Alan Alpert | 2010-10-29 | 10 | -70/+112 | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-10-29 | 1 | -43/+8 | |
| |\ \ \ \ | ||||||
| | * | | | | Remove unnecessary layouting code from QDeclarativeText | Yann Bodson | 2010-10-28 | 1 | -43/+8 | |
| * | | | | | Clean up package views visual test | Alan Alpert | 2010-10-29 | 25 | -2595/+603 | |
| * | | | | | Clean up qmlvisual/qdeclarativetextinput visual tests | Alan Alpert | 2010-10-29 | 44 | -3305/+3029 | |
| * | | | | | Cleanup qmlvisual/qdeclarativetextedit tests | Alan Alpert | 2010-10-29 | 65 | -2989/+13177 | |
| * | | | | | Cleanup qmlvisual/qdeclarativetext visual tests | Alan Alpert | 2010-10-29 | 30 | -2861/+2182 | |
| * | | | | | Clean up qmlvisual/focusscope tests | Alan Alpert | 2010-10-28 | 66 | -13609/+931 | |
| * | | | | | Clean up qmlvisual/animation visual tests | Alan Alpert | 2010-10-28 | 22 | -962/+1720 | |
| |/ / / / | ||||||
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-10-28 | 5 | -218/+218 | |
| |\ \ \ \ | ||||||
| | * | | | | Export private QtDeclarative classes needed by Qt3d on Symbian | Joona Petrell | 2010-10-28 | 5 | -218/+218 | |
| * | | | | | Clean up ListView visual tests | Alan Alpert | 2010-10-28 | 54 | -7096/+318 | |
| * | | | | | Missing part of 64a05cfa97b1192ac247558c0601ba0e4ec464c9 | Alan Alpert | 2010-10-28 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-10-29 | 2 | -4/+13 | |
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | |