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
1=== modified file 'calendar.qml'
2--- calendar.qml 2014-04-16 06:59:19 +0000
3+++ calendar.qml 2014-04-19 05:37:53 +0000
4@@ -98,6 +98,8 @@
5 property int starttime: -1;
6 property int endtime: -1;
7
8+ selectedTabIndex: monthTab.index
9+
10 function newEvent() {
11 var startDate = new Date();
12 var endDate = new Date();

Subscribers

People subscribed via source and target branches

to status/vote changes: