ffd4b11477
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2007 July 14 2.2rc1 Major changes to command line handling and to the way we use libdockapp, courtesy of Patrice Dumas. This should hopefully fix several long-standing bugs with non-wmaker window managers (in particular Debian bugs #280495 and 293546). Updated to support newer kernels that no longer support /proc/acpi/info - thanks to Samuel Ortiz. Fixed a longstanding issue with redrawing - thanks to Vito Caputo. This version changes a number of command line options (little used ones, but they're still incompatible changes) due to the libdockapp work. In particular, -w becomes -x, -v becomes -V (and takes an argument rather than being repeated), and -V becomes -v (thanks to libdockapp grabbing -h, -v and -w for itself). Also, long options are now supported for everything in wmacpi (but not acpi, since it doesn't use libdockapp for command line parsing).
36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
|
|
Empty original changeset by Simon Fowler <simon@himi.org>:
|
|
[project @ simon@himi.org--wmacpi/wmacpi--mainline--2.0--patch-2]
|
|
Fixes for compiling against libdockapp-0.5.0
|
|
This amounted to a four line patch - narrowing the type of
|
|
the dockapp width and height to an unsigned short.
|
|
|
|
Unfortunately this isn't compatible with libdockapp-0.4.0
|
|
now.
|
|
|
|
Empty original changeset by Simon Fowler <simon@himi.org>:
|
|
[project @ simon@himi.org--wmacpi/wmacpi--mainline--2.0--patch-3]
|
|
Upped version numbers for 2.1 release.
|
|
That's about it.
|
|
|
|
Empty original changeset by Simon Fowler <simon@himi.org>:
|
|
[project @ simon@himi.org--wmacpi/wmacpi--mainline--2.0--patch-4]
|
|
Small patch submitted by Patrice Dumas <pertusus at free.fr>
|
|
Keywords: libdockapp build fixes
|
|
Build fixes for newer versions of libdockapp.
|
|
|
|
Empty original changeset by Simon Fowler <simon@himi.org>:
|
|
[project @ simon@himi.org--wmacpi/wmacpi--mainline--2.0--patch-5]
|
|
Updated email address and changelog for alpha release.
|
|
Since my dreamcraft.com.au address will be going away at some point . . .
|
|
|
|
Empty original changeset by Simon Fowler <simon@himi.org>:
|
|
[project @ simon@himi.org--wmacpi/wmacpi--mainline--2.0--patch-6]
|
|
Fix for 'charged' battery status
|
|
Some batteries report their status as 'discharging' when they're
|
|
fully charged, some report their status as 'charged' - previously
|
|
I was only checking for 'discharging' when switching out of the
|
|
battery charging state, now we check for 'charged' as well.
|
|
|
|
This fixes part of Debian bug #393617.
|