Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > acb0f4ced7b9cc9035f6bf37e8acba31 > files > 52

gkrellm-plugins-2.3.2-3mdv2010.0.i586.rpm

0.1.4
=====

* patch from Glenn:
	- expand tilde in image-list name to $HOME and use `~/images.idb'
	  instead of `/home/user/images.idb'
	- zero out the context structure instead of only the image-list pointer.
* add the kdewallpaper.sh script to the tarball to help kde-users

0.1.3
=====

* random -> non-random mode changes now continue the list from the shown image
* include a shell script for KDE 3.x and its usage in the README

0.1.2
=====

* patches by Kurt V. Hindenburg:
	- various display options: center text, display text, display krell/slider
	- non-repeating randomisation
* bugfix: gkrellm crashes on theme, font and size changes

0.1.1
=====

* bugfix: the off-by-one bug at the list end in consecutive mode magically
	reappeared; should be really fixed now.
* changed the displayed strings (filename in the tooltip) to be utf8
* changed the shell quoting to use g_shell_quote

0.1.0
=====

* new feature: mouse wheel adjusts timer
	- Now you can either use <Shift> + mouse wheel to adjust the timer by the
	  given number of seconds (default behaviour) or simply by scrolling the
	  wheel.
	- There are two new options: the first switches between the "lock" and
	  "adjust" behaviour of the mouse wheel or <Shift> + mouse wheel.
	  The seconds lets you select the adjustment in seconds.
* gettextifying of the strings for better internationalisation (sometime)
* version bump


0.0.9
=====

* two bugfixes:
	- uninitialiesed pointer caused problems with a newly installed plugin
	  not finding a image list (found by Daniel Webert)
	- off-by-one at the end of the list in consecutive mode
	  (found by a user called misery)


0.0.8.1
=======

* bugfix: uninitialised pointer in some situations


0.0.8
=====

* plugin`s globals are now stuffed in one struct and referenced by a pointer
* new features:
	- Reset timer on config changes
	- Change wallpaper on config changes
	- Remember image number from last run
* email-address change,


0.0.7
=====

* incorporated patch by Sajid Sadi:

	The changes are as follows. There are 2 new options:
	- Change wallpaper on load Changes the wallpaper when the plugin loads
	  (or updates, when you change any configuration).

	- Remember "Locked" state from last run Remembers whether the current
	  wallpaper was "Locked" or not when GKrellM last shut down.

	and 3 new options saved to the config
	(for the two options, plus the locked state when gkrellm last ran).

* some minor clean-ups


0.0.6
=====

* examples for change program command lines now in the plugin's info box
  (to help gnome2 users a bit :)
* switch from 'snprintf' to 'g_snprintf' for more portability (?)

0.0.5
=====

* skip only blanks and tabs before the pathname
* added a hint what to use with gnome to the readme


0.0.5rc1
========

* allow arbitrary long lines in the image database
* take care of MAXPATHLEN (if available)
* ignore all chars preceeding the first '/' before adding it to the list
* take care of string lengths when updating the timer text
* some indenting
* correct version number in the header file.


0.0.4
=====

* fixed a nasty crash that happend due to a miscalculation of the new images
  position within the database. This was more likely to happen, when only
  short lists where used. (It crossed the bounds.)
  This was found by Miguel Bazdresch.
* slightly modified update algorithm; we now take care, that the image number
  is a different one.
* updated README about specifics, see section "Tips and Tricks" there.


0.0.3
=====

* support for compiling on Windows, patch by Bill Nalen.
* image lock also mapped to <shift>click in addition to wheel scroll.