1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-05 09:28:35 +00:00
Go to file
Nick Shaforostoff 42d395da7d add fine-grained categories in (compliance with xdg menu spec)
svn path=/trunk/KDE/kdenetwork/krfb/; revision=915866
2009-01-24 01:00:48 +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) 2008-12-07 13:52:21 +00:00
kinetd SVN_SILENT made messages (.desktop file) 2008-12-07 13:52:21 +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 add nice logging messages for missing X11 XTest 2008-12-15 21:58:23 +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 microoptimization 2008-02-09 15:56:10 +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 * Use everywhere the nice new oxygen artwork. 2007-08-03 22:49:22 +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 * fix help buttons 2008-01-17 20:17:01 +00:00
krfb.desktop add fine-grained categories in (compliance with xdg menu spec) 2009-01-24 01:00:48 +00:00
krfb.kcfg Krazy fixes 2008-01-08 21:14:52 +00:00
krfb.notifyrc SVN_SILENT made messages (.desktop file) 2008-12-31 14:36:39 +00:00
krfbconfig.kcfgc Adapt to new KWarning/kFatal/kDebug api 2007-08-03 07:19:24 +00:00
krfbserver.cpp 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
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 Show the ManageInvitationsDialog on startup, so that users are not confused 2008-10-29 15:29:15 +00:00
Mainpage.dox ability to generate API docs in kdenetwork 2007-04-28 17:16:20 +00:00
manageinvitations.ui * fix help buttons 2008-01-17 20:17:01 +00:00
manageinvitationsdialog.cpp microoptimization 2008-02-09 15:56:10 +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 Fix ui files 2007-09-21 07:30:03 +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