Bug 94788 - Notify the user when the the download is finished
Summary: Notify the user when the the download is finished
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-10 09:54 UTC by Moshe Caspi
Modified: 2005-07-17 00:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moshe Caspi 2004-12-10 09:54:27 UTC
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.
Comment 1 Moshe Caspi 2005-02-09 12:15:35 UTC
A small change. Notify the user by a message (not sound) just like kmail when mail arrives.
Comment 2 Pino Toscano 2005-07-17 00:13:02 UTC
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