summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | QDeclarativeDebug: Destroy incoming connections if already connectedLasse Holmstedt2010-08-271-0/+2
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-2731-215/+456
| | | | |\ \ \ \
| | | | * | | | | Fix VisualDataModel model update handling when rootIndex is specified.Martin Jones2010-08-271-6/+9
| * | | | | | | | Simplify type management codeAaron Kennedy2010-08-2717-1186/+1470
| * | | | | | | | QML JavaScript .import parserAaron Kennedy2010-08-272-0/+222
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-306-68/+27
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | QSslConfiguration: fix crash when accessing null pointerPeter Hartmann2010-08-301-0/+5
| * | | | | | | Fix static build on Windows with MinGW.Mark Brand2010-08-301-1/+1
| * | | | | | | Reenable the reporting of CPU features.Thiago Macieira2010-08-301-2/+3
| * | | | | | | Doc: Fixed qdoc warnings and generalized the date and time descriptions.David Boddie2010-08-271-16/+2
| * | | | | | | Doc: Whitespace fixes.David Boddie2010-08-271-3/+3
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-272-52/+19
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | doc: Fixed numerous qdoc warnings.Martin Smith2010-08-272-52/+19
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-301-1/+3
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2010-08-2778-673/+540
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | QLineEdit cursor is shown when asked to be non-visibleSami Merila2010-08-271-1/+3
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-3018-94/+169
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Correct last right bearing in boundingBox(glyphs)Jiang Jiang2010-08-277-17/+26
| * | | | | | Make sure propagated font in QGraphicsWidget can be set on a QPainterEskil Abrahamsen Blomfeldt2010-08-272-1/+6
| * | | | | | Apparently QPen::brush() can't return a NoBrush for a NoPen.Trond Kjernåsen2010-08-272-6/+4
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-279-72/+135
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-279-72/+135
| | |\ \ \ \ \
| | | * | | | | Calling QPen::brush() on a Qt::NoPen pen, should return QBrush::NoBrush.Trond Kjernåsen2010-08-261-0/+2
| | | * | | | | use QFile:map instead of ::mmapArvid Ephraim Picciani2010-08-261-43/+5
| | | * | | | | Revert "Refactor blend_transformed_bilinear to simplify the blend type checking"Olivier Goffart2010-08-261-67/+66
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-268-96/+196
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-258-96/+196
| | | | |\ \ \ \
| | | | | * | | | Don't rely on mapFromGlobal in QGraphicsScenePrivate::itemsAtPosition.Bjørn Erik Nilsen2010-08-251-7/+3
| | | | | * | | | Refactor blend_transformed_bilinear to simplify the blend type checkingBenjamin Poulain2010-08-251-66/+67
| | | | | * | | | Note RTL behavior changes in docs and changelogJiang Jiang2010-08-251-0/+2
| | | | | * | | | Implement qt_memfill32 with Neon.Benjamin Poulain2010-08-253-0/+40
| | | | | * | | | Implement the composition mode Plus with Neon.Benjamin Poulain2010-08-255-22/+83
| | | | | * | | | Fix the broken unicode detection of ODBC driver.Charles Yin2010-08-251-1/+1
* | | | | | | | | CleanupAaron Kennedy2010-08-273-13/+11
* | | | | | | | | Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-272-38/+0
* | | | | | | | | Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-2728-375/+4
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Internal QML API cleanupAaron Kennedy2010-08-275-108/+124
|/ / / / / / /
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-2710-26/+53
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Martin Jones2010-08-266-6/+16
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-2610-26/+53
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Handle layoutChanged() properly in QML views.Martin Jones2010-08-262-0/+9
| | * | | | | Revert 4bc81bb1cb3cd4a0a3fe071e00556124e770d7acMartin Jones2010-08-261-2/+0
| | * | | | | Fix off-by-one at end when views scroll to keep currentItem visible.Martin Jones2010-08-262-13/+13
| | * | | | | ListView.view and GridView.view properties should not be writable.Martin Jones2010-08-262-2/+2
| | * | | | | Avoid Flickable view jumping when drag threashold is exceeded.Martin Jones2010-08-262-2/+9
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-261-2/+0
| | |\ \ \ \ \
| | | * | | | | Remove dead code.Michael Brasser2010-08-261-2/+0
| | * | | | | | Fix ListView.view attached property with VisualItemModelMartin Jones2010-08-264-6/+22
| | |/ / / / /
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-251-3/+0
| | |\ \ \ \ \
| | | * | | | | Remove unused code.Michael Brasser2010-08-251-3/+0
| | | | |/ / / | | | |/| | |