lp:~larsu/unity-control-center/bluez5-gnome-bluetooth
- Get this branch:
- bzr branch lp:~larsu/unity-control-center/bluez5-gnome-bluetooth
Branch merges
- Sebastien Bacher: Approve on 2015-08-12
-
Diff: 11178 lines (+10736/-93)46 files modifiedconfigure.ac (+4/-10)
panels/Makefile.am (+2/-5)
panels/bluetooth/Makefile.am (+16/-4)
panels/bluetooth/bluetooth-killswitch.c (+387/-0)
panels/bluetooth/bluetooth-killswitch.h (+78/-0)
panels/bluetooth/cc-bluetooth-panel.c (+3/-74)
panels/bluetooth/gnome-bluetooth/Makefile.am (+1/-0)
panels/bluetooth/gnome-bluetooth/lib/Makefile.am (+99/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-agent.c (+681/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-agent.h (+127/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-chooser-button.c (+419/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-chooser-button.h (+55/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-chooser-combo.c (+365/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-chooser-combo.h (+69/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-chooser-private.h (+39/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-chooser.c (+1173/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-chooser.h (+86/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-client-private.h (+61/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-client.c (+1757/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-client.h (+87/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-client.xml (+59/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-enums.h (+177/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-fdo.xml (+33/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-filter-widget.c (+477/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-filter-widget.h (+67/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-utils.c (+342/-0)
panels/bluetooth/gnome-bluetooth/lib/bluetooth-utils.h (+72/-0)
panels/bluetooth/gnome-bluetooth/lib/pin-code-database.xml (+155/-0)
panels/bluetooth/gnome-bluetooth/lib/test-agent.c (+86/-0)
panels/bluetooth/gnome-bluetooth/lib/test-class.c (+66/-0)
panels/bluetooth/gnome-bluetooth/lib/test-client.c (+326/-0)
panels/bluetooth/gnome-bluetooth/lib/test-deviceselection.c (+421/-0)
panels/bluetooth/gnome-bluetooth/wizard/Makefile.am (+38/-0)
panels/bluetooth/gnome-bluetooth/wizard/TEST-PROCEDURE.txt (+33/-0)
panels/bluetooth/gnome-bluetooth/wizard/bluetooth-input.c (+239/-0)
panels/bluetooth/gnome-bluetooth/wizard/bluetooth-input.h (+65/-0)
panels/bluetooth/gnome-bluetooth/wizard/bluetooth-wizard.1 (+29/-0)
panels/bluetooth/gnome-bluetooth/wizard/main.c (+1115/-0)
panels/bluetooth/gnome-bluetooth/wizard/pin-code-database.xml (+155/-0)
panels/bluetooth/gnome-bluetooth/wizard/pin.c (+174/-0)
panels/bluetooth/gnome-bluetooth/wizard/pin.h (+33/-0)
panels/bluetooth/gnome-bluetooth/wizard/test-input.c (+54/-0)
panels/bluetooth/gnome-bluetooth/wizard/wizard.ui (+540/-0)
panels/bluetooth/rfkill-glib.c (+299/-0)
panels/bluetooth/rfkill-glib.h (+65/-0)
panels/bluetooth/rfkill.h (+107/-0)
Branch information
Recent revisions
- 12808. By Lars Karlitski on 2015-03-03
-
bluetooth: make compatible with bluez5
Since we don't want to update to gnome bluetooth's new UI, import
gnome-bluetooth until commit ef7d546, which has bluez5 support but no UI
changes. - 12806. By Dan Winship on 2015-02-03
-
network: update for nma-wifi-dialog renaming
Approved by: Iain Lane - 12805. By Sebastien Bacher on 2015-02-03
-
shell: don't use deprecated properties, avoid runtime warnings
- 12804. By Tim Chen on 2015-02-03
-
Set higher priority of glxinfo's result then Xorg's log for "Details" -> "Overview" -> "Graphics" info in control center.
(LP: #1417034) Fixes: #1417034
Approved by: Sebastien Bacher - 12803. By Iain Lane on 2015-01-26
-
releasing package unity-control-
center version 15.04.0+ 15.04.20141217- 0ubuntu2 - 12802. By Iain Lane on 2015-01-26
-
Switch gnome-icon-theme to adwaita-icon-theme, which is its successor.
- 12800. By Lars Karlitski on 2014-12-17
-
shell.ui: set .primary-toolbar instead of .menubar on the primary toolbar
Approved by: Iain Lane - 12799. By Lars Karlitski on 2014-12-17
-
appearance: don't set overlay-scrollbar setting
overlay-scrollbars now does this itself based on a key in index.theme.
Approved by: Iain Lane, PS Jenkins bot
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unity-control-center

