summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Fixes wrong QGraphicsView's viewport cursor reset.Yoann Lopes2010-04-211-5/+7
| | | * | | | Optimize ~QObjectOlivier Goffart2010-04-211-15/+11
| | | * | | | Document that QFileSystemWatcher needs to be destroyed before ~QCoreAppVolker Hilsheimer2010-04-201-0/+5
| | | * | | | Build fix for mingwThierry Bastian2010-04-201-1/+1
| | | * | | | Fixes keyboard shortcuts for QGraphicsTextItem.Yoann Lopes2010-04-201-0/+3
| | | * | | | Optimize QMetaObject::activateOlivier Goffart2010-04-202-28/+27
| | | * | | | Micro optimisations in QMutexLockerOlivier Goffart2010-04-201-8/+10
| | | * | | | Fixed assert failure when trying to load invalid SVG file.Kim Motoyoshi Kalland2010-04-201-1/+8
| | | * | | | Added QIcon::name()Aurelien Gateau2010-04-205-1/+51
| | | * | | | QDialog: user-moved dialog would not show on the same place after hideGabriel de Dietrich2010-04-203-11/+11
| | | * | | | Fixed image drawing inconsistencies when drawing 1x1 images/subrects.Samuel Rødal2010-04-201-1/+1
| | | * | | | Fixed pixel-bleeding when stretching subrected pixmaps.Gunnar Sletta2010-04-201-8/+13
| | | * | | | Fixed a crash when declaring an animation with Q_GLOBAL_STATICThierry Bastian2010-04-192-32/+56
| | | * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-04-196-12/+31
| | | |\ \ \ \
| | | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-04-194179-162436/+333169
| | | | |\ \ \ \
| | | | | * | | | QX11GL: Fix bug with pixmaps drawn on multiple top-levelsTom Cooksey2010-04-191-2/+17
| | | | | * | | | Use QGLContextPrivate to track attribarray enabled state.Gunnar Sletta2010-04-191-3/+3
| | | | | * | | | Don't crash when calling drawPixmapFragements with a null pixmapGunnar Sletta2010-04-191-0/+3
| | | | | * | | | Swapped x and y values in qt_painterpath_check_crossingGunnar Sletta2010-04-191-1/+1
| | | | | * | | | Don't resolve geometry shaders every time...Gunnar Sletta2010-04-191-5/+6
| | | | | | |/ / | | | | | |/| |
| | | | * | | | Mac: Fix off-by-one in vertical position for elided and non-elided textEskil Abrahamsen Blomfeldt2010-04-191-1/+1
| | | * | | | | Odf export: Remove double namespace in tab-stops and fix table paddingEskil Abrahamsen Blomfeldt2010-04-191-6/+6
| | | | |/ / / | | | |/| | |
* | | | | | | Replace Flickable overshoot property with boundsBehaviorMartin Jones2010-04-226-17/+63
| |_|_|_|/ / |/| | | | |
* | | | | | Autotests and docAaron Kennedy2010-04-221-34/+36
* | | | | | Give error on attempt to import types from too-early version number.Warwick Allison2010-04-222-8/+26
* | | | | | Remove (undocumented) QML bindings for effects.Michael Brasser2010-04-225-267/+2
* | | | | | Change return type to match value().Michael Brasser2010-04-222-2/+2
* | | | | | Add duration and easing properties to AnchorAnimation.Michael Brasser2010-04-222-1/+74
* | | | | | AutotestAaron Kennedy2010-04-221-0/+6
* | | | | | Remove dead codeAaron Kennedy2010-04-222-20/+0
* | | | | | Compile on Windows (export decl fix).Warwick Allison2010-04-211-3/+3
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-21125-1403/+2522
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-216-95/+95
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-211-29/+79
| |\ \ \ \ \
| | * | | | | Fix parsing of regular expression literals.Roberto Raggi2010-04-211-29/+79
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-2111-21/+36
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-21122-1287/+2172
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-2146-593/+1191
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Compile without Qt3 support.Yann Bodson2010-04-211-25/+25
| | * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-21139-2083/+3240
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-211-1/+3
| | | |\ \ \ \ \
| | | | * | | | | Emit released and hoveredChanged in MouseArea when a UngrabMouse is receivedLeonardo Sobral Cunha2010-04-211-1/+3
| | | * | | | | | Add hasModelChildren property to delegates with QAbstractItemModel model type.Martin Jones2010-04-212-39/+71
| | | |/ / / / /
| | | * | | | | Add forceFocus method to QDeclarativeItem.Yann Bodson2010-04-212-2/+20
| | | * | | | | Don't allow properties in Component elementsAaron Kennedy2010-04-211-0/+7
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-217-67/+129
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-216-66/+126
| | | | |\ \ \ \ \
| | | | | * | | | | Fix qmlvisual/animation/parentAnimation autotestLeonardo Sobral Cunha2010-04-211-1/+4
| | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-211-2/+4
| | | | | |\ \ \ \ \
| | | | | | * | | | | Remove \internal from QDeclarativePropertyValueSource. It should beBea Lam2010-04-211-2/+4