Merge lp:~renatofilho/unity8/transfer-indicator-custom-state into lp:unity8

Proposed by Renato Araujo Oliveira Filho
Status: Work in progress
Proposed branch: lp:~renatofilho/unity8/transfer-indicator-custom-state
Merge into: lp:unity8
Diff against target: 14 lines (+4/-0)
1 file modified
qml/Panel/Indicators/MenuItemFactory.qml (+4/-0)
To merge this branch: bzr merge lp:~renatofilho/unity8/transfer-indicator-custom-state
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Unity Team Pending
Review via email: mp+270448@code.launchpad.net

Commit message

[transfer-indicator] Added support for custom state label.

To post a comment you must log in.
1935. By Renato Araujo Oliveira Filho

Added support for custom state label.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Albert Astals Cid (aacid) wrote :

Why the change to work in progress?

Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

We still working on the indicators changes. We intend to land this after land the changes on indicator.

Unmerged revisions

1935. By Renato Araujo Oliveira Filho

Added support for custom state label.

1934. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

1933. By CI Train Bot Account

Resync trunk.

1932. By CI Train Bot Account

Releasing 8.11+15.10.20150826-0ubuntu1

1931. By Michael Zanetti

no change rebuild for wily

1930. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/Panel/Indicators/MenuItemFactory.qml'
2--- qml/Panel/Indicators/MenuItemFactory.qml 2015-06-13 11:30:34 +0000
3+++ qml/Panel/Indicators/MenuItemFactory.qml 2015-09-08 20:16:57 +0000
4@@ -783,6 +783,10 @@
5 }
6
7 stateText: {
8+ var customState = transferState["state-label"]
9+ if (customState)
10+ return customState;
11+
12 switch (runningState) {
13 case Menus.TransferState.Queued:
14 return i18n.tr("In queue…");

Subscribers

People subscribed via source and target branches