summaryrefslogtreecommitdiffstats
path: root/demos/declarative/samegame
Commit message (Collapse)AuthorAgeFilesLines
...
* Tweak marble graphics in SamegameNigel Hietala2010-01-224-0/+0
|
* Updated graphics for SamegameNigel Hietala2010-01-216-0/+1
|
* Add a quit button to the toolbarHarald Fernengel2009-12-161-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 Alpert2009-12-162-1/+2
|
* Fix use of XmlHttpRequest in examplesAlan Alpert2009-11-271-0/+1
|
* Update examples for new SQL API.Warwick Allison2009-11-181-22/+10
|
* Use darker() and lighter() functions from global Qt object rather than from ↵Yann Bodson2009-11-052-2/+2
| | | | SystemPalette.
* Particles cleaned up and placed in in qmlgraphics/Alan Alpert2009-11-051-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 SameGameAlan Alpert2009-10-293-7/+47
|
* cleanupYann Bodson2009-10-281-1/+1
|
* SameGame cleans up blocks now.Alan Alpert2009-10-271-0/+1
| | | | Blocks now delete themselves on their death.
* make remotableWarwick Allison2009-10-262-4/+4
|
* Start updating state and animation docs.Michael Brasser2009-10-221-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-074-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 itemAlan Alpert2009-10-072-13/+13
| |
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-063-19/+19
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * lowercase idsYann Bodson2009-10-063-19/+19
| | |
| * | Consistent Commenting in SamegameAlan Alpert2009-10-051-0/+1
| |/
* | Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-052-2/+7
| |
* | Prevent writes to the global objectAaron Kennedy2009-10-051-14/+14
| | | | | | | | Also add toString() method to qobjects
* | Improve script lookup cachingAaron Kennedy2009-10-051-0/+3
|/
* Clean up Same Game JSAlan Alpert2009-09-221-37/+12
| | | | Delayed loading is never used and is poorly implemented, so remove it.
* Rename samegameAaron Kennedy2009-09-211-0/+0
|
* Rename samegameAaron Kennedy2009-09-211-0/+0
|
* Follow renamed to SpringFollow.Martin Jones2009-09-101-2/+2
|
* Close dialogs if they press new gameAlan Alpert2009-09-031-2/+7
| | | | Also only has one dialog shown when you win.
* Slightly better name dialog for SameGameAlan Alpert2009-09-021-1/+2
|
* SameGame score XSLT now sorts by score.Alan Alpert2009-09-021-0/+1
|
* Don't need to tweet high scores tooAlan Alpert2009-09-021-17/+0
|
* SameGame now asks for a name and saves your score.Alan Alpert2009-09-023-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 Alpert2009-09-025-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 Bodson2009-08-252-5/+5
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Remove excessive margins in SameGameAlan Alpert2009-08-251-3/+3
| | | | | | | | Reviewed-by: Yann Bodson
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-08-252-31/+62
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Dialog width is dependent on textAaron Kennedy2009-08-251-2/+2
| | |
* | | Fix the size of the buttonYann Bodson2009-08-252-3/+2
| |/ |/|
* | SameGame small cosmetic changesYann Bodson2009-08-252-31/+62
|/
* Rename State change elements.Martin Jones2009-08-211-5/+5
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming Palette -> SystemPaletteYann Bodson2009-08-201-7/+7
|
* Renaming Rect -> RectangleYann Bodson2009-08-193-4/+4
|
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-142-2/+2
|
* Rename Rect.pen to Rect.borderMichael Brasser2009-07-313-3/+3
|
* Rename centeredIn to centerIn.Michael Brasser2009-07-314-4/+4
|
* Make SameGame ScalableAlan Alpert2009-07-292-10/+7
| | | | | Resize your window and hit new game This may invalidate high scores.
* Fix for QmlPaletteYann Bodson2009-07-281-0/+1
| | | | | Add a colorGroup property and remove palette properties from the root context.
* Missed a few files in the new samegameAlan Alpert2009-07-282-0/+33
| | | | Button and Dialog qml files were missed in the first commit
* Repurpose SameGame to be slimmerAlan Alpert2009-07-2715-274/+42
| | | | No theming and no selected, plus some cleanup.
* Add a glowy effect like KSame to SameGameAlan Alpert2009-07-271-0/+8
| | | | Just want this in the repo, samegame is about to be majorly revised.
* Some SameGame cleanupAlan Alpert2009-07-232-22/+48
| | | | Mostly commenting the JS code.
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-235-17/+28
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui