All these files have been added to SVN by Alessandro Praduroux. He agreed on this change.
CCMAIL: pradu@pradu.it
svn path=/trunk/KDE/kdenetwork/krfb/; revision=734376
- determine the peer address when we get a new connection
- use the configured port from kconfig insteand of the fixed :5900 value in
personal invitation dialog
svn path=/trunk/KDE/kdenetwork/krfb/; revision=662656
Uses less cpu than Qt approach, but visually sucks. I suspect there are too many updates sent to the client, I need to group the rects and create a bigger one when sending the event to the client.
svn path=/trunk/KDE/kdenetwork/krfb/; revision=653073
- FrameBuffer to encapsulate screen buffer and updates
- handle events
- avoid a timer for the rfb event loop, just use a real loop and qApp->processEvents()
svn path=/trunk/KDE/kdenetwork/krfb/; revision=650928
- added hooks to manage vnc events
- moved events out of rfbcontroller.cpp/.h into their own source file
svn path=/trunk/KDE/kdenetwork/krfb/; revision=650434