~mihirsoni/ubuntu-calendar-app/dateSelectNewEventTest

« back to all changes in this revision

Viewing changes to DiaryView.qml

  • Committer: Tarmac
  • Author(s): Frank Mertens
  • Date: 2013-04-01 23:47:20 UTC
  • mfrom: (12.1.3 eventview-merged)
  • Revision ID: tarmac-20130401234720-rlokamymmmfw61t6
Added the NewEvent component from the EventAPI_EventView branch.

Approved by Ubuntu Phone Apps Jenkins Bot, Kunal Parmar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
    signal expand()
18
18
    signal compress()
 
19
    signal newEvent()
19
20
 
20
21
    clip: true
21
22
 
46
47
    }
47
48
 
48
49
    footer: ListItem.Standard {
49
 
        text: i18n.tr("(+) New Event / Todo")
 
50
        text: i18n.tr("(+) New Event")
 
51
        onClicked: newEvent()
50
52
    }
51
53
 
52
54
    onContentYChanged: {