- 12 Kas, 2012 16 kayıt (commit)
-
-
Petr Mladek yazdı
Change-Id: Ieb37b226dcccb36d1c0e55e95d99e90ff26d8a26
-
Stephan Bergmann yazdı
...in two ways: * Change the signature type from "certification signature" to "approval signature" (by removing the signature reference dictionary with a TransformMethod of DocMDP; cf section 12.8.1 "Interactive Features: Digital Signatures: General" of the PDF 1.7 spec). * Include a call to NSS_CMSSignerInfo_AddSigningTime after all, which appears to be the only way with the Mozilla CMS API to cause the SignerInfo included in the generated PKCS #7 data to include PKCS #9 content-type and message-digest attributes as required in section 9.2 "Signed-data content type: SignerInfo type" of RFC 2315. These changes cause acroread to change from reporting "Signature is invalid: There have been changes made to this document that invalidate the signature" to "Signature is valid: Document has not been modified since this signature was applied", but now also warning "N Page(s) Modified" (where N is the number of pages in the document). I have no idea what still causes the latter complaint. When comparing the PDF output with some signed PDF generated by other software (for which acroread does not complain about modified pages), there is no obvious difference left. Change-Id: I4af659a747ce8cba809b331613ddfbcf36aae3cc
-
Miklos Vajna yazdı
1) Hide rpm database dir like the old Java installer GUI did, so the user sees a single /opt directory only, like with dev-install. 2) Allow installing to an existing directory, no reason not to allow this. 3) Use --nodeps when using a custom dbpath, since in that case even /bin/sh won't be provided by anything. Change-Id: I70d74cc5db287668f4c926005001e05096f43a10
-
Stephan Bergmann yazdı
Change-Id: Ia68a683bdafe6dc89ac98635e797b84a2e0ff615
-
Norbert Thiebaud yazdı
Change-Id: Ia3665f109b6a52138264854692a6e2b16240dca4
-
Norbert Thiebaud yazdı
Change-Id: I64794acd804ed5059f54422d74bdd0ba1688cc91
-
Markus Mohrhard yazdı
Change-Id: I9a8c02369c3e5a12310a46229bdc1671f75593ad
-
Norbert Thiebaud yazdı
Change-Id: I6ca26a6637ebe36bd5055fc6283258ae288df461
-
Markus Mohrhard yazdı
Artwork by Astron Change-Id: I35261a233bee7ccb0181238e87d83e9c503b188e
-
Markus Mohrhard yazdı
Change-Id: I7099e984a8b05ccd3324f3b9231c193e716eaf83
-
Markus Mohrhard yazdı
Change-Id: Ib48606402fb90b259f705badeac294d7c336cb9c
-
Peter Foley yazdı
Change-Id: I89153efde9441180f5bb49968d11d77fc951f774
-
Peter Foley yazdı
Change-Id: If66ff22becad085e320ae34a36415d37c537265c
-
Peter Foley yazdı
Change-Id: I0b61fc9436ac08368991251b04343e0a53c2257c
-
Peter Foley yazdı
Change-Id: Ia82dc2bba4ee90d50cf11fecfa7858d8ef179fcd
-
Peter Foley yazdı
Change-Id: Ib019e248b16a39ea058cdebeaa1f37a967a00d6c
-
- 11 Kas, 2012 15 kayıt (commit)
-
-
Peter Foley yazdı
Change-Id: I6951ae066e9b0d15de85d30f8a641348998fecca
-
Peter Foley yazdı
Change-Id: Iab0a88ce0812d286b5fc5effa697c3a251bae498
-
Peter Foley yazdı
Change-Id: I64a6ae7bfed878d1fafda9125920340ec3eca378
-
Stefan Knorr yazdı
Change-Id: If0dc7cf7694a2e11839d033b98603263f7600896 Reviewed-on: https://gerrit.libreoffice.org/1039Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Michael Stahl yazdı
Change-Id: I43fe95e7957c018f1013c543367c548fcfa1d9c3
-
Michael Stahl yazdı
Change-Id: I2b81f92cea8a8c9577c3f9ca33b915942708330c
-
Michael Stahl yazdı
Change-Id: If2fbfe776039fe1a3104d541279ab52f219f45bf
-
Michael Stahl yazdı
The ScExportTest::testConditionalFormatExportXLSX() fails on Windows because of how SfxMedium handles its streams: 1. SfxMedium::GetOutputStorage() creates some temp file 2. SfxMedium::GetMedium_Impl() opens a XStream on the temp file 3. SfxMedium::GetOutStream() wants to open a SvFileStream on the temp file, but because the file is already open and the sharing options are set to deny sharing, opening fails with ERROR_SHARING_VIOLATION Prevent that by re-using the already open XStream in GetOutStream. Hopefully this does not break anything, and there is already a comment in CloseInStream_Impl() indicating that m_pOutStream and xStream are related. (interestingly ERROR_SHARING_VIOLATION is documented to occur if _another_ process has the file open, but evidently it happens here on NT 6.1 for the same process...) Change-Id: I6d2ec36fd45a0317e947ddfb436472a8b86fbe26
-
Julien Nabet yazdı
Change-Id: I1ce2682224fbb0c93bc7ec97a31a59020ac6be02
-
Ivan Timofeev yazdı
from http://developer.gnome.org/gtk/2.24/GtkSettings.html The "gtk-primary-button-warps-slider" property ... Since: 2.24 but it is 2.24.13 indeed: https://mail.gnome.org/archives/ftp-release-list/2012-September/msg00195.html News ==== * Implement a gtk-primary-button-warps-slider setting that lets us adjust scale and scrollbar behaviour according to platform. Change-Id: I4d3170801973e3e6101736971de58d70b673fd58
-
Ivan Timofeev yazdı
Change-Id: I230c2923960862f7e705f03a5c8a5763c002256b
-
Miklos Vajna yazdı
Change-Id: I439db77e36af700b34ab9656704cdb3b3359c9ec
-
Arnaud Versini yazdı
Change-Id: I244e436086746420cc66b0ed7d59bfcdc6606076 Reviewed-on: https://gerrit.libreoffice.org/1025Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Matteo Casalin yazdı
Change-Id: I779128111a4f69235a4c8cc6510018fc61d1b24b Reviewed-on: https://gerrit.libreoffice.org/1026Tested-by:
Tor Lillqvist <tml@iki.fi> Reviewed-by:
Tor Lillqvist <tml@iki.fi>
-
Tor Lillqvist yazdı
Change-Id: I46b97d31f8aac046479d030c988413017c5b940a
-
- 10 Kas, 2012 9 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: Ifc8def986f7d1659d71be7b4716bd9ab5fa4647e
-
Markus Mohrhard yazdı
-
Peter Foley yazdı
Change-Id: I8aee95e0f93deaaf08046f544713af010a7f1e44
-
Peter Foley yazdı
Change-Id: If212bfe5cc191c253185df0c459f7abb8be51da2
-
Peter Foley yazdı
Change-Id: Ie4b697b6549e300dcf8c0d788e6c9c0f50e677c2
-
Peter Foley yazdı
Change-Id: Icdda77d0fda4faf071566a44c2b93285a6437d38
-
Peter Foley yazdı
Change-Id: I83c6bd1bfb44e74b9f659a970b5c32d7475addfb
-
David Tardon yazdı
Change-Id: I4a2bc7307e40ddb8a9a039c1d1b738338dcc5122
-
jailletc36 yazdı
Change-Id: I78f7f7ae7373e00e0750abc4566c71a8b9c1640a Reviewed-on: https://gerrit.libreoffice.org/1019Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-