summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-28fdo#39468: Translate German comments in sd/source/core/Stefan Knorr5-805/+441
2013-02-28coverity#988423: fix memory leakMarkus Mohrhard2-2/+4
2013-02-28fdo#38838,UniString,String_to_OUStringelixir3-35/+45
2013-02-27Use closesocket() on WindowsTor Lillqvist1-0/+4
2013-02-27sdremote: close socket in destructor.Michael Meeks1-0/+1
2013-02-27WaE: possible problem detected in invocation of delete operatorTor Lillqvist1-0/+1
2013-02-27coverity#705704: fix memory leakMarkus Mohrhard1-0/+2
2013-02-27coverity#705699: fix memory leakMarkus Mohrhard1-0/+1
2013-02-27coverity#705697: fix memory leakMarkus Mohrhard1-2/+2
2013-02-27coverity#704165: fix memory leakMarkus Mohrhard2-5/+4
2013-02-26clarify the duplicateThomas Arnhold1-0/+1
2013-02-26warning C4805: != : unsafe mix of bool and sal_BoolStephan Bergmann1-1/+1
2013-02-26remove two more duplicatesThomas Arnhold3-11/+1
2013-02-25remove some trivial duplicatesThomas Arnhold1-1/+0
2013-02-25loplugin: improve indentationThomas Arnhold6-46/+48
2013-02-25Fix fdo#60855 RTL UI: handout show boxes out of page borderFaisal M. Al-Otaibi1-1/+1
2013-02-25loplugin: unused variablesThomas Arnhold3-11/+4
2013-02-24loplugin: unused variablesThomas Arnhold21-32/+0
2013-02-24Remove unused method SdPage::SetLinkDataArnaud Versini2-12/+0
2013-02-23Fix typo betwen/betweenJulien Nabet1-1/+1
2013-02-23Fix typo begining/beginning.Julien Nabet1-1/+1
2013-02-23Fix typo recieved/receivedJulien Nabet1-1/+1
2013-02-22fix Search->indexOf changeIvan Timofeev1-1/+1
2013-02-22String cleanup in filterRicardo Montania3-34/+34
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac21-73/+73
2013-02-22fix incorrect code alignmentLuboš Luňák1-1/+1
2013-02-22added EmbedFonts property, added File/Properties/Font tabRadek Doulik5-1/+41
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet5-6/+6
2013-02-22s/the the/the/Tor Lillqvist8-10/+10
2013-02-22s/Whith/With/Tor Lillqvist1-1/+1
2013-02-22s/whith/with/Tor Lillqvist1-1/+1
2013-02-20typo: allways -> alwaysAndras Timar8-8/+8
2013-02-19Avoid infinite recursionTor Lillqvist1-1/+1
2013-02-19Avoid warning on non-Linux: private field 'mpImpl' is not usedTor Lillqvist1-1/+1
2013-02-19Surely we want closesocket() on WindowsTor Lillqvist1-0/+4
2013-02-19Fix crashes in sdremote after suspend/resume cycles.Thorsten Behrens2-4/+5
2013-02-19sdremote: fix linux conditional.Michael Meeks1-1/+1
2013-02-19sdremote: listening to dynamic changes to adapters.Michael Meeks7-34/+124
2013-02-19sdremote: re-work discoverable property get/set to use libdbus.Michael Meeks2-198/+248
2013-02-19sdremote: switch to a non-blocking socket, and polling glib mainloop.Michael Meeks2-20/+75
2013-02-19sdremote: re-write SDP registration to use raw dbus-1 not dbus-glib.Michael Meeks1-83/+160
2013-02-19improve bluetooth discoverability toggling API.Michael Meeks6-40/+52
2013-02-18Handle gracefully the remote end closing the RFCOMM channelTor Lillqvist3-1/+18
2013-02-18Plug autorelease leakTor Lillqvist1-0/+5
2013-02-18Be specific in the logging as multiple threads involvedTor Lillqvist1-1/+1
2013-02-18WaE: comparison is always true due to limited range of data typeTor Lillqvist1-1/+1
2013-02-18std::vector::data() is C++11Tor Lillqvist1-7/+10
2013-02-17pragma GCC diagnostic is not available for 4.0.1Norbert Thiebaud2-8/+2
2013-02-16coverity#738551 Uninitialized scalar variableCaolán McNamara1-3/+2