| Commit message (Expand) | Author | Age | Files | Lines |
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
|
|
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2011-03-11 | 2 | -29/+292 |
|\ |
|
| * | Include dynamic parenting use cases in layout mirroring autotests | Joona Petrell | 2011-03-08 | 1 | -0/+33 |
|
|
| * | Reverse KeyNavigation left and right properties when the layout mirroring is ... | Joona Petrell | 2011-03-01 | 1 | -0/+54 |
|
|
| * | Add LayoutMirroring attached property for mirroring QML layouts | Joona Petrell | 2011-03-01 | 2 | -29/+205 |
|
|
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-02-04 | 3 | -0/+192 |
|\ \
| |/ |
|
| * | Don't crash when appending a null item | Aaron Kennedy | 2011-01-27 | 2 | -0/+14 |
|
|
| * | Implement property versioning inside the declarative engine | Aaron Kennedy | 2011-01-27 | 1 | -4/+4 |
|
|
| * | Expose implicitWidth and implicitHeight properties of Item. | Martin Jones | 2011-01-24 | 1 | -0/+80 |
|
|
| * | Add list of new properties/methods in QtQuick 1.1 | Martin Jones | 2011-01-24 | 1 | -0/+19 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-07 | 2 | -0/+45 |
| |\ \ |
|
| * | | | KeyNavigation skips disabled or invisible items | Christopher Ham | 2010-12-10 | 1 | -0/+79 |
|
|
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 1 | -1/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-12-23 | 2 | -0/+45 |
|\ \ \
| |/ / |
|
| * | | More testing for KeyNavigation attached properties. | Martin Jones | 2010-12-21 | 2 | -0/+45 |
| |/ |
|
* | | Merge remote branch 'qt/master' into file-engine-refactor | João Abecasis | 2010-11-23 | 3 | -1/+24 |
|\ \ |
|
| * \ | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-11-12 | 1 | -0/+10 |
| |\ \
| | |/ |
|
| | * | Don't emit xChanged()/yChanged() twice. | Martin Jones | 2010-11-04 | 1 | -0/+10 |
|
|
| * | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-10-15 | 2 | -0/+13 |
| |\ \
| | |/ |
|
| | * | Test for QTBUG-13685 | Martin Jones | 2010-10-08 | 2 | -0/+13 |
|
|
| * | | Align .pro with qmake: s/\.sources/.files/. | Miikka Heikkinen | 2010-10-08 | 1 | -1/+1 |
| |/ |
|
* | | Fix deployment for examples and tests | Shane Kearns | 2010-10-12 | 1 | -1/+1 |
|/ |
|
* | Improve test coverage for declarative module. | Michael Brasser | 2010-10-04 | 2 | -0/+8 |
|
|
* | Replace "import Qt 4.7" with "import QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 1 | -1/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-09-29 | 2 | -0/+25 |
|\ |
|
| * | Fix crash when trying to append a null transform to QDeclarativeItem. | Michael Brasser | 2010-09-28 | 2 | -0/+25 |
|
|
* | | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 13 | -15/+15 |
|/ |
|
* | qdoc: Added list of all members (including inherited) page to QML elements. | Martin Smith | 2010-08-11 | 1 | -15/+15 |
|
|
* | Don't double-add item change listeners. | Michael Brasser | 2010-08-10 | 2 | -0/+27 |
|
|
* | Remove QDeclarativeItem::childrenChanged() signal overload | Martin Jones | 2010-07-22 | 1 | -0/+5 |
|
|
* | QML focus API updates. | Michael Brasser | 2010-07-21 | 1 | -14/+14 |
|
|
* | wantsFocus should be based on FocusScope chain, not parent chain. | Michael Brasser | 2010-07-13 | 1 | -5/+2 |
|
|
* | Properly update childrenRect for position changes and shrinking. | Michael Brasser | 2010-06-17 | 2 | -1/+79 |
|
|
* | Fix bug with childrenRect resizing on startup. | Michael Brasser | 2010-06-15 | 2 | -0/+40 |
|
|
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -2/+6 |
|
|
* | Add a "priority" property to Keys and KeyNavigation | Martin Jones | 2010-05-14 | 2 | -1/+139 |
|
|
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
|
|
* | Fix for graphics widget in the background stealing declarative item's focus | Joona Petrell | 2010-05-13 | 2 | -0/+57 |
|
|
* | Update childrenRect when children are added or removed. | Michael Brasser | 2010-05-04 | 2 | -0/+55 |
|
|
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 6 | -6/+6 |
|
|
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -2/+5 |
|
|
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -3/+3 |
|
|
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
|
|
* | Allow iteration over the Item.children property | Aaron Kennedy | 2010-04-07 | 3 | -0/+68 |
|
|
* | Test and fix order of transform application. | Warwick Allison | 2010-03-26 | 1 | -4/+10 |
|
|
* | Test transforms. | Warwick Allison | 2010-03-26 | 1 | -0/+21 |
|
|
* | Auto-test fix. | Alexis Menard | 2010-03-25 | 1 | -8/+2 |
|
|
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
|
|