~zsombi/ubuntu-ui-toolkit/crossFadeImage_SourceSize_fix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/*
 * Copyright (C) 2012 Canonical Ltd.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation; version 3.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/*!
     \page overview-ubuntu-sdk.html overview
     \title Ubuntu User Interface Toolkit

     \part General Topics
     \list
     \li \l{ubuntu-layouts.html}{Layouts} describes a flexible layouting engine
     to ease the development of responsive user interfaces.
     \li \l {Resolution Independence} describes the facilities that should be
     used when setting the size of UI elements (widgets, fonts, etc.) in order
     for them to behave well on a variety of devices.
     \li \l{Automatic State Saving} provides automatic property saving for components.
     \endlist

     \part Basic QML Types
     Available through:
     \code
         import Ubuntu.Components 0.1
     \endcode
     \annotatedlist ubuntu

     \part List Items
     Available through:
     \code
         import Ubuntu.Components.ListItems 0.1
     \endcode
     \annotatedlist ubuntu-listitems

     \part Pickers
     Available through:
     \code
         import Ubuntu.Components.Pickers 0.1
     \endcode
     \annotatedlist ubuntu-pickers

     \part Popovers, Sheets and Dialogs
     Available through:
     \code
         import Ubuntu.Components.Popups 0.1
     \endcode
     \annotatedlist ubuntu-popups

     \part Layouting
     Available through:
     \code
         import Ubuntu.Layouts 0.1
     \endcode
     \annotatedlist ubuntu-layouts

     \part Theming Elements
     Available through:
     \code
         import Ubuntu.Components 0.1
     \endcode
     \annotatedlist theming

     \part Resolution Independence Items
     Available through:
     \code
         import Ubuntu.Components 0.1
     \endcode
     \annotatedlist resolution-independence

     \part Parsing Command-Line Arguments
     Available through:
     \code
         import Ubuntu.Components 0.1
     \endcode
     \annotatedlist ubuntu-commandline

     \part Services
     Available through:
     \code
         import Ubuntu.Components 0.1
     \endcode
     \annotatedlist ubuntu-services
 */