Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | Allows to run SameGame full-screen on the N900, and being able to quit without having to use xkill :) | |||||
* | 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 ↵ | Yann Bodson | 2009-11-05 | 2 | -2/+2 | |
| | | | | SystemPalette. | |||||
* | Particles cleaned up and placed in in qmlgraphics/ | Alan Alpert | 2009-11-05 | 1 | -6/+6 | |
| | | | | | | | | | | | | | API changes: Removed bool streamIn Added int emissionRate Added int emissionVariance Added void burst(count, emissionRate=-1) While rewriting the internals to accomodate this, all other outstanding particles bugs were believed fixed. Task-number: QT-2392 QT-2391 QT-2390 QT-2406 | |||||
* | 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 | |
| | | | | Blocks now delete themselves on their death. | |||||
* | make remotable | Warwick Allison | 2009-10-26 | 2 | -4/+4 | |
| | ||||||
* | Start updating state and animation docs. | Michael Brasser | 2009-10-22 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-07 | 4 | -34/+35 | |
|\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into test Conflicts: demos/declarative/samegame/content/samegame.js tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp | |||||
| * | Refactor tileSize to the gameCanvas item | Alan Alpert | 2009-10-07 | 2 | -13/+13 | |
| | | ||||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-10-06 | 3 | -19/+19 | |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| | * | lowercase ids | Yann Bodson | 2009-10-06 | 3 | -19/+19 | |
| | | | ||||||
| * | | Consistent Commenting in Samegame | Alan Alpert | 2009-10-05 | 1 | -0/+1 | |
| |/ | ||||||
* | | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 2 | -2/+7 | |
| | | ||||||
* | | Prevent writes to the global object | Aaron Kennedy | 2009-10-05 | 1 | -14/+14 | |
| | | | | | | | | Also add toString() method to qobjects | |||||
* | | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 1 | -0/+3 | |
|/ | ||||||
* | Clean up Same Game JS | Alan Alpert | 2009-09-22 | 1 | -37/+12 | |
| | | | | Delayed loading is never used and is poorly implemented, so remove it. | |||||
* | Rename samegame | Aaron Kennedy | 2009-09-21 | 1 | -0/+0 | |
| | ||||||
* | Rename samegame | Aaron Kennedy | 2009-09-21 | 1 | -0/+0 | |
| | ||||||
* | Follow renamed to SpringFollow. | Martin Jones | 2009-09-10 | 1 | -2/+2 | |
| | ||||||
* | Close dialogs if they press new game | Alan Alpert | 2009-09-03 | 1 | -2/+7 | |
| | | | | Also only has one dialog shown when you win. | |||||
* | Slightly better name dialog for SameGame | Alan Alpert | 2009-09-02 | 1 | -1/+2 | |
| | ||||||
* | SameGame score XSLT now sorts by score. | Alan Alpert | 2009-09-02 | 1 | -0/+1 | |
| | ||||||
* | Don't need to tweet high scores too | Alan Alpert | 2009-09-02 | 1 | -17/+0 | |
| | ||||||
* | SameGame now asks for a name and saves your score. | Alan Alpert | 2009-09-02 | 3 | -13/+30 | |
| | | | | | | | Included a rewriting of the Dialog item to be half-decent. Watch http://qtfx-nokia.trolltech.com.au/samegame/scores.php on the internal network for highscores! | |||||
* | SameGame high score server support. | Alan Alpert | 2009-09-02 | 5 | -1/+109 | |
| | | | | | | This commit contains all the functionality for sending high scores to a server, and the server. The server files have been installed at http://qtfx-nokia.trolltech.com.au/samegame for internal testing. | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-25 | 2 | -5/+5 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Remove excessive margins in SameGame | Alan Alpert | 2009-08-25 | 1 | -3/+3 | |
| | | | | | | | | Reviewed-by: Yann Bodson | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-25 | 2 | -31/+62 | |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | | Dialog width is dependent on text | Aaron Kennedy | 2009-08-25 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix the size of the button | Yann Bodson | 2009-08-25 | 2 | -3/+2 | |
| |/ |/| | ||||||
* | | SameGame small cosmetic changes | Yann Bodson | 2009-08-25 | 2 | -31/+62 | |
|/ | ||||||
* | Rename State change elements. | Martin Jones | 2009-08-21 | 1 | -5/+5 | |
| | | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges | |||||
* | Renaming Palette -> SystemPalette | Yann Bodson | 2009-08-20 | 1 | -7/+7 | |
| | ||||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 3 | -4/+4 | |
| | ||||||
* | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 2 | -2/+2 | |
| | ||||||
* | Rename Rect.pen to Rect.border | Michael Brasser | 2009-07-31 | 3 | -3/+3 | |
| | ||||||
* | Rename centeredIn to centerIn. | Michael Brasser | 2009-07-31 | 4 | -4/+4 | |
| | ||||||
* | Make SameGame Scalable | Alan Alpert | 2009-07-29 | 2 | -10/+7 | |
| | | | | | Resize your window and hit new game This may invalidate high scores. | |||||
* | Fix for QmlPalette | Yann Bodson | 2009-07-28 | 1 | -0/+1 | |
| | | | | | Add a colorGroup property and remove palette properties from the root context. | |||||
* | Missed a few files in the new samegame | Alan Alpert | 2009-07-28 | 2 | -0/+33 | |
| | | | | Button and Dialog qml files were missed in the first commit | |||||
* | Repurpose SameGame to be slimmer | Alan Alpert | 2009-07-27 | 15 | -274/+42 | |
| | | | | No theming and no selected, plus some cleanup. | |||||
* | Add a glowy effect like KSame to SameGame | Alan Alpert | 2009-07-27 | 1 | -0/+8 | |
| | | | | Just want this in the repo, samegame is about to be majorly revised. | |||||
* | Some SameGame cleanup | Alan Alpert | 2009-07-23 | 2 | -22/+48 | |
| | | | | Mostly commenting the JS code. | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-23 | 5 | -17/+28 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui |