lp://staging/~sergiusens/snapweb/profileUnconfinedNoScrubSnappy
- Get this branch:
- bzr branch lp://staging/~sergiusens/snapweb/profileUnconfinedNoScrubSnappy
Branch merges
- Jamie Strandboge (community): Approve
-
Diff: 12 lines (+1/-1)1 file modifiedpkg/meta/snappyd.profile (+1/-1)
- Stephen Stewart: Pending requested
-
Diff: 614 lines (+274/-43)25 files modifiedpackage.json (+1/-1)
pkg/meta/package.yaml (+1/-1)
pkg/meta/readme.md (+2/-2)
pkg/meta/snappyd.profile (+1/-1)
www/src/css/button.css (+50/-0)
www/src/css/headline.css (+6/-0)
www/src/css/icon.css (+1/-0)
www/src/css/snap.css (+1/-1)
www/src/css/snaplist.css (+33/-5)
www/src/js/collections/snaplist.js (+4/-1)
www/src/js/controllers/store.js (+3/-3)
www/src/js/templates/home.hbs (+0/-5)
www/src/js/templates/snap-detail.hbs (+9/-0)
www/src/js/templates/snap-layout.hbs (+3/-1)
www/src/js/templates/snaplist-item.hbs (+3/-2)
www/src/js/templates/snaplist.hbs (+23/-0)
www/src/js/templates/store.hbs (+1/-1)
www/src/js/templates/storelist-item.hbs (+11/-0)
www/src/js/views/home.js (+10/-4)
www/src/js/views/snaplist-item.js (+8/-1)
www/src/js/views/snaplist.js (+61/-10)
www/src/js/views/store.js (+12/-3)
www/src/js/views/storelist-item.js (+10/-0)
www/src/js/views/storelist.js (+7/-0)
www/tests/snapItemViewSpec.js (+13/-1)
Branch information
Recent revisions
- 150. By Stephen Stewart
-
* add sorting
* allow user to change list style
* split out collections by stephen-stewart approved by sergiusens - 149. By Stephen Stewart
-
* give oem, core, and framework (but not app) type snaps a clear label
* add a pretty downloaded file size to snap lists
* fix some position issues with lists by stephen-stewart approved by sergiusens - 147. By Sergio Schvezov
-
build.sh to build using the defined godeps by sergiusens approved by chipaca
- 146. By Sergio Schvezov
-
Adding support for package name queries (with some polish along the way). by sergiusens approved by sergiusens,
stephen- stewart - 144. By Stephen Stewart
-
* create a specific default/missing icon, fixing #1456654
* make icons a consistent size across screen sizes
* remove image background which is pretty but inconvenient... maybe it can come back just off the main body, where it can't be overlaid by an icon by stephen-stewart approved by sergiusens - 143. By Stephen Stewart
-
add, but not yet show, a pretty download/installed size attr on the snap model by stephen-stewart approved by mvo
- 142. By John Lenton
-
Make sure we don't create /tmp/snaps with a mode different from 01777. by chipaca approved by sergiusens
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~snappy-dev/snapweb/trunk