summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/Server.cxx
AgeCommit message (Expand)Author
2017-08-03loplugin:constparams in sdNoel Grandin
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-05-19loplugin:stringcopy: sdStephan Bergmann
2016-09-10loplugin:constantparam in sdNoel Grandin
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in sdNoel Grandin
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
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