kde-extraapps/kget
Ivailo Monev 9ba0346970 kget: minor JSON history store optimizations
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-01 12:01:23 +03:00
..
conf kget: use the KMainWindow auto-save feature 2022-12-22 14:34:01 +02:00
core kget: minor JSON history store optimizations 2023-06-01 12:01:23 +03:00
dbus generic: make changes required for building against Katie 2015-11-25 10:40:41 +00:00
desktop kget: set X-DBUS-StartupType and set X-DBUS-ServiceName 2023-06-01 01:17:22 +03:00
extensions kget: use the new KHTTP::setServerID() method 2022-12-25 18:38:14 +02:00
plasma kget: cache the font used by ProxyWidget 2022-11-28 00:24:19 +02:00
tests generic: make use of the new KRandom::randomMax() function 2022-09-26 12:06:05 +03:00
transfer-plugins kget: adjust to KIO changes 2022-12-06 04:34:04 +02:00
ui generic: prepare for Katie changes 2022-10-14 16:21:09 +03:00
AUTHORS added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
CMakeLists.txt kget: adjust to KHTTP changes 2022-12-25 05:04:57 +02:00
COPYING 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.notifyrc kget: misc cleanups 2015-09-06 14:01:24 +03:00
kget_export.h generic: generate export headers 2021-07-28 14:58:10 +03:00
main.cpp generic: remove win leftovers 2021-03-26 22:18:42 +02:00
mainwindow.cpp kget: use the KMainWindow auto-save feature 2022-12-22 14:34:01 +02:00
mainwindow.h kget: use the KMainWindow auto-save feature 2022-12-22 14:34:01 +02: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 generic: housekeeping 2015-02-27 09:35:16 +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