~ubuntu-branches/ubuntu/vivid/unity8/vivid-proposed

« back to all changes in this revision

Viewing changes to tests/plugins/Dash/cardcreator/5.res

  • Committer: Package Import Robot
  • Author(s): CI Train Bot, Albert Astals Cid, Andrea Cimitan, Michael Terry, Michael Zanetti, Ying-Chun Liu
  • Date: 2015-02-24 10:17:16 UTC
  • mfrom: (1.1.167)
  • Revision ID: package-import@ubuntu.com-20150224101716-582va7yvmctgksca
Tags: 8.02+15.04.20150224-0ubuntu1
[ Albert Astals Cid ]
* Dash manage hint should not be visible in previews+test (LP:
  #1422260)
* Do not declare the hostname property twice
* Fix some warnings in Mock Notifications
* Make qmluittests pass with Qt 5.4
* Preserve the aspect ratio for the card attribute images (LP:
  #1411751)
* Update qmltypes

[ Andrea Cimitan ]
* Add maximumLineCount for subtitle label in cards (LP: #1414870)

[ Michael Terry ]
* Move the gschema file to data/ and install it via cmake, not dpkg.
* Refactor the greeter code to be more compartmented and isolatable.
* Silence a couple qml warnings. (LP: #1423286)
* Wait for libqofono to finish initializing before we decide whether
  to skip the wizard's SIM page or not.

[ Michael Zanetti ]
* enable revealing the launcher by hitting the left edge using the
  mouse

[ Ying-Chun Liu ]
* Add Autopilot Notification helper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
                            } 
135
135
                            anchors.topMargin: units.dp(2); 
136
136
                            elide: Text.ElideRight; 
 
137
                            maximumLineCount: 1; 
137
138
                            fontSize: "x-small"; 
138
139
                            font.pixelSize: Math.round(FontUtils.sizeToPixels(fontSize) * fontScale); 
139
140
                            color: root.scopeStyle && overlayLoader.item ? root.scopeStyle.getTextColor(overlayLoader.item.luminance) : (overlayLoader.item && overlayLoader.item.luminance > 0.7 ? Theme.palette.normal.baseText : "white");