Merge lp:~saviq/unity-scopes-api/docs-update-layouts into lp:unity-scopes-api/devel

Proposed by Michał Sawicz
Status: Merged
Approved by: Michi Henning
Approved revision: 443
Merged at revision: 445
Proposed branch: lp:~saviq/unity-scopes-api/docs-update-layouts
Merge into: lp:unity-scopes-api/devel
Diff against target: 16 lines (+2/-2)
1 file modified
src/scopes/CategoryRenderer.cpp (+2/-2)
To merge this branch: bzr merge lp:~saviq/unity-scopes-api/docs-update-layouts
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Michi Henning (community) Approve
Review via email: mp+230281@code.launchpad.net

Commit message

Update available category layouts in documentation.

Description of the change

We've added new "horizontal-list" renderer, generic grid and journal will not be supported for now.

Implementation in lp:~saviq/unity8/dash-horizontal-list

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michi Henning (michihenning) wrote :

Thanks for that!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
Approved revid is not set in launchpad. This is most likely a launchpad issue and re-approve should fix it. There is also a chance (although a very small one) this is a permission problem of the ps-jenkins bot.
http://jenkins.qa.ubuntu.com/job/unity-scopes-api-devel-autolanding/420/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity-scopes-api-devel-utopic-amd64-autolanding/244
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity-scopes-api-devel-utopic-armhf-autolanding/243
        deb: http://jenkins.qa.ubuntu.com/job/unity-scopes-api-devel-utopic-armhf-autolanding/243/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity-scopes-api-devel-utopic-i386-autolanding/244

review: Needs Fixing (continuous-integration)
Revision history for this message
Michi Henning (michihenning) wrote :

This is getting really tiring...

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/scopes/CategoryRenderer.cpp'
2--- src/scopes/CategoryRenderer.cpp 2014-07-28 14:21:32 +0000
3+++ src/scopes/CategoryRenderer.cpp 2014-08-11 11:29:37 +0000
4@@ -57,11 +57,11 @@
5
6 \subsection template1 template keys
7
8-\arg \c category-layout Specifies renderer type; possible values: \c "grid" (default), \c "carousel", \c "organic-grid", \c "journal", \c "vertical-journal"
9+\arg \c category-layout Specifies renderer type; possible values: \c "grid" (default), \c "carousel", \c "vertical-journal", \c "horizontal-list"
10 \arg \c card-layout Specifies layout of the individual result cards; possible values: \c "vertical" (default), \c "horizontal"
11 \arg \c card-size Size of the result cards; possible values: \c "small", \c "medium" (default), \c "large"; when using <tt>"category-layout": "vertical-journal"</tt> any integer between 12 and 38
12 \arg \c overlay Overlay text data on top of the art; boolean, default false
13-\arg \c collapsed-rows Number of result rows displayed while the category is collapsed; possible values: any non-negative integer, where 0 fully expands the category (only affects grid and journal)
14+\arg \c collapsed-rows Number of result rows displayed while the category is collapsed; possible values: any non-negative integer, where 0 fully expands the category (only affects grid and vertical journal)
15 \arg \c card-background Background color for the cards; string; URI in the format \verbatim color:///#rrggbb \endverbatim or \verbatim color:///color_name
16 \endverbatim or \verbatim gradient:///#rrggbb/#rrggbb \endverbatim or an image URI (will be stretched)
17

Subscribers

People subscribed via source and target branches

to all changes: