25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
tdenetwork/krdc
Michele Calgaro e050a3eb30
Replace Q_SIGNALS and Q_SLOTS
2 ay önce
..
rdp Replace Q_SIGNALS and Q_SLOTS 2 ay önce
vnc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
CMakeL10n.txt Desktop file translations: 4 yıl önce
CMakeLists.txt Desktop file translations: 4 yıl önce
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 yıl önce
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
TODO Rename kioslaves 11 yıl önce
_rfb._tcp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
close.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
cr32-app-krdc.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
cr48-app-krdc.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
events.h Rename old tq methods that no longer need a unique name 13 yıl önce
hostpreferences.cpp Rename common header files for consistency with class renaming 11 yıl önce
hostpreferences.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 yıl önce
hostprofiles.ui Replace Q_SIGNALS and Q_SLOTS 2 ay önce
hostprofiles.ui.h Rename a number of classes to enhance compatibility with KDE4 11 yıl önce
iconify.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
keycapturedialog.cpp krdc: fixed handling of keyboard grab/release. This resolves issue #27. 4 yıl önce
keycapturedialog.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
keycapturewidget.ui Remove additional unneeded tq method conversions 13 yıl önce
kfullscreenpanel.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
kfullscreenpanel.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
krdc.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
krdc.desktop Desktop file translations: 4 yıl önce
krdc.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
kremoteview.cpp Rename old tq methods that no longer need a unique name 13 yıl önce
kremoteview.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
kservicelocator.cpp rename the following methods: 13 yıl önce
kservicelocator.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
main.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
maindialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
maindialog.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
maindialogbase.ui Replace Q_SIGNALS and Q_SLOTS 2 ay önce
maindialogwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
maindialogwidget.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
pindown.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
pinup.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
pointcursor.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
pointcursormask.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
preferencesdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
preferencesdialog.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
rdp.protocol Fixed wrong DocPath strings. This relates to bug 2319. 9 yıl önce
smartptr.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
smartptr.h Replace auto_ptr 3 ay önce
smb2rdc.desktop Desktop file translations: 4 yıl önce
vidmode.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
vidmode.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
vnc.protocol Fixed wrong DocPath strings. This relates to bug 2319. 9 yıl önce

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