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
=== modified file 'src/unity-lens-category.vala'
--- src/unity-lens-category.vala 2011-09-08 13:05:26 +0000
+++ src/unity-lens-category.vala 2012-10-04 12:14:23 +0000
@@ -27,7 +27,8 @@
27 VERTICAL_TILE,27 VERTICAL_TILE,
28 HORIZONTAL_TILE,28 HORIZONTAL_TILE,
29 LIST_TILE,29 LIST_TILE,
30 FLOW30 FLOW,
31 TABULAR_TILE
31}32}
3233
33public class Category : GLib.Object34public class Category : GLib.Object
@@ -63,6 +64,8 @@
63 return "tile-list";64 return "tile-list";
64 case CategoryRenderer.FLOW:65 case CategoryRenderer.FLOW:
65 return "flow";66 return "flow";
67 case CategoryRenderer.TABULAR_TILE:
68 return "tile-tabular";
66 default:69 default:
67 return "tile-vertical";70 return "tile-vertical";
68 }71 }

Subscribers

People subscribed via source and target branches