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

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