summaryrefslogtreecommitdiffstats
path: root/demos/declarative/photoviewer
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-139-156/+156
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* photoviewer needs QtQuick 1.1 for Image::cacheBea Lam2011-01-281-1/+1
|
* Update demos following renaming of Image::cachedBea Lam2011-01-191-2/+2
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-199-9/+9
|\
| * Update copyright year to 2011.Jason McDonald2011-01-109-9/+9
| | | | | | | | Reviewed-by: Trust Me
* | Optimization for photoviewer demo.Michael Brasser2010-12-171-1/+1
| |
* | Add 'cached' property to Image elementYann Bodson2010-11-121-2/+2
|/ | | | | | | | Setting cached to false is useful when dealing with large images, to make sure that they aren't cached at the expense of small 'ui element' images. Task-number: QTBUG-7300 Reviewed-by: Aaron Kennedy
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-299-9/+9
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Add quit buttons to declarative demosJoona Petrell2010-08-261-0/+5
| | | | | Task-number: QTBUG-13048 Reviewed-by: Martin Jones
* Remove warnings in photoviewer demo.Yann Bodson2010-07-291-1/+1
| | | | Task-number: QTBUG-12494
* QML focus API updates.Michael Brasser2010-07-211-1/+1
| | | | | | | | | The wantsFocus property has been renamed to activeFocus, to better reflect its value. Reading and writing the focus property is also now consistent -- this property represents focus within a scope. Other small changes were made to keep things consistent with the new naming. Reviewed-by: Aaron Kennedy
* Enter key performs same action as Return key in QML demos.Martin Jones2010-07-141-0/+4
| | | | N900 has an Enter key, not a return key
* Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-031-1/+1
| | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison
* Add license headers for .qml files.Jason McDonald2010-05-219-0/+369
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Photoviewer example fixes.Yann Bodson2010-05-182-28/+16
|
* Fix i18n example.Yann Bodson2010-05-055-4/+64
| | | | Add french translation to photoviewer demo.
* Use enum rather than string for easing type.Yann Bodson2010-05-051-4/+4
|
* Add .qmlproject files for declarative demos.Yann Bodson2010-04-201-0/+16
|
* Cleanup photoviewer demo.Yann Bodson2010-04-163-4/+6
|
* Fix GridView.onRemove animation in photoviewer.Yann Bodson2010-04-141-2/+2
|
* Add running of examples to quality gate.Warwick Allison2010-04-081-1/+1
| | | | Fix broken examples too.
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-089-9/+9
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-251-1/+1
|\
| * Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-1/+1
| | | | | | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops.
| * Replace Animation's repeat property with loops.Michael Brasser2010-03-251-1/+1
| | | | | | | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite.
* | Tweak import behaviourAlan Alpert2010-03-251-1/+1
|/ | | | | | | | | | | | | The implicit import of types in the same directory/module now imports version -1 (which means all versions). This fixes the Twitter demo. Additionally, the current directory is not added to the imports path. No functionality is lost, as you can import local modules with relative paths for the same effect. Improved docs are on the way. Reviewed-by: mae
* Usability improvements for photoviewer demo.Yann Bodson2010-03-235-8/+32
|
* Editable tag in photoviewer demo.Yann Bodson2010-03-234-15/+61
|
* Small photoviewer improvementsYann Bodson2010-03-233-5/+13
|
* Deprecate inline Script {} blocksAaron Kennedy2010-03-223-6/+7
| | | | | | | | Inline blocks/includes have been replaced with an import syntax: import "foo.js" as Foo this gives better separation between QML and code. Imported script blocks also have a mandatory qualifier, which leads to better optimization potential.
* Add/delete albums in photoviewer.Yann Bodson2010-03-175-24/+95
|
* Small fixes to photoviewer demoYann Bodson2010-03-152-12/+14
|
* Add busy indicator to photoviewer demoYann Bodson2010-03-155-2/+18
|
* Add new declarative photoviewer demoYann Bodson2010-03-1211-0/+353