summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-21gpg4libre: actually take key from user selectionfeature/gpg4libre-5-4Thorsten Behrens1-1/+21
Change-Id: I6b18865913492d41a8e0206a430e267fe78c553a
2017-06-21gpg4libre: make signature impl swappable in-situ during validationThorsten Behrens7-8/+35
Sadly we only know whether its a OpenPGP or X509 signature during parsing, so we need to switch the implementation mid-way Change-Id: Ib48a9da0105de62cfecda095df8c154b59ba8c40
2017-06-21wipThorsten Behrens12-77/+103
Change-Id: I1beb692b9a9a34b5f0cf743ba9e4a145ac582184
2017-06-21gpg4libre: Make viewing signatures work for gpg signaturesSamuel Mehrbrodt2-44/+51
Change-Id: Ic10846cb87e23ca9ffa0eb0d64c56fcf79c73a9d
2017-06-21gpg4libre: Fixup unit tests, now that SecurityContext is neededKatarina Behrens1-4/+8
Change-Id: Ifa43fa735c8b0d58ff3d3deca2ad4eca6560494a
2017-06-21gpg4libre: write PGPData info, get more metadata out for gpg keyThorsten Behrens11-68/+219
Change-Id: Ia560869ec02fca7fe4219136e1fe939e13f1e4c2
2017-06-21gpg4libre: Init xmlsec in one place before creating the gpg/x509 servicesSamuel Mehrbrodt6-50/+77
Change-Id: I0308d586344b5e52ad327f6650b62ac0eac7ecb9
2017-06-21gpg4libre: List both (x509 and gpg) existing signaturesSamuel Mehrbrodt1-3/+8
Change-Id: I57ae79f7632885bf5c5aadcad3fb5ad4a5a9413d
2017-06-21API Change or what: add certificate kind (X509 vs. OpenPGP)Katarina Behrens9-1/+63
Change-Id: I423bef41f93af9d1b78ee9795be7ec33c3c7ae0c
2017-06-21gpp impl: now use sec envThorsten Behrens1-3/+0
Change-Id: I84e4d6872aab27f5b11ec727787a2eab80ef6a66
2017-06-21gpg4libre: fix build, explicit ctor callThorsten Behrens1-2/+2
Change-Id: Iec7ca4e37d6f5c4f63aaa22acfa0bdd395747471
2017-06-21gpg4libre: Having this dllpublic should be fine now since it's in inc/Samuel Mehrbrodt1-1/+0
Change-Id: I79c132e717a62c6274eeafe33d732616cbd6a5a6
2017-06-21gpg4libre: Make signature dialog work with two signing servicesSamuel Mehrbrodt13-32/+90
Change-Id: I0b47e6dba38222bb6b4f778c4206d3b37bc93089
2017-06-21gpg4libre: hacked to workThorsten Behrens3-3/+40
Change-Id: Ic998ddb2aa791b2b0430f12280b1c1dc36a013d2
2017-06-21gpg4libre: initial GPG signature validationThorsten Behrens2-44/+114
Change-Id: I80afd77f74a6cb3f3fb7da03a6a4b74b132360d2
2017-06-21gpg4libre: fix gpg signature generationThorsten Behrens1-3/+15
Change-Id: I6eb95c948b6c8c9b8dee21215b430921bf454bb9
2017-06-21gpg4libre: share static xmlsec lib between nss and gpgThorsten Behrens16-126/+75
In the end, the gpgme implementation uses enough of xmlsec functionality that splitting those (and ending up with two copies) was just not worth it. Change-Id: Ida87c848e4e6a770e3c697add9ceb589a9ec3930
2017-06-21only some languages put a space between number and %Caolán McNamara1-4/+4
Change-Id: Ifdd2f2c02738fc9e9b3fd4cbf97b211b29856df1 Reviewed-on: https://gerrit.libreoffice.org/38870 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit e89e3ca2a6ab1773a7221eac11cb60812c002005) Reviewed-on: https://gerrit.libreoffice.org/39020 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-06-21tdf#93968 bullet char style preview is unreadable, cause uses opensymbolCaolán McNamara1-0/+2
Change-Id: I1bd0a0e85c9d956184680d7e15709b3a7b590c30 Reviewed-on: https://gerrit.libreoffice.org/39010 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-06-21Resolves: tdf#105740 select without selecting.. tdf#101588 b0rkEike Rathke2-6/+7
The initial color, if determined, must result in being selected. Differentiate between pre-selected and user-selected. Regression of commit 429be969b39867d6d9f36978c9ac15b601e78ba6 Date: Mon Dec 12 21:24:20 2016 +0100 Change-Id: I928af131d03c61a8e474e5cd356aea8b766112fa (cherry picked from commit aee66aa85e75f67135e5c6079a281e18402d261a) Reviewed-on: https://gerrit.libreoffice.org/39025 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2017-06-20ofz: use OString instead of bare char*Caolán McNamara4-8/+10
Change-Id: I2f7bfbd62c0a5477f0cbb38e86684db4fdb9c37f Reviewed-on: https://gerrit.libreoffice.org/38953 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-06-20Resolves: rhbz#1454693 segv if tiled rendering is interruptedCaolán McNamara1-0/+15
Change-Id: I1131f246c43806adb8a83f6eeafca2b734851a0e Reviewed-on: https://gerrit.libreoffice.org/38889 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-06-20tdf#106175 Support <sub> tag in localized help text as wellGabor Kelemen1-2/+2
Change-Id: If038daf4350bfcd2e7146809f63ee4f062a0dc81 Reviewed-on: https://gerrit.libreoffice.org/38670 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 6721e35f5a24c0a3ca343030115f1bf58f0627b5) Reviewed-on: https://gerrit.libreoffice.org/38955
2017-06-20Resolves: tdf#107438 write <text:sender-initials> for fieldsEike Rathke1-17/+4
Only in <office:annotation> context write <loext:sender-initials> Broken since commit 5f8476c00f482ab5c8707de2ebdcd41faa4057fc Date: Fri Dec 13 23:21:46 2013 +0100 and commit 49f9694e34d07468cff4a7e4de332f11be3e0dd8 Date: Fri Dec 13 23:30:34 2013 +0100 Change-Id: I48b146b779878bf0faa5830a721559d8e864dd33 (cherry picked from commit 29f250c428953750ce89dec7ee961723478609c1) Reviewed-on: https://gerrit.libreoffice.org/39011 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2017-06-20tdf#108416 RTF import: fix unexpected bold list numberingMiklos Vajna3-1/+29
Some paragraph-level run properties affect the current list style since commit 2123ede032ca64f696ef54af4ad3238974ca2b5d (n#758883 dmapper: paragraph-level run props should affect numberings as well, 2012-06-19). This was extended for any run properties in case of RTF since commit c1f8437dbed0e8b989e41a345ef7e658a6e8a4cd (fdo#83465 RTF import: handle font of numbering, 2014-09-25), as RTF doesn't really separate the paragraph-level and the other run properties. However, field formatting clearly should affect only the field itself, so disable this mechanism in that context. (cherry picked from commit 67a0889450daa6b9c9c799dab2d9da3a5044cb5d) Change-Id: I6df7488e99e44f3ba7e17bf09ce590c88151e043 Reviewed-on: https://gerrit.libreoffice.org/39013 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-06-20Updated coreChristian Lohmaier1-0/+0
Project: help 8e4ae9af51e001eefa59652c632cae44abc3e287 fix bogus whitespace and unnecessary unit changes caused by either adding spaces at end-of-line or adding spaces when combining multi-line statements into single line also fix one validation issue (image can have either caption or alt elements) Change-Id: I467404fbf87fbf1681c0addc7b43154bba68d989 (cherry picked from commit 3bd5049b9e5b271646e1d5c92b22d79bde35a759)
2017-06-20Updated coreAndras Timar1-0/+0
Project: translations c460968e1622de007c4d8a222e95b065c1776c15 Updated Slovenian translation Change-Id: I60fa3f805c79b5620f294f22731cfda87e065e7d
2017-06-19Add Kituba (Democratic Republic of the Congo) [ktu-CD] to language listEike Rathke3-1/+4
Change-Id: I9ba7a9d104dd6a5e47aa62058d0602101053e9af (cherry picked from commit ecf88f83f877fd08a6d5a418c17fdf36b82a8369) Reviewed-on: https://gerrit.libreoffice.org/38975 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2017-06-19tdf#81475 Add separator before clone formatting buttonYousuf Philips2-0/+3
Also add some useful hidden commands for easy access for users to enable Change-Id: I28806047f2fac51995d88b7c204d54479471aa29 Reviewed-on: https://gerrit.libreoffice.org/38552 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit dc31c2335b2469630cdbcef4ba38a44e01408e27) Reviewed-on: https://gerrit.libreoffice.org/38572 Tested-by: Yousuf Philips <philipz85@hotmail.com>
2017-06-19tdf#33831 swext: mention images by name in the mediawiki exportArianna Masciolini1-1/+8
odt files with pictures exported in mediawiki format now contain references to each image Change-Id: Idd73da997e2fe983899dd4514d3c393b3607a52d Reviewed-on: https://gerrit.libreoffice.org/38160 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit a8124c2eaf401741e2235939a20cef2617ad8bd1) Reviewed-on: https://gerrit.libreoffice.org/38717
2017-06-19tdf#106018 Correct label for frame properties in context menuYousuf Philips1-3/+0
Change-Id: Iffec901799fefa8318bdfebe628f697f91e16f99 Reviewed-on: https://gerrit.libreoffice.org/38656 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit f6f68fc3c599ef1bbc27f1b5a4a0980611502e31) Reviewed-on: https://gerrit.libreoffice.org/38741
2017-06-19tdf#85940 Use correct reference ID for QuotationXisco Fauli2-2/+2
Change-Id: I5c2ead67465c79fa30fc7d7db9d48748bdaf5491 Reviewed-on: https://gerrit.libreoffice.org/38961 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 60954fc67a022565741c4ccb4667581a5a790a10) Reviewed-on: https://gerrit.libreoffice.org/38967 Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org> Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
2017-06-19tdf#85940 Add basic character styles to context menuYousuf Philips2-0/+12
Change-Id: Id25768dfd2c8db530a31ddf8a31108f9b5c67855 Reviewed-on: https://gerrit.libreoffice.org/38652 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 41b8cdd0f4130f60027002f1d6daa9f6169b04d9) Reviewed-on: https://gerrit.libreoffice.org/38740 Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org> Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
2017-06-19tdf#84909 Add separator before clone formatting in toolbarYousuf Philips2-0/+2
Change-Id: I7d0a8914eded5a1e873d43c3b2dbc5b4852a197a Reviewed-on: https://gerrit.libreoffice.org/38671 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit f442d454f11cc8d376a40216ba6bd7c7c870fdc0) Reviewed-on: https://gerrit.libreoffice.org/38739
2017-06-19Fix screenshot missing quotes in code snippetOlivier Hallot1-5/+5
The code snippet suggested has no quotes in atttributes values. Change-Id: I604fb34827da3bebf3f6759b491d719a96854754 Reviewed-on: https://gerrit.libreoffice.org/38894 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2017-06-19tdf#108418 Fix vertical alignment of checkbox textGabor Kelemen1-1/+0
Change-Id: I8daa6c2c5941a894259a5af74a16f7ef32f8a867 Reviewed-on: https://gerrit.libreoffice.org/38577 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 9d0ed8352ac9f27552f62d536c506f5cbc2a4afe) Reviewed-on: https://gerrit.libreoffice.org/38956 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-06-19silence DrMemory warning about Selected font handle deletedCaolán McNamara1-1/+2
This might actually matter in practice given https://stackoverflow.com/questions/27422871/does-deletedc-automatically-unselect-objects "DCs get a default 1x1x1 bitmap when they're created. This will leak if you don't put it back." Change-Id: Ib2d361995621ad429277ff52cb8c9fdfc0009953 Reviewed-on: https://gerrit.libreoffice.org/38875 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit ceb6b00e3d861825dd59c8b565b122c2eadfb2cb) Reviewed-on: https://gerrit.libreoffice.org/38954 Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2017-06-19Watermark: Right-align labels in dialogAdolfo Jayme Barrientos1-5/+5
And switch to a non-deprecated alignment property Change-Id: I74b3d6bea1d7af09b8e044f7b3e25e906bf67c9b (cherry picked from commit 9fe114e78f1285397dcd2a0d2e3d6afc3024fa66) Reviewed-on: https://gerrit.libreoffice.org/38947 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-06-19Added 20 words to autocorrect pt_PTMarco A.G.Pinto1-0/+20
Change-Id: I9d9fe192ddb00baec14fd7c66d7fe56d8f38b854 Reviewed-on: https://gerrit.libreoffice.org/38873 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit e97dcb790bf6bbed52f4c4a0f4bb688484c0380e) Reviewed-on: https://gerrit.libreoffice.org/38941 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-06-18tdf#75256 Sifr icon updateMatthias Freund3-4/+4
Correct the Wrong exported blurry sc_insertreferencefield. Change-Id: I6513ab89f6aa5ae40e281f35025830475afa737d Reviewed-on: https://gerrit.libreoffice.org/38930 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2017-06-18tdf#107666: EDITING: No caret outside the textbox after inserting a textboxTamás Zolnai1-1/+1
This reverts commit 44555103217df34b218787f3dc6a2634b41fe52e. Now revert the related commit, need to revisit the original bug later. Change-Id: I08f42c4e859277ab411e4be5ad065fe3cca8bbb6 Reviewed-on: https://gerrit.libreoffice.org/38925 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2017-06-18coverity#1412145 Result is not floating pointCaolán McNamara1-1/+1
Change-Id: Ia2b4c4f14f5a59dd5d24c0d0749922e0d190f53a Reviewed-on: https://gerrit.libreoffice.org/38635 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/38919
2017-06-18coverity#1409893 Division or modulo by float zeroCaolán McNamara1-2/+6
Change-Id: I697e9c7772792b02257ed1f40666dd70bb70300c Reviewed-on: https://gerrit.libreoffice.org/38914 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-06-18coverity#1409895 Resource leakCaolán McNamara1-2/+6
Change-Id: I1430ac41bf11bf3ae5c4cba3406a24148acd728e Reviewed-on: https://gerrit.libreoffice.org/38918 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-06-18coverity#1409896 Dereference before null checkCaolán McNamara1-2/+2
should this be pShell instead of pSh ? Change-Id: Ie653dbbdee8cebc402c9ee9e78630353ba977921 Reviewed-on: https://gerrit.libreoffice.org/38913 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-06-17tdf#108494 incorrect Watermark positionSzymon Kłos1-0/+9
Change-Id: Iec1dba66604af008ad8b6b1c20cd508048144463 Reviewed-on: https://gerrit.libreoffice.org/38722 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit f9aa57181be0cd02d07fb463410b5c1dde11ea1e) Reviewed-on: https://gerrit.libreoffice.org/38891 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2017-06-17Updated coreOlivier Hallot1-0/+0
Project: help 91095e4d234dfb17218c76f096d0c107cf16cec8 tdf#84675 Add help page for NPer function of VBA Change-Id: Id601138bc4ad390f8ec6c14fe41dc1f936ab5aab Reviewed-on: https://gerrit.libreoffice.org/38903 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-06-17Literal tab character is bad XML, write '&#9;' insteadEike Rathke1-4/+2
Additionally, it *may* have caused document corruption when loading such an .xlsx file, though a small test case with an embedded literal tab character could not reproduce the behaviour. See https://ask.libreoffice.org/en/question/100615/sudden-corruption-of-xlsx-file-bug/ and note that the literal tab character is a mere assumption, but it would be possible. Change-Id: Ia9d33955f1196222d335a1a4807fba78df4e4d85 (cherry picked from commit c5bc40ae6cabe240700773df5cc7f010acce6014) Reviewed-on: https://gerrit.libreoffice.org/38899 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2017-06-16Updated coreOlivier Hallot1-0/+0
Project: help a7dd65f811df7ef82c575a1c3c0be074cb880924 tdf#84675 Add help page for MIRR function of VBA Change-Id: I7b55b4994a1c65b714be3ad4114aee9233502276 Reviewed-on: https://gerrit.libreoffice.org/38901 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-06-16Updated coreOlivier Hallot1-0/+0
Project: help 8837573f15693f8de45618fc1b3342d87de88ae6 tdf#84675 Add help page for IRR function of VBA Change-Id: If4218b4b9619766e25676d5c4be35db42d51b007 Reviewed-on: https://gerrit.libreoffice.org/38900 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>