You can not 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
Michele Calgaro e050a3eb30
Replace Q_SIGNALS and Q_SLOTS
3 months ago
..
rdp Replace Q_SIGNALS and Q_SLOTS 3 months ago
vnc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
CMakeL10n.txt Desktop file translations: 4 years ago
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TODO Rename kioslaves 11 years ago
_rfb._tcp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
close.png Fix invalid headers in PNG files and optimize for size 8 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cr32-app-krdc.png Fix invalid headers in PNG files and optimize for size 8 years ago
cr48-app-krdc.png Fix invalid headers in PNG files and optimize for size 8 years ago
events.h Rename old tq methods that no longer need a unique name 13 years ago
hostpreferences.cpp Rename common header files for consistency with class renaming 11 years ago
hostpreferences.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
hostprofiles.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
hostprofiles.ui.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
iconify.png Fix invalid headers in PNG files and optimize for size 8 years ago
keycapturedialog.cpp krdc: fixed handling of keyboard grab/release. This resolves issue #27. 4 years ago
keycapturedialog.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
keycapturewidget.ui Remove additional unneeded tq method conversions 13 years ago
kfullscreenpanel.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
kfullscreenpanel.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
krdc.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
krdc.desktop Desktop file translations: 4 years ago
krdc.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kremoteview.cpp Rename old tq methods that no longer need a unique name 13 years ago
kremoteview.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kservicelocator.cpp rename the following methods: 13 years ago
kservicelocator.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
main.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
maindialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
maindialog.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
maindialogbase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
maindialogwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
maindialogwidget.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
pindown.png Fix invalid headers in PNG files and optimize for size 8 years ago
pinup.png Fix invalid headers in PNG files and optimize for size 8 years ago
pointcursor.png Fix invalid headers in PNG files and optimize for size 8 years ago
pointcursormask.png Fix invalid headers in PNG files and optimize for size 8 years ago
preferencesdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
preferencesdialog.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
rdp.protocol Fixed wrong DocPath strings. This relates to bug 2319. 9 years ago
smartptr.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
smartptr.h Replace auto_ptr 3 months ago
smb2rdc.desktop Desktop file translations: 4 years ago
vidmode.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
vidmode.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
vnc.protocol Fixed wrong DocPath strings. This relates to bug 2319. 9 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