Summary: | Notify the user when the the download is finished | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Moshe Caspi <mcaspi> |
Component: | general | Assignee: | KGet bugs <kget-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Moshe Caspi
2004-12-10 09:54:27 UTC
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 |