summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | Merge commit 'refs/merge-requests/2379' of git://gitorious.org/qt/qt into int...David Boddie2010-05-041-0/+56
| | | | | | | |\ \ \
| | | | | | | | * | | Add diagrams for illustrating the process of moving rows.Stephen Kelly2010-05-031-0/+56
| | | | | | | * | | | Fix missing pressed state for scrollbars with QGtkStyleJens Bache-Wiig2010-05-041-0/+5
| | | | | | | * | | | Suggestions' widget on another spaceCarlos Manuel Duclos Vergara2010-05-041-2/+21
| | | | | | | * | | | Propperly escape title and creator in PDF documentsJakob Truelsen2010-05-042-20/+27
| | | | | | | * | | | QNAM HTTP: Add doc since tags for new enumsMarkus Goetz2010-05-041-0/+7
| | | | | | | * | | | QNAM HTTP: Introduce attributes for controlling cookies and authRobert Hogan2010-05-0413-16/+128
| | | | | | | * | | | Ensure that the Mac specific Qt classes are namespacedAndy Shaw2010-05-0411-79/+78
| | | | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-0416-16/+202
| | | | | | | |\ \ \ \
| | | | | | | | * | | | add static QChar::is(High|Low)Surrogate methodsRitt Konstantin2010-05-032-2/+38
| | | | | | | | * | | | Increase tooltip margin for cleanlooks+gtkJens Bache-Wiig2010-05-031-0/+3
| | | | | | | | * | | | Fixes a crash in QGestureManager when unregistering recognizers.Denis Dzyubenko2010-05-031-10/+10
| | | | | | | | * | | | Propagate LocaleChange event from application to widgets.Denis Dzyubenko2010-05-032-0/+15
| | | | | | | | * | | | Support updating system locale data on SymbianDenis Dzyubenko2010-05-038-4/+106
| | | | | | | | * | | | QMap: make sure we never access forward and backward through typed Node structsThiago Macieira2010-05-031-0/+20
| | | | | | | | * | | | Prevent accelerators from firing on X11 and QWS during a dragBradley T. Hughes2010-04-172-0/+10
| * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-05-1340-308/+749
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-05-1240-308/+749
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | Updated WebKit to dc5821c3df2ef60456d85263160852f5335cf946Simon Hausmann2010-05-1222-260/+365
| | | * | | | | | | | | Updated WebKit to b4aa5e1ddc41edab895132aba3cc66d9d7129444Simon Hausmann2010-05-1123-50/+386
| | | | |_|_|_|_|_|/ / | | | |/| | | | | | |
| * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-1335-340/+650
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Fix TextEdit and TextInput input panel support for mode RSIP_OnMouseClickAndA...Joona Petrell2010-05-134-9/+24
| | * | | | | | | | | Fix for graphics widget in the background stealing declarative item's focusJoona Petrell2010-05-131-2/+2
| | * | | | | | | | | Fix broken benchmarks.Michael Brasser2010-05-131-5/+6
| | * | | | | | | | | Correctly assign bool to variant propertiesAaron Kennedy2010-05-124-0/+18
| | * | | | | | | | | Improve Image docs. Move all fillMode image examples to fillModeBea Lam2010-05-121-84/+109
| | * | | | | | | | | Flickable small API changes.Yann Bodson2010-05-126-141/+218
| | * | | | | | | | | Reset the dragDropItem to 0 when the item dies while dragging on top it.Alexis Menard2010-05-121-0/+4
| | * | | | | | | | | Avoid warning (and possible future crash) upon reload.Warwick Allison2010-05-121-2/+5
| | * | | | | | | | | Don't pass sequential (QNetworkReply) to image reader, it doesn't work well e...Warwick Allison2010-05-121-1/+5
| | * | | | | | | | | Stop GIF handler claiming it can report Size for sequential devices,Warwick Allison2010-05-121-2/+5
| | * | | | | | | | | Bail out early if the same target value is reassigned to a Behavior.Michael Brasser2010-05-121-0/+6
| | * | | | | | | | | Correctly position any input method popups for TextInput.Michael Brasser2010-05-121-0/+2
| | * | | | | | | | | Correctly resize TextInput in the presence of preedit text.Michael Brasser2010-05-121-3/+1
| | * | | | | | | | | Apply signal handler changes immediately.Michael Brasser2010-05-121-8/+3
| | * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-124-37/+97
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Don't use Q_UNUSED if you use parameters.Alexis Menard2010-05-111-2/+0
| | | * | | | | | | | | Doc improvementsBea Lam2010-05-111-18/+50
| | | * | | | | | | | | Improve XmlListModel::namespaceDeclarations() docsBea Lam2010-05-111-2/+14
| | | * | | | | | | | | QDeclarativeViewPrivate should subclass QGraphicsViewPrivateBea Lam2010-05-112-15/+33
| | * | | | | | | | | | Ensure PathView "attribute" attached properties are created correctlyMartin Jones2010-05-113-12/+42
| | * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-113-2/+53
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | | * | | | | | | | | Ensure QPixmapCache does not flush pixmaps that are still in use.Warwick Allison2010-05-113-2/+53
| | | |/ / / / / / / /
| | * | | | | | | | | Document Component::createObject() parent argument.Martin Jones2010-05-112-3/+3
| | * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-113-14/+40
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | * | | | | | | | | Don't store the role-property map for each individual item.Martin Jones2010-05-115-29/+47
| * | | | | | | | | | Update DEF files for Qt 4.7Shane Kearns2010-05-116-41/+129
| * | | | | | | | | | Fix slider stepping when used with keypad navigationMiikka Heikkinen2010-05-111-2/+6
| * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Janne Koskinen2010-05-11124-2834/+3269
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-05-1112-65/+63
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |