summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | 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/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-131-2/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use aligned operations for solid SourceOver operations.Benjamin Poulain2010-09-131-2/+5
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-131-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix compile error for runonphone on linux/gcc4.4.3Adenilson Cavalcanti da Silva2010-09-131-0/+1
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-1310-95/+46
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use the stream operation for the SSE2 implementation of memfill32Benjamin Poulain2010-09-131-4/+4
| * | | | | | | | | | | Remove the memory safety for the first scanline of the SSSE3 blendingBenjamin Poulain2010-09-131-72/+3
| * | | | | | | | | | | tests: fix compilation with sunccOlivier Goffart2010-09-135-16/+16
| * | | | | | | | | | | Assertion calledEmitUpdated fails in QGraphicsScene.Bjørn Erik Nilsen2010-09-132-1/+21
| * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-09-1333-85/+557
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Linux: Fix mispositioned, misclipped glyphs in large fonts (QStaticText)Eskil Abrahamsen Blomfeldt2010-09-131-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-132-66/+93
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | / / / / / / / / | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | When using complex transformations rendering goes easily off by one pixel.Jani Hautakangas2010-09-131-66/+92
| * | | | | | | | | Remove compiler warning in qapplication.cpp.Jason Barron2010-09-131-0/+1
|/ / / / / / / / /
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-1310-10/+74
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | When onDoubleClicked: is handled don't emit a second onPressed/onClickedMartin Jones2010-09-134-7/+62
| * | | | | | | Add test for view velocity update on setCurrentIndex()Martin Jones2010-09-132-0/+4
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-09-1318-71/+473
| |\ \ \ \ \ \ \
| * | | | | | | | Ensure flickable velocity is updated when view is moved by setCurrentIndexMartin Jones2010-09-134-3/+8
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-133-1/+7
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fix compilation of QEgl with EGL 1.1 and older.Rhys Weatherley2010-09-123-1/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-132-3/+3
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Fix slot naming clashMartin Jones2010-09-122-3/+3
| |/ / / / / /
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-09-1218-71/+473
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Updated WebKit to 715b53069911a31a559aa0b3d94ffc6a5ac20988Simon Hausmann2010-09-1218-71/+473
|/ / / / / /
* | | | | | 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