summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix QML visual tests on Mac.Yann Bodson2010-11-0168-5595/+11728
* Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-10-302-0/+36
|\
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-10-302-0/+36
| |\ |/ /
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-10-272-0/+36
| |\
| | * Fix Windows compilation.Samuel Rødal2010-10-272-0/+2
| | * Fixed race condition in raster paint engine.Samuel Rødal2010-10-272-0/+34
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-292-12/+17
|\ \
| * | dbus does not use this. fix build.Lorn Potter2010-10-291-4/+4
| * | Fix memory leak on exitHarald Fernengel2010-10-291-8/+13
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-2966-32/+19931
|\ \ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-10-298-6/+25
| |\ \ \
| | * | | Remove unnecessary QML import project dependency to Symbian deployment pri fi...Joona Petrell2010-10-293-3/+0
| | * | | Update visual tests for MacYann Bodson2010-10-294-0/+22
| * | | | Update webview visual tests to new skip modeAlan Alpert2010-10-2913-21/+23
| * | | | Revert "Disable WebView visualtests"Alan Alpert2010-10-2924-0/+12940
| * | | | Mark dynamic.qml as expect-fail the new wayAlan Alpert2010-10-299-2/+1605
| * | | | Update gridview visual testsAlan Alpert2010-10-2913-373/+374
| * | | | Revert "Mark qdeclarativegridview autotests as expect-fail"Alan Alpert2010-10-2925-4/+5338
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-10-2936-522/+792
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Play whole file in spectrum analyzer demoGareth Stockwell2010-10-2911-467/+369
| * | | | Do not unnecessarily reset state of spectrum demoGareth Stockwell2010-10-293-45/+61
| * | | | Set SpectrumAnalyserThread parent to 0 before calling moveToThread()Gareth Stockwell2010-10-291-0/+2
| * | | | Avoid being killed by graphics out-of-memory monitor.Jason Barron2010-10-291-0/+11
| * | | | Revert function renaming in QtOpenVG.Jani Hautakangas2010-10-293-12/+12
| * | | | Support tactile feedback in QWidgets from QS60StyleSami Merila2010-10-291-1/+1
| * | | | Support tactile feeedback from QS60Style for QWidgetsSami Merila2010-10-2910-2/+249
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-10-2913-53/+145
| |\ \ \ \
| | * | | | Making the buttons less finger unfriendlyAlessandro Portale2010-10-282-3/+4
| | * | | | Readded .def file entries after a little stuntAlessandro Portale2010-10-282-0/+4
| | * | | | Do not crash on SymbianAlessandro Portale2010-10-285-11/+21
| | * | | | Temporarily remove .def file entries for a little stuntAlessandro Portale2010-10-282-4/+0
| | * | | | Fixed crash with QClipboard in Symbian^3Titta Heikkala2010-10-281-7/+3
| | * | | | Fallback to vgWritePixels in drawPixmap.Jani Hautakangas2010-10-285-28/+113
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-2929-361/+297
|\ \ \ \ \ \
| * | | | | | QNAM: Fix doc rendering of QNetworkRequestMarkus Goetz2010-10-291-10/+0
| * | | | | | remove the connecting thread, and use async call to dbus instead.Lorn Potter2010-10-294-107/+36
| * | | | | | QScriptValue::construct(): Don't crash if function throws non-ObjectKent Hansen2010-10-283-5/+34
| * | | | | | Network code: Fix code comment spellchecking errors.Markus Goetz2010-10-284-4/+4
| * | | | | | QNAM: fix buildPeter Hartmann2010-10-271-1/+5
| * | | | | | QNAM HTTP: Remove the error() of QHttpNetworkConnectionMarkus Goetz2010-10-276-31/+9
| * | | | | | 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