1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
indicator-transfer (0.1+14.10.20141009-0ubuntu1) utopic; urgency=low
[ Charles Kerr ]
* Throttle how frequently a transfer item updates its action state and
menuitem. (LP: #1378941)
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 09 Oct 2014 13:39:39 +0000
indicator-transfer (0.1+14.10.20141007-0ubuntu1) utopic; urgency=low
[ Charles Kerr ]
* Change the indicator's label to "Files" and only show the indicator
if there are unfinished transfers. (LP: #1377275)
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 07 Oct 2014 19:48:01 +0000
indicator-transfer (0.1+14.10.20141006-0ubuntu1) utopic; urgency=low
[ Charles Kerr ]
* Move the position of this indicator on the panel. (LP: #1377294)
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 06 Oct 2014 17:36:14 +0000
indicator-transfer (0.1+14.10.20140905-0ubuntu1) utopic; urgency=low
[ Sebastien Bacher ]
* Tweak translations setup to have a template generated (LP: #1348825)
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 05 Sep 2014 15:39:57 +0000
indicator-transfer (0.1+14.10.20140827-0ubuntu1) utopic; urgency=low
[ Charles Kerr ]
* Better use of information provided by content-hub. (LP: #1348162)
[ Ted Gould ]
* Minor packaging changes from review
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 27 Aug 2014 02:32:40 +0000
indicator-transfer (0.1+14.10.20140814-0ubuntu1) utopic; urgency=low
[ Charles Kerr ]
* Re-use the same Translations.cmake file across indicators (LP:
#1354058)
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 14 Aug 2014 14:59:08 +0000
indicator-transfer (0.1+14.10.20140718-0ubuntu1) utopic; urgency=low
[ Charles Kerr ]
* make the gcc version explicit in debian/control and debian/rules.
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 18 Jul 2014 12:26:56 +0000
indicator-transfer (0.1+14.10.20140711-0ubuntu1) utopic; urgency=low
[ Charles Kerr ]
* Don't rebuild the full menu every time there's a change event from
the DownloadManager.
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 11 Jul 2014 07:29:28 +0000
indicator-transfer (0.1+14.10.20140707-0ubuntu1) utopic; urgency=low
[ Charles Kerr ]
* Create per-transfer actions for simpler state lookup by renderers.
Previously this was done as a single action that contained a map of
unique transfer ids to states.
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 07 Jul 2014 22:22:32 +0000
indicator-transfer (0.1+14.10.20140619-0ubuntu1) utopic; urgency=low
[ Charles Kerr ]
* This sets up the code layout, menu, indicator, unit tests, code
coverage rules, etc... what you'd expect from an indicator.
[ Ted Gould ]
* README to kick off the repo
* Ensure we can build with builddeb
* Getting indicator-transfer setup with CI Train
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 19 Jun 2014 02:49:04 +0000
indicator-transfer (0.1-0ubuntu1) utopic; urgency=medium
* Initial release.
-- Ted Gould <ted@ubuntu.com> Wed, 18 Jun 2014 14:29:27 -0500
|