summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)AuthorFilesLines
2012-09-17Easyhack 50089Douglas Rodrigues de Almeida3-16/+16
UI accelerator keys missing in sections Table Design and Slide Transition of task pane. I chose characters that are not used as menus keys. Change-Id: Ide70e4703b0e27e001d487e07fa05fb14481cad2 Reviewed-on: https://gerrit.libreoffice.org/629 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-16Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
Change-Id: I4028296dd86eef2b8f84cab15eba3c4c15b18c6f
2012-09-16Prefer prefix ++/-- operators for non-primitive typeJulien Nabet1-4/+4
Change-Id: I0373b40ee404c74ca3c2bd479c5f7b18b7495548
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann4-8/+9
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-14- fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel)Rob Snelders3-115/+72
Change-Id: Ifd45a289a5a7b0cb87100e1ff3854ec72143019c Reviewed-on: https://gerrit.libreoffice.org/526 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2012-09-13Add support for Windows Bluetooth Stack.Andrzej J.R. Hunt2-6/+101
Change-Id: I3a039889a033591c81e0fd531de3b053e8fa1b3e
2012-09-12small optimizationRadek Doulik1-2/+2
Change-Id: I236d6580f92ad7c0269c42471f187f5ce7b8094d
2012-09-11-Werror,-Wunused-private-field (various sd)Stephan Bergmann43-121/+26
Change-Id: Ib0756e3730783f2c842a835782452279ad8f189b
2012-09-11-Werror,-Wunused-private-field workaround (BluetoothServer)Stephan Bergmann1-6/+3
Change-Id: I7c5428c74f6d7ff759ed9853cb44bcd7c2d3d514
2012-09-11-Werror,-Wnon-literal-null-conversion (GetDrawOutliner(* pObj=NULL))Stephan Bergmann2-4/+4
Change-Id: Id7c6b45411f0786e416bab7e70570d5d921bf216
2012-09-11-Werror,-Wnon-literal-null-conversionStephan Bergmann1-1/+1
The wrong use of GetBoolValue overload appears to be in there "for a very long time already." Change-Id: I14c8ffefd5f16c52e6eb4197bc50b7f0b4ca322e
2012-09-11XubString->rtl::OUStringCaolán McNamara9-37/+36
Change-Id: If7e5d015c95f8f173750ca32e061d69f56e2d93e
2012-09-11On error, properly exit from Impress RemoteServer::getClientsThorsten Behrens1-2/+3
Looks like the actual return was missing in front of the empty vector. Change-Id: I0ccf0be53ef54138a3ebffab7b09b93b8c629aa0
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
The typedef for DBusGObjectPath is only present in newer versions of dbus-glib. It is equivalent to a gchar. Change-Id: I1660234760fde7c7d88721f39d86a820c89040cc
2012-09-06try to use old animations when new ones doesn't contain any leave nodeRadek Doulik4-27/+63
- fixes part of n#759172 Change-Id: Id7abecd55edba6dadf16e275192e5251d0a86274
2012-09-06offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl2-4/+6
The service implementation used "com.sun.star.frame.UICommandDescription" since forever, so the IDL file was essentially wrong documentation. But since 7a464263cc5c2ca2b7128734ff4860e02d662818 converted the service to new-style, it cannot be instantated any more and e.g. clicking on Tools->Customize crashes. (Adapting the implementation instead would be an incompatible change.) Change-Id: I564bddaf3836827f5b72360a2bde19d6158b7ba5
2012-09-06Moved all internal details for ClientInfo out of the header.Andrzej J.R. Hunt2-28/+25
Change-Id: I64102536f12875b9834ce99763925f1544a87e8f
2012-09-05Some clean up of previous commitStephan Bergmann1-1/+1
Change-Id: I14097acf09e9663af7d7abc5f0c9d481880ecc51
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-2/+2
Create a merged XModuleManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Explicitly document the XNameReplace interface in the IDL, which is already implemented by the service, since there is code currently using it. Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853
2012-09-05Port remote from gdbus to dbus-glib.Andrzej J.R. Hunt4-60/+62
Change-Id: I291ee5d32110d2fffd976f3e5257daf976428a76
2012-09-04Restore correct saving of authorised servers.Andrzej J.R. Hunt1-4/+7
Change-Id: Ibb1eaab3ceb4aba8a73594c87d9fd487169e0143
2012-09-03Explicit rtl::OUString ctors no longer neededStephan Bergmann1-2/+4
Change-Id: Iedad8f705ee54aa1663ef2735a7e847fdd4bd5f8
2012-09-03fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin2-26/+17
Change-Id: Ibca112904f137ff981ae9be3e5bd56aa11aec352
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin1-7/+6
Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9
2012-09-03Some error handling for dbus / bluetooth.Andrzej J.R. Hunt2-87/+29
Change-Id: Ib06f1deb620140e215411650132aefa6b76dbfbe
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+1
Change-Id: Id2034a3ec40e1cfcd21f60e19f4faa99bb1f6164
2012-08-30Do the same thing for gio as we do for dbusCaolán McNamara2-8/+3
and add -DENABLE_GIO to flags at build-time and an empty gb_LinkTarget__use_gio when disabled. Change-Id: I4adf0701a3d490cceecc00f6b81d6416a1e83088
2012-08-30Use gio only on LinuxTor Lillqvist1-1/+6
Change-Id: Ice64f084a04b879ccaec66f9a679f82ab9001547
2012-08-30missing symbols are in gioCaolán McNamara1-1/+1
Change-Id: I6c746d678f8472251b6d2139b7c46ffe2a7767c0
2012-08-30Fixed remotecontrol build without gtkCédric Bosdonnat1-1/+1
Change-Id: I3b2118dea19a8ef3683ce192b3be703114bc02ae
2012-08-29Return to StartPresentationActivity when slideshow finishes.Andrzej J.R. Hunt1-0/+2
Change-Id: Id91226046ecb89c2cd14d03eb4a99d0ad4b7b027
2012-08-28Saving of authorised remotes.Andrzej J.R. Hunt1-2/+62
Change-Id: I4cf6542352ac4213e66e2bbd6cc54d4f9372de62
2012-08-23Seemingly off-by-one painting error in Impress' ViewShell.Jan Holesovsky1-2/+5
In fact, it is not a off-by-one, just the scrollbars do not align with the splitters; so adjust it to fit better. Change-Id: I062b5da6baf4c20bedbf69301066547dcd1ace20
2012-08-23Disable bluetooth on Linux for glib < 2.26.Andrzej J.R. Hunt1-1/+4
Change-Id: If5fae4166b2f935f5d7613799370dd0de28b498c
2012-08-23Conversion from 'void*' to pointer to non-'void' requires an explicit castTor Lillqvist1-1/+1
Change-Id: Ia7e0a436d462fc98b458f80f2abae409419c11c1
2012-08-23Some clean up after previous commitStephan Bergmann1-0/+3
Change-Id: Ie419c769c5d661d51c1b43b9808791dcf9e1725c
2012-08-23send()/recv() on sockets (instead of write()/read()) for Windows portabilityTor Lillqvist1-2/+2
Change-Id: Ifaa890d87021c7786c7392f52d4f29b0779a7668
2012-08-22Remove extended initializer list -- use memset for BDADDR_ANY.Andrzej J.R. Hunt1-1/+2
Change-Id: Iea10ffdf6443a33c3dd6106b69c126945763b778
2012-08-22Get rid of my no longer needed fprintfs.Andrzej J.R. Hunt1-5/+2
Change-Id: Ic4878cb8c25e7a361d293968037430f7f956ddc1
2012-08-22remove unused module-description xml filesMatúš Kukan28-632/+0
Change-Id: I531e47538f308ee43e0fe8d7db59f525e45942c3
2012-08-22Bluetooth connection working (Linux).Andrzej J.R. Hunt9-63/+154
Change-Id: Iac77c3ce0ab0ea7bda3105c58859888e55e64d2d
2012-08-22do not deliver these module-description xml filesMatúš Kukan1-28/+0
Change-Id: Ife2f42b3a917ece10dc7ee9fcd83f1558084c4f1 Reviewed-on: https://gerrit.libreoffice.org/454 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-08-22Resolves: rhbz#842292 crash in calling callback whose instance was deletedCaolán McNamara4-9/+33
Change-Id: I4cc04d59f48b42cc105703daa9983dd7c9f7af62
2012-08-22Resolves: rhbz#846775 Clipboard must be disposed before SelectionCaolán McNamara2-3/+4
Change-Id: I968bc6da85cd444d504b08f85300a1fe251cdeee
2012-08-21Added bluez_bluetooth headers as a module.Andrzej J.R. Hunt3-114/+1
Change-Id: Id9f4e59b5c46c7bee3cf0b129f523d963c0407a6
2012-08-21fdo#47434 testcaseKorrawit Pruegsanusak3-0/+149
Change-Id: Ib69fa1fff94b7a3403a45fb948ff9e7b1ebc4f0f
2012-08-21More LINUX-ismStephan Bergmann1-1/+1
Change-Id: I7a396445a5244ff9683ca10c13c139646e313911
2012-08-21stdint.h is not C++98Stephan Bergmann1-1/+0
...and appears to be unused here, anyway. Change-Id: I8dc82b8b6a37b9762baf30a7bfa6e5ae2723eb0e
2012-08-20Include winsock2 instead of winsock for discovery.Andrzej J.R. Hunt1-1/+2
Change-Id: I86aa527fe913ec6fc1ca566e083eadd64b4db2a5