Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Don't crash when columns == 0 | Martin Jones | 2010-04-14 | 1 | -4/+5 | |
| * | | | | Give better error messages on plugin load failures. | Warwick Allison | 2010-04-14 | 2 | -15/+31 | |
| |/ / / | ||||||
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-13 | 2 | -6/+1 | |
| |\ \ \ | ||||||
| | * | | | Remove warning on ASCII cast | Thiago Macieira | 2010-04-13 | 1 | -1/+1 | |
| | * | | | Fix compilation on Solaris, AIX and HP-UX. | Thiago Macieira | 2010-04-13 | 1 | -5/+0 | |
| * | | | | Ensure view position is correct for highlight range modes that have a static ... | Martin Jones | 2010-04-13 | 2 | -6/+2 | |
| |/ / / | ||||||
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-13 | 5 | -8/+12 | |
| |\ \ \ | ||||||
| | * | | | Struct -> class because class is better. | Alexis Menard | 2010-04-13 | 3 | -3/+4 | |
| | * | | | Move effect property where it should be. | Alexis Menard | 2010-04-13 | 1 | -1/+0 | |
| | * | | | Doc fixes | Bea Lam | 2010-04-13 | 1 | -4/+4 | |
| | * | | | Fix and test remote root component with qmldir-specified content. | Warwick Allison | 2010-04-13 | 1 | -0/+4 | |
| | |/ / | ||||||
| * | | | Improve efficiency of model dataChanged. | Martin Jones | 2010-04-13 | 1 | -7/+8 | |
| |/ / | ||||||
| * | | doc fixes | Yann Bodson | 2010-04-12 | 1 | -5/+15 | |
| * | | More error output for QML_IMPORT_TRACE=1 | mae | 2010-04-12 | 1 | -0/+9 | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-12 | 1 | -0/+1 | |
| |\ \ | ||||||
| | * | | Doc: update Rectangle smooth painting screenshot. | Yann Bodson | 2010-04-12 | 1 | -0/+1 | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-12 | 87 | -1161/+2107 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Move documentation code to snippet. | Yann Bodson | 2010-04-12 | 1 | -41/+15 | |
| | * | | Fix PathView crash. | Michael Brasser | 2010-04-12 | 1 | -1/+1 | |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-12 | 4 | -5/+331 | |
| | |\ \ | ||||||
| | | * | | Improve font value type documentation. | Yann Bodson | 2010-04-12 | 3 | -5/+316 | |
| | | * | | Doc fixes | Bea Lam | 2010-04-12 | 1 | -0/+15 | |
| | * | | | Make bindings dump more useful | Aaron Kennedy | 2010-04-12 | 1 | -46/+69 | |
| | |/ / | ||||||
| | * | | Revert "Better reporting of extension plugin loading errors." | Aaron Kennedy | 2010-04-12 | 1 | -23/+7 | |
| | * | | Cleanup | Aaron Kennedy | 2010-04-09 | 2 | -88/+95 | |
| | * | | Disallow writes to read-only value type properties | Aaron Kennedy | 2010-04-09 | 1 | -0/+4 | |
| | * | | Allow undefined to be assigned to QVariant properties | Aaron Kennedy | 2010-04-09 | 2 | -0/+6 | |
| | * | | Add a Qt.isQtObject() method | Aaron Kennedy | 2010-04-09 | 2 | -0/+10 | |
| | * | | Fix crash in QML library imports | Aaron Kennedy | 2010-04-09 | 1 | -0/+1 | |
| | * | | Remove QT_VERSION checks in QML | Aaron Kennedy | 2010-04-09 | 8 | -56/+0 | |
| | * | | List properties aren't read-only | Aaron Kennedy | 2010-04-09 | 1 | -1/+2 | |
| | * | | Small doc fix. | Martin Jones | 2010-04-09 | 2 | -7/+7 | |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-09 | 3 | -1/+16 | |
| | |\ \ | ||||||
| | | * | | Make sure WorkerScript thread is stopped on deletion. This also fixes | Bea Lam | 2010-04-09 | 1 | -0/+13 | |
| | | * | | Release ListModel's worker agent on deletion. | Bea Lam | 2010-04-09 | 2 | -1/+3 | |
| | * | | | Enable other wrapping modes. | Martin Jones | 2010-04-09 | 4 | -15/+18 | |
| | |/ / | ||||||
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-09 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | unwarn | Warwick Allison | 2010-04-09 | 1 | -1/+1 | |
| | * | | | TextEdit::wrap changed to TextEdit::wrapMode enumeration | Martin Jones | 2010-04-09 | 5 | -26/+57 | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-09 | 11 | -399/+51 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Fix url resolution in PropertyChanges. | Michael Brasser | 2010-04-09 | 3 | -9/+18 | |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-09 | 1 | -7/+23 | |
| | | |\ \ | ||||||
| | | | * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-09 | 7 | -381/+97 | |
| | | | |\ \ | ||||||
| | | | * | | | Better reporting of extension plugin loading errors. | Warwick Allison | 2010-04-09 | 1 | -7/+23 | |
| | | * | | | | Use variant instead of var in QML | Aaron Kennedy | 2010-04-09 | 3 | -21/+10 | |
| | | | |/ / | | | |/| | | ||||||
| | | * | | | Some cleanup in widgets module. Deletion of GraphicsObjectContainer. | Alexis Menard | 2010-04-09 | 4 | -362/+0 | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-09 | 3 | -19/+97 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | Make the TextInput element nicer. It has scrolling. | Alexis Menard | 2010-04-09 | 3 | -19/+97 | |
| | | |/ / | ||||||
| | * | | | Ensure GridView content position is stable when moving items. | Martin Jones | 2010-04-09 | 1 | -0/+2 | |
| | |/ / | ||||||
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-08 | 28 | -173/+377 | |
| | |\ \ |