summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2013-10-15callcatcher: update unused codeCaolán McNamara
Change-Id: Ia2452eb82139039e1e6dc98e61ffb32b4091b94f
2013-10-15update pchThomas Arnhold
Change-Id: I475bee35ca5d24903d85e7f2427fab0e47d8db4d
2013-10-14D-Bus is not thread safeStephan Bergmann
...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
2013-10-14Remove unused/null sd::ClientBox::m_pServerStephan Bergmann
Change-Id: I5d79bcd75088d5ba2aa773ebf0809281cab07924
2013-10-14fdo#61950 De-extensionize presentation minimizerDavid Ostrovsky
Change-Id: I87805ceacf184d5aa5faae68e8bb932391ace7fb Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-11have another shot at placing the expander checkitem optimallyCaolán McNamara
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
2013-10-11Resolves: fdo#70229 restore ResID logic to ui ctorCaolán McNamara
Change-Id: Ib4df8fc317e6fd21531a9dbd898cbdeef0783452
2013-10-11drop now unused CustomAnimationPane.src and friendsCaolán McNamara
Change-Id: Ida492cc72c7d5e26a220abf22c896cb45dee6130
2013-10-11Restore persistent userpaint functionality in slideshow.Thorsten Behrens
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
2013-10-11CID#1103760 uninitialized membersCaolán McNamara
Change-Id: I81cfd90640be41f0e09fdb38f765fcef77a59b6f
2013-10-11CID#1103763 uninitialized memberCaolán McNamara
Change-Id: Ib6b003160a36e4dcdfab603def10c2731828806e
2013-10-10CID#1103712 big element passed by valueCaolán McNamara
Change-Id: Ib5ffd719d7054e36605190c521d8650d6b6e2728
2013-10-10n#819614: Lines running off the screens.Muthu Subramanian
Also fixed the test cases.
2013-10-09Resolves: #i123359# need to call SdrEndTextEdit before...Armin Le Grand
manipulating objects at model/view (cherry picked from commit b5e8564995cd92e19cadcf8a6e9151be3efeeff4) Change-Id: Ie282370c7fc2dea4f9d59d85aac742b41d7c4541
2013-10-09update unusedcode listCaolán McNamara
Change-Id: I201985753fc53f037807e7870c6786a442717d6e
2013-10-08Resolves: #i119056# Added direct refreshes for objects dependent...Armin Le Grand
on HeaderFooterSettings (cherry picked from commit b94437b6dfe60904f9c89608c15ed55dc3ce277d) Change-Id: I4e21876f83fc160883c0ffdee5941ee7488e35c8
2013-10-08CID#1079314 uninitialized membersCaolán McNamara
Change-Id: I3f10b7ae435f466752914ef6d98ce5f6e923b785
2013-10-07change default line color to Tango: Sky Blue 2Ivan Timofeev
Change-Id: I3e2139cb1d12fe1849d87b438ab3f55fc21fa574
2013-10-07XCanvas does no longer imply XBitmapCanvasThorsten Behrens
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
2013-10-07Resolves: rhbz#1015281 crash on clicking custom animationCaolán McNamara
Change-Id: Ibb4519a3d41266ae16fcb93567cf5b5c67066b0c
2013-10-07CID#1028072 leak undo in corner caseCaolán McNamara
Change-Id: If2371a25c9030c13617df692e82729090280d8f0
2013-10-06make system-bluez build not use -I$S/bluez_bluetooth/inc in sd...Rene Engelhard
Change-Id: Icdd90a7aadf7cfbc464e11a1e0386576cbc5c06c
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
2013-10-04fdo#39674 fix some spellingThomas Arnhold
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
2013-10-02WaE: unused variableTor Lillqvist
Change-Id: If669e501382d2ea7ea09117a13baa48233f8f655
2013-10-02Resolves: #i123276# Properly forward Deactivate() call...Andre Fischer
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
2013-10-02Revert "Resolves: fdo#66924 switching to master view is broken"Caolán McNamara
This reverts commit 4a578dc9c7b9c5697f624807790565c99ccb919d.
2013-10-02More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptrStephan Bergmann
...as needed by Clang trunk towards 3.4. Change-Id: Ibbfe9cb0ec03e0aed939d769feee9e046af4741f
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann
(avoids warnings about std::auto_ptr ctor being deprecated) Change-Id: I39d2d155c0bc62ca77a30c02428ea39102213f42
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I8a062156ca81a946040bf0f8db4ec8c32a9963e8
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I5939bcc0fbb12919ff7e4521cd6a71be57635434
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I93e9fdf4607bbd964a7557ef0b1788bf901c2c50
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: Id530355d5f014bb02507b3c493b74a98ee3409ee
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: Ie9611fc32c046059425a4b14988d69574869c3c5
2013-10-02sdremote: simplify version string creation.Michael Meeks
Change-Id: I764d857679bdaafd40a46c80c461d787c6da144a
2013-10-02Add sending server information after pairing.Artur Dryomov
Basically it is only version at moment. Should be helpful for protocol versioning. Change-Id: I57fd5d73f783c32393c0b3fb9a4573cb6852060e
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan
..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>
2013-10-01Convert edit field dialog to widget UIManal Alhassoun
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>
2013-09-30fdo#62082 Better Layout for Custom Animation SidebarSamuel Mehrbrodt
* 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>
2013-09-30Convert Draw object & background dialog to new UIOlivier Hallot
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>
2013-09-30Convert Draw char dialog to widget UIOlivier Hallot
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>
2013-09-30Convert Draw page dialog to Widget UIOlivier Hallot
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>
2013-09-29Kill internationaloptions page, it has been unused for years.Jan Holesovsky
Change-Id: Ia528bf60a8af81b17ca18ad5eb305bed59818d05
2013-09-27cppcheck: Variable nActNumLvl reassigned before old value usedJulien Nabet
Change-Id: I6d745b80b0d72033be12d8f78ebdbcdabeabd579
2013-09-26typo fixes in commentsAndras Timar
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
2013-09-23Try to fix cross-compilationTor Lillqvist
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
2013-09-22unused typedefCaolán McNamara
Change-Id: Ib07f06b1fa0402795fa4b5b33574f53e4d266ab2
2013-09-22WaE: unused variables.Andrzej J.R. Hunt
Change-Id: I269c5fd4817059f33df111f12ffd16ef8241a2fc
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd