]> code.delx.au - bg-scripts/log
bg-scripts
15 years agoRandomBG: Fixed FolderRandom
James Bunton [Tue, 1 Jul 2008 16:30:02 +0000 (02:30 +1000)]
RandomBG: Fixed FolderRandom

15 years agoFixed log levels.
James Bunton [Tue, 1 Jul 2008 16:27:14 +0000 (02:27 +1000)]
Fixed log levels.

15 years agoWallChanger improvements
James Bunton [Tue, 1 Jul 2008 16:17:38 +0000 (02:17 +1000)]
WallChanger improvements

 * Moved lib/WallChanger.py to bin/wallchanger.py
 * wallchanger.py now runs standalone to set the desktop background.
 * Much better chaining, untested at the moment though.

15 years agoRandomBG: More major cleanups.
James Bunton [Tue, 1 Jul 2008 15:45:29 +0000 (01:45 +1000)]
RandomBG: More major cleanups.

 * Moved FileLists into randombg.py
 * Made WallChanger into just a library for setting the wallpaper, no cycling, etc
 * Cache saving is broken for the moment.

15 years agoMajor updates to randombg - stdlib is good :)
James Bunton [Tue, 1 Jul 2008 15:01:13 +0000 (01:01 +1000)]
Major updates to randombg - stdlib is good :)

 * Converted to use asyncore.
 * Use logging.
 * Use do_something instead of doSomething to be consistent with most of stdlib.
 * Client mode now accepts parameters.

15 years agoRemoved non-IPC randombg, moved stuff around.
James Bunton [Tue, 1 Jul 2008 11:40:15 +0000 (21:40 +1000)]
Removed non-IPC randombg, moved stuff around.

15 years agoWallChanger:Removed the MacOSX dependency on imagemagick, we now depend on PIL (Pytho...
Greg Darke [Wed, 25 Jun 2008 04:09:53 +0000 (14:09 +1000)]
WallChanger:Removed the MacOSX dependency on imagemagick, we now depend on PIL (Python Imaging Library).

16 years agoAutomated merge with ssh://hg@tsukasa.net.au/bg_scripts/
Greg Darke [Mon, 21 Apr 2008 10:38:22 +0000 (20:38 +1000)]
Automated merge with ssh://hg@tsukasa.net.au/bg_scripts/

16 years agoFixed a bug with dual monitors under OSX where WallChanger could not update a monitor...
Greg Darke [Sat, 19 Apr 2008 04:25:28 +0000 (14:25 +1000)]
Fixed a bug with dual monitors under OSX where WallChanger could not update a monitor if it had previously changed the wallpaper with the monitor disconnected.
  * Added a conditional runtime dependency on Foundation (the python objective C bindings)

16 years agoFixed WallChanger to fall back on getNextRandomImage() if getCurrentImage() is not...
James Bunton [Tue, 15 Apr 2008 06:10:35 +0000 (16:10 +1000)]
Fixed WallChanger to fall back on getNextRandomImage() if getCurrentImage() is not implemented

16 years agoFixed Gnome
James Bunton [Tue, 15 Apr 2008 05:34:34 +0000 (15:34 +1000)]
Fixed Gnome

16 years agoWallChanger.py, cleaned up KDE and implemented Gnome
James Bunton [Tue, 15 Apr 2008 05:28:54 +0000 (15:28 +1000)]
WallChanger.py, cleaned up KDE and implemented Gnome

16 years agoVarious bug fixes.
Greg Darke [Tue, 15 Apr 2008 05:16:56 +0000 (15:16 +1000)]
Various bug fixes.
  * Store the file cache after any change (so that we don't loose our place if we crash)
  * Add a RELOAD command
  * Support checking if X11 is running on OSX 10.5

16 years agoImport initial windows version
Greg Darke [Sun, 24 Feb 2008 12:23:27 +0000 (23:23 +1100)]
Import initial windows version

16 years agoInitial import
Greg Darke [Tue, 6 Nov 2007 08:00:40 +0000 (19:00 +1100)]
Initial import

16 years agoAdded ignores file
Greg Darke [Tue, 6 Nov 2007 07:59:31 +0000 (18:59 +1100)]
Added ignores file