Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | Fixes wrong QGraphicsView's viewport cursor reset. | Yoann Lopes | 2010-04-21 | 1 | -5/+7 | |
| | | * | | | | Optimize ~QObject | Olivier Goffart | 2010-04-21 | 1 | -15/+11 | |
| | | * | | | | Document that QFileSystemWatcher needs to be destroyed before ~QCoreApp | Volker Hilsheimer | 2010-04-20 | 1 | -0/+5 | |
| | | * | | | | Build fix for mingw | Thierry Bastian | 2010-04-20 | 1 | -1/+1 | |
| | | * | | | | Fixes keyboard shortcuts for QGraphicsTextItem. | Yoann Lopes | 2010-04-20 | 1 | -0/+3 | |
| | | * | | | | Optimize QMetaObject::activate | Olivier Goffart | 2010-04-20 | 2 | -28/+27 | |
| | | * | | | | Micro optimisations in QMutexLocker | Olivier Goffart | 2010-04-20 | 1 | -8/+10 | |
| | | * | | | | Fixed assert failure when trying to load invalid SVG file. | Kim Motoyoshi Kalland | 2010-04-20 | 1 | -1/+8 | |
| | | * | | | | Added QIcon::name() | Aurelien Gateau | 2010-04-20 | 5 | -1/+51 | |
| | | * | | | | QDialog: user-moved dialog would not show on the same place after hide | Gabriel de Dietrich | 2010-04-20 | 3 | -11/+11 | |
| | | * | | | | Fixed image drawing inconsistencies when drawing 1x1 images/subrects. | Samuel Rødal | 2010-04-20 | 1 | -1/+1 | |
| | | * | | | | Fixed pixel-bleeding when stretching subrected pixmaps. | Gunnar Sletta | 2010-04-20 | 1 | -8/+13 | |
| | | * | | | | Fixed a crash when declaring an animation with Q_GLOBAL_STATIC | Thierry Bastian | 2010-04-19 | 2 | -32/+56 | |
| | | * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-04-19 | 6 | -12/+31 | |
| | | |\ \ \ \ | ||||||
| | | | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-04-19 | 4179 | -162436/+333169 | |
| | | | |\ \ \ \ | ||||||
| | | | | * | | | | QX11GL: Fix bug with pixmaps drawn on multiple top-levels | Tom Cooksey | 2010-04-19 | 1 | -2/+17 | |
| | | | | * | | | | Use QGLContextPrivate to track attribarray enabled state. | Gunnar Sletta | 2010-04-19 | 1 | -3/+3 | |
| | | | | * | | | | Don't crash when calling drawPixmapFragements with a null pixmap | Gunnar Sletta | 2010-04-19 | 1 | -0/+3 | |
| | | | | * | | | | Swapped x and y values in qt_painterpath_check_crossing | Gunnar Sletta | 2010-04-19 | 1 | -1/+1 | |
| | | | | * | | | | Don't resolve geometry shaders every time... | Gunnar Sletta | 2010-04-19 | 1 | -5/+6 | |
| | | | | | |/ / | | | | | |/| | | ||||||
| | | | * | | | | Mac: Fix off-by-one in vertical position for elided and non-elided text | Eskil Abrahamsen Blomfeldt | 2010-04-19 | 1 | -1/+1 | |
| | | * | | | | | Odf export: Remove double namespace in tab-stops and fix table padding | Eskil Abrahamsen Blomfeldt | 2010-04-19 | 1 | -6/+6 | |
| | | | |/ / / | | | |/| | | | ||||||
* | | | | | | | Replace Flickable overshoot property with boundsBehavior | Martin Jones | 2010-04-22 | 6 | -17/+63 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Autotests and doc | Aaron Kennedy | 2010-04-22 | 1 | -34/+36 | |
* | | | | | | Give error on attempt to import types from too-early version number. | Warwick Allison | 2010-04-22 | 2 | -8/+26 | |
* | | | | | | Remove (undocumented) QML bindings for effects. | Michael Brasser | 2010-04-22 | 5 | -267/+2 | |
* | | | | | | Change return type to match value(). | Michael Brasser | 2010-04-22 | 2 | -2/+2 | |
* | | | | | | Add duration and easing properties to AnchorAnimation. | Michael Brasser | 2010-04-22 | 2 | -1/+74 | |
* | | | | | | Autotest | Aaron Kennedy | 2010-04-22 | 1 | -0/+6 | |
* | | | | | | Remove dead code | Aaron Kennedy | 2010-04-22 | 2 | -20/+0 | |
* | | | | | | Compile on Windows (export decl fix). | Warwick Allison | 2010-04-21 | 1 | -3/+3 | |
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-21 | 125 | -1403/+2522 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 6 | -95/+95 | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 1 | -29/+79 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix parsing of regular expression literals. | Roberto Raggi | 2010-04-21 | 1 | -29/+79 | |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 11 | -21/+36 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-21 | 122 | -1287/+2172 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 46 | -593/+1191 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | Compile without Qt3 support. | Yann Bodson | 2010-04-21 | 1 | -25/+25 | |
| | * | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 139 | -2083/+3240 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-21 | 1 | -1/+3 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | Emit released and hoveredChanged in MouseArea when a UngrabMouse is received | Leonardo Sobral Cunha | 2010-04-21 | 1 | -1/+3 | |
| | | * | | | | | | Add hasModelChildren property to delegates with QAbstractItemModel model type. | Martin Jones | 2010-04-21 | 2 | -39/+71 | |
| | | |/ / / / / | ||||||
| | | * | | | | | Add forceFocus method to QDeclarativeItem. | Yann Bodson | 2010-04-21 | 2 | -2/+20 | |
| | | * | | | | | Don't allow properties in Component elements | Aaron Kennedy | 2010-04-21 | 1 | -0/+7 | |
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-21 | 7 | -67/+129 | |
| | | |\ \ \ \ \ | ||||||
| | | | * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-21 | 6 | -66/+126 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | Fix qmlvisual/animation/parentAnimation autotest | Leonardo Sobral Cunha | 2010-04-21 | 1 | -1/+4 | |
| | | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-21 | 1 | -2/+4 | |
| | | | | |\ \ \ \ \ | ||||||
| | | | | | * | | | | | Remove \internal from QDeclarativePropertyValueSource. It should be | Bea Lam | 2010-04-21 | 1 | -2/+4 | |