summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-18tdf#128964 Add time pause/resume button to Impress Presenter consoleSrijan Bhatia
Change-Id: I7263c3a8000b4d5930692cd2e32e84a22893dd66 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95955 Tested-by: Jenkins Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2020-06-18tdf#133982 sw: fix Copy of document that starts with nested tableMichael Stahl
Started to assert with ef8427d12a63127a2eb867637699343d630545dd because a bookmark was created on the wrong node but this never worked. Change-Id: Ife01a3c8041b4c7d08b2d749dde77ced388f7215 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96556 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-06-18tdf#134009 sw: prevent spurious undos in SwColumnFrame::DestroyImpl()Michael Stahl
SwUndoFrameFormatDelete is created for every destroyed column frame. Change-Id: I11e0399487a41c52768175faf3a3699b302ad317 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96558 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-06-18sw: handle TreatSingleColumnBreakAsPageBreak when replacing compat optionsMiklos Vajna
This was added in commit 93d7fc90b57bb08052299c94fa0a28bb8f494a9c (tdf#76349 writer: make 1column-as-page break a compatibility option, 2016-08-30), it's off by default and on for DOCX documents. Change-Id: I60f6d23feb278e8a234f5c571f9b647c2c08c491 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96561 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-06-18uitest: Add demo for Writer-commentsShiko
Change-Id: Iaf7c4c646a1f64f0a97c95fd7133da89da44c7d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96295 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2020-06-17Update git submodulesAlain Romedenne
* Update helpcontent2 from branch 'master' to c4c2ae468886b8a38465b9969d8293b677672481 - fix to deprecated API example cf. https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ui_1_1dialogs_1_1XFilePicker.html#ae368e8b36ffdb8f8f7ba45d93556a60d Change-Id: Ie25dd20111eff943a729cc8c13ce2febd3368811 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96506 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17Update git submodulesAlain Romedenne
* Update helpcontent2 from branch 'master' to fcf75206c5f8f59ac464dc3b9b9ca869ce3a7bd5 - Basic compiler/runtime options aggregation - Base - Explicit - ClassModule - Compatible - Private Module - VBASupport Change-Id: If5edfe93a744d847bc387d868cbb26292b60ea0a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96493 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17ignore positions on top of scrollbars for GetTargetAtPointCaolán McNamara
Change-Id: I6d63ac3723b392e7c82836ea5d4455ebde8a8e08 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96553 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17translate child co-ords to parent spaceCaolán McNamara
Change-Id: I108187203d284726a9d63712666ddb029525a993 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96552 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17avoid gtk_tree_view_get_dest_row_at_pos: assertion 'drag_x >= 0'Caolán McNamara
Change-Id: I24328c14a666dc580d189ad9475c967ba43cf399 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96551 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17don't highlight the row under the searched for pointCaolán McNamara
Change-Id: I6f3bfdb25c335735a70bc78c5167e88d5dbb4ddb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96550 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17uitest: Add support for Writer commentsShiko
Change-Id: I88ed2894c3665fb421c5d8ea0f278c54ccd0d0e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96230 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2020-06-17It may also be OBJECTTYPE_DATA_CURVE for a trend lineMike Kaganski
Change-Id: I31760489e267855045e0b3e977240fb2373d8271 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96572 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-06-17external/clucene: Adapt to C++20 CWG2237Stephan Bergmann
...<http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#2237> "Can a template-id name a constructor?", as implemented by GCC 11 trunk since <https://gcc.gnu.org/git/?p=gcc.git;a=commit; h=4b38d56dbac6742b038551a36ec80200313123a1> "c++: C++20 DR 2237, disallow simple-template-id in cdtor." Change-Id: I507fc5bde20fdf09b4e31a3db8a7554a473f1a9f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96549 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-17Adapt to C++20 CWG2237Stephan Bergmann
...<http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#2237> "Can a template-id name a constructor?", as implemented by GCC 11 trunk since <https://gcc.gnu.org/git/?p=gcc.git;a=commit; h=4b38d56dbac6742b038551a36ec80200313123a1> "c++: C++20 DR 2237, disallow simple-template-id in cdtor." Change-Id: I2113a3968549103e1b35fb17d7f12770ba0086d0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96547 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-17sd signature line: separate alloc and write of xref entryMiklos Vajna
The problem is that we need an object ID for the appearance object early, but by the time we ask for that we don't yet know the offset of the object, as we typically have object dependencies we have to copy over first. Solve that by separating the ID allocation and the final object update (remembering its offset). Change-Id: I99a242028f6ef2fb907628b96121b6804b8395e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96548 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2020-06-17connectivity: fix mysql testMichael Stahl
* rename the gbuild target according to conventions * fix -Werror=unused-but-set-variable * disable assert in testMultipleResultsets() that fails presumably since commit 86c86719782243275b65f1f7f2cfdcc0e56c8cd4 * document how to set up mariadb for dummies like me in README Change-Id: I7f92b80fef90b47e69e4e9a7a02187882a4cab06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96537 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-06-17allow building as root inside a container without complaintCaolán McNamara
add a check for $container Change-Id: Ib6921c6d771622fb5f4acb82d10aa6fb34e1bbac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96538 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17sd signature line: implement non-empty geometry during pdf signMiklos Vajna
Parse the pdf output which contains just the signature line shape on a page, take the same from it and use it at both places where previously the position / size was just a stub. Change-Id: Ifb2e0ebf7b3514ee027701b9bf360a0c996cdc82 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96540 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2020-06-17tdf#134063: sw: redesigned support for tab at zero positionVasily Melenchuk
Initial support for tab position at zero (d2e428d1) was not taking into account hack for tab positions below zero. So previous behavior is restored (search is started from 0) but we also taking into account potential tabs at zero position in SwLineInfo::GetTabStop() Change-Id: I8b315ab69f9a53ac15002a41a81e069ff832f692 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96526 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-06-17tdf#134043 DOCX import: DropDown text field instead of ComboBox form controlSerge Krot
Change-Id: Ide9cedefde3b00fa0eeb37a6540e8d4a420b70c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96471 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-06-17tdf#76817 DOCX: fix round-tripped outline numberingLászló Németh
Fix automatic chapter numbering in DOCX documents created by Writer. Follow-up of commit de1b634a151c198584dc152676183f519c50a2da (tdf#76817: DOCX import: fix custom chapter numbering). Change-Id: I331b7dcf67efdf63b376122ec4da0a2e85bea761 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96529 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
2020-06-17mariadb: the "pvio_socket" plugin turns out to be importantMichael Stahl
... otherwise can't connect to a TCP socket. (regression from fe041bbc343ee08c6e901f63985d55a90da71c8b) Change-Id: I2a1f2968321aae108bfef67f602f06efcf3affd8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96536 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-06-17tdf#43452 indicate when maximum password length has been reachedCaolán McNamara
Change-Id: I58ba5887d41a80aa0ef2be547351f2faeccfa3cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96533 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17tdf#133807 re-present search dialog after a short timeoutCaolán McNamara
Change-Id: Icc6016b3a9e3f25fd4c9e065e9f2d9570ad040c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96524 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17svx: Refactor GalleryTheme classAditya
Change-Id: I60ce3b5a9ca5a28e499015c3ac118d2f6a091f16 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96527 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-06-17notebookbar: send uno items state updateSzymon Kłos
Change-Id: I56b9c64f11631bd28520b9294aef7d6db8da5733 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93700 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96525 Tested-by: Jenkins
2020-06-17Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to 7af288d0fa90e5e31c29014501f06f776a00366a - tdf#134032 Calling Calc function from basic Change-Id: I7c3c64e0df4d89b46e49afb869f3e2de0825a6e2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96485 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 8eb924f68ccbee88e782c135a79c675b8927f73a - tdf#132643 Translate German section IDs Change-Id: I4c2908ad3af91c0196c33a7f454fcfea45ab6cf8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96463 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to be0cdbd01369daeef3e41c0870f9637bf84343a5 - tdf#132643 Translate German section IDs Change-Id: Iec1083a1da7f83f3d6eef38d1cc3bf055d373ce7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96461 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 424385e099927a3b91b9499bf4910af317699dd1 - tdf#132643 Translate German section IDs Change-Id: Ifecc65a0c98d1146cd9b60bffd570034ca40c5df Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96462 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to de054848fdd963bad31e2d6d065cb570b365925b - tdf#132643 Translate German section IDs Change-Id: I803e4af4b49e4829af10b9da5612a873ecb0898b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96459 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 0213f0c63b7ce0b8ed055bf81549b11ca7da54d1 - tdf#132643 Translate German section IDs Change-Id: Icb4bb1a3a41e6c851f356f8ebcaa42b83b33de90 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96460 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to f0c1fbca3e7262493d3384a93adebf9b3bb68a8f - tdf#132643 Translate German section IDs Change-Id: I588354f51792cb7d3c138f72e5255d3379dc490d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96458 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 86accd858a3597ce0eb69040299af4dee1c74038 - tdf#132643 Translate German section IDs Change-Id: I39c98a63e54f5520f7408aa22c48d523f360aa73 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96457 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 97ba99e57552181ef93b1041ecbabd5b43bdd409 - tdf#132643 Translate German section IDs Change-Id: Ie72155adcb8d67736312ae6e27455dc159483ed0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96464 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 38e1dd4f293343ebdb3104405a7b96041d4f2e84 - tdf#132643 Translate German section IDs Change-Id: Ib3e3203f59d9d967e2c6d12c2793b2e7e9cd252f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96465 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 666ef2f8304a6a2f37d8bb0afd8630baea0cc3ec - tdf#132643 Translate German section IDs Change-Id: I8329ac4ed7026bf8bedf7bdfa2b724993b78a750 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96456 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17remove outdated Skia todo commentsLuboš Luňák
Change-Id: Ib2a9e4c25421c20e52ee65b2ec8fb3a190bcb75b
2020-06-17tdf#133692: Spacing within Calc formulabar reworkedThorsten Wagner
Change-Id: I4f590589fdc390bfa11f7db86e65ccab3dd084fd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96403 Tested-by: Jenkins Tested-by: Andreas Kainz <kainz.a@gmail.com> Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2020-06-17license: add Belarusian hyphenation dictionaryAndras Timar
Change-Id: I3dfbefcb8554bacf0a1b1747fc24e8d96ee09037 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96440 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-06-17Resolves tdf#132904 and tdf#133788 - Gallery clean-upHeiko Tietze
Rename * sg1 -> bullets * sg24 -> symbolshapes * sg36 -> fontwork Delete * sg3 (backgrounds) -> 7273bb3534264867e818c13baffcdf3862189cd2 * sg4 (www-graf) -> 82ab7a1559170889c5647a04dc3e85edc38a4e0f Translation * ulf completed Visibility * New gallery content moved to share/ Change-Id: I718c627a71d4ed0d9eef61ff53814da7ec3922be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96382 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-17Styles preview widgetSzymon Kłos
Change-Id: Ib9723c9793244069407ceaa4935a11da08db3795 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95998 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2020-06-17mariadb: forgot to adapt flatpak-manifest.inMichael Stahl
Change-Id: I60e61b7444d90a8fe7e99154a3cf3a526fb87f09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96518 Tested-by: Michael Stahl <michael.stahl@cib.de> Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-06-17tdf#120394: doc import: use list format stringVasily Melenchuk
Since introducion of list level format string there is no need in complex parsing of doc level string and convering it to prefix-number-suffix format. We can just replace there special chars by %n placeholders (used in docx and now in LO) and this should be enough. Change-Id: I4e947939c4d4f393ee7e16c851cf22567d352ac3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94475 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-06-17Update git submodulesyakovru
* Update dictionaries from branch 'master' to d4a80b15edc905f6e1213fa8d95300b8299fffec - Add be-BY hyphenation Change-Id: Iaf6d42b393b1a35c3f7d48fbe3a0b0508fcb2981 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/96431 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-06-17Update git submodulesyakovru
* Update dictionaries from branch 'master' to 887cac8ec1a143d299347e034814c0f9c2595412 - fix dict name Change-Id: Ie30c442fe704504502c11418c491af2c938d261e Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/96430 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-06-17Update git submodulesyakovru
* Update dictionaries from branch 'master' to bf3ada34b722c1ade8b1f08aba79b04dda0791a8 - Update be_BY dictionary to 0.58 Change-Id: I6541c93b6b23cfdc85bf887905c0c9f07d43a32b Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/96409 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-06-17tdf#132944 sw_redlinehide: delete of insert redlineMichael Stahl
Because of an existing insert redline with SwComparePosition::Equal this hits the DeleteAndJoin() call in AppendRedline() and so what happens on Undo is that the SwUndoDelete first creates all the layout frames and then the SwUndoRedlineDelete creates the frames a 2nd time. Because this can happen not only for Equal but also Inside case, it appears best to prevent the "inner" Undo from recreating the frames; it's always SwUndoDelete. This is quite hacky... Change-Id: I4438dd09bb6c2edf8154d333de403483768755fd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96233 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-06-17inline typedefNoel Grandin
Change-Id: Ib3c11a59d155e308caa3f11f43bb2c6552569889 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96515 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>