freshwall-1

log

age author description
16 months ago Chad Daelhousen Include .desktop file and GConf schemas in source tarballs.default tip
16 months ago Chad Daelhousen Call reschedule() only on actual changes of the background.
17 months ago Chad Daelhousen Add control for daemon_watch to the preferences UI.
17 months ago Chad Daelhousen New daemon_watch option: reschedule when background is changed.
17 months ago Chad Daelhousen Add subject/observer to GnomeBackground.
17 months ago Chad Daelhousen Convert prefs notifications to a generic subject/observer system.
17 months ago Chad Daelhousen Note that self._bg shouldn't be replaced in GnomeBackground.set().
17 months ago Chad Daelhousen Make GnomeBackground a 'live' representation.
17 months ago Chad Daelhousen Add tools and libdist to MANIFEST.in.
17 months ago Chad Daelhousen add_notify_on_branch allows for getting changes of keys in other apps.
17 months ago Chad Daelhousen Remove bogus id 'variable' from preferences add/remove_notify.
17 months ago Chad Daelhousen Bugfix: preferences.set_prefs sets passed callback now.
17 months ago Chad Daelhousen Pull setup.py customizations out into a libdist package.
17 months ago Chad Daelhousen Remove broken gconf schema stub: leave schemas for packagers.
17 months ago Chad Daelhousen Add initial version of a .desktop file for freshwall --preferences.
17 months ago Chad Daelhousen Add GConf schema file.
17 months ago Chad Daelhousen Remove dbus stub: we will not need a well-known name anymore.
17 months ago Chad Daelhousen Add setup.cfg file to enable bdist_rpm and set preferred sdist formats.
17 months ago Chad Daelhousen More mnemonics for the GUI.
17 months ago Chad Daelhousen Pull apart run_prefs_dialog a bit.
17 months ago Chad Daelhousen Update version to 1.2_dev as 1.2 development begins.
17 months ago Chad Daelhousen Added tag release_1.1.2 for changeset 01d5689bbc26
17 months ago Chad Daelhousen Added tag release_1.1.1 for changeset 151c7bf0e839
17 months ago Chad Daelhousen Added tag release_1.1 for changeset ae1b35cea9a0
17 months ago Chad Daelhousen Prep 1.1.2 release.release_1.1.2
17 months ago Chad Daelhousen Make FileChooserButton work prior to GTK 2.10.
17 months ago Chad Daelhousen Add filechooser code for exploring FileChooserButton prior to GTK 2.10.
17 months ago Chad Daelhousen Modernize INSTALL.
17 months ago Chad Daelhousen Version 1.1.1.release_1.1.1
17 months ago Chad Daelhousen Reinstate handling GConf notifications in the preferences window.
17 months ago Chad Daelhousen Mark event handlers as private in the UI code.
17 months ago Chad Daelhousen Add additional programming language versions to trove classifiers.release_1.1
17 months ago Chad Daelhousen Handle KeyboardInterrupt on the daemon (e.g. when non-detached).
17 months ago Chad Daelhousen Don't erase error message from dbus_service ImportError.
17 months ago Chad Daelhousen Python 2.4 compat (ImportError has no attribute 'message').
17 months ago Chad Daelhousen Omit 'apply settings' button in prefs UI if DBus isn't available.
17 months ago Chad Daelhousen Update description to reflect changes in v1.1.
17 months ago Chad Daelhousen Update README to reflect completion of daemon mode.
17 months ago Chad Daelhousen Include README in the manifest.
17 months ago Chad Daelhousen `freshwall -x` returns 1 for no daemons killed, or 2 for IPC error.
17 months ago Chad Daelhousen Finish 'Apply settings' button in prefs UI.
17 months ago Chad Daelhousen Make the prefs window wider by default.
17 months ago Chad Daelhousen Separate the DBus guts from the high-level actions.
17 months ago Chad Daelhousen New preferences UI for GTK 2.6+.
17 months ago Chad Daelhousen More helpful error messages in preferences.
17 months ago Chad Daelhousen Print warnings/errors if dbus(-python) is not available.
17 months ago Chad Daelhousen Allow a mainloop to be passed into run/exit methods.
17 months ago Chad Daelhousen Move dbus mainloop stuff to prevent multiple attempts to activate it.
17 months ago Chad Daelhousen Add class docstrings and improve a couple of other strings.
17 months ago Chad Daelhousen Fix docstring: Callback replaced the need for ok_args and error_args.
17 months ago Chad Daelhousen Rename bus to conn in __init__ methods to better match dbus API.
17 months ago Chad Daelhousen Change units for spread via DBus to decimal percent (pass 0.8 to get 80%).
17 months ago Chad Daelhousen GetPeriod and GetSpread shouldn't take an argument.
17 months ago Chad Daelhousen Improve docstrings in dbus_service module.
17 months ago Chad Daelhousen Check python-dbus version explicitly.
17 months ago Chad Daelhousen License block for dbus_service.
17 months ago Chad Daelhousen -x/--exit-daemon option to kill the daemon.
17 months ago Chad Daelhousen Remove use_daemon pref for being unnecessarily complex.
17 months ago Chad Daelhousen Add tools used in debugging DBus stuff.
17 months ago Chad Daelhousen Ad-hoc Locator interface for finding the daemon.