kde-extraapps/kget
Ivailo Monev dd65c28c49 kget: reject URLs without filename from UrlChecker
this will reject URLs such as https://foobar.com/ because kget cannot
handle such even tho KIO can get the page content (without the filename
component there is no telling what kget should save the URLs as, the
destination has to completed with filename manually)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-08-08 23:00:52 +03:00
..
conf generic: do not install kcfg files 2023-07-09 05:53:59 +03:00
core kget: reject URLs without filename from UrlChecker 2023-08-08 23:00:52 +03:00
dbus kget: remove redundant debug area codes 2023-06-21 02:47:50 +03:00
desktop kget: set X-DBUS-StartupType and set X-DBUS-ServiceName 2023-06-01 01:17:22 +03:00
extensions kget: use GET instead of POST method for requests 2023-08-08 21:29:16 +03:00
plasma kdeplasma-addons: match the untranslated terms as fallback in runners 2023-08-04 06:20:29 +03:00
tests kget: replace kError()/abort() with kFatal() calls 2023-06-21 02:55:11 +03:00
transfer-plugins kget: drop mmsthreads transfer plugin 2023-07-15 02:20:22 +03:00
ui kget: do not set layout for the error widget of new transfer dialog 2023-07-28 16:57:39 +03:00
AUTHORS added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
CMakeLists.txt kget: drop mmsthreads transfer plugin 2023-07-15 02:20:22 +03: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 kget: drop mmsthreads transfer plugin 2023-07-15 02:20:22 +03:00
mainwindow.cpp kget: remove redundant debug area codes 2023-06-21 02:47:50 +03:00
mainwindow.h kget: show the server address in label 2023-06-21 03:19:30 +03: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

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