summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-2025-88/+2836
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-191-65/+65
| |\
| | * Fixed off-by-one blending errors in the NEON drawhelper code.Samuel Rødal2010-02-191-65/+65
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-1922-20/+2766
| |\ \
| | * | use egl properties when creating surfaces on symbianLars Knoll2010-02-191-2/+2
| | * | work around the current include file structure on Symbian^3Lars Knoll2010-02-191-0/+4
| | * | Get rid of the dependency on the Symbian app layerLars Knoll2010-02-191-1/+3
| | * | Fix incorrect license headersGareth Stockwell2010-02-1910-10/+10
| | * | Merge branch '4.6' of S:\dynamic\git\qt\trolltech\qt-s60-public.git\ into 4.6Gareth Stockwell2010-02-191-2/+12
| | |\ \
| | | * | Supressed Icon sizes on QPushButton in QS60StyleSami Merila2010-02-191-2/+12
| | * | | Fix incorrect license headersGareth Stockwell2010-02-1910-180/+180
| | |/ /
| | * | ColorDialog is always shown as stripped-down version (for QVGA)Sami Merila2010-02-191-4/+2
| | * | 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-1917-10/+2739
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-1817-10/+2739
| | | |\
| | | | * Symbian backend for QtMultimedia audioGareth Stockwell2010-02-1814-1/+2720
| | | | * Added implementation of epocRoot() function to configureGareth Stockwell2010-02-181-1/+1
| | | | * 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
| * | | | | Fix building in a namespace on WindowsAndy Shaw2010-02-191-1/+3
| * | | | | Ensure that posted events are sent on WindowsBradley T. Hughes2010-02-191-2/+2
| |/ / / /
* | | | | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-199-71/+87
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-189-71/+87
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | QTreeView: Fix premature pessimizationJoão Abecasis2010-02-181-4/+5
| | * | | Simplify code, fix a compiler warning... profit!João Abecasis2010-02-181-7/+5
| | * | | 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 remote branch 'origin/4.6' into integration-master-from-4.6Rohan McGovern2010-02-1824-65/+93
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-185-23/+23
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | 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
| | * | | 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-181-8/+0
| * | | | 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-186-13/+40
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-176-13/+40
| | |\ \ | | | |/ | | |/|
| | | * Support for dynamic localization in Symbian softkeys.Janne Anttila2010-02-176-13/+40
| * | | Fix compilation on Mac 32-bit.Thiago Macieira2010-02-171-1/+1
| * | | Doc fix, ensure that the \obsolete tag is placed correctlyAndy Shaw2010-02-171-1/+3
| * | | Added note to make QList destructor virtual in version 5Zeno Albisser2010-02-171-1/+1
| |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-1710-24/+23
| |\ \
| | * | Change all ptrdiff_t to qptrdiff.Thiago Macieira2010-02-179-23/+22
| | * | HTTP backend: remove commentPeter Hartmann2010-02-171-1/+1
| | |/
* | | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-18344-559/+956
|\ \ \
| * | | Compile.Morten Johan Sørvig2010-02-184-2/+3