~josephjamesmills/ubuntutv/maps_fanart

« back to all changes in this revision

Viewing changes to shell/dash/ListViewWithHeaders.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:
129
129
                                    scroll.moveToPosition(item)
130
130
                                }
131
131
                            }
132
 
                            onLoaded: item.focus = true
 
132
                            onLoaded: {
 
133
                                item.focus = true
 
134
                                item.item.focusPath = focusPath
 
135
                                item.item.focusIndex = index
 
136
                            }
133
137
                        }
134
138
 
135
139
                        Item {