summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol
AgeCommit message (Expand)AuthorFilesLines
2015-04-28Fix tdf#90911 wrong parameter size on getsocknameJuergen Funk1-1/+1
2014-11-14Silence winsock deprecation warningStephan Bergmann1-0/+6
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2-3/+4
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin2-4/+3
2014-11-04remotecontrol: required version for MacOSX is 10.8Riccardo Magliocchetti1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-10-07Disable sdremote by default, and improve flow control.Michael Meeks1-1/+5
2014-10-06Missing includeStephan Bergmann1-0/+1
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-2/+3
2014-09-01Partially revert: fixincludeguards.sh: sdThomas Arnhold1-5/+5
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-19error C2296: '<<' : illegal, left operand has type 'const char [28]'Miklos Vajna1-0/+1
2014-08-13warning C4189 local variable initialized but not referencedMichael Stahl1-0/+3
2014-08-07cppcheck: va_list 'args' was opened but not closed by va_end()Julien Nabet1-0/+1
2014-08-05fdo#81552 Fail nicely if avahi doesn't let libreoffice publish itemsBryan Quigley1-9/+17
2014-07-06error: could not convert from 'void' to 'bool'Miklos Vajna1-49/+47
2014-07-06coverity#982182: Unchecked return valueNorbert Thiebaud1-12/+19
2014-07-06coverity#1202762: Unchecked return valueNorbert Thiebaud1-12/+17
2014-07-06coverity#1202763: Unchecked return valueNorbert Thiebaud1-1/+1
2014-07-01New loplugin:stringconcatStephan Bergmann1-1/+1
2014-06-30-WaE: nested template problems.Andrzej Hunt1-1/+1
2014-06-30Allow removal of remotes even if Server not running.Andrzej Hunt1-10/+8
2014-06-30Impress Remote: allow removal of authorised remotes.Andrzej Hunt1-4/+51
2014-06-30Move ClientInfo to shared_ptrs.Andrzej Hunt1-5/+7
2014-06-25remove whitespacesMarkus Mohrhard9-12/+2
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2-3/+3
2014-05-13elated fdo#60338: #error on umask(3) calls in currently unused codeStephan Bergmann1-0/+1
2014-04-24sd: sal_Bool->boolNoel Grandin1-1/+1
2014-04-22Kill unneeded include.Andrzej Hunt1-1/+0
2014-04-17remove executable bitAndras Timar13-0/+0
2014-04-17coverity#1202882 Dereference before null checkCaolán McNamara1-3/+2
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-117/+0
2014-04-14typo: paramter -> parameterThomas Arnhold1-1/+1
2014-04-10fdo#74697 Add Bluez 5 support for impress remote.Andrzej Hunt3-72/+605
2014-04-10Revert "fdo#74697 Add Bluez 5 support for impress remote."Andrzej Hunt3-602/+72
2014-04-10fdo#74697 Add Bluez 5 support for impress remote.Andrzej Hunt3-72/+602
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann7-7/+7
2014-03-29coverity#1194941 Uninitialized scalar fieldCaolán McNamara1-6/+10
2014-03-27SAL_OVERRIDE, Mac OS X sd reduxStephan Bergmann2-4/+4
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann9-23/+23
2014-03-18fdo#75328 Do DiscoveryService socket setup off the main thread.Andrzej Hunt2-13/+26
2014-03-17sd: prefer passing OUString by referenceNoel Grandin2-6/+7
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-22/+22
2014-02-26Fixup whitespace changes, remove commented code.Thorsten Behrens1-16/+0
2014-02-26Remove visual noise from sdAlexander Wilms7-325/+210
2014-02-06coverity#736093 Argument cannot be negativeCaolán McNamara1-0/+5
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-21Use SAL_WARN instead of printing to stderrTor Lillqvist1-16/+16
2014-01-21Use SAL_INFO consistently, bin a random printfTor Lillqvist1-3/+3