1
0
mirror of https://invent.kde.org/network/krfb synced 2024-06-28 22:14:41 +00:00
Go to file
Script Kiddy 9f364e4156 SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.3/kdenetwork/krfb/; revision=1072379
2010-01-10 04:10:52 +00:00
doc Use an uniq macro to create/install doc 2007-08-20 06:32:53 +00:00
kcm_krfb SVN_SILENT made messages (.desktop file) 2010-01-10 04:10:52 +00:00
kinetd SVN_SILENT made messages (.desktop file) 2010-01-10 04:10:52 +00:00
.krazy Krazy fixes 2008-01-08 21:14:52 +00:00
AUTHORS added dcop stuff from greiser 2002-02-14 23:20:39 +00:00
CMakeLists.txt explicitly link to X11, Xext, QtNetwork and kdeui 2009-07-20 18:47:02 +00:00
config-krfb.h.cmake X11 framebuffer implementation based on XDamage and XShm completed. 2007-04-15 15:53:18 +00:00
configsecurity.ui i18n style guide fixes 2007-08-12 07:21:58 +00:00
configtcp.ui i18n style guide fixes 2007-08-12 07:21:58 +00:00
connectioncontroller.cpp Proof-reading. 2009-03-08 16:27:30 +00:00
connectioncontroller.h Relicense GPLv2 only code to GPLv2+. 2007-11-08 18:50:58 +00:00
connectiondialog.cpp * Use everywhere the nice new oxygen artwork. 2007-08-03 22:49:22 +00:00
connectiondialog.h big code reorganization: 2007-04-02 07:13:22 +00:00
connectionwidget.ui SVN_SILENT Cleanup .ui files 2009-04-21 21:59:58 +00:00
events.cpp Relicense GPLv2 only code to GPLv2+. 2007-11-08 18:50:58 +00:00
events.h Relicense GPLv2 only code to GPLv2+. 2007-11-08 18:50:58 +00:00
framebuffer.cpp Relicense GPLv2 only code to GPLv2+. 2007-11-08 18:50:58 +00:00
framebuffer.h Relicense GPLv2 only code to GPLv2+. 2007-11-08 18:50:58 +00:00
invitation.cpp needed includes 2007-10-06 11:26:27 +00:00
invitation.h Remove not necessary include 2007-04-22 10:15:21 +00:00
invitationmanager.cpp Relicense GPLv2 only code to GPLv2+. 2007-11-08 18:50:58 +00:00
invitationmanager.h Relicense GPLv2 only code to GPLv2+. 2007-11-08 18:50:58 +00:00
invitedialog.cpp * fix help buttons 2008-01-17 20:17:01 +00:00
invitedialog.h big code reorganization: 2007-04-02 07:13:22 +00:00
invitewidget.ui SVN_SILENT Cleanup .ui files 2009-04-21 21:59:58 +00:00
krfb.desktop SVN_SILENT made messages (.desktop file) 2010-01-10 04:10:52 +00:00
krfb.kcfg Krazy fixes 2008-01-08 21:14:52 +00:00
krfb.notifyrc SVN_SILENT made messages (.desktop file) 2010-01-10 04:10:52 +00:00
krfbconfig.kcfgc Adapt to new KWarning/kFatal/kDebug api 2007-08-03 07:19:24 +00:00
krfbserver.cpp Backport r1022261. 2009-09-11 09:48:36 +00:00
krfbserver.h Integrate the rfb event system with qt's event loop instead of running a custom event loop in KrfbServer. 2008-10-28 23:58:35 +00:00
main.cpp Add an option to hide the invitations management dialog at startup. 2009-03-14 16:03:50 +00:00
Mainpage.dox ability to generate API docs in kdenetwork 2007-04-28 17:16:20 +00:00
manageinvitations.ui SVN_SILENT Cleanup .ui files 2009-04-21 21:59:58 +00:00
manageinvitationsdialog.cpp Fix crash when interface return empty list 2009-03-18 08:34:42 +00:00
manageinvitationsdialog.h Relicense GPLv2 only code to GPLv2+. 2007-11-08 18:50:58 +00:00
Messages.sh - do not try to extract files with .cc extension, as there is not any. 2007-04-03 10:51:01 +00:00
NOTES Clean README and friends... 2002-07-26 14:34:42 +00:00
personalinvitedialog.cpp microoptimization 2008-02-09 15:56:10 +00:00
personalinvitedialog.h big code reorganization: 2007-04-02 07:13:22 +00:00
personalinvitewidget.ui SVN_SILENT Cleanup .ui files 2009-04-21 21:59:58 +00:00
qtframebuffer.cpp Fix mem leak 2008-08-06 11:41:57 +00:00
qtframebuffer.h Relicense GPLv2 only code to GPLv2+. 2007-11-08 18:50:58 +00:00
README Clean README and friends... 2002-07-26 14:34:42 +00:00
TODO Extend VNC protocol to let the client enable/disable the background. 2003-01-25 17:31:36 +00:00
trayicon.cpp * Use everywhere the nice new oxygen artwork. 2007-08-03 22:49:22 +00:00
trayicon.h - finished invitation dialog (delete and deleteall now work) 2007-04-18 21:42:12 +00:00
x11framebuffer.cpp microoptimization 2008-02-09 15:56:10 +00:00
x11framebuffer.h Relicense GPLv2 only code to GPLv2+. 2007-11-08 18:50:58 +00:00

KDE Desktop Sharing (krfb)
==========================

KDE Desktop Sharing (krfb)  is a small server for the RFB protocol, better 
known as VNC. Unlike most other Unix/Linux RFB servers, KRfb allows you to
share your X11 session instead of creating a new X11 session. 
It was originally based on x0rfbserver 
(ttp://www.hexonet.de/software/x0rfbserver/), but there is not much code of
x0rfbserver left. Since version 0.6 it uses libvncserver 
(http://libvncserver.sf.net) as backend.


Guide to documentation:
TODO - things to be done
INSTALL - Very short installation instructions
NOTES - reasons for various decisions
DCOP-INTERFACE - short documentation of the DCOP interface