~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to TimeLineBaseComponent.qml

  • Committer: Kunal Parmar
  • Date: 2014-10-23 14:14:10 UTC
  • mfrom: (524.1.2 trunk)
  • Revision ID: pkunal.parmar@gmail.com-20141023141410-dxelmd8zlt9ned70
removed unnecessary files

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
Item {
28
28
    id: root
29
29
 
 
30
    property var keyboardEventProvider;
 
31
 
30
32
    property var startDay: DateExt.today();
31
33
    property bool isActive: false
32
34
    property alias contentY: timeLineView.contentY
48
50
    }
49
51
 
50
52
    Connections{
51
 
        target: parent
 
53
        target: keyboardEventProvider
52
54
        onScrollUp:{
53
55
            scrollHour--;
54
56
            if( scrollHour < 0) {