kde-extraapps/kget
Ivailo Monev 8a70a057ef kget: fix infinite notification when all tasks finish
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
2015-02-12 02:55:37 +00:00
..
cmake/modules added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
conf kget: remove update (upd) files 2014-12-31 14:48:26 +00:00
core kget: fix infinite notification when all tasks finish 2015-02-12 02:55:37 +00:00
dbus update kget dbus interface 2014-11-26 01:40:41 +00:00
desktop added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
extensions kget: do not install service file for khtml 2015-01-29 18:54:34 +00:00
plasma kget: apply upstream 27ca316a 2014-12-31 14:43:13 +00:00
sounds kget: apply upstream 27ca316a 2014-12-31 14:43:13 +00:00
tests removed Nepomuk support from kget 2014-11-23 18:50:18 +00:00
transfer-plugins kget: fix libktorrent include path 2015-01-01 13:59:37 +00:00
ui start downloading immidiatly after adding new transfer 2014-12-21 14:20:01 +00:00
.krazy added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
AUTHORS added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
Changelog added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
CMakeLists.txt generic: require KDE 4.14.3 at minimum 2015-01-20 17:31:51 +00:00
COPYING added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
COPYING.DOC added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
COPYING.LIB added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
DESIGN added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
HACKING added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
kget_export.h added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
main.cpp added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
mainwindow.cpp added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
mainwindow.h added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
Messages.sh added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
README added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
TODO added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00

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