lp://staging/~michihenning/ubuntu-sdk-tutorials/fix-compile-error
- Get this branch:
- bzr branch lp://staging/~michihenning/ubuntu-sdk-tutorials/fix-compile-error
Branch merges
Related bugs
Bug #1380491: Scope tutorial does not compile | Undecided | Fix Released |
Related blueprints
Branch information
Recent revisions
- 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 purposesopenclipart-
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