summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-18elementary: tdf#70102 repir RTL bullet numbering iconsRizal Muttaqin
Change-Id: I16d7133cfdc75758ec9df34bdd6d0d6b174fb620 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109489 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2021-01-18elementary: tdf#139056 update VIOLET color to follow upstream brandRizal Muttaqin
Change-Id: Ieb2b680bc698dc533ec47d1a7b4fd47b8074911d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109462 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2021-01-18Clean up includes a bit for iOS and macOSTor Lillqvist
Change-Id: I1dc6256968503ee3865f90e3693acce911a1d65c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109485 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-01-17tdf#132597: sw: Move UItest to CppUnitTestXisco Fauli
Change-Id: I0409e22571fa2bb6a9fbf3eb7f6e81b544886aa0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109488 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-17tdf#139056 update ORANGE color to follow upstream brandRizal Muttaqin
Change-Id: Icf5cc5f23c9b4980f6ca7e6401344cd8998e6046 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109463 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2021-01-17sw_uiwriter3: remove redundant call to clearXisco Fauli
See https://gerrit.libreoffice.org/c/core/+/109458 Kudos to Mike Kaganski for pointing this out Change-Id: I1daa919ffcdc8b7a382ebf04470d957500dcfad9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109483 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-17Expand vcl_quartz_code and vcl_coretext_code macros that were used only onceTor Lillqvist
The macOS-specific code is nowadays compiled in Library_vclplug_osx.mk so these macros that listed files compiled both for iOS and macOS were used only for iOS in this makefile anyway. Change-Id: I607ce0bd8834b81caff664f28419e50e87af87f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109484 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-01-17tdf#138122: Fix vcl for iOS after 1a167625314bf36b735176ed488e6ba9b5e9b675Tor Lillqvist
Make vcl compile again for iOS and make the Collabora Office iOS app work again when built against a master build of core. For now, keep the old versions of the functions touched by 1a167625314bf36b735176ed488e6ba9b5e9b675 in vcl/ios/salios.cxx, and move the modified versions to the new file vcl/osx/salmacos.cxx. Keep the functions as they were except that ifdefs for MACOSX or IOS are expanded. Keep the formatting as it was to make comparisons easier. Thus add the new files to the clang-format exclusion list. While at it, also move vcl/quartz/salgdiutils.cxx to vcl/osx as it is compiled only for macOS anyway. Change-Id: I990ef678f2263031d4a5af8cc547fffe185d17c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109480 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-01-17tdf#138314 Change selected tab text color on macOS Big SurThorsten Wagner
Starting with macOS Big Sur, coloring has changed. Currently there is no documentation which system color should be used for selected tab text. As a workaround text color is changed for macOS Big Sur and newer only. Change-Id: I2e8c83527775c17f95e5e4afe70577442e14715e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109479 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-01-17tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner
(1) Remove hack to make application look as if being linked against SDK 10.13 (2) Use quad storage size on virtual devices for displaying on retina displays thereafter (3) Apply workaround to downsample bitmaps from scaled layers (to be implemented) (4) Disable dark mode (to be implemented) (5) Provide new environment variables: VCL_MACOS_FORCE_WINDOW_SCALING: window scaling on non retina displays VCL_MACOS_FORCE_DARK_MODE: enable dark mode (macOS 10.14, iOS 13 and newer) VCL_MACOS_USE_SYSTEM_APPEARANCE: use light mode or dark mode (macOS 10.14, iOS 13 and newer) as configured by system preferences Change-Id: I99877cd62a98cb91bcbf27af62b043c31c5f5fc9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109072 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-01-17cppcheck: derefInvalidIteratorRedundantCheck (sfx2/classificationhelper)Julien Nabet
Change-Id: I25fc7eac5b323e5918f03d8bfb410ca6a860219d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109476 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
2021-01-17duplicate break (xmloff/txtimp)Julien Nabet
Change-Id: I17c63ec5d8accf6f9d2f33ef92cfa63acbd02f3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109473 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
2021-01-17Fix typoAndrea Gelmini
Change-Id: I0ce46927730cef961bbefd12551b2d56e8fe357d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109240 Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2021-01-17use ::Color in ColorSet::addNoel Grandin
Change-Id: I8b34807e62c292a19700e6d37edd99e442574ec4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109452 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-17Fix typosAndrea Gelmini
Change-Id: Ibf250ad583c0c58c1c7866bf1c37129f0e4b8fd9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109468 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-01-17Fix typoAndrea Gelmini
Change-Id: Id250432aa37a676f4929028b132b887daf9589f1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109313 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-01-17Removed executable permission on ods fileAndrea Gelmini
Change-Id: Idabe9a8070c4a248b34e38ad58fcdd7a9e9afd72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109467 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2021-01-17cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I866665b596a37c1e111fad8afeb9d4cb4d75c257 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109469 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-01-17cppcheck: zerodivcondJulien Nabet
I don't know if it can happen or if it's a false positive but at least, we're sure now it won't fail Change-Id: Id4620d74c0893b308b9fb45be71ca6c425066ae4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109470 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-01-17Update git submodulesAndrea Gelmini
* Update helpcontent2 from branch 'master' to c5ca7b12b4d593f22db0d450a46335879b5ff2e2 - Fix typo Change-Id: I065d78e1451ac2b0b9458935727c72279b7155e6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109466 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-01-17Try to fix Windows TBJulien Nabet
by using std::max<tools::Long> and std::min<tools::Long> Change-Id: I07c93227cf040f159d1977ca94988169ecd6dc14 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109464 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-01-17Resolves tdf#139501 - About screen exceptional widthHeiko Tietze
All strings wrap now Change-Id: If810e67e55eb23685ab4e14da9d5da1864229833 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109330 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-01-17use ::Color in ColorPropertySet constructorNoel Grandin
Change-Id: I5649b39999de50d9f1fc33e2aef405be43069096 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109451 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-17fix rendershapeselection for drawingMert Tumer
Change-Id: Id4cb37885bf9b442adc679b895d89cd615ffb2ee Signed-off-by: Mert Tumer <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108681 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109213 Tested-by: Jenkins
2021-01-17sw_uiwriter3: dispose/clear the document before opening a new oneXisco Fauli
Change-Id: I6400eae69c4ab5edc719e9be0eb45e6dc2585a7b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109458 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-17return Color from BGRToRGBNoel Grandin
instead of converting at all the call-sites Change-Id: I4732082fcd4731f6fd46aef197a15564586f0c90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109450 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-17tdf#115817 add places that add current position to navigation managerJim Raykowski
Change-Id: If011b51fac6587b4f551a498866aa71f62ba0fcc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108529 Reviewed-by: V, Stuart Foote <vstuart.foote@utsa.edu> Reviewed-by: Jim Raykowski <raykowj@gmail.com> Tested-by: Jenkins
2021-01-17tdf#139643: added a test, that checks the PDF/UA metadata is setTomaž Vajngerl
If we enable support for PDF/UA, then the metadata object must be present and the metadata must have the PDF/UA flags set, or else the PDF document won't be recognied as having PDF/UA. The added test checks for this. Change-Id: I9baa31f17f5db73820d71d941979d6b9a90f4555 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109443 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-01-17tools: support reading xml namespace with XmlWalkerTomaž Vajngerl
Adds methods namespaceHref and namespacePrefix for reading the current element's namespace prefix and the href. Change-Id: I1c16857c6fc0bdfde2d983d8f42f153111119029 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109442 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-01-17sidebar: avoid invalidation thrash with LOK.Michael Meeks
Avoids complete sidebar invalidate when entering text into a cell and hitting enter. Change-Id: I88ee3792589a1c0a16ae555da77ed7c12ca5f296 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109403 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2021-01-17sidebar: only invalidate when things change.Michael Meeks
Change-Id: Icc9c5bcde224cc979b834585531b847f1c5f7d0b Signed-off-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109457 Tested-by: Jenkins
2021-01-16tdf#137358 Fix incorrect outline position returnedJim Raykowski
when the cursor position is before the first outline node and there are outline nodes in the document model extras section. plus fix to update Navigator tracking on Navigator show Change-Id: Ib93ba0d460128314efef228810c06dbd929c672e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108492 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-01-16tdf#116394: sw_ooxmlexport15: Add unittestXisco Fauli
Although the fix says in its message "There is no point in adding a unit test for this." The issue is a regression so I think it's better to have one, just in case Change-Id: Ica4774dd85c5c5fb73d5b54eb677fe8ab552a936 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109441 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-16drop only remaining CheckBox yalignCaolán McNamara
Change-Id: If387c518090c81cb6bd3ba0d18cf612ebdc51792 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109449 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-16drop unusual xalign 0.5Caolán McNamara
the whole widget is aligned start anyway so it makes no difference Change-Id: I2f7991eb20cd9df8580676c5be9fb863482bd464 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109419 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-16return value from setupOutDevState is unusedNoel
Change-Id: Ic3006e3f73c5b1233076706d5982fefe12b8d511 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109448 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-16Update language-subtag-registry to 2020-12-18Eike Rathke
Change-Id: I8c813005d8a1165e0baab81fd9f8b47c0aa3aa62 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109387 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2021-01-16tdf#137695 shrink widget height below natural min within data browserCaolán McNamara
Change-Id: Iba3c12376200b7ce800b48155a4b84ca2e47d63f Change-Id: Iba3c12376200b7ce800b48155a4b84ca2e47d63f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109380 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-16remove unusual 0.5 align from "Asian layout mode"Caolán McNamara
its sibling doesn't have it and they should both be the same Change-Id: I4a0e4c3c04c7014537462221a40b0bef9c646f3a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109420 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-16transparency->alpha in vcl::RawBitmapNoel Grandin
Change-Id: I68e05555518f0dc6a7c01d2fec734b0d0aff0d48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109427 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-16tdf#139643: fix missing PDF/UA flagJulien Nabet
Regression from: https://cgit.freedesktop.org/libreoffice/core/commit/vcl/source/gdi/pdfwriter_impl.cxx?id=a795886762a6a4aabd601183598c4e6c819bcb1f author Arnaud Versini <arnaud.versini@libreoffice.org> 2019-09-20 19:01:34 +0200 committer Arnaud Versini <arnaud.versini@libreoffice.org> 2020-02-08 15:03:07 +0100 commit a795886762a6a4aabd601183598c4e6c819bcb1f (patch) tree 93a58d738bf27a0c5f75f80dc7e651763916ee5f /vcl/source/gdi/pdfwriter_impl.cxx parent a2f62a861ba7036e689070c47f72214b1bdd49d4 (diff) Add minimum support for PDF/A3 here: sal_Int32 PDFWriterImpl::emitDocumentMetadata() { - if (!m_bIsPDF_A1 && !m_bIsPDF_A2 && !m_bIsPDF_UA) + if( !m_bIsPDF_A1 && !m_bIsPDF_A2 && !m_bIsPDF_A3 ) Change-Id: Id4b3b9a74ccf5a5abd9e7149cb09b3475dd4ffee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109437 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-01-16Update git submodulesIlmari Lauhakangas
* Update helpcontent2 from branch 'master' to 91413eacbe8790505dfd4cc452b0fa2e5589ac33 - Use switches for Ctrl vs. Command on macOS Change-Id: I13829b216081021ae321a5c7111de0e11e65a7ee Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109440 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-16Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 942c4de7eb854bb99e3ed79caa283608ec1891a7 - tdf#132643 Translate German section IDs Change-Id: Ic28f919518537829b86c6afc1efe66d9ac004601 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109433 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-16Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 606d802dc2c97bc3186983b7c3da7485b4d5b4d1 - tdf#132643 Translate German section IDs Change-Id: I50abb30e9ce171c54767f78535dda3a577414522 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109432 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-16Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 320ca7e3c001621f9bd4266ee940d7d1fd1ba4c0 - tdf#132643 Translate German section IDs Change-Id: I991a5aaa37ddbc22fd193cab837bec2c672daf1f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109431 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-16Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 88b1c44c82a5ead09f54420266e8c30bb5ebaa4a - tdf#132643 Translate German section IDs Change-Id: Ia437c42384398d61afad346cfdd66819ffa7d4f6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109430 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-16Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 0cd762484faa2059ca5d85c2f98c47c86b836f7e - tdf#132643 Translate German section IDs Change-Id: Ib73fca400cb77824c149e9080c9a1486ebd77a79 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109429 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-16Cancel action here vcl/screenshotparentJulien Nabet
Change-Id: I136fa04e873932621b92004e8eafd7b3a32ef945 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109423 Tested-by: Jenkins Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-16tdf#138829 don't grab focus to roadmap label when sync timer firesCaolán McNamara
Change-Id: Icc8a03a2ce5d63f3a2c477671a9aa52aefd1df96 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109385 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-16remove apparently bogus yaligns of 0 from cmisline RadioButtonsCaolán McNamara
Change-Id: I753128047672831329ba5dff25dda005dfca4d5c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109421 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>