summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-12-07fixup manifest writingfeature/gpg4libre2Thorsten Behrens1-7/+14
Change-Id: I0c62e00cfe281efaaf863585944b9d2f561a4405
2017-12-07return key fingerprint / hashes including null characterThorsten Behrens1-3/+3
Change-Id: I6b32444bab6848e2b5ddec02fd949c71114a66b2
2017-12-07fixup cert selectionThorsten Behrens3-6/+37
Change-Id: I957427f2fa3a02f40cd823663144e08d1e624cbd
2017-12-07fixup windows buildThorsten Behrens1-9/+15
Change-Id: I51c0a0a2d5ec3903332e4f981d08b78b2cac015e
2017-12-07fixup package for clang errorsThorsten Behrens1-3/+0
Change-Id: I15022f8675bb297cb806f4c830148fc6f7b93881
2017-12-07fixup clang errorsThorsten Behrens1-3/+2
Change-Id: Ie5aa49ad70ee9cf95f67b38331f301b6c774d8c4
2017-12-07fixup demo - now encrypting for realThorsten Behrens1-43/+62
Change-Id: I98571c269137a5de375de51b81700700e0dfb0e4
2017-12-07gpg4libre: multi-select encrypt cert, pass down params everywhereThorsten Behrens7-27/+46
Change-Id: I152b9d84c0e35be9e5193a9a6f67de9fb86133b0
2017-12-07fixup gpgmepp: build with proper debug flagsThorsten Behrens1-0/+5
Change-Id: Ide3f6e9fa218bcd26deaadbbdbed0c8905e66db9
2017-12-07fixup manifest exportThorsten Behrens3-17/+15
Change-Id: I9d7eb45c0b7c829769c5258ff3ccff28555691ae
2017-12-07fixup api change: setGpgPropertiesThorsten Behrens7-14/+32
Change-Id: I923a2c3d38c6d3d5aaa73ae10d08d8511eae7b4b
2017-12-07fixup Manifest keyinfo exportThorsten Behrens2-85/+122
Change-Id: I669b02fd85b28eb33c89971146e5e712b507b7fa
2017-12-06gpg4libre: add KDE4 fpicker gpg crypt chechboxThorsten Behrens1-0/+6
Change-Id: Iba8fb0e0ac732f36cd1d880884bde1121e6b1eab
2017-12-06gpg4libre: add unit tests for ODF signing featureThorsten Behrens9-0/+85
Change-Id: I59e5b563098b19d05c8c2db32537241bc835fc80
2017-12-06ZipPackageStream props - do we really need that?Thorsten Behrens1-11/+1
Change-Id: I6979c1b9b4d25ae5592c6d46bfb2bc099860d770
2017-12-06Restore GPG SEInitializer serviceKatarina Behrens7-2/+132
user config now needs it to collect user's private GPG keys Reviewed-on: https://gerrit.libreoffice.org/45562 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 1c58b047d117bb087abc571b74c06cdf7499b1a0) Change-Id: Ia4ad4133b621160cf37281750cafa9f3c5c3c231
2017-12-04gpg4libre: add gtk fpicker gpg crypt chechboxThorsten Behrens3-0/+6
Change-Id: I27b494530a2b61eb37c4a9f7c3e1f9845f045e66
2017-12-04fix build - circular deps of sax and comphelperThorsten Behrens2-3/+4
Change-Id: I9ab5e5b0565560681b2ffca95674820865bcb44c
2017-12-04gpg4libre: encryption on save demoThorsten Behrens2-3/+43
Change-Id: Ib2fd32cf2550f30bc0d84213ad05a4b95da093d1
2017-12-04gpg4libre: add gpg encrypt checbox to win32 filepickerThorsten Behrens5-1/+14
Change-Id: Ia6315e8b1f04228984afd2fbca3c059df9589497
2017-12-04gpg4libre: find keymanager executable on WindowsThorsten Behrens1-2/+10
Change-Id: If93c06ad90d708b0fbaf476bda6fdb902bd77b1e
2017-12-04gpg4libre: pass down OpenPGP encryption info to package codeThorsten Behrens4-4/+51
Change-Id: Ie67c9927efdad4a027b14ed6a37a188b85eaf077
2017-12-04gpg4libre: [API CHANGE] add storage helper for GPG encryption dataThorsten Behrens5-2/+89
gpg4libre needs to pass down slightly different meta data to package / zip storage. Change-Id: Idba9ad7a821cb33070cf5e5a0f79ae55db99b276
2017-12-04gpg4libre: add manifest entries for gpg encryptionThorsten Behrens2-2/+117
Change-Id: I71bd7e2c6c73d997fa1ed5bb36fdc2873daca10c
2017-11-28ODF export: expose font style and weight of embedded fontsMiklos Vajna4-8/+87
We don't need this info ourselves, but when converting the flat ODF output to other formats, this information is hard to find out, so state them explicitly. Names correspond to existing CSS ones, where it's necessary to state these explicitly. The EPUB export will make use of these attributes. (It is unclear why the test fails on the windows_msc_dbgutil_32 slave, it works for me locally.) Change-Id: I05030b6a14aca842e5a740786f3743e9ae838293 Reviewed-on: https://gerrit.libreoffice.org/45384 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-11-28external/libcmis: Falling back to C++03 is too drasticStephan Bergmann1-2/+2
e.g. when compiling against system libxml2, which in turn includes system ICU include files, which may use C++11 chart16_t. So assume that -std=gnu++14 is acceptable for any GCC version for which at least on of -std=gnu++17, -std=gnu++1z, -std=c++17, -std=c++1z is acceptable, and just fall back to C++14. Change-Id: Id9f07ab4f419e5683f4fb9c9b2d3bdda251cdd1b Reviewed-on: https://gerrit.libreoffice.org/45409 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-11-28Fix typoAndrea Gelmini1-1/+1
Change-Id: I4de461692ac261600c1b0b760ffb94156893fa0d Reviewed-on: https://gerrit.libreoffice.org/45429 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-11-28add xlsx support to fftesterCaolán McNamara2-0/+60
Change-Id: I07198f24a3e096fab67333cf6a98185d5b40fffc Reviewed-on: https://gerrit.libreoffice.org/45399 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-11-28ofz#4471 check sprm boundsCaolán McNamara2-7/+15
and don't reuse results of previous search Change-Id: I15d55aba260377f2f43627d775adf1a01370ae3e Reviewed-on: https://gerrit.libreoffice.org/45406 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-11-28ofz: ensure aCoordList has required elementsCaolán McNamara1-7/+13
Change-Id: I6687f7e499907f2f44ade2b05b35e40570dabc6b Reviewed-on: https://gerrit.libreoffice.org/45389 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-11-28Revert loplugin:unnecessaryparen warning around integer literalsStephan Bergmann2-4/+4
...as those may be used to silence Clang -Werror,-Wunreachable-code (as happens in sal/osl/unx/file_volume.cxx for Android, where OSL_detail_STATFS(...) always expands to (1)). Change-Id: I85d280c1315b4447362255d17f13f437d3c4af92
2017-11-28update Coverity configCaolán McNamara1-2/+2
Change-Id: I0c7fd5d88e11bfa3dd55e7ef1a8514475a0d844a Reviewed-on: https://gerrit.libreoffice.org/45424 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-11-28coverity#1421075 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I23463d4610f886d5c817f3682e08c0f683c8de98 Reviewed-on: https://gerrit.libreoffice.org/45395 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-11-28coverity#1421124 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I23a9174bda0bddc258c9591bddc5108f62d64c2e Reviewed-on: https://gerrit.libreoffice.org/45394 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-11-28ofz#4461 Integer-overflowCaolán McNamara1-1/+1
Change-Id: Iae41823164c09352ef8ffa97dc3361476c03add8 Reviewed-on: https://gerrit.libreoffice.org/45396 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-11-28DBus permissions missing from LO flatpakStephan Bergmann1-1/+2
...after 243d743dae127fe11ecd7f807121da8815af8f01 "solenv/flatpak-manifest.in: incorporate upstream sandboxing improvements", causing <https://github.com/flathub/org.libreoffice.LibreOffice/issues/3> "Doesn't open files in network shares". Change-Id: I15d7a170b3ffaf6092ff4d2fe4e93b1dcfd32b0b
2017-11-28Updated coreOlivier Hallot1-0/+0
Project: help 840ceaafbe4f723661c10539ed2915298cf77c5f Fix hid2file.js Change-Id: I976801b1e84defd3f8588a3423acc4254098c237 Reviewed-on: https://gerrit.libreoffice.org/45411 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-11-28tdf#104035 RTF export: fix handling of absolute tab positionsMiklos Vajna4-3/+30
RtfAttributeOutput::ParaTabStop() assumed that they are always absolute, but WW8AttributeOutput::ParaTabStop() points out what compat setting decides if they are absolute or relative. Change-Id: Iafe8f6bb8733cae38a89f6c407763b0327e894e8
2017-11-28Add back UnusedMethods::TraverseCXXDeductionGuideDecl, properly ifdef'edStephan Bergmann1-0/+13
...as is already done in 65d6c642590bd5f51c04228d941608322a85f1ac "loplugin:casttovoid". (This reverts 5eec6db4addd7cc665222e1a4d05c35b13719847 "fix loplugin unusedmethods".) Change-Id: Ibe6a7d9ce58aa70707538854ac64ad07022ea7b6 Reviewed-on: https://gerrit.libreoffice.org/45388 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2017-11-28sc, sd: rework UI Text Language "More" button, tdf#113911Henry Castro2-28/+78
Calc and Impress handle different uno command to set language Change-Id: Ic0ffef6a8fee5078b29873934001819a384c8f3a Reviewed-on: https://gerrit.libreoffice.org/45366 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
2017-11-28tdf#83877 Unit test for OOXML SignatureLine RoundtripSamuel Mehrbrodt3-27/+80
Change-Id: I40c116f28c0e8efe81e33e48fa05098d1dd76731 Reviewed-on: https://gerrit.libreoffice.org/45152 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-11-28tdf#114000 always use user-selected charsetDavid Tardon2-0/+28
Change-Id: I45b9632724f46deb97bc79e364bf775aaaf0b85f
2017-11-28tdf#109202: Convert images to desired format in (f)odt filterKatarina Behrens9-51/+145
Pass down mimetype to SvXMLGraphicHelper Change-Id: I9c81c06d2a1d6168704440094081e99d0bcbbff9 Reviewed-on: https://gerrit.libreoffice.org/41893 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-11-28Add wrongly formatted new file to blacklistStephan Bergmann1-0/+1
Change-Id: Ib4fd5372adac12b2effd30342a5f7af395b9aceb
2017-11-28icu: don't skip building the data just because tools were disabledChristian Lohmaier1-1/+4
building for e.g. android disables the tests and requests data in a static library, but icu completely skips building the data directory in case --disable-tools was specified: icu/source/Makefile.in @TOOLS_TRUE@DATASUBDIR = data will become #DATASUBDIR = data and then SUBDIRS = stubdata common i18n $(LAYOUTEX) $(ICUIO) $(TOOLS) $(DATASUBDIR) $(EXTRA) $(SAMPLE) $(TEST) will not have the data dir and make will ignore it. Add it back by specifying it when invoking make and all is fine. Change-Id: I0af693f22938ebabdc189a97f1cfc3f8b1c042ee Reviewed-on: https://gerrit.libreoffice.org/45107 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins <ci@libreoffice.org>
2017-11-28add docx fuzzerCaolán McNamara6-1/+88
Change-Id: Ib9a3d8a97fbb6281e8ac3ac2cf6c52cf6819304d Reviewed-on: https://gerrit.libreoffice.org/45216 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-11-28Fix typosEike Rathke1-2/+2
Change-Id: I01f0ca82f1350b74ea2d3205948c032918049c02
2017-11-28tdf#113455 follow-up: clear spin buttons when disabled in ResetMike Kaganski1-3/+12
otherwise they show "1" in disabled state, unlike after being enabled and then disabled again manually (see ToggleHdl) Change-Id: I4ff4d0ef006b7530bb20d9b830dc5e2f5732530d Reviewed-on: https://gerrit.libreoffice.org/45383 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-11-28ofz: fix mem leakCaolán McNamara1-16/+16
Change-Id: I97b6ad9b0e873ac75a8791c731a1a8a862ef01af Reviewed-on: https://gerrit.libreoffice.org/45364 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-11-28loplugin:countusersofdefaultparams in sfx2..svtoolsNoel Grandin14-22/+23
Change-Id: I65ae5305f9cec14069fd7aef6613e981dbbed846 Reviewed-on: https://gerrit.libreoffice.org/45382 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>