sugarlabs / sugar-toolkit-gtk3

Sugar Learning Environment, Activity Toolkit, GTK 3.
GNU Lesser General Public License v2.1
21 stars 80 forks source link

sugar3.speech - remove GConf compatibility #386

Closed quozl closed 6 years ago

quozl commented 6 years ago

GConf compatibility support in sugar3.speech module allows activities to read or be notified of changes to the speech pitch and rate. GConf is deprecated.

Remove GConf from the sugar3.speech module.

The speech pitch and rate will no longer be available via GConf. Fix GTK+ 2 activities by porting to GTK+ 3. Fix GTK+ 3 activities by porting from GConf to Gio.Settings.

Tested on Ubuntu 16.04.

quozl commented 6 years ago

Pushed as 30139a3a9ed444c365c5c5d98e6bafde5b6c711d.