Merge lp:~mihirsoni/ubuntu-calendar-app/eventTitleFocus into lp:ubuntu-calendar-app

Proposed by Mihir Soni
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 πŸ¦„
Approved revision: 317
Merged at revision: 329
Proposed branch: lp:~mihirsoni/ubuntu-calendar-app/eventTitleFocus
Merge into: lp:ubuntu-calendar-app
Diff against target: 11 lines (+1/-0)
1 file modified
NewEvent.qml (+1/-0)
To merge this branch: bzr merge lp:~mihirsoni/ubuntu-calendar-app/eventTitleFocus
Reviewer Review Type Date Requested Status
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+222713@code.launchpad.net

Commit message

Focus on Event Title textbox , while creating new event.

Description of the change

Focus on Event Title textbox , while creating new 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
Kunal Parmar (pkunal-parmar) wrote :

changes looks fine, Can you merge it to latest trunk ?

317. By Mihir Soni

Merge from trunk

Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

Thanks Mihir!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NewEvent.qml'
2--- NewEvent.qml 2014-06-10 18:45:53 +0000
3+++ NewEvent.qml 2014-06-19 13:21:40 +0000
4@@ -56,6 +56,7 @@
5 if(event === null){
6 isEdit = false;
7 addEvent();
8+ titleEdit.forceActiveFocus();
9 }
10 else{
11 isEdit = true;

Subscribers

People subscribed via source and target branches

to status/vote changes: