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

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