Codebase list gnome-shell-extension-appindicator / 613efd2
Import ubuntu changes into debian/master Marco Trevisan (Treviño) 5 years ago
2 changed file(s) with 68 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 build
1
2 debian/*debhelper*
3 debian/files
4 debian/*.substvars
5 debian/gnome-shell-extension-*/
0 gnome-shell-extension-appindicator (23-1) UNRELEASED; urgency=medium
1
2 [ Marco Trevisan (Treviño) ]
3 * New upstream version: v23
4 * iconCache: don't add an icon multiple times and remove it on destruction
5 * iconCache: use seconds granulated timeout for garbage collector
6 * iconCache: only run the garbage collector when we've icons
7 * Util: use var to define module functions
8 * statusNotifierWatcher: use nicer lambda functions in traverseBusNames
9 * iconCache: connect to destroy signal if the object has it
10 * indicatorStatusIcon: don't override the destroy, react on 'destroy' signal instead
11 * appIndicator: don't treat XAyatana* properties as 2nd clas citizen
12 * dbusMenu: add better logging on errors
13 * metadata: update url
14 * statusNotifierWatcher: return extension UUID
15 * appIndicators: use arrow functions in lambdas
16 * appindicators: rewrite classes using pure ES6 classes
17 * metadata: set supported shell versions to 3.30+
18 * debian/control: update Homepage and Vcs-* flags
19 * debian/gbp.conf: add debian-tag option
20
21 [ Andrea Azzarone ]
22 * interfaces: Explicitly convert raw data to strings
23
24 -- Marco Trevisan (Treviño) <marco@ubuntu.com> Thu, 21 Feb 2019 16:49:46 +0100
25
026 gnome-shell-extension-appindicator (22-1) unstable; urgency=medium
127
228 * Initial release (Closes: #898144)
329
430 -- Matteo F. Vescovi <mfv@debian.org> Mon, 07 May 2018 23:37:59 +0200
31
32 gnome-shell-extension-appindicator (18.04.1) bionic; urgency=medium
33
34 * Rebase on latest upstream with those fixes:
35 - Fix icons vertically stretched on HDPI screen
36 - Fix warnings from GNOME Shell 3.26
37
38 -- Didier Roche <didrocks@ubuntu.com> Tue, 27 Mar 2018 09:26:22 +0200
39
40 gnome-shell-extension-appindicator (18.04) bionic; urgency=medium
41
42 * Rebase on latest upstream release:
43 - Fix icon are too small with some tray icons such as Telegram
44 (LP: #1730406)
45 - Fix warning with latest GJS.
46
47 -- Didier Roche <didrocks@ubuntu.com> Thu, 16 Nov 2017 15:40:48 +0100
48
49 gnome-shell-extension-appindicator (17.10.2) artful; urgency=medium
50
51 * Fix icons from qt applications disappearing after screen lock/sleep.
52 Thanks Marco (LP: #1712866)
53
54 -- Didier Roche <didrocks@ubuntu.com> Mon, 23 Oct 2017 10:15:12 +0200
55
56 gnome-shell-extension-appindicator (17.10.1) artful; urgency=medium
57
58 * Fix telegram icon not scaled is not properly scaled on hidpi setups.
59 Thanks Andrea (LP: #1720143)
60
61 -- Didier Roche <didrocks@ubuntu.com> Thu, 05 Oct 2017 10:29:46 +0200
62
63 gnome-shell-extension-appindicator (17.10) artful; urgency=medium
64
65 * Initial release of appindicator extension.
66
67 -- Didier Roche <didrocks@ubuntu.com> Tue, 22 Aug 2017 08:51:13 +0200