summaryrefslogtreecommitdiffstats
path: root/demos/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Incorrect use of Script {}Aaron Kennedy2009-10-083-34/+31
|
* Rename label to labeltextAaron Kennedy2009-10-081-5/+5
| | | | Resolves scope collision between label property and label id
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-0743-690/+683
|\ | | | | | | | | | | | | | | 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-0632-623/+613
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * lowercase idsYann Bodson2009-10-0611-201/+202
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-061-2/+2
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Fix following API changes.Bea Lam2009-10-061-2/+2
| | | |
| | * | lowercase idsYann Bodson2009-10-0620-420/+409
| | |/
| * | Consistent Commenting in SamegameAlan Alpert2009-10-051-0/+1
| |/
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-0510-50/+50
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Change .sci syntax to match BorderImage.Yann Bodson2009-10-0510-50/+50
| | |
| * | Minor fixes to flickr example.Michael Brasser2009-10-051-4/+6
| |/
* | 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
|/
* * use alias in CalcButton.qmlYann Bodson2009-10-012-6/+5
| | | | * do not set a z value (broken with positioners atm)
* Fix small bugs in flick-mobileYann Bodson2009-09-303-9/+17
|
* Use new property nameAaron Kennedy2009-09-231-2/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-221-3/+3
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Renaming: QFxView -> QmlViewYann Bodson2009-09-221-3/+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
|
* Add a rotated flickr-mobile versionAaron Kennedy2009-09-211-0/+10
|
* Fixed UrlBar to not clip off top 3 pixels of the pageNigel Hietala2009-09-121-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-104-6/+6
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Update demos to work with API changesAlan Alpert2009-09-104-6/+6
| | | | | | | | Affected are flickr and twitter.
* | Follow renamed to SpringFollow.Martin Jones2009-09-102-2/+3
|/
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-091-5/+3
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Positioners now implictly have the height and width of the childrenRectAlan Alpert2009-09-091-5/+3
| | | | | | | | | | Also removed the now uneccesary height and width bindings from the twitter demo login screen.
* | Move ComponentInstance functionality into LoaderMartin Jones2009-09-091-2/+2
|/
* Size the list area correctly.Martin Jones2009-09-071-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-071-2/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-071-2/+2
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Get calculator demo running again.Michael Brasser2009-09-071-2/+2
| | |
* | | Remove KeyProxy in favour of the Keys.forwardTo attached property.Martin Jones2009-09-075-28/+9
| |/ |/|
* | Fix scrollbar after API changes.Yann Bodson2009-09-071-2/+2
|/
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-0433-30/+1066
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxflickable.cpp
| * Fix some twitter demo bugsAlan Alpert2009-09-033-9/+11
| | | | | | | | Includes making the update button work and clearing the post box on post
| * Better default behaviour for twitter demo.Alan Alpert2009-09-031-0/+1
| |
| * Differentiate between loading and error states.Alan Alpert2009-09-031-1/+7
| |
| * Close dialogs if they press new gameAlan Alpert2009-09-031-2/+7
| | | | | | | | Also only has one dialog shown when you win.
| * Move minehunt and twitter to demos directoryAlan Alpert2009-09-0323-0/+1020
| | | | | | | | | | Minehunt is more a demo than an example, and the twitter app goes with the flickr app.
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-027-27/+27
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Disallow using typenames as idsAaron Kennedy2009-09-027-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is now illegal: import Qt 4.6 Item { id: Item } as is import Qt 4.6 Item { id: Text }
| * | Slightly better name dialog for SameGameAlan Alpert2009-09-021-1/+2
| | |
| * | SameGame score XSLT now sorts by score.Alan Alpert2009-09-021-0/+1
| |/
* | Smooth the rendering in the tiles, not of the tiles.Warwick Allison2009-09-041-1/+1
| | | | | | | | Turn smoothing on in webbrowsser demo.
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-028-10/+118
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui