You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/krdc
Daniel Collins 123ecc2bd9 Add "Paste" command to krdc (#102).
This adds a "Paste" command to the toolbar which sends the current
clipboard content to the remote host as key presses.

Not implemented for RDP as we appear to defer to rdesktop and I'm not
sure if we can reliably do it there (also krdc RDP isn't working for me
right now).
6 months ago
..
rdp Use tdeprocess.h 1 year ago
vnc Add "Paste" command to krdc (#102). 6 months ago
CMakeL10n.txt Desktop file translations: 6 years ago
CMakeLists.txt Use the normal mouse pointer when local mouse pointer is enabled in krdc. 9 months ago
Makefile.am Use the normal mouse pointer when local mouse pointer is enabled in krdc. 9 months ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
TODO Rename kioslaves 13 years ago
_rfb._tcp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
close.png Fix invalid headers in PNG files and optimize for size 10 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
cr32-app-krdc.png Fix invalid headers in PNG files and optimize for size 10 years ago
cr48-app-krdc.png Fix invalid headers in PNG files and optimize for size 10 years ago
events.h Rename old tq methods that no longer need a unique name 14 years ago
hostpreferences.cpp Use tdeApp 11 months ago
hostpreferences.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 13 years ago
hostprofiles.ui Replace Q_SIGNALS and Q_SLOTS 2 years ago
hostprofiles.ui.h Rename a number of classes to enhance compatibility with KDE4 13 years ago
iconify.png Fix invalid headers in PNG files and optimize for size 10 years ago
keycapturedialog.cpp krdc: fixed handling of keyboard grab/release. This resolves issue #27. 5 years ago
keycapturedialog.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
keycapturewidget.ui Remove additional unneeded tq method conversions 14 years ago
kfullscreenpanel.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
kfullscreenpanel.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
krdc.cpp Add "Paste" command to krdc (#102). 6 months ago
krdc.desktop Desktop file translations: 6 years ago
krdc.h Add "Paste" command to krdc (#102). 6 months ago
kremoteview.cpp Add "Paste" command to krdc (#102). 6 months ago
kremoteview.h Add "Paste" command to krdc (#102). 6 months ago
kservicelocator.cpp rename the following methods: 15 years ago
kservicelocator.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
main.cpp Use tdeApp 11 months ago
main.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
maindialog.cpp Use tdeApp 11 months ago
maindialog.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
maindialogbase.ui Replace Q_SIGNALS and Q_SLOTS 2 years ago
maindialogwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
maindialogwidget.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
pindown.png Fix invalid headers in PNG files and optimize for size 10 years ago
pinup.png Fix invalid headers in PNG files and optimize for size 10 years ago
preferencesdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
preferencesdialog.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
rdp.protocol Fixed wrong DocPath strings. This relates to bug 2319. 11 years ago
smartptr.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
smartptr.h Replace auto_ptr 2 years ago
smb2rdc.desktop Desktop file translations: 6 years ago
vidmode.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
vidmode.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
vnc.protocol Fixed wrong DocPath strings. This relates to bug 2319. 11 years ago

README

KDE Remote Desktop Connection
=============================

KDE Remote Desktop Connection (krdc) is a small VNC-compatible client
that is based on the TightVNC Unix client.  You can use it to access
VNC-compatible servers like KDE's Desktop Sharing (krfb). 

Its focus is on being small and as easy to use as possible. Therefore
it does not have many capabilities that may be useful in classrooms or
for tasks like system administration (like receiving 'broadcasts' of
a remote desktop, viewing several desktops at once, tabs to switch between 
desktops). In the future I plan to make the backend a KPart so that
it is possible to write a more complex clients while sharing code with
krdc. 

tim@tjansen.de