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

Proposed by Kunal Parmar
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 πŸ¦„
Approved revision: 710
Merged at revision: 710
Proposed branch: lp:~pkunal-parmar/ubuntu-calendar-app/LongPressToCreate
Merge into: lp:ubuntu-calendar-app
Diff against target: 17 lines (+0/-7)
1 file modified
TimeLineBase.qml (+0/-7)
To merge this branch: bzr merge lp:~pkunal-parmar/ubuntu-calendar-app/LongPressToCreate
Reviewer Review Type Date Requested Status
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+268588@code.launchpad.net

Commit message

resolves Bug #1473679

Description of the change

resolves Bug #1473679

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
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

LGTM. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'TimeLineBase.qml'
2--- TimeLineBase.qml 2015-08-04 02:14:38 +0000
3+++ TimeLineBase.qml 2015-08-20 12:31:26 +0000
4@@ -37,13 +37,6 @@
5 anchors.fill: parent
6 objectName: "mouseArea"
7
8- onClicked: {
9- var selectedDate = new Date(day);
10- var hour = parseInt(mouseY / hourHeight);
11- selectedDate.setHours(hour)
12- createOrganizerEvent(selectedDate);
13- }
14-
15 onPressAndHold: {
16 var selectedDate = new Date(day);
17 var hour = parseInt(mouseY / hourHeight);

Subscribers

People subscribed via source and target branches

to status/vote changes: