Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-10-29 | 13 | -53/+145 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Making the buttons less finger unfriendly | Alessandro Portale | 2010-10-28 | 2 | -3/+4 | |
| | | * | | | | | | | Readded .def file entries after a little stunt | Alessandro Portale | 2010-10-28 | 2 | -0/+4 | |
| | | * | | | | | | | Do not crash on Symbian | Alessandro Portale | 2010-10-28 | 5 | -11/+21 | |
| | | * | | | | | | | Temporarily remove .def file entries for a little stunt | Alessandro Portale | 2010-10-28 | 2 | -4/+0 | |
| | | * | | | | | | | Fixed crash with QClipboard in Symbian^3 | Titta Heikkala | 2010-10-28 | 1 | -7/+3 | |
| | | * | | | | | | | Fallback to vgWritePixels in drawPixmap. | Jani Hautakangas | 2010-10-28 | 5 | -28/+113 | |
* | | | | | | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2010-10-29 | 587 | -73589/+31862 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2010-10-29 | 587 | -73589/+31862 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-10-29 | 29 | -361/+297 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | QNAM: Fix doc rendering of QNetworkRequest | Markus Goetz | 2010-10-29 | 1 | -10/+0 | |
| | | * | | | | | | | remove the connecting thread, and use async call to dbus instead. | Lorn Potter | 2010-10-29 | 4 | -107/+36 | |
| | | * | | | | | | | QScriptValue::construct(): Don't crash if function throws non-Object | Kent Hansen | 2010-10-28 | 3 | -5/+34 | |
| | | * | | | | | | | Network code: Fix code comment spellchecking errors. | Markus Goetz | 2010-10-28 | 4 | -4/+4 | |
| | | * | | | | | | | QNAM: fix build | Peter Hartmann | 2010-10-27 | 1 | -1/+5 | |
| | | * | | | | | | | QNAM HTTP: Remove the error() of QHttpNetworkConnection | Markus Goetz | 2010-10-27 | 6 | -31/+9 | |
| | | * | | | | | | | QNAM HTTP: Remove enableEncryption() | Markus Goetz | 2010-10-27 | 3 | -29/+5 | |
| | | * | | | | | | | QNAM HTTP: Remove unused code | Markus Goetz | 2010-10-27 | 3 | -42/+0 | |
| | | * | | | | | | | 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 | |