Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | Add support for tab and backtab in KeyNavigation | Yann Bodson | 2010-03-04 | 2 | -14/+87 | |
| | | * | | | Mark QGraphicsItem position properties as FINAL | Aaron Kennedy | 2010-03-04 | 1 | -4/+4 | |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-04 | 6 | -5/+27 | |
| | | |\ \ \ | ||||||
| | | | * | | | Fix grammar stringifying "on" as "readonly" | Aaron Kennedy | 2010-03-04 | 6 | -5/+27 | |
| | | * | | | | Move the multimedia files to the correct place. | Martin Jones | 2010-03-04 | 8 | -0/+0 | |
| | | |/ / / | ||||||
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Martin Jones | 2010-03-04 | 34 | -212/+107 | |
| | | |\ \ \ | ||||||
| | | * | | | | Improve grouped property error messages | Aaron Kennedy | 2010-03-04 | 12 | -9/+48 | |
| | | * | | | | Don't mess with highlight size if highlightFollowsCurrentItem is false. | Martin Jones | 2010-03-04 | 1 | -4/+7 | |
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-04 | 16 | -53/+288 | |
| | | |\ \ \ \ | | | | | |/ / | | | | |/| | | ||||||
| | | | * | | | Remove Qt.playSound() | Michael Brasser | 2010-03-04 | 6 | -40/+9 | |
| | | | * | | | Add formatting functions to QML's global Qt object. | Michael Brasser | 2010-03-04 | 5 | -0/+193 | |
| | | | * | | | Signal handler requires exactly one value. | Michael Brasser | 2010-03-04 | 1 | -1/+1 | |
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-04 | 14 | -44/+112 | |
| | | | |\ \ \ | ||||||
| | | | | * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-04 | 6 | -32/+50 | |
| | | | | |\ \ \ | ||||||
| | | | | * | | | | Compile without QVariant::EasingCurve in Qt 4.6.2. | Warwick Allison | 2010-03-04 | 7 | -11/+61 | |
| | | | * | | | | | QDeclarativeContext::contextProperty() should also access ids | Aaron Kennedy | 2010-03-04 | 2 | -1/+24 | |
| | | * | | | | | | Fix ListView contentHeight calculation. | Martin Jones | 2010-03-04 | 1 | -2/+3 | |
| | | | |_|/ / / | | | |/| | | | | ||||||
| | | * | | | | | Documented view behavior when items are removed from start of view. | Martin Jones | 2010-03-04 | 2 | -0/+18 | |
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-04 | 2 | -11/+13 | |
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | | | ||||||
| | | | * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-04 | 3 | -0/+12 | |
| | | | |\ \ \ \ | ||||||
| | | | * | | | | | Fix tests failing due to javascript eval errors. | Bea Lam | 2010-03-04 | 2 | -11/+13 | |
| | | | | |_|/ / | | | | |/| | | | ||||||
| | | * | | | | | Remove unnecessary additional hash of QDeclarativeGridViewAttached | Martin Jones | 2010-03-04 | 2 | -21/+7 | |
| | | | |/ / / | | | |/| | | | ||||||
| | | * | | | | Fix spelling. | Martin Jones | 2010-03-04 | 2 | -2/+2 | |
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-04 | 1 | -1/+1 | |
| | | |\ \ \ \ | | | | |/ / / | ||||||
| | | | * | | | Fix test. | Michael Brasser | 2010-03-04 | 1 | -1/+1 | |
| | | | |/ / | ||||||
| | | * | | | Document that the views do not set clip: true. | Martin Jones | 2010-03-04 | 2 | -0/+10 | |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-04 | 13 | -37/+47 | |
| | | |\ \ \ | | | | |/ / | ||||||
| | | | * | | Fix benchmarks. | Michael Brasser | 2010-03-04 | 13 | -37/+47 | |
| | | * | | | Set StrongFocus on QDeclarativeView so that elements can get focus. | Martin Jones | 2010-03-04 | 1 | -0/+2 | |
| | | |/ / | ||||||
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-03 | 6 | -5/+26 | |
| | | |\ \ | ||||||
| | | | * | | Fix Samegame. | Michael Brasser | 2010-03-03 | 1 | -1/+1 | |
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-03 | 3 | -13/+31 | |
| | | | |\ \ | ||||||
| | | | * | | | Fix visibility of classes in private headers upon which Bauhaus/Creator relies. | Warwick Allison | 2010-03-03 | 2 | -3/+3 | |
| | | | * | | | system import path not supported with Qt 4.6. | Warwick Allison | 2010-03-03 | 1 | -0/+4 | |
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-03 | 53 | -204/+539 | |
| | | | |\ \ \ | ||||||
| | | | * | | | | 4.6.x compat | Warwick Allison | 2010-03-03 | 1 | -0/+16 | |
| | | * | | | | | Make sure currentIndex is updated when view is flicked. | Martin Jones | 2010-03-03 | 1 | -0/+1 | |
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-03-04 | 48 | -1271/+378 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Build fix for Sun Studio | Thierry Bastian | 2010-03-04 | 1 | -2/+2 | |
| | * | | | | | | | Finish to resolve merge conflict. | Olivier Goffart | 2010-03-04 | 1 | -10/+11 | |
| | * | | | | | | | Merge remote branch 'origin/4.7' into 4.7 | Olivier Goffart | 2010-03-04 | 34 | -213/+107 | |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | | ||||||
| | * | | | | | | | Fixes QMenu to only have static POD members | Thierry Bastian | 2010-03-04 | 2 | -15/+15 | |
| | * | | | | | | | QScript: Test against QMetaType::QVariant instead of against the string | Olivier Goffart | 2010-03-04 | 2 | -28/+20 | |
| | * | | | | | | | Fixes tst_QScriptExtQObject::connectAndDisconnect | Olivier Goffart | 2010-03-04 | 1 | -8/+6 | |
| | * | | | | | | | Fix source compatibility of qRegisterMetaType | Olivier Goffart | 2010-03-03 | 1 | -14/+1 | |
| | * | | | | | | | Fix warnings on MSVC | Thierry Bastian | 2010-03-03 | 4 | -4/+5 | |
| | * | | | | | | | Updating documentation for how to build QWS with tslib | Jørgen Lind | 2010-03-03 | 2 | -4/+7 | |
| | * | | | | | | | sizeHint of checkbox/radiobutton without text is not correct | Thierry Bastian | 2010-03-03 | 3 | -3/+3 | |
| | * | | | | | | | Some cleanup of outdated src/3rdparty stuff | aavit | 2010-03-03 | 13 | -1106/+15 | |
| | * | | | | | | | Revert "Fixes crash when destroying a QGraphicsItem." | Yoann Lopes | 2010-03-03 | 2 | -60/+2 | |