28/5/2007 v0.9.5 GUI - added a button to refresh the list of scanners - translated into spanish thanks to Jonathan Bravo Lopez - translated into czech and brazilian portuguese thanks to Carlos Laué BACKENDS - works also with hp3900 backend! (thanks to Jonathan Bravo Lopez) - works also with the plustek backend! (thanks to Carlos Laué & Klaus Layer) CLI - add --help and --debug options to sane-nb-buttons. --debug will help at knowing the way the various backends handle the buttons. - the test script path was not taken from the configuration. fixed. Improve this script. - add information about using from the command line, debugging and testing new backends in README - The daemon script is now located in ~/.kscannerbuttons - Reworked the Makefile: "make install" now install the files in "standard" places. An icon is created in the K menu, under "Graphics" (/usr/share/applnk/Graphics/). "make kdeinstall" still exists. - it was sometimes necessary to plug/unplug the scanner after stoping the daemon from the GUI. fixed. 23/12/2006 v0.9.4 - fixed the broken default actions created at first run. Note: if you need to reset the default actions, remove the section [/usr/local/bin/KScannerButtons.kmdr] (and entries below) in ~/.kde/share/config/kommanderrc with your favorite text editor. - fixed the broken KScannerButtons.desktop launcher 8/9/2006 v0.9.3 - fixed the [test buttons] .sh script (it was not working due to the new way of passing the dcopid). - fix a problem in the daemon when there was no --script-arg option - enable the use of the test script without the GUI. In a console: SANE_DEFAULT_DEVICE=avision:libusb:002:003 sanebuttonsd --script \ /usr/local/bin/sanebuttonsd-test.sh where avision:libusb:002:003 is replaced by your own device. - fix french translation for [&Delete] button (was too long) 7/9/2006 v0.9.2 - replaced obsolete clearList() with clear() - replaced obsolete enableWidget() with setEnabled() (why the f*** do they remove functions from Kommander?) - when run using ksystraycmd, there was a bug in the generated script. nothing happened when pressing a button. fixed. - add a --script-arg command line switch to the daemon sanebuttond in order to pass additional arguments to the script. This is used by KScannerButtons to pass its dcop id. - better default sanebuttonsd.sh script 7/9/2006 v0.9.1 - bug fixes: replaced obsolete addListItem and addListItems with insertItem and insertItems - fixed "one-touch copy" action (it was sending the output to a .ps file instead of printing the result) 26/08/2006 v0.9 - enabled i18n. Shipped with a french translation. Please contribute your own translations! - fix bugs in status bar - display correctly the running application - display "done" at the end of the application 22/08/2006 v0.8 First public release