blob: 2db9886bd846483e10d4b851a0cbb4f895b0e8fb (
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
Overview of changes in ayatana-indicator-bluetooth 26.6.0
- ayatana-indicator-bluetooth: add initial pairing agent.
- agent: Add support for PIN and passkeys on Lomiri * Passkey/PIN
display is slightly wonky right now, BlueZ doesn't call the
Cancel() method once pairing is done, so you have to swipe away
the notification manually. But apart from that, everything else
works.
- Add desktop greeter profile.
- Translation updates (thanks to all contributors on
hosted.weblate.org).
Overview of changes in ayatana-indicator-bluetooth 24.5.0
- data/ayatana-indicator-bluetooth.service.in: Become part of
lomiri-indicators.target.
- Translation updates.
Overview of changes in ayatana-indicator-bluetooth 23.10.0
- Fix gschema file translation.
- Use blueman-manager for settings on XFCE.
- Drop testing/coverage options
- Update translations.
Overview of changes in ayatana-indicator-bluetooth 22.9.1
- src/profile.vala: Send all menu root properties to D-Bus on Lomiri
regardless of the Bluetooth state.
- Translation updates.
Overview of changes in ayatana-indicator-bluetooth 22.9.0
- Add tooltip support.
- src/*.vala: Make the switch item/action QMenuModel compatible.
- Translation updates.
Overview of changes in ayatana-indicator-bluetooth 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.
- data/CMakeLists.txt: Drop unused pkglibexecdir definition.
- CMakeLists.txt: Clean up compilation flags.
- src/desktop.vala: Fix device section layout.
- Translation updates.
Overview of changes in ayatana-indicator-bluetooth 0.9.0
- Drop lomiri-url-dispatcher as a build dependency.
- Add libayatana-common as a build dependency.
- Replace code with libayatana-common functions.
- Update/add documentation.
- Add Travis CI configuration.
- Translation updates.
Overview of changes in ayatana-indicator-bluetooth 0.8.2
- Do not hide the indicator when unused.
- Fix build warnings.
- Show devices in sections for non-Lomiri environments.
- Finalize port from URL Dispatcher to Lomiri URL Dispatcher.
- Translation updates.
Overview of changes in ayatana-indicator-bluetooth 0.8.1
- Fix license headers in src/*.vala. They contained a mix of
GPL-3 and some LGPL license fragments. Updated to GPL-3.
- Translation updates.
- locale: Add more languages to this project's translation
scheme.
Overview of changes in ayatana-indicator-bluetooth 0.8.0
- Port from Ubuntu Indicators to Ayatana Indicators.
- New versioning scheme.
- Port from autotools to CMake.
- Switch to new activate state connect approach, rather than using
notify["state"].connect.
- Add support for MATE Desktop Environment.
- Make dependency on url-dispatcher optional.
- Translation updates. (Translation workflow has been
move to hosted.weblate.org. Thanks for the service, thanks to
all translators there).
Overview of changes in indicator-bluetooth 13.10.0
- Add phone profile
- Remove dbusmenu, gtk, libindicator dependencies
- Remove gnome-bluetooth runtime dependency in phone profile
Overview of changes in indicator-bluetooth 0.0.6
- Add "Set Up New Device" menu item
- Only show indicator if Bluetooth adapter present
- Support existing gsettings key to disable indicator
Overview of changes in indicator-bluetooth 0.0.5
- Add license file
- Update copyright date
Overview of changes in indicator-bluetooth 0.0.4
- Stop items being duplicated on resume from suspend
Overview of changes in indicator-bluetooth 0.0.3
- Fix service file having incorrect path
- Set useful values for accessible description
Overview of changes in indicator-bluetooth 0.0.2
- Stop feedback loop when settings changed outside of indicator
- Implement disconnecting from devices
- Add accessible description
- Hide devices without controls
- Change enable label to match design
- Added translations
Overview of changes in indicator-bluetooth 0.0.1
- First release
|