lp:~mardy/ubuntu-sdk-tutorials/lp1316639

Created by Alberto Mardegan and last modified
Get this branch:
bzr branch lp:~mardy/ubuntu-sdk-tutorials/lp1316639
Only Alberto Mardegan can upload to this branch. If you are Alberto Mardegan please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Alberto Mardegan
Project:
Ubuntu SDK Tutorials
Status:
Development

Recent revisions

120. By Alberto Mardegan

Add "accounts" policy to apparmor manifest

119. By Alberto Mardegan

Use own application key for authenticating

118. By Kyle Nitzsche

update manifest.json and rename openclipart-scope.json => openclipart.json

117. By Kyle Nitzsche

move scopes/scope-openclipart => scopes/openclipart for brevity

116. By Kyle Nitzsche

let first result be in carousel category instead of grid so that carouself category displays higher in results on client

115. By Kyle Nitzsche

openclipart-query.cpp:
* created two CategoryRenders (instead of one). One for grid layout one for carousel
* aribtrarily alternate search results between the two CRs (grid, carousel)
* result of the above two changes is there are two categories displayed in the
  scope results view, one grid, one carousel, which is nice for demo and learning
* if query string is empty on start, set to "cat" so something nice displays in
  demo/devel mode
* improve variable names so they better refelect object class types. For example,
  res -> catres, since it is really a CategorisedResult.
* add comments throughout for explanatory purposes

openclipart-preview.cpp
* renamed widget ids to disambiguate for comprehensibility. For example, this:
  PreviewWidget header("header", "header");
  Is now this;
  PreviewWidget w_header("headerId", "header");
  Which makes this easier to understand:
  layout2col.add_column({"artId", "headerId"});
  (It was this: layout2col.add_column({"art", "header"});)
* add comments throughout for explanatory purposes

114. By Kyle Nitzsche

mv unity-scopes to scopes since that is enough

113. By Kyle Nitzsche

reorg branch by putting all html5 dirs under new html5/ dir

112. By David Planella

Minor formatting fixes

111. By Scott Sweeny

Ported the openclipart scope tutorial to the new scopes API. This has been the joint work of Scott Sweeny and Pawel Stolowski

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu-sdk-tutorials
This branch contains Public information 
Everyone can see this information.

Subscribers