summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix QT_NO_CLIPBOARDTasuku Suzuki2010-06-042-1/+4
* Fix QT_NO_ACTIONTasuku Suzuki2010-06-042-1/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0457-23/+297
|\
| * Added OpenGL 3.3 and 4.0 recognition to QGLFormatSebastian Hartte2010-06-032-3/+23
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0355-20/+274
| |\
| | * QString: Fix severals bugs when comparing with QStringRefOlivier Goffart2010-06-031-4/+7
| | * QProgressBar: make accessors const.Olivier Goffart2010-06-031-2/+4
| | * Changes: add patch for artificial emboldeningMike FABIAN2010-06-022-3/+13
| | * Added static version of QGLFramebufferObject::release().Kim Motoyoshi Kalland2010-06-022-0/+32
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0249-11/+218
| | |\
| | | * Fix compilation on WinXP MinGW32;lit-uriy2010-06-021-2/+2
| | | * Add a new qconfig feature GESTURESTasuku Suzuki2010-06-0248-9/+216
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-033-35/+137
|\ \ \ \
| * | | | Using Symbian's future font table getter ApiAlessandro Portale2010-06-033-35/+137
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-06-0312-22/+153
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-06-0212-22/+153
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-06-0112-22/+153
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Updated WebKit to 9a83f22bc41a2016b6bbf495bfd32b3a659038c8Simon Hausmann2010-06-0110-18/+108
| | | * | Updated WebKit to f59a934694947496cedecc5256a71bff60c43c4cSimon Hausmann2010-06-016-6/+47
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-0329-82/+199
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Revert "Split Symbian bearer plugin into three platform specfic plugins"Aaron McCarthy2010-06-037-81/+47
| * | | | Don't poll non-polling engines when configurations are in use.Aaron McCarthy2010-06-031-2/+4
| * | | | Fix a corner case where a gesture sometimes doesn't start.Thomas Zander2010-06-021-0/+1
| * | | | More Pixmap cache key optimizationsJens Bache-Wiig2010-06-029-59/+79
| * | | | QNAM: Improve child deletion orderMarkus Goetz2010-06-021-0/+9
| * | | | QSslCertificate: support large serial numbersPeter Hartmann2010-06-021-4/+19
| * | | | Split Symbian bearer plugin into three platform specfic pluginsAaron McCarthy2010-06-027-47/+81
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-0217-17/+87
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-0117-17/+87
| | |\ \ \
| | | * | | Some optimizations for QImage::load()Jens Bache-Wiig2010-06-011-2/+9
| | | * | | fix setRawData()Oswald Buddenhagen2010-06-011-1/+1
| | | * | | Fix QML crashes on the N900Simon Hausmann2010-06-011-0/+8
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-0114-14/+69
| | | |\ \ \
| | | | * | | Fix build failure on Symbian 3.1.Aaron McCarthy2010-06-011-2/+2
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-0113-12/+67
| | | | |\ \ \ | | | | | |_|/ | | | | |/| |
| | | | | * | Add the Qt::TextBypassShaping flag.Jocelyn Turcotte2010-05-316-1/+52
| | | | | * | QTextEngine: skip an unnecessary call to GetDeviceCaps on Windows.Jocelyn Turcotte2010-05-311-1/+1
| | | | | * | doc: Fixed confusing ownership issue.Martin Smith2010-05-311-4/+4
| | | | | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-3192-1046/+3058
| | | | | |\ \
| | | | | | * | QNetworkCookie: do not accept cookies with non-alNum domainPeter Hartmann2010-05-311-0/+2
| | | | | | * | QtDeclarative: Remove trailing commas in enumsThiago Macieira2010-05-313-3/+3
| | | | | | * | Doc: MonotonicClock is obviously monotonicThiago Macieira2010-05-311-1/+1
| | | | | * | | doc: Fixed reference to setSize(), which is in QRectF.Martin Smith2010-05-311-2/+4
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-033-22/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid mmap() on symbian osShane Kearns2010-06-022-2/+2
| * | | | | | | | Fix Qt.sis content for Symbian^3 buildsMiikka Heikkinen2010-06-021-20/+33
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-06-031-0/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-037-10/+10
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Ensure PathView mappedRange is updated when pathItemCount changes.Martin Jones2010-06-031-0/+1
* | | | | | | | | | Add Q_AUTOTEST_EXPORTAaron Kennedy2010-06-031-1/+1
| |/ / / / / / / / |/| | | | | | | |