No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
tdenetwork/krdc
Michele Calgaro e050a3eb30
Replace Q_SIGNALS and Q_SLOTS
hace 3 meses
..
rdp Replace Q_SIGNALS and Q_SLOTS hace 3 meses
vnc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
CMakeL10n.txt Desktop file translations: hace 4 años
CMakeLists.txt Desktop file translations: hace 4 años
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module hace 6 años
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
TODO Rename kioslaves hace 11 años
_rfb._tcp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
close.png Fix invalid headers in PNG files and optimize for size hace 8 años
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
cr32-app-krdc.png Fix invalid headers in PNG files and optimize for size hace 8 años
cr48-app-krdc.png Fix invalid headers in PNG files and optimize for size hace 8 años
events.h Rename old tq methods that no longer need a unique name hace 13 años
hostpreferences.cpp Rename common header files for consistency with class renaming hace 11 años
hostpreferences.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 hace 11 años
hostprofiles.ui Replace Q_SIGNALS and Q_SLOTS hace 3 meses
hostprofiles.ui.h Rename a number of classes to enhance compatibility with KDE4 hace 11 años
iconify.png Fix invalid headers in PNG files and optimize for size hace 8 años
keycapturedialog.cpp krdc: fixed handling of keyboard grab/release. This resolves issue #27. hace 4 años
keycapturedialog.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
keycapturewidget.ui Remove additional unneeded tq method conversions hace 13 años
kfullscreenpanel.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
kfullscreenpanel.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
krdc.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
krdc.desktop Desktop file translations: hace 4 años
krdc.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
kremoteview.cpp Rename old tq methods that no longer need a unique name hace 13 años
kremoteview.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
kservicelocator.cpp rename the following methods: hace 13 años
kservicelocator.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
main.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
maindialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
maindialog.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
maindialogbase.ui Replace Q_SIGNALS and Q_SLOTS hace 3 meses
maindialogwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
maindialogwidget.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
pindown.png Fix invalid headers in PNG files and optimize for size hace 8 años
pinup.png Fix invalid headers in PNG files and optimize for size hace 8 años
pointcursor.png Fix invalid headers in PNG files and optimize for size hace 8 años
pointcursormask.png Fix invalid headers in PNG files and optimize for size hace 8 años
preferencesdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
preferencesdialog.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
rdp.protocol Fixed wrong DocPath strings. This relates to bug 2319. hace 9 años
smartptr.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
smartptr.h Replace auto_ptr hace 3 meses
smb2rdc.desktop Desktop file translations: hace 4 años
vidmode.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
vidmode.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
vnc.protocol Fixed wrong DocPath strings. This relates to bug 2319. hace 9 años

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