Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tdenetwork/krdc
Michele Calgaro e050a3eb30
Replace Q_SIGNALS and Q_SLOTS
il y a 3 mois
..
rdp Replace Q_SIGNALS and Q_SLOTS il y a 3 mois
vnc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
CMakeL10n.txt Desktop file translations: il y a 4 ans
CMakeLists.txt Desktop file translations: il y a 4 ans
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module il y a 6 ans
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
TODO Rename kioslaves il y a 11 ans
_rfb._tcp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
close.png Fix invalid headers in PNG files and optimize for size il y a 8 ans
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
cr32-app-krdc.png Fix invalid headers in PNG files and optimize for size il y a 8 ans
cr48-app-krdc.png Fix invalid headers in PNG files and optimize for size il y a 8 ans
events.h Rename old tq methods that no longer need a unique name il y a 13 ans
hostpreferences.cpp Rename common header files for consistency with class renaming il y a 11 ans
hostpreferences.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 il y a 11 ans
hostprofiles.ui Replace Q_SIGNALS and Q_SLOTS il y a 3 mois
hostprofiles.ui.h Rename a number of classes to enhance compatibility with KDE4 il y a 11 ans
iconify.png Fix invalid headers in PNG files and optimize for size il y a 8 ans
keycapturedialog.cpp krdc: fixed handling of keyboard grab/release. This resolves issue #27. il y a 4 ans
keycapturedialog.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
keycapturewidget.ui Remove additional unneeded tq method conversions il y a 13 ans
kfullscreenpanel.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
kfullscreenpanel.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
krdc.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
krdc.desktop Desktop file translations: il y a 4 ans
krdc.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
kremoteview.cpp Rename old tq methods that no longer need a unique name il y a 13 ans
kremoteview.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
kservicelocator.cpp rename the following methods: il y a 13 ans
kservicelocator.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
main.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
maindialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
maindialog.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
maindialogbase.ui Replace Q_SIGNALS and Q_SLOTS il y a 3 mois
maindialogwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
maindialogwidget.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
pindown.png Fix invalid headers in PNG files and optimize for size il y a 8 ans
pinup.png Fix invalid headers in PNG files and optimize for size il y a 8 ans
pointcursor.png Fix invalid headers in PNG files and optimize for size il y a 8 ans
pointcursormask.png Fix invalid headers in PNG files and optimize for size il y a 8 ans
preferencesdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
preferencesdialog.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
rdp.protocol Fixed wrong DocPath strings. This relates to bug 2319. il y a 9 ans
smartptr.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
smartptr.h Replace auto_ptr il y a 3 mois
smb2rdc.desktop Desktop file translations: il y a 4 ans
vidmode.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
vidmode.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
vnc.protocol Fixed wrong DocPath strings. This relates to bug 2319. il y a 9 ans

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