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 5fe4e2d08b
krdc: Do not synchronize the contents of the clipboard in view only mode.
4 years ago
..
rdp Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. 6 years ago
vnc krdc: Do not synchronize the contents of the clipboard in view only mode. 4 years ago
CMakeL10n.txt Desktop file translations: 4 years ago
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README
TODO Rename kioslaves 12 years ago
_rfb._tcp
close.png Fix invalid headers in PNG files and optimize for size 8 years ago
configure.in.in
cr32-app-krdc.png Fix invalid headers in PNG files and optimize for size 8 years ago
cr48-app-krdc.png Fix invalid headers in PNG files and optimize for size 8 years ago
events.h
hostpreferences.cpp Rename common header files for consistency with class renaming 12 years ago
hostpreferences.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
hostprofiles.ui Add includes to UI files to resolve FTBFS 6 years ago
hostprofiles.ui.h Rename a number of classes to enhance compatibility with KDE4 12 years ago
iconify.png Fix invalid headers in PNG files and optimize for size 8 years ago
keycapturedialog.cpp krdc: fixed handling of keyboard grab/release. This resolves issue #27. 4 years ago
keycapturedialog.h krdc: fixed handling of keyboard grab/release. This resolves issue #27. 4 years ago
keycapturewidget.ui
kfullscreenpanel.cpp
kfullscreenpanel.h
krdc.cpp Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance 10 years ago
krdc.desktop Desktop file translations: 4 years ago
krdc.h Rename a number of classes to enhance compatibility with KDE4 12 years ago
kremoteview.cpp
kremoteview.h Major overhaul/rewrite of the krdc vnc client to use libvncclient 10 years ago
kservicelocator.cpp
kservicelocator.h
main.cpp Rename KWallet to TDEWallet 11 years ago
main.h Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
maindialog.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
maindialog.h
maindialogbase.ui Add includes to UI files to resolve FTBFS 6 years ago
maindialogwidget.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
maindialogwidget.h
pindown.png Fix invalid headers in PNG files and optimize for size 8 years ago
pinup.png Fix invalid headers in PNG files and optimize for size 8 years ago
pointcursor.png Fix invalid headers in PNG files and optimize for size 8 years ago
pointcursormask.png Fix invalid headers in PNG files and optimize for size 8 years ago
preferencesdialog.cpp Rename KWallet to TDEWallet 11 years ago
preferencesdialog.h
rdp.protocol Fixed wrong DocPath strings. This relates to bug 2319. 10 years ago
smartptr.cpp
smartptr.h
smb2rdc.desktop Desktop file translations: 4 years ago
vidmode.cpp
vidmode.h
vnc.protocol Fixed wrong DocPath strings. This relates to bug 2319. 10 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