summaryrefslogtreecommitdiffstats
path: root/demos/declarative/photoviewer
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1310-10/+10
| | | | | | Change-Id: I52bf8ef0447b701b4ebf7d7d240013a72adb9425 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2910-225/+225
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I280c0a575987d1770e354b4948f1d4d767d711ea Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update contact information in license headers.Sergio Ahumada2012-08-0110-20/+20
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-1110-10/+10
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Declarative Examples: Fall back to local qmlapplicationviewer.Daniel Molkentin2011-11-221-1/+2
| | | | Rubberstamped-by: Oswald Buddenhagen
* Fix use of qmlapplicationviewer.Daniel Molkentin2011-11-211-1/+2
| | | | | | | - Two separate copies for demos and example - Fix deployment (don't install to opt in desktop case) Reviewed-by: Casper van Donderen
* demos/declarative/photoviewer example modificationsartoka2011-11-1725-3/+209
| | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* 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