- 15 Eki, 2013 6 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I06e3134aeef27f13969f6d9d7d81b916bc93e8e2
-
Stephan Bergmann yazdı
Change-Id: I5f99e79e21bd33561dab10cb7044f2fa148ef156
-
Stephan Bergmann yazdı
Change-Id: I435f2781be620fa910a40a49fde19ecc81a70974
-
Stephan Bergmann yazdı
Change-Id: I7bd0fb541f16e39400b40742e92b501be086c887
-
Stephan Bergmann yazdı
Change-Id: I0b203dd65f659533dd3db9f25a1d42569473df31
-
Thomas Arnhold yazdı
Change-Id: I475bee35ca5d24903d85e7f2427fab0e47d8db4d
-
- 14 Eki, 2013 34 kayıt (commit)
-
-
Mathieu Parent yazdı
Change-Id: Ia8c6caa44ed8019a8139beb5a855f0f28805544d
-
Caolán McNamara yazdı
Change-Id: I16983832e5d12ae55a3db448bcef2550b000d496
-
Caolán McNamara yazdı
Change-Id: I7ab1baa96e004122bd03d7b057effaf6b1ca7fe2
-
Caolán McNamara yazdı
Change-Id: I3c1329a55b53365945406c515ff4e8e72792dcb6
-
Caolán McNamara yazdı
Change-Id: Ic41348b7ebce95325c8449c21b6f303ca54c2417
-
Caolán McNamara yazdı
Change-Id: I2e494843226b4dcb72eadfabd55f6e6de42ddfc6
-
Caolán McNamara yazdı
Change-Id: Iefef3ac1e56444e387916dd1eae65007152c831e
-
Miklos Vajna yazdı
Change-Id: I6b8d728011c2b70061dbdcdc3daba37422f99306
-
Miklos Vajna yazdı
Change-Id: I721fbbd7bcf33b6ab3535170afbf68e520134850
-
Miklos Vajna yazdı
Change-Id: Ic84ac4d58e14c3bc59d902ce535566cc7e59a5d8
-
Miklos Vajna yazdı
Change-Id: Icc20bb1de73c119efdb9dd80f35cdb9f2d342529
-
Armin Le Grand yazdı
(cherry picked from commit 2104f864) Change-Id: I3376d72317f27bfe7898e515ce1d2788761d1422
-
Caolán McNamara yazdı
Change-Id: Ibcb82ba8204fe94d31e32c74d8c2ade3228ff4f8
-
Stephan Bergmann yazdı
...so it could happen that both the main thread at > internal_bus_get > dbus_bus_get_private > avahi_dbus_bus_get > avahi_client_new > sd::AvahiNetworkService::setup > sd::DiscoveryService::DiscoveryService > sd::DiscoveryService::setup > SdDLL::RegisterRemotes [...] as well as the thread > internal_bus_get > dbus_bus_get > dbusConnectToNameOnBus > sd::BluetoothServer::run > threadFunc > osl_thread_start_Impl > start_thread spawned from the main thread at > sd::BluetoothServer::setup > sd::RemoteServer::setup > SdDLL::RegisterRemotes [...] are in D-Bus's internal_bus_get simultaneously (with disastrous consequences, like SEGV) despite the _DBUS_LOCK(bus) there, unless you previously called dbus_threads_init_default. (Which the D-Bus documentation makes you believe can be called from multiple threads, though a look at the implemenation makes it clear that it really should be called from the main thread before any other threads are created---which we still don't do; oh my.) Other places that (indirectly) use D-Bus (tubes/source/file-transfer-helper.c, vcl/generic/fontmanager/fontconfig.cxx, vcl/unx/gtk/window/gtksalframe.cxx might need this, too. Change-Id: I912829c615b46b05a89c07bd044b04f1e5f5e7ba
-
Stephan Bergmann yazdı
Change-Id: I5d79bcd75088d5ba2aa773ebf0809281cab07924
-
Caolán McNamara yazdı
Project: help 826848d005ee8d2af1b11f662f15bc3c083dde76
-
Caolán McNamara yazdı
Change-Id: I611c5cb7ab140a04e7ee4a78b6d828ca199c5624
-
Caolán McNamara yazdı
Change-Id: Iafb0b074ee9705d96d6deac9ade5baeb94586d74
-
Caolán McNamara yazdı
Change-Id: I0c39f08183d03be80c628cae9b6bffa614977ca7
-
Caolán McNamara yazdı
Project: help f83bc661383a6ec845b6e8e8b9b388d0ec02c5e0
-
Eike Rathke yazdı
just to make test not fail that was wrong anyway Change-Id: Ibbb8214b64be0e9a82e2bde406abdcfd2e84c734
-
Caolán McNamara yazdı
Change-Id: I571cc68bacce315ceafbe54deed6efeac51a6f1f
-
Eike Rathke yazdı
Change-Id: Icdd22fa0f1efcdd18cfea7cb48e1cbf2cf8d3533
-
Laurent Balland-Poirier yazdı
Change-Id: Ia65cffbf49929f44607c227a5c6167f4ca581e8a Reviewed-on: https://gerrit.libreoffice.org/6203Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Laurent Balland-Poirier yazdı
Conflicts: sc/source/ui/view/viewfunc.cxx Change-Id: If82a7c6e58af1cbba3748e42bf8ecce75cbebf18 Reviewed-on: https://gerrit.libreoffice.org/6202Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Chr. Rossmanith yazdı
Change-Id: I0c94a9ee10bd66422abd9526fcc9a9ce61d9a096 Reviewed-on: https://gerrit.libreoffice.org/6237Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Chr. Rossmanith yazdı
Change-Id: Ia7ac4594c1b9cb853b5f8f5bf76864703376710e Reviewed-on: https://gerrit.libreoffice.org/6236Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Chr. Rossmanith yazdı
Change-Id: I8a079f788204fc80c14a037b035ecf2690e18efd Reviewed-on: https://gerrit.libreoffice.org/6206Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Chr. Rossmanith yazdı
Change-Id: I281bd6872e44a122556462afd20a2af75c8b04fe Reviewed-on: https://gerrit.libreoffice.org/6195Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I0f929843d73eb445c8b1aa56d59cbbce844b9008
-
Stephan Bergmann yazdı
...was referenced from removed sdext/source/minimizer/description.xml Change-Id: I501860640eb899742f7850f626008b930bf8eab4
-
Stephan Bergmann yazdı
Change-Id: Ib2522c943df37c0b299120fcbdb262a74ee5f5f7
-
Stephan Bergmann yazdı
After de-extension-alization of Presentation Minimizer, it is important that its UNO implementation names are different from the ones used by the extension (in case the extension ever is installed as shared or per-user). For com.sun.star.comp.PPPOptimizer it appears to be easiest to not advertise this as a service at all, but rather instantiate the object directly where used. (For com.sun.star.comp.PresentationMinimizerImp the necessary renaming had been done in the previous commit already.) Change-Id: I954b715f2d434cecf9abd2776b39c4ed3152c5ec
-
Stephan Bergmann yazdı
...now that it is de-extension-alized. Change-Id: I74941d3280b7ebb8d801def59985548d8404f6c2
-