| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix SameGame high scores | Alan Alpert | 2010-02-15 | 1 | -2/+3 |
|
|
* | Enhance samegame high score dialog | Alan Alpert | 2010-02-15 | 3 | -3/+18 |
|
|
* | Remove samegame README (mentioned images have been replaced) | Kai Koehne | 2010-01-22 | 1 | -10/+0 |
|
|
* | Tweak marble graphics in Samegame | Nigel Hietala | 2010-01-22 | 4 | -0/+0 |
|
|
* | Updated graphics for Samegame | Nigel Hietala | 2010-01-21 | 6 | -0/+1 |
|
|
* | Add a quit button to the toolbar | Harald Fernengel | 2009-12-16 | 1 | -0/+6 |
|
|
* | Set score text color (so that it will be visible) | Alan Alpert | 2009-12-16 | 2 | -1/+2 |
|
|
* | Fix use of XmlHttpRequest in examples | Alan Alpert | 2009-11-27 | 1 | -0/+1 |
|
|
* | Update examples for new SQL API. | Warwick Allison | 2009-11-18 | 1 | -22/+10 |
|
|
* | Use darker() and lighter() functions from global Qt object rather than from S... | Yann Bodson | 2009-11-05 | 2 | -2/+2 |
|
|
* | Particles cleaned up and placed in in qmlgraphics/ | Alan Alpert | 2009-11-05 | 1 | -6/+6 |
|
|
* | Add local highscores to SameGame | Alan Alpert | 2009-10-29 | 3 | -7/+47 |
|
|
* | cleanup | Yann Bodson | 2009-10-28 | 1 | -1/+1 |
|
|
* | SameGame cleans up blocks now. | Alan Alpert | 2009-10-27 | 1 | -0/+1 |
|
|
* | make remotable | Warwick Allison | 2009-10-26 | 2 | -4/+4 |
|
|