您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
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 3 個月前
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 9 個月前
keycapturewidget.ui Remove additional unneeded tq method conversions 13 年前
kfullscreenpanel.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 個月前
kfullscreenpanel.h Replace Q_OBJECT with TQ_OBJECT 9 個月前
krdc.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 個月前
krdc.desktop Desktop file translations: 4 年前
krdc.h Replace Q_OBJECT with TQ_OBJECT 9 個月前
kremoteview.cpp Rename old tq methods that no longer need a unique name 13 年前
kremoteview.h Replace Q_OBJECT with TQ_OBJECT 9 個月前
kservicelocator.cpp rename the following methods: 13 年前
kservicelocator.h Replace Q_OBJECT with TQ_OBJECT 9 個月前
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 個月前
main.h Replace Q_OBJECT with TQ_OBJECT 9 個月前
maindialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 個月前
maindialog.h Replace Q_OBJECT with TQ_OBJECT 9 個月前
maindialogbase.ui Replace Q_SIGNALS and Q_SLOTS 3 個月前
maindialogwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 個月前
maindialogwidget.h Replace Q_OBJECT with TQ_OBJECT 9 個月前
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 3 個月前
preferencesdialog.h Replace Q_OBJECT with TQ_OBJECT 9 個月前
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