- 28 Şub, 2015 6 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I5e938a0b53ea7a1b020bc73634bff70913f3ebc3
-
Julien Nabet yazdı
Change-Id: I88c53ade0101cfd7735a45b2038879bd027b0314
-
Julien Nabet yazdı
Change-Id: I8c73d95d92dc4a30dd6a71260817ab4fc3096f27
-
Tor Lillqvist yazdı
Change-Id: I9b7dc689cfef11aa6f33868884a9a25607502d1d
-
Yousuf Philips yazdı
Change-Id: Icd572dd7ce723517f3d45ce932230e346bedc261 Reviewed-on: https://gerrit.libreoffice.org/14674Tested-by:
Yousuf Philips <philipz85@hotmail.com> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
László Németh yazdı
+ optimization (removing cycle on cells with default attributes) Change-Id: I4441fab13cb8ba6251d8524db4045e22514436fa
-
- 27 Şub, 2015 28 kayıt (commit)
-
-
Michael Stahl yazdı
... years ago in commit e1b51e7b Change-Id: I588370796830dc379f6a004ec7e673b020360eb5
-
Michael Stahl yazdı
The sc_subsequent_filters_test was failing because of a lock file because it did not use the unittest configuration. Refactor gb_CppunitTest_use_configuration so it uses both the instdir and unittest configuration to prevent such errors. In case there ever is a test that does not work with the unittest configuration it should call gb_CppunitTest_use_instdir_configuration. Change-Id: Ibc00d42f8b6102d50d922f51173120798fa45c6e
-
Michael Stahl yazdı
Change-Id: I79a330c8fec2f2a47c7a348c911df5b45913b239
-
Adolfo Jayme Barrientos yazdı
Change-Id: I0a84f4216ff6120f00126a3bd2942f2e455e4190
-
Stephan Bergmann yazdı
Change-Id: Ia9528660190b0359c59818c82265081d9e73b9d9
-
Stephan Bergmann yazdı
...which now opened the AddressBook Table instead. Apparently a regression from a527ad98 "Resolves fdo#87789: show groups in collected addresses." Change-Id: I413adb3ee963262cac71547cde6e5ccc5a9a19ab
-
Stephan Bergmann yazdı
...to not need to see the KDriver class from the outer kab wrapper in the inner kabdrv, and the KConnection class from the inner kabdrv in the outer kab wrapper, which caused false positives from -fsanitize=vptr. Change-Id: Ifae4c837ba4da660df0928b50de5114d567e5d9c
-
Michael Stahl yazdı
The problem is that currentcontextchecker.cxx is linked statically into 2 dynamic libraries, and with clang now using -fvisibility-ms-compat since commit f0aa1a78 the ASAN complains about ODR violation in testttols uno_test: ==1818==ERROR: AddressSanitizer: odr-violation (0x2aef08e9c600): [1] size=192 'vtable for testtools::bridgetest::CurrentContextChecker' testtools/source/bridgetest/currentcontextchecker.cxx [2] size=192 'vtable for testtools::bridgetest::CurrentContextChecker' testtools/source/bridgetest/currentcontextchecker.cxx Change-Id: Ie705788dbf035f7a9f64878c6dcf3cec9b7e7ba1
-
Tor Lillqvist yazdı
Now Adobe Reader is satisfied with the signature timestamp also for a PDF signed and timestamped on Windows. My gleeful commit comment from yesterday about how much simpler the Win32 crypto API was to use for this task was not entirely true. It is simpler than using NSS and curl, but not as simple as I had hoped. Oh well, I am not really surprised. I now use the "low-level" message functions instead of the single "simplified" CryptSignMessage(). And just like with NSS, I need to create the message twice; first to get the signature to timestamp, and then a second time to attach the timestamp. But now I wonder whether doing CryptSignMessage() twice would work too. Anyway, won't touch the code now for a while. I am actually a bit surprised that the code works... Must have been my lucky day. Or then I just am good at making educated guesses at what an API does, even if the documentation doesn't make it perfectly clear. Especially, I am a bit surprised that calling CryptMsgGetParam(hMsg, CMSG_BARE_CONTENT_PARAM) returns (just) the signature. OTOH, what else would it return? Change-Id: Iec20c7605cf3d841b9e1787184c7b665837f1bc2
-
Mark Hung yazdı
Change-Id: I4adad1675f2a880e14ed870a3c74e43e8898c371 Reviewed-on: https://gerrit.libreoffice.org/14663Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Caolán McNamara yazdı
and forward calls to it from the SvpGraphics Change-Id: I6d1fbc8919596d5f47661b3471570fcb7e14bc3e
-
Caolán McNamara yazdı
Change-Id: I3d68ec1c7c43773c05344e88cc4eec8edbd4108b
-
Stephan Bergmann yazdı
broken since 4bf95c4c "make use of startsWith()" where the tricky !url.compareTo(::rtl::OUString("sdbc:address:kab:"), 16) was replaced with url.startsWith("sdbc:address:kab:") even though the original exempted the trailing ":" from the comparison Change-Id: I45175b2669d61eb4cee36d4456ccb69d0f11ef63
-
Stephan Bergmann yazdı
broken since LO 3.6, commit 07d512ef "connectivity: convert kab to gbuild" Change-Id: I65cc32fa55f1d5c0358585489b8b3dc3aaf8004b
-
Caolán McNamara yazdı
Change-Id: I692a3ce8c917f97bcaa05903c89784c213e6c864
-
Stephan Bergmann yazdı
broken with 5d05f7ed "forms: use constructor feature for form modules" and follow-up misguided clean up Change-Id: If9447740e6408472722b81d112cd85349020eabe
-
Takeshi Abe yazdı
This is not exactly what the reporter of the issue requested because this is for "Elements Dock", not for "Elements". However, according to tdf#68871, Elements Dock would be the desired place to be improved. Change-Id: I6806d33f1ea89c7fe7565753f000f7bf747552a5 Reviewed-on: https://gerrit.libreoffice.org/14652Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Henry Castro yazdı
Fixed. When I try to paste an web image copied from web browser, it paste now Change-Id: I696feb3438022b506303b2f354ac9c4d306e08f4 Reviewed-on: https://gerrit.libreoffice.org/14529Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Takeshi Abe yazdı
... specified by the selection attribute. For its expected behavior, see the section <maction> in MathML 1.01: <http://www.w3.org/TR/REC-MathML/chap3_6.html#sec3.6.1> Change-Id: I70c1b2cfe1afec730f3e67ba0938bbaf8ada8e23 Reviewed-on: https://gerrit.libreoffice.org/14600Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michael Stahl yazdı
Change-Id: I6519a4c9da2a95efcc54288b3ef9d0a19ccfef3c
-
Michael Stahl yazdı
Change-Id: Ic7abd7dd588339e06b6764659829f35b4ea87adb
-
Stephan Bergmann yazdı
Change-Id: Ib7ed62599b9e088c4a91a39c3181f3a13e641d70
-
Stephan Bergmann yazdı
...added in 34504e4a "Chart menu works now" but never read? Change-Id: Ie756f831eda6bbb9ac0edb14758e097e30a9be6a
-
Stephan Bergmann yazdı
As discussed in b4f6b26b "SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVM," RTTI-based -fsanitize= checks with Clang on Linux need special precautions to make RTTI symbols visible across DSOs. The approach taken there, as well as in 598d8194 "Visible function type RTTI for Clang -fsanitize=function," was to add explicit SAL_DLLPUBLIC_RTTI annontations to relevant type definitions. However, for -fsanitize=vptr that would have required many more of those, so it appears easier to "misuse" -fsanitize-ms-compat in that case, which happens to give all RTTI symbols default visibility (while otherwise still honoring our SAL_DLLPUBLIC/PRIVATE annotations). The SAL_DLLPUBLIC_RTTI annotations from 598d8194 "Visible function type RTTI for Clang -fsanitize=function" can likely be removed again. Change-Id: Ibeff7ab8c908111a7dc66ff0677204f112b24db8
-
Stephan Bergmann yazdı
Change-Id: Icf872e269c7e427ba1287ccd0082974c9426449e
-
Tor Lillqvist yazdı
Now Adobe Reader is satisfied with the signature timestamp. I just need to figure out how to do the corresponding fix for the Win32 version, too. Change-Id: Ie2cce177a9a356e729ca157b4c181e95a2c60c91
-
Miklos Vajna yazdı
Change-Id: Ic9762d9392493a84fe124349e7616ac21f7e8586
-
Adolfo Jayme Barrientos yazdı
Change-Id: Icb57186d823a5fa458b5f6516e04bb06b0a848d9
-
- 26 Şub, 2015 6 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: Ic03fb2ee6470eac6034be13908dd9ec92cf175b6
-
Caolán McNamara yazdı
as it now works again after ancient emf import bug is fixed by commit 5e5b90c1 Date: Thu Feb 26 13:47:58 2015 +0000 in BITFIELDS mode (3) there are *3* pal entries not 12 and two writer qa tests adapted to test for the actual pixel color vs the underlying pixel data This reverts commit 3c4f7704. Change-Id: Id94f98f9c620c90fda097fa97fc34c9ee957c483
-
Tor Lillqvist yazdı
Luckily doable with much simpler code than the horrible NSS and curl mess used on Linux (and, sadly, OS X). Basically only one new API call needed: CryptRetrieveTimestamp(). A few hours of work, compared to about a week for the Linux case. However, amusingly, it causes the same message in Adobe Reader as when using the NSS code: "The signature includes an embedded timestamp but it could not be verified". Sigh. Change-Id: I98c973bd50b841d1ae3feb8a695bac29da538b6c
-
Tor Lillqvist yazdı
Change-Id: Ic82f64746e657c44f8a16e78dedc6e85aa95544b
-
Jan Holesovsky yazdı
Change-Id: I957bf1d5bd88b15539e95dfa4aa87a8e63a96439
-
Caolán McNamara yazdı
Change-Id: Ia8e18db1870dbecc7b2edb2f4908ada806ff2a95
-