summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-19Improve error message on token inconsistencySamuel Mehrbrodt
Change-Id: Ib8f4d0d008b495139defb162b1b5105e5e271c67 Reviewed-on: https://gerrit.libreoffice.org/51536 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2018-03-19Write signatureline element after imagesSamuel Mehrbrodt
The importer expects an image to exist when parsing the signatureline element Change-Id: I30c0ffad294229e0d2b09b5d7c31a692e714a3d5 Reviewed-on: https://gerrit.libreoffice.org/51534 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2018-03-19tdf#116489 - fix ucb TaskManager deadlock.Michael Meeks
Change-Id: Ia362db52e7b078203964704569e1d54f053f2b57 Reviewed-on: https://gerrit.libreoffice.org/51544 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2018-03-19tdf#115420 fix DC usecount and drop wrong assertsJan-Marek Glogowski
For DC initialization we check the thread ID to assign a normal or cached DC to the corresponding WinSalGraphics variable. The cached DC has a usage count, as there are some limits on cached DCs count (DCX_CACHE). But for the WinSalGraphics DC init and release the variable just matters for the accounting, and generally which thread is doing the calls: the non-main thread always has to relay them to the main application thread. Since we're releasing all WinSalGraphics in ~WinSalFrame and do all release and re-init in ImplSetParentFrame, there is no way to correspond the thread ID to the WinSalGraphics variable. So this drops the wrong assertions based on the WinSalGraphics variables and renames the GETDC message to GETCACHEDDC to make usage of a cached DC (DCX_CACHE) more obvious. As a consequence of the different release DC handling this also fixes the accounting of the cached DCs, wich was broken in the initial fix; commit c15ea73f960bbd3d2a4b0c43b467ac62eeba3505 Change-Id: I11ce52a1b4005f26567f92588437fa37bf227a2e Reviewed-on: https://gerrit.libreoffice.org/51318 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2018-03-19tdf#116364: Revert "tdf#113660: show Master Slide label in handout view"Xisco Faulí
This reverts commit 605b01dc591eaa72788be255baf1f9b9dde76414. Change-Id: I99a2de6a425b1ecd2e9059a9867adac3fc75e619 Reviewed-on: https://gerrit.libreoffice.org/51403 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2018-03-19curl: upgrade to release 7.59.0Michael Stahl
Just for the record, the CVEs don't affect LO because RTP/RTSP/LDAP are disabled and FTP UCP doesn't use CURLFTPMETHOD_SINGLECWD. Change-Id: Ib3872aab9592c2388ee4fd03c3a3113cb2e69b59 Reviewed-on: https://gerrit.libreoffice.org/51539 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2018-03-19tdf#115806: Remember last active deck also on context switchKatarina Behrens
within 1 application Change-Id: Icab6dea9f9a7895732c41e6d96b9d4546cf0001f Reviewed-on: https://gerrit.libreoffice.org/51530 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2018-03-19weld pdf warning dialogCaolán McNamara
Change-Id: I80b8324dcd575f6b537c4a0be264f0446c0fc32f Reviewed-on: https://gerrit.libreoffice.org/51516 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-03-19set parent window for interaction dialogs for pdf export (etc)Caolán McNamara
Change-Id: I6a1df74d4737c5fe040c0131f3c8149ef81e8410 Reviewed-on: https://gerrit.libreoffice.org/51520 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-03-19use sw::WriterMultiListener instead of SwDepend in SwEndNoteInfoBjoern Michaelsen
Change-Id: I9d313ee573728d4b593183b441a3be2062ecbf5c Reviewed-on: https://gerrit.libreoffice.org/51185 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
2018-03-19sd: fix incorrect visible center calculationPranav Kant
Don't call PixelToLogic twice. Thanks Ashod for noticing. Change-Id: Id280dad7e310ceaf8678f900e6e70214848dd925 Reviewed-on: https://gerrit.libreoffice.org/51529 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: pranavk <pranavk@collabora.co.uk>
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke
and a few vclunohelper includes Change-Id: I4803605766d155fe5044c2a65c0444631146831c Reviewed-on: https://gerrit.libreoffice.org/51496 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-03-19cid#1430098: mbInSyncExecute is uninitializedPranav Kant
Change-Id: Id5288ce8680b121522c1e35edc52ef24be4ead8b
2018-03-19move bitmap copy code from CanvasBitmapHelper to vclNoel Grandin
part of making GetAlpha/GetMask an internal detail of vcl Change-Id: Ie1740df3d6435d9f0f2de3297e7f224d2c6b3cc5 Reviewed-on: https://gerrit.libreoffice.org/51436 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-03-19move pixel color extracting from canvas to BitmapExNoel Grandin
part of making GetAlpha/GetMask an internal detail of vcl Change-Id: I874a68f340cd3074cfbeb6303f52adeeb13e56a5 Reviewed-on: https://gerrit.libreoffice.org/51435 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-03-19drop ErrCode::GetRestNoel Grandin
it was always a broken API because it includes the code, the class, and only part of the subsystemarea. Change-Id: I6f88b54aed2feab02a6aeaa783d7c642054b8075 Reviewed-on: https://gerrit.libreoffice.org/51430 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-03-19fix buildThorsten Behrens
Change-Id: If2776bbaef0eb5bf80fc7f816fe73fde4479d0d4 Reviewed-on: https://gerrit.libreoffice.org/51528 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-03-19Colibre icons: fix navigation barandreas kainz
Change-Id: I145262989b7898c78d9c15ecdfd9044c5677bce4 Reviewed-on: https://gerrit.libreoffice.org/51527 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-19Colibre icons: fix crop icons and some othersandreas kainz
Change-Id: I30c9201c39bddeeab381012c997b2194220dc164 Reviewed-on: https://gerrit.libreoffice.org/51526 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-19Clibre icons: add liststyle iconsandreas kainz
Change-Id: I14fdf6a1256fe28c47c44b174dba4849c125a001 Reviewed-on: https://gerrit.libreoffice.org/51525 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-19Colibre icons: update caption iconsandreas kainz
Change-Id: I9c0cb099f2f289ebe156712ca71c19ed5ea071c1 Reviewed-on: https://gerrit.libreoffice.org/51524 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-18tdf#45904 Move _Spreadsheet Java tests to C++Jens Carl
Change-Id: Ic540d06899def77313d6dc7e0a5241e1f9eeea54 Reviewed-on: https://gerrit.libreoffice.org/51491 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-03-18Colibre icons: update and add numberformat icons for calcandreas kainz
Change-Id: I8e8f83993381e13bcfc68a42d25f7553388e3b49 Reviewed-on: https://gerrit.libreoffice.org/51522 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-18cppcheck: arrayIndexThenCheckJulien Nabet
Change-Id: If30664066e3f3f99c02244e248e72406380069aa Reviewed-on: https://gerrit.libreoffice.org/51513 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2018-03-18Colibre icons: add missing cmd iconsandreas kainz
Change-Id: If8e4bce91c4eea66499675d00a938ff7cb731465 Reviewed-on: https://gerrit.libreoffice.org/51515 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-18this is sh, not make...Rene Engelhard
Change-Id: I15056272f254e8c993c143274eea1bb7f1a28cb7
2018-03-18add id column support to tree viewCaolán McNamara
Change-Id: I11702f58e488bcf3fcd49c45c11b5059298f81fd Reviewed-on: https://gerrit.libreoffice.org/51512 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-03-18tdf#115511: Make the description field keyboard-accessibleMuhammet Kara
in the Customize dialog. By setting an accelerator key, and also manually setting the WB_TABSTOP bit to include it in the tab navigation. Change-Id: I02ce9e2e78404401c9fc124df07f4f0c0b1e110e Reviewed-on: https://gerrit.libreoffice.org/51426 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-03-18revert accidentially comitted local changes :(Rene Engelhard
Change-Id: Icaee7383332240b8b1780f5524d2faf55feb6e76
2018-03-18actually add HAVE_GPGCONF_SOCKETDIR to config_host.mk.in...Rene Engelhard
Change-Id: Ib98112a31f9df44a8b03b00f3348193d16ff1390
2018-03-18actually add GPGCONF to config_host.mk.inRene Engelhard
Change-Id: Iebc767f920bbe8e017bb748e1298c58c7d470ec6
2018-03-18ofz#5313 endless loopCaolán McNamara
Change-Id: I994944ce8b71b225334bd0aed8356a81d73a643a Reviewed-on: https://gerrit.libreoffice.org/51510 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-03-18ofz#6990 Integer-overflowCaolán McNamara
Change-Id: Ie6a29b44c3b8fb984801d6bc36eb60f45d2f00d4 Reviewed-on: https://gerrit.libreoffice.org/51467 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-03-18properly check for gpgconf (and --create-socketdir) workingRene Engelhard
Change-Id: I21268e5950381845eb90bf66a42a99adc3821eaa Reviewed-on: https://gerrit.libreoffice.org/51493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-03-18gpg4libre: fix failing gpg test due to over-long filenamesThorsten Behrens
With long workdir path, gpg sometimes fails with 'gpg: can't connect to the agent: File name too long' error. WK recommends to create preferred socket dir under /run/user, needs prepping though via gpgconf. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=84720 Change-Id: I2edb27758b2d4581d54eabf549dcdfed0106dba4 Reviewed-on: https://gerrit.libreoffice.org/50978 Tested-by: Rene Engelhard <rene@debian.org> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-03-18Colibre icons: update shadowed iconsandreas kainz
Change-Id: I73c82e4830186ad26e2f462aa46199b73e0126eb Reviewed-on: https://gerrit.libreoffice.org/51508 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-18Colibre icons: update graf and color iconsandreas kainz
Change-Id: I83d2f1356e788316bfda210592fe49d90dc79b0b Reviewed-on: https://gerrit.libreoffice.org/51507 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-18uitest for bug tdf#113284Zdeněk Crhonek
Change-Id: If4e9875344da2525b5f7bdb658ad0096d923ead7 Reviewed-on: https://gerrit.libreoffice.org/51285 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2018-03-18uitest for bug tdf#86253Zdeněk Crhonek
Change-Id: If5488988ba581108d96797e58d001152cff1ad38 Reviewed-on: https://gerrit.libreoffice.org/51088 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2018-03-18Colibre icons: update searchdialog icons and fix wrong folderandreas kainz
Change-Id: I43ba5ffa8cf76f7c9344a31ab0fb40d5505c2007 Reviewed-on: https://gerrit.libreoffice.org/51505 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-18Colibre icons: update thesaurus iconsandreas kainz
Change-Id: Ie779281677bd212f0c45143e83e87ac706ffd57b Reviewed-on: https://gerrit.libreoffice.org/51504 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-18Colibre icons: fix graphic iconsandreas kainz
Change-Id: Icd7fcd9c7fda5582eaa44ada16cb9431ec84366a Reviewed-on: https://gerrit.libreoffice.org/51502 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-18Colibre Icons: update field iconsandreas kainz
Change-Id: I59c6cac38ab916583e6c70384657ba531969e8e5 Reviewed-on: https://gerrit.libreoffice.org/51503 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-18ofz#6999 check available data lenCaolán McNamara
Change-Id: I89a7913d35706ee5797beee654ef99be088431b8 Reviewed-on: https://gerrit.libreoffice.org/51497 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-03-18Access2Base - FIX EditMode property of Recordset classJean-Pierre Ledure
EditMode must return an integer instead of a boolean
2018-03-18Colibre icons: update pink color to red16andreas kainz
Change-Id: Id550e89c4fe363721b436cea28081b5a2a55b916 Reviewed-on: https://gerrit.libreoffice.org/51501 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-18Colibre icons: update chart2 iconsandreas kainz
Change-Id: Ie62ff6708f549b5a500aec91633a74ffd007c58d Reviewed-on: https://gerrit.libreoffice.org/51500 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-18SetMessagesWidths can be private nowCaolán McNamara
Change-Id: Ie7f4e0c0695774b1a7b85ca7b42247fd8db76d27 Reviewed-on: https://gerrit.libreoffice.org/51477 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-03-18unify the message dialogs with extra widgets casesCaolán McNamara
Change-Id: I9ad3573b15d24c3d1737b9f450792952ae20a31b Reviewed-on: https://gerrit.libreoffice.org/51476 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-03-18uitest for tdf#62267Zdeněk Crhonek
Change-Id: I49cad5ebfb459f881aa1520e18f32c1e3ac42327 Reviewed-on: https://gerrit.libreoffice.org/51235 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>