summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | 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
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-06-031-1/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Keep ListView highlight in sync when currentItem changes geometry.Martin Jones2010-06-031-1/+5
* | | | | | | | | Add some Q_AUTOTEST_EXPORTsAaron Kennedy2010-06-037-10/+10
|/ / / / / / / /
* | | | | | | | QDeclarativeImage::updatePaintedGeometry() does not need to be a slotMartin Jones2010-06-031-2/+0
* | | | | | | | Text should update when the alignment changes.Michael Brasser2010-06-021-0/+2
* | | | | | | | Add qml import plugins to qt.iby and qt.sisJoona Petrell2010-06-022-0/+36
* | | | | | | | Take into account platform differences in input panel supportJoona Petrell2010-06-027-111/+149
* | | | | | | | More autoScroll fixesWarwick Allison2010-06-022-2/+18
* | | | | | | | Doc fixes and improvements - fix some example code, link toBea Lam2010-06-0221-259/+330
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-013-7/+89
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-013-7/+89
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Introduced getter and setter for the visual X cursor position.Roberto Raggi2010-06-012-0/+38
| | * | | | | Defines whether the cursor should keep its current position.Roberto Raggi2010-06-013-7/+51
| | | |/ / / | | |/| | |
* | | | | | Don't remove the pixmap from cache when not modifying it.Andreas Aardal Hanssen2010-06-011-2/+4
* | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-06-0124-179/+382
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-015-77/+143
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Doc: QAbstractItemModel: note unexpected behavior with beginMoveRowsJohn Brooks2010-06-011-40/+52
| | * | | | Added environment variable graphicssystem switch.Andreas Hartmetz2010-06-011-3/+14
| | * | | | Fixed a problem where QPixmaps where re-bound in non-sharing contexts.Trond Kjernåsen2010-06-012-20/+67
| | * | | | Fix bug in QGraphicsItem::scroll() when called with no QRectF argument.Andreas Aardal Hanssen2010-06-011-13/+6
| | * | | | Avoid unnecessary detach / deep copy in QGraphicsItem::scroll().Andreas Aardal Hanssen2010-06-011-1/+4
| * | | | | Documentation.Michael Brasser2010-06-011-1/+16
| * | | | | Optimization for sci file loading.Michael Brasser2010-06-011-2/+3
| * | | | | Ensure text color set by S60 input method works for QML ItemsMartin Jones2010-06-011-8/+33
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-0138-263/+356
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-06-0138-262/+355
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-017-78/+134
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-313-226/+174
| | | | |\ \ \ \
| | | | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-317-77/+133
| | | | | |\ \ \ \ | | | | | | |_|/ / | | | | | |/| | |
| | | | * | | | | Fix TypoAlan Alpert2010-05-311-1/+1
| | | | | |/ / / | | | | |/| | |
| | | | * | | | Various doc fixes and improvementsBea Lam2010-05-312-14/+34
| | | | * | | | Document issues with rectangle border width of 1 where clipping is usedBea Lam2010-05-311-2/+14
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-05-318-8/+39
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |