summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Expand)AuthorAgeFilesLines
...
* move -DENABLE_SDREMOTE together with the filesRene Engelhard2012-09-181-6/+5
* Hopefully the last ENABLE_SDREMOTE fix.Andrzej J.R. Hunt2012-09-181-0/+2
* Fix mispaste.Andrzej J.R. Hunt2012-09-181-1/+1
* actually define ENABLE_SDREMOTE in sdRene Engelhard2012-09-181-0/+6
* Some more fixes for ENABLE_SDREMOTE.Andrzej J.R. Hunt2012-09-183-2/+7
* Wrap all external use of RemoteServer in ENABLE_SDREMOTE.Andrzej J.R. Hunt2012-09-182-0/+8
* Hopefully fix the remote config access to work with the new schema.Andrzej J.R. Hunt2012-09-181-3/+3
* Switch bluetooth discoverability on when remote dialog shown (Linux).Andrzej J.R. Hunt2012-09-186-33/+201
* add --with-system-bluez and alöllow disabling of sdremoteRene Engelhard2012-09-183-15/+20
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+0
* -Werror=unused-parameterStephan Bergmann2012-09-182-8/+1
* Provide client with state of server on startup.Andrzej J.R. Hunt2012-09-184-3/+25
* Add pin_validating message to protocol to allow for feedback in app.Andrzej J.R. Hunt2012-09-171-0/+2
* Cppcheck: remove duplicate if/else in sd.Thorsten Behrens2012-09-171-5/+2
* Easyhack 50089Douglas Rodrigues de Almeida2012-09-173-16/+16
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-09-161-1/+1
* Prefer prefix ++/-- operators for non-primitive typeJulien Nabet2012-09-161-4/+4
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-144-8/+9
* - fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel)Rob Snelders2012-09-143-115/+72
* Add support for Windows Bluetooth Stack.Andrzej J.R. Hunt2012-09-132-6/+101
* small optimizationRadek Doulik2012-09-121-2/+2
* -Werror,-Wunused-private-field (various sd)Stephan Bergmann2012-09-1143-121/+26
* -Werror,-Wunused-private-field workaround (BluetoothServer)Stephan Bergmann2012-09-111-6/+3
* -Werror,-Wnon-literal-null-conversion (GetDrawOutliner(* pObj=NULL))Stephan Bergmann2012-09-112-4/+4
* -Werror,-Wnon-literal-null-conversionStephan Bergmann2012-09-111-1/+1
* XubString->rtl::OUStringCaolán McNamara2012-09-119-37/+36
* On error, properly exit from Impress RemoteServer::getClientsThorsten Behrens2012-09-111-2/+3
* n#778859: Add unit test case.Muthu Subramanian2012-09-102-0/+20
* Replace DBusGObjectPath with char to hopefully compile on older dbus-glib.Andrzej J.R. Hunt2012-09-062-3/+7
* try to use old animations when new ones doesn't contain any leave nodeRadek Doulik2012-09-064-27/+63
* offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl2012-09-062-4/+6
* Moved all internal details for ClientInfo out of the header.Andrzej J.R. Hunt2012-09-062-28/+25
* Some clean up of previous commitStephan Bergmann2012-09-051-1/+1
* fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin2012-09-051-2/+2
* Port remote from gdbus to dbus-glib.Andrzej J.R. Hunt2012-09-054-60/+62
* Restore correct saving of authorised servers.Andrzej J.R. Hunt2012-09-041-4/+7
* Explicit rtl::OUString ctors no longer neededStephan Bergmann2012-09-031-2/+4
* fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin2012-09-032-26/+17
* fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2012-09-031-7/+6
* Some error handling for dbus / bluetooth.Andrzej J.R. Hunt2012-09-032-87/+29
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-311-1/+1
* Do the same thing for gio as we do for dbusCaolán McNamara2012-08-302-8/+3
* Use gio only on LinuxTor Lillqvist2012-08-301-1/+6
* missing symbols are in gioCaolán McNamara2012-08-301-1/+1
* Fixed remotecontrol build without gtkCédric Bosdonnat2012-08-301-1/+1
* Return to StartPresentationActivity when slideshow finishes.Andrzej J.R. Hunt2012-08-291-0/+2
* Saving of authorised remotes.Andrzej J.R. Hunt2012-08-281-2/+62
* Seemingly off-by-one painting error in Impress' ViewShell.Jan Holesovsky2012-08-231-2/+5
* Disable bluetooth on Linux for glib < 2.26.Andrzej J.R. Hunt2012-08-231-1/+4
* Conversion from 'void*' to pointer to non-'void' requires an explicit castTor Lillqvist2012-08-231-1/+1