~timo-jyrinki/ubuntu-calendar-app/use_pickerpanelworkaround_lp1351024

« back to all changes in this revision

Viewing changes to calendar.qml

  • Committer: Kunal Parmar
  • Date: 2014-05-19 08:54:41 UTC
  • mfrom: (274 ubuntu-calendar-app)
  • mto: This revision was merged to the branch mainline in revision 354.
  • Revision ID: pkunal.parmar@gmail.com-20140519085441-rw80fn7schao4tqi
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import QtQuick 2.0
2
2
import Ubuntu.Components 0.1
3
3
import Ubuntu.Components.Popups 0.1
4
 
import QtQuick.Window 2.0
5
4
 
6
5
import "dateExt.js" as DateExt
7
6
 
117
116
            property int starttime: -1;
118
117
            property int endtime: -1;
119
118
 
 
119
            selectedTabIndex: monthTab.index
 
120
 
120
121
            function newEvent() {
121
122
                var startDate = new Date();
122
123
                var endDate = new Date();
316
317
                    onLoaded: {
317
318
                        item.tools = Qt.binding(function() { return commonToolBar })
318
319
                        item.currentMonth = tabs.currentDay.midnight();
319
 
                        print("onLoaded:"+ tabs.currentDay);
320
320
                    }
321
321
 
322
322
                    anchors{