summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Factored epocRoot implementation out of qmakeGareth Stockwell2010-02-1913-106/+292
* Factored readRegistryKey implementation out of qmakeGareth Stockwell2010-02-199-100/+259
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merila2010-02-1917-549/+204
|\
| * Revert "Factored readRegistryKey implementation out of qmake"axis2010-02-199-259/+100
| * Revert "Factored epocRoot implementation out of qmake"axis2010-02-1913-292/+106
* | Virtual keyboard can't be closed anymore after tapping the text areaSami Merila2010-02-191-1/+4
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-1941-344/+3363
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-1941-344/+3363
| |\
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-1841-344/+3363
| | |\
| | | * Pass QAudioDeviceInfo when creating audio input/output in examplesGareth Stockwell2010-02-182-2/+3
| | | * Symbian backend for QtMultimedia audioGareth Stockwell2010-02-1814-1/+2720
| | | * Modified configure to detect SDK support for Symbian audio backendGareth Stockwell2010-02-182-1/+49
| | | * Added implementation of epocRoot() function to configureGareth Stockwell2010-02-184-3/+18
| | | * Removed duplicated implementation of readRegistryKeys from configureGareth Stockwell2010-02-183-125/+6
| | | * Factored epocRoot implementation out of qmakeGareth Stockwell2010-02-1813-106/+292
| | | * Factored readRegistryKey implementation out of qmakeGareth Stockwell2010-02-189-100/+259
| | | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merila2010-02-181-1/+1
| | | |\
| | | * | QWebView scrolling doesn't clear old elements before painting againSami Merila2010-02-182-8/+18
* | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-1913-84/+170
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-1813-84/+170
| |\ \ \ \ |/ / / / /
| * | | | Moving QDir benchmarks; making way for new test casesJoão Abecasis2010-02-183-11/+15
| * | | | Fixing QDir benchmarks...João Abecasis2010-02-181-2/+2
| * | | | QTreeView: Fix premature pessimizationJoão Abecasis2010-02-181-4/+5
| * | | | Simplify code, fix a compiler warning... profit!João Abecasis2010-02-181-7/+5
| * | | | tst_qnetworkreply: Add another testcaseMarkus Goetz2010-02-181-0/+66
| * | | | QNAM HTTP: Clean code a bitMarkus Goetz2010-02-182-29/+45
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-188-34/+35
| |\ \ \ \
| | * | | | QNAM HTTP: Always set channel.reply to 0 when doneMarkus Goetz2010-02-185-22/+27
| | * | | | Revert "Added note to make QList destructor virtual in version 5"Zeno Albisser2010-02-181-1/+1
| | * | | | Fix s390(x) atomic ops related crashesDirk Mueller2010-02-171-10/+6
| | * | | | Fix undefined sequence point compiler warningDirk Mueller2010-02-171-1/+1
* | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-02-1811-176/+151
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-02-1811-176/+151
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Help system: Remove hard-coded qt namespace.ck2010-02-1811-58/+39
| | * | | | Help system: Handle all Clucene exceptions.ck2010-02-181-118/+112
* | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-188-188/+175
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Always use display() in QEglContext, so initialization can occurTom Cooksey2010-02-181-12/+11
| * | | | | Fixed a regression in dockwidgets that would jump when toplevel resizedThierry Bastian2010-02-182-1/+2
| * | | | | Stabilize QGraphicsView benchmarks.Bjørn Erik Nilsen2010-02-181-125/+134
| * | | | | Remove platform dependent code from QGraphicsView benchmark.Bjørn Erik Nilsen2010-02-181-33/+1
| * | | | | Compiler warnings in QGraphicsView benchmark.Bjørn Erik Nilsen2010-02-181-3/+4
| * | | | | Stabilize QGraphicsScene benchmarks.Bjørn Erik Nilsen2010-02-181-1/+13
| * | | | | Compiler warning, unusable variable in tst_QGraphicsScene benchmark.Bjørn Erik Nilsen2010-02-181-1/+0
| * | | | | Documented behavior of blur effect radius and drop shadow offset.Samuel Rødal2010-02-181-2/+10
| * | | | | Fixed autotest failure in tst_QPainter::drawEllipse on Maemo.Samuel Rødal2010-02-182-10/+0
* | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-188-15/+44
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Use correct include path for qglobal.hIain2010-02-181-1/+1
| | |_|/ | |/| |
| * | | Fixed softkey localizaton to comile also on platforms without softkeys.Janne Anttila2010-02-181-0/+2
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-187-14/+41
| |\ \ \ |/ / / /
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-177-14/+41
| |\ \ \ | | |/ / | |/| |