~nik90/ubuntu-clock-app/migrate-clock-pageheaders

« back to all changes in this revision

Viewing changes to app/clock/ClockPage.qml

  • Committer: Tarmac
  • Author(s): Nekhelesh Ramananthan
  • Date: 2016-02-25 23:53:07 UTC
  • mfrom: (442.2.11 remaining-new-design)
  • Revision ID: tarmac-20160225235307-0agwo33esqndqi7e
- Use the new bottom edge
- Updated copyright years of all files
- Updated debian changelog. Fixes: https://bugs.launchpad.net/bugs/1543496, https://bugs.launchpad.net/bugs/1549988.

Approved by Jenkins Bot, Bartosz Kosiorek.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2014-2015 Canonical Ltd
 
2
 * Copyright (C) 2014-2016 Canonical Ltd
3
3
 *
4
4
 * This file is part of Ubuntu Clock App
5
5
 *
31
31
    // Property to keep track of the clock mode
32
32
    property alias isDigital: clock.isDigital
33
33
 
34
 
    // String with not localized date and time in format "yyyy:MM:dd:hh:mm:ss", eg.: "2015:10:05:16:10:15"
 
34
    // String with not localized date and time in format "yyyy:MM:dd:hh:mm:ss", eg.: "2016:10:05:16:10:15"
35
35
    property string notLocalizedClockTimeString
36
36
 
37
37
    // String with localized time, eg.: "4:10 PM"
38
38
    property string localizedClockTimeString
39
39
 
40
 
    // String with localized date, eg.: "Thursday, 17 September 2015"
 
40
    // String with localized date, eg.: "Thursday, 17 September 2016"
41
41
    property string localizedClockDateString
42
42
 
43
43
    // Property to keep track of app cold start status