mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
![]() this happens because transfersChangedEvent() is executed too often, as a workaround asign a variable that is changed just before the notifications is emmited and reset on transfer add/remove. I'm not sure if it has to be reset in the group actions so that may break the notification in some cases, in any case KGet is far less annoying now |
||
---|---|---|
.. | ||
cmake/modules | ||
conf | ||
core | ||
dbus | ||
desktop | ||
extensions | ||
plasma | ||
sounds | ||
tests | ||
transfer-plugins | ||
ui | ||
.krazy | ||
AUTHORS | ||
Changelog | ||
CMakeLists.txt | ||
COPYING | ||
COPYING.DOC | ||
COPYING.LIB | ||
DESIGN | ||
HACKING | ||
kget_export.h | ||
main.cpp | ||
mainwindow.cpp | ||
mainwindow.h | ||
Messages.sh | ||
README | ||
TODO |
KGET README KGet is included in the kdenetwork module. If you just want to install KGet alone, please read the instructions below. * Install kdelibs from trunk. * svn co -N svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork * cd kdenetwork * svn up cmake kget * mkdir build * cd build * cmake -DCMAKE_INSTALL_PREFIX=/path/to/kde4 .. * make * make install kget @ kde.org