lp://staging/~michihenning/ubuntu-sdk-tutorials/fix-compile-error

Created by Michi Henning and last modified
Get this branch:
bzr branch lp://staging/~michihenning/ubuntu-sdk-tutorials/fix-compile-error
Only Michi Henning can upload to this branch. If you are Michi Henning please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michi Henning
Project:
Ubuntu SDK Tutorials
Status:
Merged

Recent revisions

124. By Michi Henning

Fixed compilation error.

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

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.

Subscribers