summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/Server.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-02-19improve bluetooth discoverability toggling API.Michael Meeks1-8/+6
2013-02-19Merge in Bluetooth code for the Impress Remote for OS XTor Lillqvist1-0/+1
2013-02-08sdremote: Disable Impress Remote in the menu also when not allowed in Options.Jan Holesovsky1-4/+3
2013-02-08sdremote: More logging.Jan Holesovsky1-0/+5
2012-11-27sdremote: make it possible to have only bluetooth enabledMiklos Vajna1-17/+24
2012-11-26Give sdremote a separate option, apart from Experimental featuresMiklos Vajna1-1/+1
2012-11-24cleanup - no need for salhelper::Thread mostlyThorsten Behrens1-1/+0
2012-11-16renamed --enable-bluetooth to --enable-sdremote-bluetoothEnrico Weigelt, metux ITS1-3/+3
2012-10-22WaE: unused parameterTor Lillqvist1-0/+2
2012-10-21fix sdremote related configure switchesRene Engelhard1-0/+8
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-4/+4
2012-09-20Add SAL_WARN/INFO to network server + remove static reference on exit.Andrzej J.R. Hunt1-3/+14
2012-09-19Fold ImpressSdRemote.xcs back into Impress.xcsStephan Bergmann1-5/+3
2012-09-19Rename Impress-sdremote.xcs to ImpressSdRemote.xcs + add to postprocess.Andrzej J.R. Hunt1-3/+3
2012-09-18officecfg: generate header for Impress-sdremote, handle "-" in xcs nameMichael Stahl1-2/+4
2012-09-18Hopefully fix the remote config access to work with the new schema.Andrzej J.R. Hunt1-3/+3
2012-09-18Switch bluetooth discoverability on when remote dialog shown (Linux).Andrzej J.R. Hunt1-4/+14
2012-09-18Provide client with state of server on startup.Andrzej J.R. Hunt1-2/+6
2012-09-17Add pin_validating message to protocol to allow for feedback in app.Andrzej J.R. Hunt1-0/+2
2012-09-16Prefer prefix ++/-- operators for non-primitive typeJulien Nabet1-4/+4
2012-09-11On error, properly exit from Impress RemoteServer::getClientsThorsten Behrens1-2/+3
2012-09-06Moved all internal details for ClientInfo out of the header.Andrzej J.R. Hunt1-15/+24
2012-09-04Restore correct saving of authorised servers.Andrzej J.R. Hunt1-4/+7
2012-08-28Saving of authorised remotes.Andrzej J.R. Hunt1-2/+62
2012-08-22Bluetooth connection working (Linux).Andrzej J.R. Hunt1-2/+2
2012-08-20Bluetooth discovery and attempts at communication.Andrzej J.R. Hunt1-0/+2
2012-08-13Final fixes for pairing.Andrzej J.R. Hunt1-0/+2
2012-08-10Pairing implemented server side.Andrzej J.R. Hunt1-7/+59
2012-08-10Refactored remote communication to allow for pairing.Andrzej J.R. Hunt1-103/+70
2012-08-10Basic Impress Remote + linking of dialog and server.Andrzej J.R. Hunt1-0/+14
2012-08-07Basic framework for Remote Dialog.Andrzej J.R. Hunt1-0/+6
2012-08-07Disable Remote unless in experimental mode.Andrzej J.R. Hunt1-3/+8
2012-08-07Hopefully cleanly close Server Thread when necessary.Andrzej J.R. Hunt1-1/+4
2012-08-07Fixed segfault on client exit.Andrzej J.R. Hunt1-1/+2
2012-08-06warning C4101: unreferenced local variableMichael Stahl1-1/+1
2012-08-06Some minor fixes.Andrzej J.R. Hunt1-4/+1
2012-08-06Basic structure for Disovery Service.Andrzej J.R. Hunt1-0/+2
2012-08-06Renamed Server to RemoteServer for obviousness.Andrzej J.R. Hunt1-15/+15
2012-08-06Added automatic hiding of clockbar as necessary.Andrzej J.R. Hunt1-4/+0
2012-08-06Implemented Thumbnail activity.Andrzej J. R. Hunt1-2/+1
2012-08-06Fixed a further bug in the Listener cycle. Refactored image storage.Andrzej J. R. Hunt1-9/+9
2012-08-06Moved preview image preparation/transfer into separate class. Enabled.Andrzej J. R. Hunt1-3/+13
2012-08-06Fixed Listener registration and destruction for all cases.Andrzej J. R. Hunt1-35/+27
2012-08-06Fixed the Listener lifecycle, prevents crash on slideshow exit.Andrzej J. R. Hunt1-5/+7
2012-08-06Finally fixed the Transmitter bug.Andrzej J. R. Hunt1-3/+4
2012-08-06Further minor improvements, attempt to fix the Transmitter bug.Andrzej J. R. Hunt1-5/+6
2012-08-06Fixed segfault on use of transmitter, and transmitter lifecycle.Andrzej J. R. Hunt1-12/+17
2012-08-06Attempted fix for threading & memory bug with Transmitter.Andrzej J. R. Hunt1-10/+8
2012-08-06Fixed constructor issue in Listener, fixed usage of Transmitter.Andrzej J. R. Hunt1-7/+14
2012-08-06Added registration of the slideshow listener.Andrzej J. R. Hunt1-4/+29