blob: 9e4070c8acb460657c49d7a5a563d9abf75bdc72 (
plain)
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
Overview of changes in ayatana-indicator-session 22.9.0
- Add tooltip support.
- data/org.ayatana.indicator.session.gschema.xml: Add gettext-domain
property to <schema /> tag.
- Translation updates.
Overview of changes in ayatana-indicator-session 22.2.1
- src/service.c: don't try to show any lockscreen shortcut on Lomiri.
- Translation updates.
Overview of changes in ayatana-indicator-session 22.2.0
- Upstream version bump to new release versioning scheme:
<year>.<month>.<revision>, where <year>.<month> will be
bumped in Ayatana Indicators bundle releases and <revision>
gets incremented with minor changeset releases.
- Drop pkglibexecdir and use native CMake file configuration.
- src/service.c: Fix the Desktop Help string.
- data/org.ayatana.indicator.session: Add phone section.
- data/ayatana-indicator-session.service.in: Fix sytemd unit target.
- Read org.gnome.settings-daemon.plugins.media-keys screensaver as a
list.
- Clean up compilation flags.
- Fix code to build with -Werror.
- Translation updates.
Overview of changes in ayatana-indicator-session 0.9.0
- tests: Use Ayatana as mock user
- src/backend-dbus/actions.c: Replace deprecated g_spawn_check_exit_status.
- Update Ayatana IDO names.
- src/service.c: Add System title to the header.
- Use -no-pie build flag for tests only.
- Show the "Reboot..." option when ayatana-indicator-session is used in
Unity7.
- Ensure we request the UI to verify restart availability when Unity7 proxy
connects/disconnects.
- Only use Lomiri schema if it's installed to avoid hard dependency.
- Change the About string only for Lomiri.
- Open https://forums.ubports.com under Lomiri.
- Use ellipsis and convergence friendly "about" caption.
- Plug a memleak.
- Add "Desktop mode" switch for Lomiri.
- Replace code with libayatana-common functions.
- Add Budgie support.
- src/utils.c: Try to use SUPPORT_URL in get_distro_url.
- Switch from URL Dispatcher to Lomiri URL Dispatcher.
- Update/add documentation.
- Port to CMake.
- Add Travis CI configuration.
- Translation updates.
Overview of changes in ayatana-indicator-session 0.8.2
- Fix duplicate icons directory.
- Translation updates.
Overview of changes in ayatana-indicator-session 0.8.1
- Fix suppression of logout item via gsetting switch.
- Fix deprecated symbols and other build warnings.
- Update README.md.
- Translation updates.
Overview of changes in ayatana-indicator-session 0.8.0
- Version bump to bring all system indicators (and the
renderer libraries to the same version level).
- Rename 'x-canonical-type' attribute to 'x-ayatana-type'
(and others) to allow using system indicators from
Ayatana Indicators on Ubuntu.
- Start the indicator with the ayatana-indicators.target.
- Some minor phrases changes.
- Drop upstart support.
- Drop Debian (and derivatives) workaround for missing
libexec dir (not required anymore since Debian policy 4.1.5).
- Translation updates (awesome thanks to all the translators
on hosted.weblate.org!!!).
Overview of changes in ayatana-indicator-session 0.4.4
- Translation updates (awesome thanks!!!).
Overview of changes in ayatana-indicator-session 0.4.3
- Translation updates (awesome thanks!!!).
- Add XFCE support.
- src/service.c: Type-cast assignment from g_object_ref() to avoid
incompatible pointer type compiler warning.
Overview of changes in ayatana-indicator-session 0.4.2
- Plenty translation updates. Thanks to translators
on hosted.weblate.org.
Overview of changes in ayatana-indicator-session 0.4.1
- Add MATE session support.
- Support building without systemd.
- Set up Weblate based translation tools
Overview of changes in ayatana-indicator-session 0.4.0
- Fork from Ubuntu's Session Indicator.
|