~tiagosh/dialer-app/fix-1218311

« back to all changes in this revision

Viewing changes to src/qml/DialerPage/DialerPage.qml

  • Committer: Tarmac
  • Author(s): Tiago Salem Herrmann
  • Date: 2013-08-29 20:24:35 UTC
  • mfrom: (34.1.2 dialer-app-bugfixing)
  • Revision ID: tarmac-20130829202435-545hc6z1th6vai5p
- do not show timer while the call isn't active
- change tab names. Fixes: https://bugs.launchpad.net/bugs/1218298, https://bugs.launchpad.net/bugs/1218306.

Approved by Gustavo Pichorim Boiko, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import Ubuntu.Components.ListItems 0.1 as ListItems
23
23
 
24
24
Page {
25
 
    title: i18n.tr("Call")
26
25
    property string voicemailNumber: callManager.voicemailNumber
27
26
    property alias dialNumber: keypadEntry.value
28
27
    property alias input: keypadEntry.input