Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/4.8' into qt-4.8-from-4.7 | Olivier Goffart | 2011-05-11 | 29 | -147/+914 |
|\ | |||||
| * | update def files | Shane Kearns | 2011-05-10 | 6 | -51/+526 |
| * | Merge remote branch 'qt/4.8' into staging-master | Shane Kearns | 2011-05-10 | 7 | -31/+93 |
| |\ | |||||
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-05-09 | 2 | -3/+7 |
| | |\ | |||||
| | | * | ifdef out mac/no_coreservices path more cleanly | Oswald Buddenhagen | 2011-05-09 | 1 | -3/+2 |
| | | * | fix build on symbian | Oswald Buddenhagen | 2011-05-09 | 1 | -0/+5 |
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-05-09 | 4 | -27/+85 |
| | |\ \ | | | |/ | |||||
| | | * | Allow different text for undo actions and items in QUndoView | Alexander Potashev | 2011-05-09 | 3 | -10/+41 |
| | | * | Allow using not only prefixes for undo command text | Alexander Potashev | 2011-05-09 | 3 | -17/+44 |
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast... | Qt Continuous Integration System | 2011-05-06 | 1 | -5/+8 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-05-06 | 1 | -1/+1 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | QFileSystemEngine::currentPath(): use QFileSystemEntry() also for the no-PATH... | Pino Toscano | 2011-05-05 | 1 | -1/+1 |
| * | | | | Merge branch 'symbian-socket-engine' into staging-master | Shane Kearns | 2011-05-10 | 17 | -60/+305 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | Sockets: Fix potential null pointer usages | Shane Kearns | 2011-05-05 | 2 | -8/+13 |
| | * | | | Update QTBUG-17223 for Qt 4.8 | Shane Kearns | 2011-05-05 | 3 | -1/+16 |
| | * | | | Send User-Agent from the network request in http proxy CONNECT command | Shane Kearns | 2011-05-05 | 4 | -1/+19 |
| | * | | | Fix crash when QSocketNotifier used with an invalid descriptor | Shane Kearns | 2011-04-21 | 1 | -0/+6 |
| | * | | | Fix QNetworkReplyImpl error handling | Shane Kearns | 2011-04-18 | 1 | -4/+13 |
| | * | | | Enable per network configuration proxy settings in QNetworkAccessManager | Shane Kearns | 2011-04-18 | 2 | -27/+53 |
| | * | | | Allow a network configuration to be included in a proxy query | Shane Kearns | 2011-04-18 | 3 | -4/+123 |
| | * | | | Optimisation - buffer packet read in pendingDatagramSize | Shane Kearns | 2011-04-13 | 2 | -9/+56 |
| | * | | | Fix error handling in write for socks socket engine | Shane Kearns | 2011-04-12 | 1 | -1/+6 |
| | * | | | Remove warnings when disabling notifications on a closed socket | Shane Kearns | 2011-04-12 | 1 | -6/+1 |
| * | | | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qt into 4.8 | Bradley T. Hughes | 2011-05-06 | 23 | -226/+292 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Do not allow multiple threads to acquire a QMutex | Bradley T. Hughes | 2011-05-05 | 1 | -5/+8 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-05-06 | 2 | -4/+7 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2011-05-06 | 2 | -4/+7 |
| |\ \ \ \ | |||||
| | * | | | | fix random miscompilation with msvc | Oswald Buddenhagen | 2011-05-06 | 1 | -0/+1 |
| | * | | | | make QLibraryInfo return clean paths | Oswald Buddenhagen | 2011-05-06 | 1 | -4/+6 |
| | * | | | | make relative paths in qt.conf work inside qmake | Oswald Buddenhagen | 2011-05-06 | 1 | -1/+1 |
* | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7 | Olivier Goffart | 2011-05-06 | 17 | -15/+80 |
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | | |||||
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2011-05-05 | 1 | -4/+4 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | QNAM: Re-order checks in migrateBackend() | Markus Goetz | 2011-05-05 | 1 | -4/+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-05 | 6 | -4/+36 |
| |\ \ \ \ | |||||
| | * | | | | Send User-Agent from the network request in http proxy CONNECT command | Shane Kearns | 2011-05-05 | 4 | -1/+19 |
| | * | | | | Fix initial main window dimensions for "fullscreen with softkeys" case | Miikka Heikkinen | 2011-05-05 | 1 | -0/+5 |
| | * | | | | Fix QNetworkConfigurationManager usage outside main thread first | Shane Kearns | 2011-05-04 | 1 | -3/+12 |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-05-05 | 3 | -0/+9 |
| |\ \ \ \ \ | |||||
| | * | | | | | Views do not notify count changes properly | Martin Jones | 2011-05-05 | 3 | -0/+9 |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-05-05 | 2 | -0/+4 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Uninitialized memory is compared. | Martin Jones | 2011-05-05 | 2 | -0/+4 |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2011-05-04 | 7 | -28/+75 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| | * | | | | | Fix ordinal number conflict | Jiang Jiang | 2011-05-04 | 1 | -1/+1 |
| | * | | | | | QPainterPath: Ignore calls with NaN/Infinite parameters | Ademar de Souza Reis Jr | 2011-05-03 | 1 | -19/+47 |
| | * | | | | | memory leak fix | Tero Toivola | 2011-05-03 | 1 | -0/+4 |
| | * | | | | | Fixes crash in QWidget::effectiveWinId. | Bjørn Erik Nilsen | 2011-05-02 | 2 | -0/+21 |
| | * | | | | | Fix merge conflict | Jiang Jiang | 2011-04-29 | 8 | -2/+20 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Revert symbol addition in b033bb9 | Jiang Jiang | 2011-04-29 | 3 | -8/+2 |
* | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast... | Qt Continuous Integration System | 2011-05-06 | 6 | -99/+144 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/4.8' | Olivier Goffart | 2011-05-05 | 75 | -353/+959 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | |