| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated year in copyright header | Kai Koehne | 2014-03-26 | 5 | -5/+5 |
|
|
* | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-13 | 5 | -5/+5 |
|
|
* | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-29 | 5 | -102/+102 |
|
|
* | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 5 | -10/+10 |
|
|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 5 | -5/+5 |
|
|
* | Declarative Examples: Fall back to local qmlapplicationviewer. | Daniel Molkentin | 2011-11-22 | 1 | -1/+2 |
|
|
* | Fix use of qmlapplicationviewer. | Daniel Molkentin | 2011-11-21 | 1 | -1/+2 |
|
|
* | demos/declarative/samegame example modifications | artoka | 2011-11-17 | 27 | -3/+209 |
|
|
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 4 | -68/+68 |
|
|
* | Merge branch 'master' of ../qt-qml-staging | Martin Jones | 2011-02-17 | 5 | -14/+15 |
|\ |
|
| * | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-02-04 | 5 | -14/+15 |
| |\ |
|
| | * | Update Docs, Examples and Demos for new CreateObject overloadable | Christopher Ham | 2011-01-28 | 5 | -9/+10 |
|
|
* | | | Only ask for name when the user goes on the high score list. | Alan Alpert | 2011-02-04 | 1 | -5/+36 |
|/ / |
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 4 | -4/+4 |
|\ \
| |/ |
|
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 4 | -4/+4 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-11-12 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | Fix samegame text input focus | Alan Alpert | 2010-11-05 | 1 | -3/+1 |
|
|
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-10-30 | 1 | -90/+108 |
|\ \
| |/
|/| |
|
| * | samegame: white space | hjk | 2010-10-28 | 1 | -90/+108 |
|
|
* | | Making the buttons less finger unfriendly | Alessandro Portale | 2010-10-28 | 2 | -3/+4 |
|/ |
|
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 4 | -4/+4 |
|
|
* | Maintain high score name dialog length, as well as name. | Alan Alpert | 2010-08-26 | 2 | -1/+3 |
|
|
* | Fix Samegame | Alan Alpert | 2010-07-19 | 1 | -2/+2 |
|
|
* | Follow -> Behavior | mae | 2010-07-08 | 2 | -8/+10 |
|
|
* | Fix bug in SameGame's dialog component | Alan Alpert | 2010-07-01 | 2 | -1/+3 |
|
|
* | Allow things that load SameGame to disable the Quit button | Alan Alpert | 2010-06-21 | 1 | -0/+2 |
|
|
* | Minor demo fixes | Alan Alpert | 2010-06-16 | 1 | -0/+2 |
|
|
* | Improve input panel handling in declarative demos and examples | Joona Petrell | 2010-06-03 | 2 | -6/+19 |
|
|
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 4 | -0/+164 |
|
|
* | Rename Component::errorsString() -> errorString() (and also for | Bea Lam | 2010-05-20 | 1 | -2/+2 |
|
|
* | Make component.createObject require a parent argument | Alan Alpert | 2010-05-05 | 1 | -2/+1 |
|
|
* | Remove Component's isReady, isLoading, isError and isNull properties. | Bea Lam | 2010-04-29 | 1 | -1/+1 |
|
|
* | Replace usage of print() with console.log(). | Michael Brasser | 2010-04-23 | 1 | -5/+4 |
|
|
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 1 | -0/+16 |
|\ |
|
| * | Add .qmlproject files for declarative demos. | Yann Bodson | 2010-04-20 | 1 | -0/+16 |
|
|
* | | Make the dynamic creation functions on the Qt object | Alan Alpert | 2010-04-21 | 1 | -1/+1 |
|/ |
|
* | Indentation and whitespace fixes in qml's samegame tutorial | Leonardo Sobral Cunha | 2010-04-19 | 4 | -8/+10 |
|
|
* | Make demo code more consistent with example code in terms of variable | Bea Lam | 2010-04-13 | 5 | -142/+174 |
|
|
* | Renamed 'source' property from SpringFollow to 'to' | Leonardo Sobral Cunha | 2010-04-08 | 1 | -2/+2 |
|
|
* | Add running of examples to quality gate. | Warwick Allison | 2010-04-08 | 1 | -1/+1 |
|
|
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 4 | -4/+4 |
|
|
* | Tweak import behaviour | Alan Alpert | 2010-03-25 | 1 | -1/+1 |
|
|
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 2 | -13/+7 |
|
|
* | Move particles in their own plugin (Qt.labs.particles) | Yann Bodson | 2010-03-11 | 1 | -0/+1 |
|
|
* | Use no-version-specified to mean any version (used to work, fixed again, | Warwick Allison | 2010-03-10 | 1 | -3/+3 |
|
|
* | Fix Samegame. | Michael Brasser | 2010-03-03 | 1 | -1/+1 |
|
|
* | Refactor demos | Alan Alpert | 2010-03-02 | 15 | -3/+3 |
|
|
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 3 | -5/+5 |
|
|
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 3 | -3/+3 |
|
|
* | Fix palette on the N900 | Harald Fernengel | 2010-02-16 | 1 | -1/+1 |
|
|