summaryrefslogtreecommitdiffstats
path: root/demos/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Remove samegame README (mentioned images have been replaced)Kai Koehne2010-01-221-10/+0
|
* Tweak marble graphics in SamegameNigel Hietala2010-01-224-0/+0
|
* Updated graphics for SamegameNigel Hietala2010-01-216-0/+1
|
* Follow naming conventions (pass examples test)Warwick Allison2010-01-1123-5/+6
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Alan Alpert2010-01-071-2/+4
|\ | | | | | | into kinetic-declarativeui
| * Avoid spurious error messagesWarwick Allison2010-01-061-2/+4
| | | | | | | | Delegate is reused in Grid and PathView, so PathView attributes might not be defined
* | Make minehunt more responsiveAlan Alpert2010-01-071-1/+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 initial scaling. QWebPage::setPreferredSize doesn't really work.Warwick Allison2009-12-021-3/+3
|
* Restructure for easier re-use.Warwick Allison2009-12-027-278/+276
|
* Change from scaling/zooming by zoomFactor to instead use painter scaling.Warwick Allison2009-12-021-10/+22
| | | | Uses a fixed zoomFactor of 4 to allow sufficient sub-"pixel" precision.
* Fix use of XmlHttpRequest in examplesAlan Alpert2009-11-272-0/+2
|
* binary?Warwick Allison2009-11-261-0/+0
|
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-262-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * reenable particles effect for the cookiemae2009-11-262-1/+1
| |
* | Fix minor clipping issue in twitter appAlan Alpert2009-11-262-3/+2
|/
* Twitter demo touchupsAlan Alpert2009-11-267-29/+61
| | | | | | Arrowkey navigation on the login page, and Escape on the main page takes you back to the login page. Posting does not seem to be working still. Also switched to pixelSize fonts in many places.
* added a snake demomae2009-11-2522-0/+1019
|
* If zooming on nothing, zoom 2x rather than doing nothing.Warwick Allison2009-11-251-0/+2
|
* Use console.log, not printWarwick Allison2009-11-232-2/+2
|
* Pass error messages through to WebView users.Warwick Allison2009-11-181-0/+2
|
* Fix URL update in demoWarwick Allison2009-11-181-1/+1
| | | | If you manually typed in a url in the qml webbrowser demo the browser stopped updating the url bar with the current page your are on.
* Update examples for new SQL API.Warwick Allison2009-11-181-22/+10
|
* Partial fix for QTBUGT-5845Warwick Allison2009-11-171-7/+8
|
* Fix minehunt demoAlan Alpert2009-11-114-2/+17
|
* Remove WebView::pagewidth and tidy up - it's not needed and interferedWarwick Allison2009-11-101-17/+26
| | | | with zoomFactor.
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-0617-27/+27
|
* Update semantics of targets/properties and target/property.Michael Brasser2009-11-063-3/+3
| | | | | This is in preparation for renaming targets -> matchTargets and properties to matchProperties.
* fix calculatorYann Bodson2009-11-051-19/+15
|
* Use darker() and lighter() functions from global Qt object rather than from ↵Yann Bodson2009-11-054-4/+4
| | | | SystemPalette.
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-051-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
| | | | | | | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* | Particles cleaned up and placed in in qmlgraphics/Alan Alpert2009-11-052-11/+8
|/ | | | | | | | | | | | | 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
* Fix assertion (sc not declared).Warwick Allison2009-11-021-1/+1
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-301-1/+1
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-0/+40
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * | Rename qfx files to qmlgraphics filesAaron Kennedy2009-10-301-1/+1
| | |
* | | make twitter not depend on flickr exampleYann Bodson2009-10-3018-20/+172
| | |
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-301-0/+40
|\ \ \ | | |/ | |/| | | | | | | | | | | | | into kinetic-declarativeui Conflicts: examples/declarative/dial/main.cpp
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-303-7/+47
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h
| * | fix headersWarwick Allison2009-10-291-0/+40
| | |
* | | fix twitter exampleYann Bodson2009-10-302-3/+3
| |/ |/|
* | Add local highscores to SameGameAlan Alpert2009-10-293-7/+47
|/
* Remove QML SQL classesAaron Kennedy2009-10-2815-857/+0
| | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs.
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-281-1/+1
|\ | | | | | | into kinetic-declarativeui
| * "Compile"Aaron Kennedy2009-10-281-1/+1
| |
* | cleanupYann Bodson2009-10-2817-33/+33
|/
* 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
|