選択できるのは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