summaryrefslogtreecommitdiffstats
path: root/demos/declarative/flickr/mobile/Button.qml
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix text size issues for high ppi displaysAlessandro Portale2010-09-071-1/+1
| | | | | | | | | | | 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)
* Add license headers for .qml files.Jason McDonald2010-05-211-0/+41
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|
* cleanupYann Bodson2009-10-281-1/+1
|
* lowercase idsYann Bodson2009-10-061-15/+12
|
* Disallow using typenames as idsAaron Kennedy2009-09-021-5/+5
| | | | | | | | | This is now illegal: import Qt 4.6 Item { id: Item } as is import Qt 4.6 Item { id: Text }
* cleanupYann Bodson2009-09-011-2/+2
|
* Mobile version of Flickr demo in flickr-mobile.qml.Yann Bodson2009-08-251-0/+41