~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to TimeLineBaseComponent.qml

  • Committer: Tarmac
  • Author(s): nskaggs
  • Date: 2015-03-05 01:29:36 UTC
  • mfrom: (590.1.9 ubuntu-calendar-app)
  • Revision ID: tarmac-20150305012936-4otnfmj15yr3md03
Fix inifinite loop in weekview tests; add testing stubs. Fixes: https://bugs.launchpad.net/bugs/1423582, https://bugs.launchpad.net/bugs/1426183.

Approved by Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    property var keyboardEventProvider;
32
32
 
33
33
    property date startDay: DateExt.today();
 
34
    property int weekNumber: startDay.weekNumber();
34
35
    property bool isActive: false
35
36
    property alias contentY: timeLineView.contentY
36
37
    property alias contentInteractive: timeLineView.interactive