summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-1317-101/+956
|\
| * QGraphicsLayoutItem - user set sizes should always override, even if there's ...John Tapsell2010-10-133-166/+188
| * QGridLayoutEngine - Rework height-for-width support so that row/col spanning ...John Tapsell2010-10-133-191/+157
| * Revert "Revert "Fix (implement!) hfw/wfh in QGridLayoutEngine""Olivier Goffart2010-10-135-17/+678
| * Adjust the parent index for the itemsMoved call.Stephen Kelly2010-10-133-4/+17
| * Correctly handle both 16bit and 32bit live pixmaps in meego graphics system.Michael Dominic K2010-10-135-12/+20
| * Correctly remove the egl alpha surface flags in meego graphics system.Michael Dominic K2010-10-131-1/+3
| * Proper dither & proper alpha checking.Michael Dominic K2010-10-131-4/+4
| * In meego graphics system, use always 16bit textures.Michael Dominic K2010-10-131-8/+40
| * QCompleter: do not auto complete when directory is changed.Olivier Goffart2010-10-133-6/+87
| * tst_qcompleter: Add a test for QFileSystemModelOlivier Goffart2010-10-131-6/+76
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-1385-555/+1391
|\ \
| * | Fix autotest on windowsAaron Kennedy2010-10-131-1/+3
| * | Fix worker ListModels to property emit countChanged()Bea Lam2010-10-132-1/+11
| * | Update color type docs to mention transparencyBea Lam2010-10-131-0/+2
| * | Update reference bitmaps used in bitmap comparison tests to follow changes in...Joona Petrell2010-10-133-0/+0
| * | Fix alignment bugs in Text elementAaron Kennedy2010-10-132-481/+524
| * | Remove debug code added by 650a0078e2cef43eff107fe8d2505f64a0bfedf0Martin Jones2010-10-131-3/+0
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-1378-74/+856
| |\ \ | | |/ | |/|
| | * Compile on WinCEAaron Kennedy2010-10-133-6/+6
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-1278-74/+856
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-1278-74/+856
| | | |\
| | | | * Update QtDeclarative def filesJoona Petrell2010-10-122-0/+2
| | | | * Update QtCore def filesJoona Petrell2010-10-122-0/+2
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-1274-74/+852
| | | | |\
| | | | | * Compile on MSVC2008Aaron Kennedy2010-10-121-3/+2
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-122-0/+26
| | | | | |\
| | | | | | * Bug: TextEdit ignores plain text format when pasting textYann Bodson2010-10-122-0/+26
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-1235-66/+393
| | | | | |\ \ | | | | | | |/
| | | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-1169-71/+752
| | | | | | |\
| | | | | | | * Fix autotest on windowsAaron Kennedy2010-10-112-1/+18
| | | | | | | * Test for absent qmldirAaron Kennedy2010-10-112-0/+3
| | | | | | | * Allow objectName to be used in QML bindingsAaron Kennedy2010-10-116-13/+93
| | | | | | | * Install the declarative objectNameChanged callbackAaron Kennedy2010-10-112-0/+6
| | | | | | | * Don't give focus to a FocusScope that has had focus explicitly cleared.Michael Brasser2010-10-115-7/+64
| | | | | | | * Add a declarative callback for when a QObject's objectName changesAaron Kennedy2010-10-112-0/+7
| | | | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-0956-51/+562
| | | | | | | |\
| | | | | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-0956-51/+562
| | | | | | | | |\
| | | | | | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-0856-51/+562
| | | | | | | | | |\
| | | | | * | | | | | Update sections if model content changes.Martin Jones2010-10-125-3/+75
| | | | | | |_|_|_|/ | | | | | |/| | | |
| | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-0854-508/+931
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-0853-50/+487
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | Allow aliases to value type propertiesAaron Kennedy2010-10-0815-12/+147
| | | | | | | * | | | | Image.sourceSize is incorrect after changing Image.sourceYann Bodson2010-10-083-8/+41
| | | | | * | | | | | | Ensure GridView header is visible at the top of the view.Martin Jones2010-10-083-1/+75
| | | | | | |/ / / / / | | | | | |/| | | | |
| | | | | * | | | | | Test for QTBUG-13685Martin Jones2010-10-082-0/+13
| | | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-0817-4/+218
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Disable Text {} image caching by defaultAaron Kennedy2010-10-081-2/+2
| | | | | | * | | | | | Check plugin and QML file case on Mac and WindowsAaron Kennedy2010-10-0816-2/+216
| | | | | * | | | | | | Don't forward keys to invisible items.Martin Jones2010-10-081-4/+4
| | | | | |/ / / / / /