~nick-dedekind/unity/phablet-greeter-indicators

« back to all changes in this revision

Viewing changes to Dash/DashContent.qml

  • Committer: Tarmac
  • Author(s): Michał Sawicz
  • Date: 2013-02-06 20:42:49 UTC
  • mfrom: (311.3.10 smart-categories)
  • Revision ID: tarmac-20130206204249-nbpa6jyfyfmid2vp
introduce Unity.Categories and GenericLensView

Unity.Categories is an extended DeeListModel purpose-built for Unity categories
GenericLensView displays items from additional lenses in a generic grid view.

Approved by PS Jenkins bot, Albert Astals Cid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
                                       "video.lens": "DashVideos.qml",
63
63
                                       "people.lens": "DashPeople.qml",
64
64
                                      }
65
 
    property string genericLens: "TextLensView.qml"
 
65
    property string genericLens: "GenericLensView.qml"
66
66
 
67
67
    // FIXME: workaround the fact that you can't switch to a ListView item
68
68
    // until it's ready, and even onLoaded on the item's Loader is too early