summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann4-8/+9
2012-09-14- fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel)Rob Snelders3-115/+72
2012-09-13Add support for Windows Bluetooth Stack.Andrzej J.R. Hunt2-6/+101
2012-09-12small optimizationRadek Doulik1-2/+2
2012-09-11-Werror,-Wunused-private-field (various sd)Stephan Bergmann43-121/+26
2012-09-11-Werror,-Wunused-private-field workaround (BluetoothServer)Stephan Bergmann1-6/+3
2012-09-11-Werror,-Wnon-literal-null-conversion (GetDrawOutliner(* pObj=NULL))Stephan Bergmann2-4/+4
2012-09-11-Werror,-Wnon-literal-null-conversionStephan Bergmann1-1/+1
2012-09-11XubString->rtl::OUStringCaolán McNamara9-37/+36
2012-09-11On error, properly exit from Impress RemoteServer::getClientsThorsten Behrens1-2/+3
2012-09-10n#778859: Add unit test case.Muthu Subramanian2-0/+20
2012-09-06Replace DBusGObjectPath with char to hopefully compile on older dbus-glib.Andrzej J.R. Hunt2-3/+7
2012-09-06try to use old animations when new ones doesn't contain any leave nodeRadek Doulik4-27/+63
2012-09-06offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl2-4/+6
2012-09-06Moved all internal details for ClientInfo out of the header.Andrzej J.R. Hunt2-28/+25
2012-09-05Some clean up of previous commitStephan Bergmann1-1/+1
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-2/+2
2012-09-05Port remote from gdbus to dbus-glib.Andrzej J.R. Hunt4-60/+62
2012-09-04Restore correct saving of authorised servers.Andrzej J.R. Hunt1-4/+7
2012-09-03Explicit rtl::OUString ctors no longer neededStephan Bergmann1-2/+4
2012-09-03fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin2-26/+17
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin1-7/+6
2012-09-03Some error handling for dbus / bluetooth.Andrzej J.R. Hunt2-87/+29
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-08-30Do the same thing for gio as we do for dbusCaolán McNamara2-8/+3
2012-08-30Use gio only on LinuxTor Lillqvist1-1/+6
2012-08-30missing symbols are in gioCaolán McNamara1-1/+1
2012-08-30Fixed remotecontrol build without gtkCédric Bosdonnat1-1/+1
2012-08-29Return to StartPresentationActivity when slideshow finishes.Andrzej J.R. Hunt1-0/+2
2012-08-28Saving of authorised remotes.Andrzej J.R. Hunt1-2/+62
2012-08-23Seemingly off-by-one painting error in Impress' ViewShell.Jan Holesovsky1-2/+5
2012-08-23Disable bluetooth on Linux for glib < 2.26.Andrzej J.R. Hunt1-1/+4
2012-08-23Conversion from 'void*' to pointer to non-'void' requires an explicit castTor Lillqvist1-1/+1
2012-08-23Some clean up after previous commitStephan Bergmann1-0/+3
2012-08-23send()/recv() on sockets (instead of write()/read()) for Windows portabilityTor Lillqvist1-2/+2
2012-08-22Remove extended initializer list -- use memset for BDADDR_ANY.Andrzej J.R. Hunt1-1/+2
2012-08-22Get rid of my no longer needed fprintfs.Andrzej J.R. Hunt1-5/+2
2012-08-22remove unused module-description xml filesMatúš Kukan28-632/+0
2012-08-22Bluetooth connection working (Linux).Andrzej J.R. Hunt9-63/+154
2012-08-22do not deliver these module-description xml filesMatúš Kukan1-28/+0
2012-08-22Resolves: rhbz#842292 crash in calling callback whose instance was deletedCaolán McNamara4-9/+33
2012-08-22Resolves: rhbz#846775 Clipboard must be disposed before SelectionCaolán McNamara2-3/+4
2012-08-21Added bluez_bluetooth headers as a module.Andrzej J.R. Hunt3-114/+1
2012-08-21fdo#47434 testcaseKorrawit Pruegsanusak3-0/+149
2012-08-21More LINUX-ismStephan Bergmann1-1/+1
2012-08-21stdint.h is not C++98Stephan Bergmann1-1/+0
2012-08-20Include winsock2 instead of winsock for discovery.Andrzej J.R. Hunt1-1/+2
2012-08-20Put a few (GNU/)Linuxisms inside ifdefsTor Lillqvist1-2/+4
2012-08-20Bluetooth discovery and attempts at communication.Andrzej J.R. Hunt7-4/+335
2012-08-18use a slightly more sane castBjoern Michaelsen1-1/+1