summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't add generic subdirs project twice.Aaron McCarthy2010-09-131-3/+3
* Remove debug, quiet warnings.Aaron McCarthy2010-09-132-3/+1
* Fix memory leaks and valgrind errors.Aaron McCarthy2010-09-132-2/+12
* QStroker: Fix erroneous SvgMiterJoin behavior for parallel linesAndreas Kling2010-09-121-1/+1
* Revert "Properly implement qobject_cast for const pointers."Thiago Macieira2010-09-113-21/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-1129-183/+408
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-1129-183/+408
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-1029-183/+408
| | |\
| | | * Bearer management: Fix compilation with namespace.Christian Kandeler2010-09-101-0/+2
| | | * fetch next token after class definition openingOswald Buddenhagen2010-09-101-0/+2
| | | * delay next token fetching when opening namespaceOswald Buddenhagen2010-09-103-1/+34
| | | * don't let operator overloads confuse usOswald Buddenhagen2010-09-103-0/+39
| | | * don't try to show source when no locations are givenOswald Buddenhagen2010-09-102-4/+4
| | | * Implement a private API for setting title widgetsHarald Fernengel2010-09-1010-52/+123
| | | * Fix the bug for QSettings on Windows, to store qint32/quint32, qint64/quint64...Liang Qi2010-09-102-3/+84
| | | * fix CRLFHarald Fernengel2010-09-101-9/+9
| | | * Added private API to install an x11EventFilterHarald Fernengel2010-09-101-0/+28
| | | * NTLM code: Save domain in different variableMarkus Goetz2010-09-102-9/+31
| | | * Update the error handling of invalid hostnames in QUrl.Thiago Macieira2010-09-102-6/+29
| | | * Remove unsupported code from qobject.h for MSVC < .NET 2003Thiago Macieira2010-09-101-91/+0
| | | * Properly implement qobject_cast for const pointers.Thiago Macieira2010-09-103-6/+21
| | | * Revert "Doc: fixing page name bug caused by 07bbace404078dcfd82eff717daa97299...Morten Engvoldsen2010-09-102-2/+2
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-114-5/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-104-5/+20
| |\ \ \ |/ / / /
| * | | Fix crash in QRuntimeGraphicsSystem due to destruction order.Jason Barron2010-09-102-2/+6
| * | | Fix crash in OpenVG when failing to allocate large VGImages.Jason Barron2010-09-101-3/+10
| * | | Updated 4.7.0 changelogmread2010-09-101-0/+4
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-106-107/+52
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-106-107/+52
| |\ \ \ | | |_|/ | |/| |
| | * | Autotests cleanup.Yann Bodson2010-09-106-107/+52
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-1038-9/+2376
|\ \ \ \ | |_|_|/ |/| | |
| * | | Prevented crash in GL window surface when deleting native child widgets.Samuel Rødal2010-09-101-4/+8
| * | | Fix a regression where setPreferredSize(QSize(100, -1)) did not work.Jan-Arve Sæther2010-09-102-1/+9
| * | | Force MeeGo touch to use native graphics system for now.Samuel Rødal2010-09-101-0/+24
| * | | Fixed compiler warnings in meego graphics system helper.Samuel Rødal2010-09-103-13/+13
| * | | Added meego graphics system helper to features/qt.prf and syncqt.Samuel Rødal2010-09-103-3/+4
| * | | Use QFactoryLoader to ensure we get the correct graphics system plugin.Samuel Rødal2010-09-106-26/+55
| * | | Updated license headers for meego graphics system helper.Samuel Rødal2010-09-1012-84/+408
| * | | Fixed compilation and API of meego graphics system helper.Samuel Rødal2010-09-1014-228/+224
| * | | Renamed meego graphics system helper files.Samuel Rødal2010-09-1013-0/+0
| * | | Imported meego graphics system helper sources.Samuel Rødal2010-09-1013-0/+1001
| * | | Updated license headers for meego graphics system.Samuel Rødal2010-09-108-56/+272
| * | | Fixed compilation and API of meego graphics system.Samuel Rødal2010-09-1013-148/+158
| * | | Renamed meego graphics system files.Samuel Rødal2010-09-109-0/+0
| * | | Imported meego graphics system sources.Samuel Rødal2010-09-109-0/+738
| * | | Fix cache_cost initialization of QFontEngineMultiWinJiang Jiang2010-09-101-0/+3
| * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-09-104-27/+72
| |\ \ \
| | * | | Don't waste memory on the share widget in the GL window surface.Samuel Rødal2010-09-101-1/+4
| * | | | Fix crash when using unprintable chars in QStaticTextEskil Abrahamsen Blomfeldt2010-09-102-2/+12
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-102-4/+28
|\ \ \ \ \ | |_|_|/ / |/| | | |