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

« back to all changes in this revision

Viewing changes to TimeLineBaseComponent.qml

  • Committer: Launchpad Translations on behalf of ubuntu-calendar-dev
  • Date: 2014-11-02 06:12:36 UTC
  • mto: (535.1.1 Minor-Performance) (524.4.6 EmptyAttendee)
  • mto: This revision was merged to the branch mainline in revision 536.
  • Revision ID: launchpad_translations_on_behalf_of_ubuntu-calendar-dev-20141102061236-a7kp4xb17gh3ranc
Launchpad automatic translations update.

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) {