* Allow period to be lowered to a minimum of 0.25 (in line with other plugins) (would close: https://bugzilla.xfce.org/show_bug.cgi?id=9102) * Set period step to 0.25 * Adjust tooltip such that period is shown as a float (2) decimal number * Use gtk_widget_set_tooltip_text instead of deprecated gtk_tooltips_* * When specified, allow user to run <click> action when clicking on button or text (would close: https://bugzilla.xfce.org/show_bug.cgi?id=3437) * Fix: progress bars have no fill colour. They are now given the same colour as set on the sensor plugin.
Strange, bugzilla didn't attach patch (interface is a bit misleading) Please find it here: http://paste.ubuntu.com/1089608/
Please separate the patch so that there is one patch for each (unrelated) change.
Mass-reassign all bugs from florian@ to goodies-dev@, thanks for the maintenance work! (and sorry for the bugmail spam..)
#1 already exists - was fixed earlier #2 already exists - was fixed earlier #3 fixed in commit https://git.xfce.org/panel-plugins/xfce4-genmon-plugin/commit/?id=760961458eff95c541fd90ca5b9c1dd98f86ab81 #4 fixed during GTK3 migration but uses gtk_widget_set_tooltip_markup() to allow for markup in tooltips #5 fixed in earlier commit #6 with migration to GTK3, you can style .genmon_progressbar with CSS to get the desired fills,etc