Merge lp:~paulliu/libunity/addpeopletilerenderer into lp:libunity

Proposed by Ying-Chun Liu
Status: Merged
Approved by: Michal Hruby
Approved revision: 185
Merged at revision: 185
Proposed branch: lp:~paulliu/libunity/addpeopletilerenderer
Merge into: lp:libunity
Diff against target: 22 lines (+4/-1)
1 file modified
src/unity-lens-category.vala (+4/-1)
To merge this branch: bzr merge lp:~paulliu/libunity/addpeopletilerenderer
Reviewer Review Type Date Requested Status
Michal Hruby (community) Approve
Review via email: mp+127940@code.launchpad.net

Commit message

Added CategoryRenderer.TABULAR_TILE

Description of the change

Add "tile-people" renderer.

Tile-people renderer is using to render the contact and status of people.

To post a comment you must log in.
185. By Ying-Chun Liu

change tile-people to tile-tabular.

Revision history for this message
Michal Hruby (mhr3) wrote :

Looks good! +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/unity-lens-category.vala'
2--- src/unity-lens-category.vala 2011-09-08 13:05:26 +0000
3+++ src/unity-lens-category.vala 2012-10-04 12:14:23 +0000
4@@ -27,7 +27,8 @@
5 VERTICAL_TILE,
6 HORIZONTAL_TILE,
7 LIST_TILE,
8- FLOW
9+ FLOW,
10+ TABULAR_TILE
11 }
12
13 public class Category : GLib.Object
14@@ -63,6 +64,8 @@
15 return "tile-list";
16 case CategoryRenderer.FLOW:
17 return "flow";
18+ case CategoryRenderer.TABULAR_TILE:
19+ return "tile-tabular";
20 default:
21 return "tile-vertical";
22 }

Subscribers

People subscribed via source and target branches