Age | Commit message (Collapse) | Author |
|
Change-Id: Ia2452eb82139039e1e6dc98e61ffb32b4091b94f
|
|
Change-Id: I475bee35ca5d24903d85e7f2427fab0e47d8db4d
|
|
...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
|
|
Change-Id: I5d79bcd75088d5ba2aa773ebf0809281cab07924
|
|
Change-Id: I87805ceacf184d5aa5faae68e8bb932391ace7fb
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
reverts 03569dc7d38e4edf3f3e50f7dff3252116c28ab1 "I hate the positioning of the
expander checkitem in hierarchical view". I still hate it, so merge together
the various places where different efforts are made to try and position the
checkitem optimally and provide a single central place to do that.
Change-Id: I047504945fb5bf94e5f451007eb74328b8b56785
|
|
Change-Id: Ib4df8fc317e6fd21531a9dbd898cbdeef0783452
|
|
Change-Id: Ida492cc72c7d5e26a220abf22c896cb45dee6130
|
|
This was part of i103174 - Code from the ecntablet and eraser CWS;
optionally improves user paint interactions in slideshow, and got
accidentally cleaned away for being commented out.
Change-Id: I4fb87a3e1cb834e10ae766ed8c58cd6f2397c45f
|
|
Change-Id: I81cfd90640be41f0e09fdb38f765fcef77a59b6f
|
|
Change-Id: Ib6b003160a36e4dcdfab603def10c2731828806e
|
|
Change-Id: Ib5ffd719d7054e36605190c521d8650d6b6e2728
|
|
Also fixed the test cases.
|
|
manipulating objects at model/view
(cherry picked from commit b5e8564995cd92e19cadcf8a6e9151be3efeeff4)
Change-Id: Ie282370c7fc2dea4f9d59d85aac742b41d7c4541
|
|
Change-Id: I201985753fc53f037807e7870c6786a442717d6e
|
|
on HeaderFooterSettings
(cherry picked from commit b94437b6dfe60904f9c89608c15ed55dc3ce277d)
Change-Id: I4e21876f83fc160883c0ffdee5941ee7488e35c8
|
|
Change-Id: I3f10b7ae435f466752914ef6d98ce5f6e923b785
|
|
Change-Id: I3e2139cb1d12fe1849d87b438ab3f55fc21fa574
|
|
Remove the implication that XCanvas IS-A XBitmapCanvas, i.e. one can
access underlying pixels. That's a preparation for display-list based
canvas implementations, and was a rather silly assumption in the first
place.
Also fixes up all client sites.
Change-Id: I7a3d6f68ef46fe94b23cce7759cc0b8b6ca4dae9
|
|
Change-Id: Ibb4519a3d41266ae16fcb93567cf5b5c67066b0c
|
|
Change-Id: If2371a25c9030c13617df692e82729090280d8f0
|
|
Change-Id: Icdd90a7aadf7cfbc464e11a1e0386576cbc5c06c
|
|
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
|
|
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
|
|
Change-Id: If669e501382d2ea7ea09117a13baa48233f8f655
|
|
and still don't broadcast context change.
(cherry picked from commit 520cc667c80cea6bb48422825250b72ff36bb4ef)
Conflicts:
sd/source/ui/view/drviews1.cxx
sfx2/inc/sfx2/shell.hxx
sfx2/inc/sfx2/sidebar/ContextChangeBroadcaster.hxx
sfx2/source/control/shell.cxx
sfx2/source/sidebar/ContextChangeBroadcaster.cxx
Change-Id: I753009041a999bc31a0528e37f0a499897f311c5
|
|
This reverts commit 4a578dc9c7b9c5697f624807790565c99ccb919d.
|
|
...as needed by Clang trunk towards 3.4.
Change-Id: Ibbfe9cb0ec03e0aed939d769feee9e046af4741f
|
|
(avoids warnings about std::auto_ptr ctor being deprecated)
Change-Id: I39d2d155c0bc62ca77a30c02428ea39102213f42
|
|
Change-Id: I8a062156ca81a946040bf0f8db4ec8c32a9963e8
|
|
Change-Id: I5939bcc0fbb12919ff7e4521cd6a71be57635434
|
|
Change-Id: I93e9fdf4607bbd964a7557ef0b1788bf901c2c50
|
|
Change-Id: Id530355d5f014bb02507b3c493b74a98ee3409ee
|
|
Change-Id: Ie9611fc32c046059425a4b14988d69574869c3c5
|
|
Change-Id: I764d857679bdaafd40a46c80c461d787c6da144a
|
|
Basically it is only version at moment. Should be helpful for protocol
versioning.
Change-Id: I57fd5d73f783c32393c0b3fb9a4573cb6852060e
|
|
..instead of .xcu files in solver/*/xml/registry
when running unittests and gengal.
Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a
Reviewed-on: https://gerrit.libreoffice.org/6057
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Conflicts:
sd/AllLangResTarget_sd.mk
Change-Id: I7f60b1ac8a59e5e4a460fd26754dd83a7835ed45
Reviewed-on: https://gerrit.libreoffice.org/6073
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
* Use a toolbar with Icons instead of buttons with text
* Remove the "Start Presentation" button - it's already in the global toolbar
* Move the List of Animations to the top, the toolbar below it
This has already been discussed in the Design team (see bug report)
Change-Id: Iacbb4019ce496f1fc0dd7a252fb84f1ab52cc945
Reviewed-on: https://gerrit.libreoffice.org/6055
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Conflicts:
sd/UIConfig_sdraw.mk
Change-Id: I5625420bb374c03da0095065444787d082df8038
Reviewed-on: https://gerrit.libreoffice.org/6066
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Conflicts:
sd/UIConfig_sdraw.mk
Change-Id: I1635e21d3bcfa708b4e6b99e5ec5bd00448e1f59
Reviewed-on: https://gerrit.libreoffice.org/6054
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I65cb85e4f8ce3f234e6d9ae780a83db04c23f0f6
Reviewed-on: https://gerrit.libreoffice.org/6053
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ia528bf60a8af81b17ca18ad5eb305bed59818d05
|
|
Change-Id: I6d745b80b0d72033be12d8f78ebdbcdabeabd579
|
|
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
|
|
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
|
|
Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions.
Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT.
Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
|
|
Change-Id: Ib07f06b1fa0402795fa4b5b33574f53e4d266ab2
|
|
Change-Id: I269c5fd4817059f33df111f12ffd16ef8241a2fc
|
|
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
|