summaryrefslogtreecommitdiffstats
path: root/demos/declarative/flickr
Commit message (Collapse)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-2613-13/+13
| | | | | | | | | | | | | | | | | | find . -path '*/3rdparty/*' -prune -o -type f -print | xargs -L1 sed -i -E 's/Copyright(.*) 2013 Digia/Copyright\1 2014 Digia/g' Manually patched files: demos/spectrum/3rdparty/fftreal/fftreal_wrapper.h demos/spectrum/3rdparty/fftreal/fftreal_wrapper.cpp src/3rdparty/s60/eiksoftkeyimage.h tools/qdoc3/test/qt-project.qdocconf tests/auto/qsharedpointer/nontracked.h tests/auto/qsharedpointer/nontracked.cpp Change-Id: I3f9074923b4d6bd4666258ab04f01476cc6e901c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Sergio Ahumada <sahumada@blackberry.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1313-13/+13
| | | | | | 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-2913-295/+295
| | | | | | | | 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-0113-26/+26
| | | | | | | | | | | | | - 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-1113-13/+13
| | | | | | | | | 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/flickr example modificationsartoka2011-11-1730-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-1312-205/+205
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-1912-12/+12
|\
| * Update copyright year to 2011.Jason McDonald2011-01-1012-12/+12
| | | | | | | | Reviewed-by: Trust Me
* | Increase cachebuffer in Flickr demo to quarantee expanded delegate is not ↵Joona Petrell2010-11-011-1/+1
|/ | | | | | | deleted the during device orientation change Task-number: QT-3824 Reviewed-by: Martin Jones
* Rename toolbar button.Yann Bodson2010-10-061-1/+1
| | | | Task-number: QT-3637
* Do not show 'More' button when in fullscreen view.Yann Bodson2010-10-062-9/+15
| | | | Task-number: QTBUG-11813
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2912-12/+12
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix text size issues for high ppi displaysAlessandro Portale2010-09-075-7/+7
| | | | | | | | | | | Many layout sizes in flickr are specified by the artwork sizes. The heights and widths are defined in static pixel sizes. Therefore the text has to obey the size restrictions, and should not overlap. This patch sets the font sizes in pixels. Otherwise the default font sizes in points may be too big on high ppi displays. (XM5800 has ~230 ppi)
* Ensure slider is updated when screen size changes.Martin Jones2010-09-062-6/+38
| | | | Task-number: QT-3718
* Fix photo positioning bug in flickr demo.Yann Bodson2010-08-033-87/+87
| | | | Task-number: QTBUG-3669
* Enter key performs same action as Return key in QML demos.Martin Jones2010-07-141-0/+1
| | | | 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-2112-0/+492
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Flickable small API changes.Yann Bodson2010-05-122-3/+3
| | | | | | | | | | - Split moving into movingHorizontally anf movingVertically - Split flicking into flickingHorizontally and flickingVertically - Rename flickDirection to flickableDirection - onMovementStarted, onMovementEnded, onFlickStarted and onFlickEnded signals removed Task-number: QTBUG-10572 Reviewed-by: Martin Jones
* More cleanupYann Bodson2010-05-062-5/+9
|
* Use enum for drag.axis in doc and examples.Yann Bodson2010-05-061-1/+1
|
* Use enum rather than string for easing type.Yann Bodson2010-05-054-7/+7
|
* make quitableWarwick Allison2010-04-272-1/+12
|
* Balance grid items for larger displays.Warwick Allison2010-04-211-1/+2
| | | | Task-number: QTBUG-8406
* CleanupYann Bodson2010-04-2016-99/+0
|
* Fix API call for multiple tags.Warwick Allison2010-04-201-1/+6
| | | | Spec says comma, not eg. space separated.
* Add .qmlproject files for declarative demos.Yann Bodson2010-04-201-0/+16
|
* Ensure existing image is gone before next photo selection.Warwick Allison2010-04-161-0/+1
| | | | Task-number: QTBUG-8084
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-093-4/+4
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-0815-15/+15
|
* Remove flickr-desktopYann Bodson2010-04-086-500/+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-2/+2
| | | | | 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.
* Remove ParentAction.Michael Brasser2010-03-232-8/+12
| | | | It has been replaced with ParentAnimation.
* Deprecate inline Script {} blocksAaron Kennedy2010-03-223-36/+30
| | | | | | | | 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.
* Use no-version-specified to mean any version (used to work, fixed again,Warwick Allison2010-03-101-10/+10
| | | | was only working with -1.-1 which looks silly)
* Move WebView to an extension plugin.Warwick Allison2010-03-021-0/+1
| | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-03-021-4/+1
|\ | | | | | | | | | | Conflicts: demos/declarative/minehunt/main.cpp demos/declarative/minehunt/minehunt.qml
| * Fix position of image in detail view in flickr-mobileYann Bodson2010-03-011-4/+1
| |
* | Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-024-5/+5
|/ | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* Set correct transformOrigin.Martin Jones2010-03-011-0/+1
|
* Fix position of image in detail view.Martin Jones2010-03-011-3/+1
|
* Change Connection syntax as per QT-2822.Warwick Allison2010-02-263-9/+9
|
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-262-11/+11
| | | | A viewport is the thing you look through, not what you look at.
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-238-13/+13
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-227-7/+7
|
* Fix example after introduction of RotationAnimation.Michael Brasser2010-02-181-1/+1
| | | | id can't be the same as a TypeName.