Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/4.8' | Olivier Goffart | 2011-05-26 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master... | Qt Continuous Integration System | 2011-05-24 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge remote branch 'qt-qml-review/master' into master-qml-staging | Kai Koehne | 2011-05-23 | 1 | -1/+1 |
| | |\ | |||||
| | | * | QDeclarativeDebug: Fix autotest | Kai Koehne | 2011-05-20 | 1 | -1/+1 |
* | | | | license header check: fix exception for URL TLD table | Peter Hartmann | 2011-05-25 | 1 | -1/+1 |
* | | | | Merge remote-tracking branch 'origin/4.8' | Olivier Goffart | 2011-05-24 | 1349 | -23224/+23242 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge remote branch 'origin/4.8' into 4.8-from-4.7 | Rohan McGovern | 2011-05-20 | 38 | -529/+548 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-releng-staging into mas... | Qt Continuous Integration System | 2011-05-19 | 1349 | -23218/+23218 |
| | |\ \ \ | |||||
| | | * \ \ | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-19 | 8 | -28/+47 |
| | | |\ \ \ | |||||
| | | * | | | | Re-apply licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-18 | 1 | -18/+18 |
| | | * | | | | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-18 | 129 | -1643/+1616 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Updating file with CRLF line endings for the updated header | Sergio Ahumada | 2011-05-17 | 1 | -29/+29 |
| | | * | | | | | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1349 | -23228/+23228 |
| | * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast... | Qt Continuous Integration System | 2011-05-19 | 1 | -6/+6 |
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| | | * | | | | | Update qhostinfo autotest to expect RFC5952 formatted ipv6 addresses | Shane Kearns | 2011-05-19 | 1 | -6/+6 |
| | * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast... | Qt Continuous Integration System | 2011-05-18 | 7 | -28/+32 |
| | |\ \ \ \ \ \ | | | |/ / / / / | |||||
| | * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-air-staging into master... | Qt Continuous Integration System | 2011-05-18 | 1 | -0/+15 |
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| | | * | | | | | Fix inconsistency between Qt and ICU in Shift-JIS codec with regards to ASCII... | Simon Hausmann | 2011-05-16 | 1 | -0/+15 |
| | | | |/ / / | | | |/| | | | |||||
| * | | | | | | Merge remote branch 'origin/4.7' into 4.8-from-4.7 | Rohan McGovern | 2011-05-17 | 1320 | -22723/+22726 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2011-05-17 | 1325 | -22810/+22813 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Updating file with CRLF line endings for the updated header | Sergio Ahumada | 2011-05-17 | 1 | -29/+29 |
| | | * | | | | | | Fix a regression in QList::mid() | Liang Qi | 2011-05-16 | 1 | -0/+3 |
| | | * | | | | | | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 1325 | -22821/+22821 |
| * | | | | | | | | Merge remote branch 'origin/4.8' into 4.8-from-4.7 | Rohan McGovern | 2011-05-17 | 114 | -1631/+1330 |
| |\ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCore | Robert Hogan | 2011-05-24 | 2 | -2/+28 |
* | | | | | | | | | | add auto test for SSL certificates containing utf8 characters | Pierre Rossi | 2011-05-23 | 4 | -5/+58 |
* | | | | | | | | | | Add QUuid::toRfc4122() and fromRfc4122() | Liang Qi | 2011-05-20 | 1 | -0/+16 |
* | | | | | | | | | | Add QUuid::toByteArray() and relevant | Liang Qi | 2011-05-20 | 1 | -0/+20 |
* | | | | | | | | | | Add some autotests and benchmarks for QUuid | Liang Qi | 2011-05-20 | 1 | -2/+63 |
* | | | | | | | | | | tst_qhostinfo: Fix IPv6 lookup detection on Windows. | Martin Petersson | 2011-05-20 | 1 | -7/+7 |
* | | | | | | | | | | Tests for QtConcurrent::map using lambdas | Olivier Goffart | 2011-05-19 | 1 | -0/+21 |
* | | | | | | | | | | Support of lambdas in QtConcurrent::run | Olivier Goffart | 2011-05-19 | 1 | -0/+67 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
* | | | | | | | | | Merge remote-tracking branch 'origin/4.8' | Olivier Goffart | 2011-05-18 | 129 | -1643/+1616 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2011-05-17 | 17 | -12/+286 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | / / / / / / | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | Merge remote-tracking branch 'origin/4.8' into qt-4.8-from-4.7 | Olivier Goffart | 2011-05-16 | 2 | -0/+5 |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | |||||
| | * | | | | | | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-05-14 | 1 | -2/+4 |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | |||||
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-05-13 | 1 | -2/+4 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | Fix instability in QNetworkConfigurationManager autotest | Shane Kearns | 2011-05-13 | 1 | -2/+4 |
| | * | | | | | | | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-05-13 | 5 | -0/+139 |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | |||||
| | | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-05-13 | 3 | -0/+95 |
| | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | QDeclarativeMouseArea: block context menu events | Caio Marcelo de Oliveira Filho | 2011-05-13 | 2 | -0/+85 |
| | | | * | | | | | | ListViews loses items if all visible items are removed. | Martin Jones | 2011-05-13 | 1 | -0/+10 |
| | | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-05-13 | 2 | -0/+44 |
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | |||||
| | | | * | | | | | | Make TextEdit word selection more natural. | Andrew den Exter | 2011-05-13 | 2 | -0/+44 |
| | * | | | | | | | | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-05-12 | 1 | -0/+20 |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | |||||
| | | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-05-12 | 1 | -0/+20 |
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | |||||
| | | | * | | | | | | Ensure the TextEdit cursor delegate is repositioned on mouse events. | Andrew den Exter | 2011-05-12 | 1 | -0/+20 |
| | * | | | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7 | Olivier Goffart | 2011-05-11 | 2 | -0/+16 |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | |||||
| | | * | | | | | | | Prevent crash in OpenGL engine when scaling images / pixmaps. | Samuel Rødal | 2011-05-09 | 2 | -0/+16 |
| | | | |/ / / / / | | | |/| | | | | | |||||
| | * | | | | | | | Merge remote-tracking branch 'origin/4.8' into qt-4.8-from-4.7 | Olivier Goffart | 2011-05-11 | 12 | -5/+451 |
| | |\ \ \ \ \ \ \ |