~josephjamesmills/ubuntutv/maps_fanart

« back to all changes in this revision

Viewing changes to shell/dash/TileVertical.qml

  • Committer: Joseph Mills
  • Date: 2012-06-29 23:56:57 UTC
  • Revision ID: josephjamesmills@gmail.com-20120629235657-0zollco6r87bqidx
added saviq and jays code. added slots for "other" SimpleLaunchers added templeate for a "holding cell" for lens meaning that there will be a "Dash" that will be plkace holders to lens. Like a Internettv page that holds youtube hulu watchseries and other lens then a music one that holds a local musioc lens a groovesharkone ect.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
            Image {
80
80
                id: icon
81
 
 
82
81
                source:  iconHint != "" ? iconHint+"image://icons/"+iconHint : "image://icons/unknown"
83
 
                onStatusChanged: if (status == Image.Error) source = iconHint+"image://icons/"+iconHint 
 
82
                onStatusChanged: if (status == Image.Error) source = iconHint+"image://icons/"+iconHint
84
83
                width: Units.dtPx(64)
85
84
                height: Units.dtPx(64)
86
85
                anchors.horizontalCenter: parent.horizontalCenter