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

« back to all changes in this revision

Viewing changes to calendar.qml

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2014-04-27 05:12:51 UTC
  • mfrom: (253.3.1 ubuntu-calendar-app)
  • Revision ID: tarmac-20140427051251-wzluna9an1lsai0e
Revert commit #247. Fixes: https://bugs.launchpad.net/bugs/1312480.

Approved by Kunal Parmar, Ubuntu Phone Apps Jenkins Bot.

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
 
8
7
MainView {
9
8
    id: mainView
10
9
 
11
 
    // Work-around until this branch lands:
12
 
    // https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/optIn-tabsDrawer/+merge/212496 
13
 
    property bool windowActive: typeof window != 'undefined'
14
 
    onWindowActiveChanged: window.title = i18n.tr("Calendar")
15
 
 
16
10
    // Argument during startup
17
11
    Arguments {
18
12
        id: args;