~renatofilho/dialer-app/im-service

« back to all changes in this revision

Viewing changes to src/qml/LiveCallPage/ConferenceCallDisplay.qml

  • Committer: Bileto Bot
  • Author(s): Florian Boucault
  • Date: 2016-08-25 20:19:08 UTC
  • mfrom: (540.1.8 improved_startup_time)
  • Revision ID: ci-train-bot@canonical.com-20160825201908-xazjyo49spr7pvz9
Improve startup time (300ms for hot starts on krillin):
- Delay loading bottom edge further
- Load Icons asynchronously
- KeypadButton: use MouseArea instead of AbstractButton
- Made all Dialog Components compile asynchronously

Approved by: system-apps-ci-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                Icon {
91
91
                    name: "call-end"
92
92
                    color: "white"
 
93
                    asynchronous: true
93
94
                    anchors {
94
95
                        top: parent.top
95
96
                        bottom: parent.bottom