* Sat May 30 2020 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 1.3.8
* blueberry.ui: Change the valign of the headerbar switch to center
otherwise it wants to expand to fill the entire headerbar height.
* Remove Cinnamon applet
* Make active tray icon more recognizable
* Update transaltions
- Changes in 1.3.7
* obex: Remove hard requirement on deprecated hcitool
* Sun Mar 22 2020 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 1.3.6
* tray: Switch to symbolic icons (#100)
* Lower min requirement to GTK 3.22
* Update tranlsations
* Sat Feb 08 2020 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 1.3.5
* blueberry.py: Fix handling of the device name/alias.
- Other changes since version 1.2.7
* Handle error from rfkill (#94)
* Add support for XAppStatusIcon
* StatusIcon: Switch to activate signal
* obex: check for None when setting shared path
* rework override to be compatible with any version
* Fix tray icon not shown with window (#89)
* blueberry: UI redesign
* rfkillMagic: support hotpluggable bt devices
* rfkillMagic: support device indexes above 9
* blueberry: rework rfkill error to be switch-specific
* cleanup some unneded code
* UI: Ensure burger menu is visible
* Don't spin spinner in devices tab (#85)
* Update translations
* Thu Oct 17 2019 Richard Brown <rbrown@suse.com>
- Remove obsolete Groups tag (fate#326485)
* Sun Jul 21 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 1.2.8
* Don't spin spinner in devices tab (#85)
* Fri Jul 19 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 1.2.7
* Update translations
- 1.2.6 changes
* Fix generate_desktop_files
* Convert everything to use Python 3 (#66)
* Add paired submenu for quick connect/disconnect (#69)
* Tray: Use a tick image to represent connected device
* l10n: Update POT
* Tray: Fix paired menu when no devices are paired
* Use shell launchers and use setproctitle to name the python processes
* rfkill: Show error message on permission denied (#83)
* rfkill: Show the error message in the UI
* l10n: Update POT
- Updated and cleaned up spec file
- Rebased blueberry-fix-rfkill-path.patch
* Fri Dec 14 2018 sor.alexei@meowr.ru
- Update to version 1.2.5:
* Update translations.
* Fri Nov 30 2018 sor.alexei@meowr.ru
- Update to version 1.2.4:
* Update translations.
* Sat Sep 01 2018 sor.alexei@meowr.ru
- Do not use /usr/bin/env for Python scripts.
- Add blueberry-rfkill.rules to fix boo#957071.
* Fri Aug 17 2018 sor.alexei@meowr.ru
- Revert to Python 2: the switch to Python 3 was actually in
shebangs of just two basic launcher scripts, nothing more
(boo#1105239).
* Tue Jun 26 2018 sor.alexei@meowr.ru
- Update to version 1.2.3 (changes isnce 1.2.1):
* Add a 2s timeout around bt-adapter -i.
* Update translations.
* Sat May 26 2018 sor.alexei@meowr.ru
- Update to version 1.2.1:
* Update translations.
Version: 1.2.0-bp150.2.4
* Tue May 08 2018 sor.alexei@meowr.ru
- Update to version 1.2.0:
* Fix some depreciation warnings.
* Remove unused applet label.
* applet: Use bluetooth icon, remove dangerous flag.
* Update translations.
- Rebase blueberry-fix-rfkill-path.patch.
* Tue Jan 16 2018 sor.alexei@meowr.ru
- Add blueberry-fix-rfkill-path.patch: Fix rfkill's path
(boo#1076134).
* Sun Dec 24 2017 sor.alexei@meowr.ru
- Update to version 1.1.20:
* Use a regex instead of the more brittle split implementation
(gh#linuxmint/blueberry#45).
* Switch to Python3.
* Fri Nov 24 2017 sor.alexei@meowr.ru
- Update to version 1.1.19:
* blueberry.py: Don't start blueberry-tray, it gets started on
our behalf in the session manager since e3417c0.
* Give blueberry-tray an application id, to prevent multiple
instances, re-add a Popen call in blueberry.py
(xfce session management machinery doesn't start programmes on
the user's behalf after startup like it does in mate and
cinnamon).
* rfkillMagic: Use a child wrapper for the monitor subprocess.
* Update translations.
* Thu Nov 09 2017 sor.alexei@meowr.ru
- Update to version 1.1.18:
* Make blueberry-tray a GtkApplication and register with the
session manager.
* Fri Nov 03 2017 sor.alexei@meowr.ru
- Update to version 1.1.17:
* Update translations.
* Fri Oct 27 2017 sor.alexei@meowr.ru
- Update to version 1.1.16:
* Move window declaration to init().
* l10n: Generate desktop files.
* Wed Jun 28 2017 sor.alexei@meowr.ru
- Update to version 1.1.15 (changes since 1.1.13):
* Fix unicode errors during OBEX file transfers.
* Fix more unicode errors and missing arguments.
* Obex: Fix non-translated strings.
* Update translations.
* Mon Jun 12 2017 sor.alexei@meowr.ru
- Update to version 1.1.13:
* Fix how autostart of the tray icon is handled.
* Add exception handling around bt-adapter -i.
* Wed May 24 2017 sor.alexei@meowr.ru
- Update to version 1.1.12:
* Update translations.
* Sun May 07 2017 sor.alexei@meowr.ru
- Update to version 1.1.11:
* Remove debug log
* Add the GPLv3+ licence text.
* Remove AutostartCondition.
* Stop using deprecated GtkHBox and GtkVBox.
* Bail out if something goes wrong.
* l10n: Generate additional files.
* Update translations.
* Fri Mar 17 2017 sor.alexei@meowr.ru
- Don't require typelib(St), provided by GNOME Shell and is always
present with Cinnamon installed either way (required by the
Cinnamon applet).
* Sun Feb 19 2017 sor.alexei@meowr.ru
- Update to version 1.1.10:
* Add OBEX support.
* Use pavucontrol for sound if present and DE isn't detected.
* Tray: Improve the tooltip to show the name of the connected
devices.
* Provide a Cinnamon applet.
* Overwrite the label in GnomeBluetooth SettingsWidget.
* Fix Cinnamon icons.
* Widen the default window size to 640px.
* Thu Dec 15 2016 sor.alexei@meowr.ru
- Update to version 1.1.9:
* Update translations.
* Sat Nov 12 2016 sor.alexei@meowr.ru
- Update to version 1.1.8:
* tray: Add a missing import before invocation (boo#1009912).
* Thu Nov 10 2016 sor.alexei@meowr.ru
- Update to version 1.1.7:
* Update translations.
* Wed Nov 02 2016 sor.alexei@meowr.ru
- Update to version 1.1.6:
* Specify versions of Gtk and GnomeBluetooth before loading them
via GI.
* Mon Jun 27 2016 sor.alexei@meowr.ru
- Update to version 1.1.5:
* Rename the tray option more accurately.
* Update translations.
* Tue May 24 2016 sor.alexei@meowr.ru
- Update to version 1.1.4:
* Updated translations.
* Wed May 04 2016 sor.alexei@meowr.ru
- Add a missing python-gobject-Gdk dependency.