lp://staging/~mardy/ubuntu-sdk-tutorials/lp1316639
- Get this branch:
- bzr branch lp://staging/~mardy/ubuntu-sdk-tutorials/lp1316639
Branch merges
Related bugs
Bug #1316639: html5 tutorial online accounts should not used default key | High | Fix Committed |
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 - 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://staging/ubuntu-sdk-tutorials