~aacid/ubuntu-ui-toolkit/nonsquareicons

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/uclistitemstyle.cpp

  • Committer: Tarmac
  • Author(s): Zsombor Egri
  • Date: 2014-12-05 16:36:12 UTC
  • mfrom: (1363.1.2 app-theming-to-staging)
  • Revision ID: tarmac-20141205163612-7yub32shpe3zm1e2
Theming fixes: application theming, binding loop fix, auto-theming moved into MainView and it is applicable only on Ambiance and SuruDark, SuruGradient is no longer auto-themed. Fixes: https://bugs.launchpad.net/bugs/1213043, https://bugs.launchpad.net/bugs/1277647, https://bugs.launchpad.net/bugs/1330510, https://bugs.launchpad.net/bugs/1356779, https://bugs.launchpad.net/bugs/1389792.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 */
16
16
 
17
17
#include "uclistitemstyle.h"
18
 
#include <QtQml/QQmlEngine>
19
 
#include <QtQuick/private/qquickbehavior_p.h>
20
18
 
21
19
/*!
22
20
 * \qmltype ListItemStyle
62
60
 */
63
61
 
64
62
/*!
65
 
 * \qmlproperty Animation ListItemStyle::snapAnimation
66
 
 * Holds the behavior used in animating when snapped in or out. It can hold many
67
 
 * animations, and will be used in a Behavior on the \l ListItem::contentItem
68
 
 * \c x property.
 
63
 * \qmlproperty PropertyAnimation ListItemStyle::snapAnimation
 
64
 * Holds the animation used in animating when snapped in or out.
69
65
 */
70
66
 
71
67
/*!