You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/krdc
Slávek Banko 3a7127e17d
Fix krdc in view only mode: block key press events, disable clipboard sharing
12 years ago
..
rdp Rename obsolete tq methods to standard names 13 years ago
vnc Fix krdc in view only mode: block key press events, disable clipboard sharing 12 years ago
CMakeLists.txt Added OpenSLP support to CMake 12 years ago
Makefile.am Fix kdenetwork FTBFS under oneiric 13 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
_rfb._tcp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
close.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cr32-app-krdc.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cr48-app-krdc.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
events.h Rename old tq methods that no longer need a unique name 13 years ago
hostpreferences.cpp Remove additional unneeded tq method conversions 13 years ago
hostpreferences.h Trinity Qt initial conversion 15 years ago
hostprofiles.ui Rename old tq methods that no longer need a unique name 13 years ago
hostprofiles.ui.h TQt4 port kdenetwork 14 years ago
iconify.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
keycapturedialog.cpp Rename obsolete tq methods to standard names 13 years ago
keycapturedialog.h rename the following methods: 13 years ago
keycapturewidget.ui Remove additional unneeded tq method conversions 13 years ago
kfullscreenpanel.cpp Rename old tq methods that no longer need a unique name 13 years ago
kfullscreenpanel.h rename the following methods: 13 years ago
krdc.cpp Remove additional unneeded tq method conversions 13 years ago
krdc.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
krdc.h Fix inadvertent "TQ" changes. 13 years ago
kremoteview.cpp Rename old tq methods that no longer need a unique name 13 years ago
kremoteview.h Fix inadvertent "TQ" changes. 13 years ago
kservicelocator.cpp rename the following methods: 13 years ago
kservicelocator.h TQt4 port kdenetwork 14 years ago
main.cpp Fix inadvertent "TQ" changes. 13 years ago
main.h TQt4 port kdenetwork 14 years ago
maindialog.cpp rename the following methods: 13 years ago
maindialog.h rename the following methods: 13 years ago
maindialogbase.ui Rename old tq methods that no longer need a unique name 13 years ago
maindialogwidget.cpp Remove additional unneeded tq method conversions 13 years ago
maindialogwidget.h rename the following methods: 13 years ago
pindown.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
pinup.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
pointcursor.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
pointcursormask.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
preferencesdialog.cpp Rename obsolete tq methods to standard names 13 years ago
preferencesdialog.h rename the following methods: 13 years ago
rdp.protocol Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
smartptr.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
smartptr.h Remove additional unneeded tq method conversions 13 years ago
smb2rdc.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
vidmode.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
vidmode.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
vnc.protocol Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

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