0.2.6: 2008-04-17 Mathias Hasselmann Also restart the LIRC daemon after restoring configuration. * gnome_lirc_properties/ui/RemoteControlProperties.py (RemoteControlProperties.__restore_hardware_settings()): Instruct the backend to restart the daemon after reconfiguration. 2008-04-17 Murray Cumming * gnome_lirc_properties/ui/RemoteControlProperties.py __confirm_rewrite_configuration(), __restore_hardware_settings(): Improve the text of the new sanity check messages. 2008-04-17 Mathias Hasselmann Add sanity checks to verify that lircd.conf and lircd.conf.gnome match the settings in hardware.conf on startup. * gnome_lirc_properties/config.py.in, gnome_lirc_properties/lirc.py (find_remote_config()), gnome_lirc_properties/backend.py (BackendService.__write_include_statement()): Add config.LIRC_REMOTE_CONF and config.LIRC_DAEMON_CONF constants. * gnome_lirc_properties/lirc.py (RemotesDatabase.find(), check_hardware_settings()): New functions. * gnome_lirc_properties/ui/RemoteControlProperties.py (RemoteControlProperties.__confirm_rewrite_configuration(), RemoteControlProperties.__restore_hardware_settings()): Apply sanity checks to lircd.conf and lircd.conf.gnome. Restore remote configuration when needed and permitted. 2008-04-17 Mathias Hasselmann Fix https://code.fluendo.com/remotecontrol/trac/ticket/1, and improve some comments. Original patch: Murray Cumming . * gnome_lirc_properties/ui/RemoteControlProperties.py (RemoteControlProperties._end_update_configuration(), RemoteControlProperties.__init__()): Improve some comments. * gnome_lirc_properties/ui/RemoteControlProperties.py (RemoteControlProperties.__set_selected_receiver()): Allow None as valid argument. * gnome_lirc_properties/ui/RemoteControlProperties.py (_select_chosen_receiver(self)): Reset selected receiver and remote to force emission of change signals for the associated combo boxes. This ensures that the configuration file will be written again (It might have been broken in the meantime). 2008-04-16 Bastien Nocera Add --disable-confdir-check to prevent checking for lircd.conf path. * configure.ac: Add --disable-confdir-check. 2008-04-16 Bastien Nocera Cleanup the .desktop file. * data/gnome-lirc-properties.desktop.in.in: Remove some comments and Encoding directive. Add final semicolon to Categories directive. 2008-04-01 Mathias Hasselmann Update screenshots to match latest GNOME theme. * help/C/figures/auto-detect.png, help/C/figures/custom-remote-basics.png, help/C/figures/custom-remote-keys.png, help/C/figures/custom-remote-model.png, help/C/figures/main-window.png: Update screenshots. 2008-03-31 Mathias Hasselmann * help/C/figures/custom-remote-keys.png, help/C/figures/auto-detect.png, help/C/figures/custom-remote-model.png, help/C/figures/custom-remote-basics.png, help/C/figures/main-window.png: Set svn:mime-type property. 2008-03-25 Mathias Hasselmann * bin/lirc-receiver-list, data/overrides.conf: Improve automatically generated receiver list. 2008-03-22 Mathias Hasselmann * gnome_lirc_properties/backend.py: Properly handle empty values when writing /etc/lirc/hardware.conf. 2008-03-20 Mathias Hasselmann * debian/control: Architecture is "all", not "any".