Version: v0.8.3 (using KDE 3.3.2, Mandrake Linux Cooker i586 - Cooker) Compiler: gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-1mdk) OS: Linux (i686) release 2.6.8.1-20mdk A nice feature will be to notify the user by a message and/or sound when the download is finished. Right now the user doesn't know when the download is complete.
A small change. Notify the user by a message (not sound) just like kmail when mail arrives.
SVN commit 435428 by pino: Port KGet to the standard KDE notification system: this means less code, and nicer ways of feedback for the users, who can choose from several types of notifications for KGet events (like Download added, etc). The default implementation is configured to use passive popups for all the events, and for the Added event there is also the sound. Moreover, the sounds have been converted to OGG. So, we can make happy a lor of KGet users and close several bugs. BUGS: 61614, 82287, 94788 CCBUG: 108481 M +3 -0 Makefile.am M +1 -144 dlgSystem.cpp M +0 -11 dlgSystem.h M +23 -127 dlgsystembase.ui A eventsrc M +24 -27 kmainwidget.cpp M +2 -2 kmainwidget.h M +0 -15 settings.cpp M +0 -14 settings.h AM sounds/KGet_Added.ogg AM sounds/KGet_Finished.ogg AM sounds/KGet_Finished_All.ogg AM sounds/KGet_Started.ogg M +3 -4 sounds/Makefile.am D sounds/added.wav D sounds/finished.wav D sounds/finishedall.wav D sounds/started.wav