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

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

Commit message

Setting MonthView as default tab to Tabs.

Description of the change

Setting MonthView as default tab to Tabs.

Currently as YearView is first tab, First YearView is loaded then MonthView is loaded by checking arguments, TO avoid this double loading this is required.

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.
Thanks kunal.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'calendar.qml'
--- calendar.qml 2014-04-16 06:59:19 +0000
+++ calendar.qml 2014-04-19 05:37:53 +0000
@@ -98,6 +98,8 @@
98 property int starttime: -1;98 property int starttime: -1;
99 property int endtime: -1;99 property int endtime: -1;
100100
101 selectedTabIndex: monthTab.index
102
101 function newEvent() {103 function newEvent() {
102 var startDate = new Date();104 var startDate = new Date();
103 var endDate = new Date();105 var endDate = new Date();

Subscribers

People subscribed via source and target branches

to status/vote changes: