summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/BluetoothServer.cxx
AgeCommit message (Expand)Author
2015-03-28loplugin:cstylecastStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-05sd: BluetoothServer: fix deprecation warning C4996, use WSAQUERYSETWMichael Stahl
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann
2014-12-10loplugin:cstylecastStephan Bergmann
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-04remotecontrol: required version for MacOSX is 10.8Riccardo Magliocchetti
2014-07-06error: could not convert from 'void' to 'bool'Miklos Vajna
2014-07-06coverity#1202762: Unchecked return valueNorbert Thiebaud
2014-07-06coverity#1202763: Unchecked return valueNorbert Thiebaud
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-25remove whitespacesMarkus Mohrhard
2014-04-10fdo#74697 Add Bluez 5 support for impress remote.Andrzej Hunt
2014-04-10Revert "fdo#74697 Add Bluez 5 support for impress remote."Andrzej Hunt
2014-04-10fdo#74697 Add Bluez 5 support for impress remote.Andrzej Hunt
2013-11-14downgrade sdremote.bluetooth warning to infoCaolán McNamara
2013-11-07Name threads for debug purposeArnaud Versini
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-14D-Bus is not thread safeStephan Bergmann
2013-07-30Odd instability in what Bluetooth headers to include in OS X SDKsTor Lillqvist
2013-07-01BluetoothServer::addCommunicator not unused after allMichael Stahl
2013-07-01Remove unused codePetr Vorel
2013-06-10Deprecated conversion to char* from string litteralFridrich Štrba
2013-05-22valgrind: Initialize all of struct sockaddr_rc for binding AF_BLUETOOTH.Mark Wielaard
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-06Some cppcheck cleaningJulien Nabet
2013-03-01sd: BluetoothServer: put the ifdeffery in the right placeMichael Stahl
2013-03-01MinGW: Make mpImpl available only on Linux.Jan Holesovsky
2013-02-28sd: BluetoothServer: appease MSVC's appetite for type definitionsMichael Stahl
2013-02-28coverity#988423: fix memory leakMarkus Mohrhard
2013-02-19Avoid warning on non-Linux: private field 'mpImpl' is not usedTor Lillqvist
2013-02-19sdremote: fix linux conditional.Michael Meeks
2013-02-19sdremote: listening to dynamic changes to adapters.Michael Meeks
2013-02-19sdremote: re-work discoverable property get/set to use libdbus.Michael Meeks
2013-02-19sdremote: switch to a non-blocking socket, and polling glib mainloop.Michael Meeks
2013-02-19sdremote: re-write SDP registration to use raw dbus-1 not dbus-glib.Michael Meeks
2013-02-19improve bluetooth discoverability toggling API.Michael Meeks
2013-02-18Handle gracefully the remote end closing the RFCOMM channelTor Lillqvist
2013-02-18Plug autorelease leakTor Lillqvist
2013-02-18Be specific in the logging as multiple threads involvedTor Lillqvist
2013-02-18WaE: comparison is always true due to limited range of data typeTor Lillqvist
2013-02-18std::vector::data() is C++11Tor Lillqvist
2013-02-16Fix compilation for Linux and hopefully Windows, tooTor Lillqvist
2013-02-16More work on the Impress Remote Control Bluetooth code for OS XTor Lillqvist
2013-02-15Revert "fix build", not needed in masterLuboš Luňák
2013-02-14fix buildLuboš Luňák
2013-02-14Fix build against Mac OS X SDK 10.4Tor Lillqvist