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

« back to all changes in this revision

Viewing changes to Scroller.qml

  • Committer: Kunal Parmar
  • Date: 2013-09-04 13:37:10 UTC
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: pkunal.parmar@gmail.com-20130904133710-ysaxcuazkjo0l4xj
Theme and some other modification

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2013-2014 Canonical Ltd
3
 
 *
4
 
 * This file is part of Ubuntu Calendar App
5
 
 *
6
 
 * Ubuntu Calendar App is free software: you can redistribute it and/or modify
7
 
 * it under the terms of the GNU General Public License version 3 as
8
 
 * published by the Free Software Foundation.
9
 
 *
10
 
 * Ubuntu Calendar App is distributed in the hope that it will be useful,
 
2
 * Copyright (C) 2013 Michael Zanetti <michael_zanetti@gmx.net>
 
3
 *
 
4
 * This program is free software; you can redistribute it and/or modify
 
5
 * it under the terms of the GNU General Public License as published by
 
6
 * the Free Software Foundation; version 3.
 
7
 *
 
8
 * This program is distributed in the hope that it will be useful,
11
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
11
 * GNU General Public License for more details.
16
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
15
 */
18
16
 
19
 
import QtQuick 2.3
20
 
import Ubuntu.Components 1.1
21
 
import Ubuntu.Components.ListItems 1.0 as ListItems
 
17
import QtQuick 2.0
 
18
import Ubuntu.Components 0.1
 
19
import Ubuntu.Components.ListItems 0.1 as ListItems
22
20
 
23
21
Item {
24
22
    id: root