Bug 82287 - kget does play a sound when adding downloads, but not when starting / finishing them
Summary: kget does play a sound when adding downloads, but not when starting / finishi...
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-05-27 02:09 UTC by mail
Modified: 2005-07-17 00:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mail 2004-05-27 02:09:24 UTC
Version:           v0.8.4 (using KDE 3.2.1, SuSE)
Compiler:          gcc version 3.3.3 (SuSE Linux)
OS:                Linux (i686) release 2.6.4-54.5-default

Although the sounds for starting and finishing one / all download[s] are configured, activated and previewed correctly in the settings, kget doesn't play them when it actually happens. It only makes noise when a downloaded is added.
Comment 1 Dawid Ciezarkiewicz 2005-02-20 15:06:17 UTC
Anybody working on kget? I can't believe this bug hasn't been fixed for such a long time. :/
Comment 2 Pino Toscano 2005-07-17 00:13:01 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