summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/Server.cxx
AgeCommit message (Expand)Author
2015-06-18Fix typosAndrea Gelmini
2015-02-22IndentJulien Nabet
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2014-12-04Don't start Impress Remote server in headless mode.Andrzej Hunt
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-07Disable sdremote by default, and improve flow control.Michael Meeks
2014-06-30-WaE: nested template problems.Andrzej Hunt
2014-06-30Allow removal of remotes even if Server not running.Andrzej Hunt
2014-06-30Impress Remote: allow removal of authorised remotes.Andrzej Hunt
2014-06-30Move ClientInfo to shared_ptrs.Andrzej Hunt
2014-06-25remove whitespacesMarkus Mohrhard
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-03-17sd: prefer passing OUString by referenceNoel Grandin
2013-08-02android: improve remote control debugging.Michael Meeks
2013-08-01enable WiFi support for sdremoteSiqi LIU
2013-08-01merge WiFi support into remote control feature toggleSiqi LIU
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-07sdremote : Remove pointer to deleted RemoteServer on error caseArnaud Versini
2013-02-19improve bluetooth discoverability toggling API.Michael Meeks
2013-02-16More work on the Impress Remote Control Bluetooth code for OS XTor Lillqvist
2013-02-07sdremote: More logging.Jan Holesovsky
2013-02-07sdremote: Disable Impress Remote in the menu also when not allowed in Options.Jan Holesovsky
2012-11-27sdremote: make it possible to have only bluetooth enabledMiklos Vajna
2012-11-26Give sdremote a separate option, apart from Experimental featuresMiklos Vajna
2012-11-24cleanup - no need for salhelper::Thread mostlyThorsten Behrens
2012-11-16renamed --enable-bluetooth to --enable-sdremote-bluetoothEnrico Weigelt, metux ITS
2012-10-22WaE: unused parameterTor Lillqvist
2012-10-21fix sdremote related configure switchesRene Engelhard
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-09-20Add SAL_WARN/INFO to network server + remove static reference on exit.Andrzej J.R. Hunt
2012-09-19Fold ImpressSdRemote.xcs back into Impress.xcsStephan Bergmann
2012-09-19Rename Impress-sdremote.xcs to ImpressSdRemote.xcs + add to postprocess.Andrzej J.R. Hunt
2012-09-18officecfg: generate header for Impress-sdremote, handle "-" in xcs nameMichael Stahl
2012-09-18Hopefully fix the remote config access to work with the new schema.Andrzej J.R. Hunt
2012-09-18Switch bluetooth discoverability on when remote dialog shown (Linux).Andrzej J.R. Hunt
2012-09-18Provide client with state of server on startup.Andrzej J.R. Hunt
2012-09-17Add pin_validating message to protocol to allow for feedback in app.Andrzej J.R. Hunt
2012-09-16Prefer prefix ++/-- operators for non-primitive typeJulien Nabet
2012-09-11On error, properly exit from Impress RemoteServer::getClientsThorsten Behrens
2012-09-06Moved all internal details for ClientInfo out of the header.Andrzej J.R. Hunt
2012-09-04Restore correct saving of authorised servers.Andrzej J.R. Hunt
2012-08-28Saving of authorised remotes.Andrzej J.R. Hunt
2012-08-22Bluetooth connection working (Linux).Andrzej J.R. Hunt
2012-08-20Bluetooth discovery and attempts at communication.Andrzej J.R. Hunt
2012-08-13Final fixes for pairing.Andrzej J.R. Hunt
2012-08-10Pairing implemented server side.Andrzej J.R. Hunt
2012-08-10Refactored remote communication to allow for pairing.Andrzej J.R. Hunt
2012-08-10Basic Impress Remote + linking of dialog and server.Andrzej J.R. Hunt
2012-08-07Basic framework for Remote Dialog.Andrzej J.R. Hunt