summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Remove these friend declarations that aren't necessary in 4.7Thiago Macieira2010-02-171-5/+0
| * | | Added a new flag to fine-tune gesture propagation policyDenis Dzyubenko2010-02-172-7/+74
| * | | Revert "remove -lz from OPENSSL_LIBS so as to respect qt-zlib"Mark Brand2010-02-171-6/+0
| * | | remove -lz from QT_LFLAGS_PSQL so as to respect qt-zlibMark Brand2010-02-172-15/+9
| * | | remove -lz from OPENSSL_LIBS so as to respect qt-zlibMark Brand2010-02-171-0/+6
| * | | Mac: QSystemTrayIcon::DoubleClick and midmouse not workingRichard Moe Gustavsen2010-02-174-73/+72
| * | | fix QTBUG-7898Shenghua Su2010-02-171-1/+1
| * | | QNAM HTTP: More micro optimization in QHttpNetworkRequestMarkus Goetz2010-02-171-3/+7
| * | | QNAM HTTP: Some micro optimization in QHttpNetworkRequestMarkus Goetz2010-02-171-9/+16
| * | | QNAM HTTP: Trivial optimizationMarkus Goetz2010-02-171-13/+12
| * | | Revert "Optimized QLocale to access system locale on demand."Denis Dzyubenko2010-02-173-143/+46
| * | | Incorrect mouse coordinates used when compressing WM_MOUSEMOVE messages.Prasanth Ullattil2010-02-171-1/+4
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-16340-480/+905
| |\ \ \
| | * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1Martin Smith2010-02-16302-335/+335
| | |\ \ \
| | | * | | Fix copyright year.Jason McDonald2010-02-16300-300/+300
| | | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Jason McDonald2010-02-166-8/+25
| | | |\ \ \
| | | * | | | Fix broken license headers.Jason McDonald2010-02-162-35/+35
| | * | | | | doc: Fixed some qdoc errors.Martin Smith2010-02-161-0/+1
| | | |/ / / | | |/| | |
| | * | | | Reusing sheets on Mac OS X 10.5 & above shows painting artifacts.Prasanth Ullattil2010-02-161-0/+2
| | * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1Martin Smith2010-02-168-6/+75
| | |\ \ \ \ | | | |/ / /
| | | * | | QNetworkAccessManager: add method to send custom requestsPeter Hartmann2010-02-168-6/+75