Port KGet to the standard KDE notification system: this means less code, and
commitd23b10b8311cbfb529aae7b91517917555c7cfc3
authorpino <pino@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Sat, 16 Jul 2005 22:12:46 +0000 (16 22:12 +0000)
committerpino <pino@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Sat, 16 Jul 2005 22:12:46 +0000 (16 22:12 +0000)
treeedacb867cf68f37213dbe7c76b181d2b557b7900
parente3153705eee3ef63f7be08fa21aeee4e733d6555
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

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork@435428 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
18 files changed:
kget/Makefile.am
kget/dlgSystem.cpp [copied from kget/dlgSystem.h with 57% similarity]
kget/dlgSystem.h
kget/dlgsystembase.ui
kget/eventsrc [new file with mode: 0644]
kget/kmainwidget.cpp
kget/kmainwidget.h
kget/settings.cpp
kget/settings.h
kget/sounds/KGet_Added.ogg [new file with mode: 0644]
kget/sounds/KGet_Finished.ogg [new file with mode: 0644]
kget/sounds/KGet_Finished_All.ogg [new file with mode: 0644]
kget/sounds/KGet_Started.ogg [new file with mode: 0644]
kget/sounds/Makefile.am
kget/sounds/added.wav [deleted file]
kget/sounds/finished.wav [deleted file]
kget/sounds/finishedall.wav [deleted file]
kget/sounds/started.wav [deleted file]