Merge lp:~pkunal-parmar/ubuntu-calendar-app/eventdetails into lp:ubuntu-calendar-app

Proposed by Kunal Parmar
Status: Merged
Approved by: David Planella
Approved revision: 97
Merged at revision: 97
Proposed branch: lp:~pkunal-parmar/ubuntu-calendar-app/eventdetails
Merge into: lp:ubuntu-calendar-app
Diff against target: 43 lines (+18/-15)
1 file modified
EventDetails.qml (+18/-15)
To merge this branch: bzr merge lp:~pkunal-parmar/ubuntu-calendar-app/eventdetails
Reviewer Review Type Date Requested Status
David Planella Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+183354@code.launchpad.net

Commit message

event details changed to use new toolbar api

Description of the change

event details changed to use new toolbar api

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
David Planella (dpm) wrote :

Looks good to me, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'EventDetails.qml'
--- EventDetails.qml 2013-07-09 14:39:07 +0000
+++ EventDetails.qml 2013-09-01 12:43:39 +0000
@@ -64,21 +64,24 @@
64 mapImage.source=imageSrc;64 mapImage.source=imageSrc;
65 }65 }
6666
67 tools: ToolbarActions {67 tools: ToolbarItems {
68 Action {68 ToolbarButton {
69 text: i18n.tr("Add invite");69 action: Action {
70 onTriggered: {70 text: i18n.tr("Add invite");
71 print(text + " not implemented");71 onTriggered: {
72 }72 print(text + " not implemented");
73 }73 }
74 Action {74 }
75 text: i18n.tr("Edit");75 }
76 onTriggered: {76
77 print(text + " not implemented");77 ToolbarButton {
78 }78 action:Action {
79 }79 text: i18n.tr("Edit");
80 active: true80 onTriggered: {
81 lock: false81 print(text + " not implemented");
82 }
83 }
84 }
82 }85 }
8386
84 Column{87 Column{

Subscribers

People subscribed via source and target branches

to status/vote changes: