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

Proposed by Kunal Parmar
Status: Merged
Approved by: Mihir Soni
Approved revision: 275
Merged at revision: 275
Proposed branch: lp:~pkunal-parmar/ubuntu-calendar-app/HideTime_AllDayEvent
Merge into: lp:ubuntu-calendar-app
Diff against target: 20 lines (+5/-2)
1 file modified
EventDetails.qml (+5/-2)
To merge this branch: bzr merge lp:~pkunal-parmar/ubuntu-calendar-app/HideTime_AllDayEvent
Reviewer Review Type Date Requested Status
Mihir Soni Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+220081@code.launchpad.net

Commit message

Hiding time in case of Allday event

Description of the change

Hiding time in case of Allday event

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
Mihir Soni (mihirsoni) wrote :

Looks good to me Kunal!!

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 2014-05-15 06:39:54 +0000
+++ EventDetails.qml 2014-05-19 15:10:22 +0000
@@ -114,11 +114,14 @@
114 requestId = model.fetchItems([e.parentId]);114 requestId = model.fetchItems([e.parentId]);
115 }115 }
116116
117 allDayEventCheckbox.checked = e.allDay;
118
119 startHeader.visible = !e.allDay;
120 endHeader.visible = !e.allDay;
121
117 startHeader.value = startTime;122 startHeader.value = startTime;
118 endHeader.value = endTime;123 endHeader.value = endTime;
119124
120 allDayEventCheckbox.checked = e.allDay;
121
122 // This is the event title125 // This is the event title
123 if( e.displayLabel) {126 if( e.displayLabel) {
124 titleLabel.text = e.displayLabel;127 titleLabel.text = e.displayLabel;

Subscribers

People subscribed via source and target branches

to status/vote changes: