lp://staging/~jfmoy/ubuntu-sdk-tutorials/cordova-policy-fix

Created by Jean-Francois Moy and last modified
Get this branch:
bzr branch lp://staging/~jfmoy/ubuntu-sdk-tutorials/cordova-policy-fix
Only Jean-Francois Moy can upload to this branch. If you are Jean-Francois Moy please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jean-Francois Moy
Project:
Ubuntu SDK Tutorials
Status:
Merged

Recent revisions

123. By Jean-Francois Moy

Added content_exchange apparmor policy (needed for opening the camera application)

122. By Nicholas Skaggs

Merge mzanetti's qmltest tweaks to ubuntutestcase

120. By David Planella

Further updates required for the newest scopes API

119. By David Planella

Updated to latest API

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

Branch metadata

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