- 20 Eki, 2016 37 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I5f650293719ad790eb5b4f5d5d448399356f386e
-
Stephan Bergmann yazdı
Change-Id: I7b5799ed67b8d5da6cb3e6c4e7c76f05a2ec3853
-
Christian Lohmaier yazdı
Change-Id: I7dc5e6925962d948f8d61cd0c951331e78fcb08e
-
Giuseppe Castagno yazdı
Still random failures in Gerrit Windows builds. This reverts commit f5c54089. Change-Id: Iec48d2388691577ccd675b9a73941cedceebd527 Reviewed-on: https://gerrit.libreoffice.org/30103Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Reviewed-by:
Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> Tested-by:
Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
-
Caolán McNamara yazdı
Change-Id: I66cea4b9efb82d29e6c052ac11a6f2eaca823ce0
-
Caolán McNamara yazdı
Change-Id: I6e06b8578959b8147043179db57e875b1d98d57d
-
Caolán McNamara yazdı
Change-Id: I673b00e111a734bc626ba3d3f6ecf9692f1ce7db
-
Justin Luth yazdı
fixes regression from tdf#89317, commit b39feae4. Change-Id: I0590579997e2c29de171aac91ba4459e0c776cc0 Reviewed-on: https://gerrit.libreoffice.org/29984Tested-by:
Justin Luth <justin_luth@sil.org> Reviewed-by:
Justin Luth <justin_luth@sil.org>
-
Noel Grandin yazdı
Change-Id: Ic3a558e6b646b6b6bc4cb7e09a00695553023534 Reviewed-on: https://gerrit.libreoffice.org/30073Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
giacco yazdı
modifided strings.src modified: sd/source/ui/app/strings.src Change-Id: I1f31f13d7e88f91510d10c5b9afe31df191dafdc Reviewed-on: https://gerrit.libreoffice.org/30052Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Miklos Vajna yazdı
An unsigned PDF can be signed now, but the stream still gets truncated on closing the dialog. Change-Id: I12dd50bf577cd23b3355f6c6d03e71a9c0dbcfab
-
Stephan Bergmann yazdı
Change-Id: I9e3720c86f96abc864a52c0469032132808080a4
-
Stephan Bergmann yazdı
Change-Id: I4cd8bdcd93d1c92aa4983e36566ca8aa7ddec5e3
-
Stephan Bergmann yazdı
The code in harfbuzz' src/hb_common.h apparently goes to some length to ensure that any value of type hb_tag_t (aka unit32_t) can be transported as a value of the hb_script_t enum type. However, under MSVC any C (or non-fixed C++) enum type has an underlying type of int, so _HB_SCRIPT_MAX_VALUE of value 0xFFFFFFFF will cause a -Wmicrosoft-enum-value under clang-cl. To not complicate things further, acknowledge that converting between hb_tag_t (an unsigned integer type with 32 value bits) and hb_script_t (a two's-complement signed integer type with 32 value bits) is well-defined under MSVC and drop _HB_SCRIPT_MAX_VALUE (which appears to be an otherwise unused implementation detail) there. Change-Id: Ic03dff64a9dd24683c45347fa78699708c269972
-
Stephan Bergmann yazdı
...on linux_clang_dbgutil_64 build Change-Id: I00022749ce12df459ce22333593daa2eb6503fd7
-
Stephan Bergmann yazdı
Change-Id: I439747c98fcdadb59e68756e8b3ae2e305c960cb
-
Samuel Mehrbrodt yazdı
Change-Id: I50e48472bb840c70e9a7c11dd84f33c64d6e1422
-
Samuel Mehrbrodt yazdı
Change-Id: I5b5f0648b6e6432b0928351a17d285df8c9da811
-
Jochen Nitschke yazdı
>>= specialisation for rhs Any is good at hiding stuff: old code equals to > util::CellProtection cellProtection; > aCellProtection = mxPropertySet->getPropertyValue(sCellProt); > aCellProtection = uno::makeAny( cellProtection.IsLocked ); and would always return Any(false) Change-Id: Iccbf35f32dd92fbfcf495f11cc993109be2e5e4e Reviewed-on: https://gerrit.libreoffice.org/29972Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Samuel Mehrbrodt yazdı
Change-Id: Ia75f2fe349580003b16735fccf429392d0cf8363 Reviewed-on: https://gerrit.libreoffice.org/30082Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Samuel Mehrbrodt yazdı
Change-Id: I037c5d09ecb70480f4559697e291c40567fea615 Reviewed-on: https://gerrit.libreoffice.org/30081Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Samuel Mehrbrodt yazdı
Change-Id: Ia8bea19f8f9377f27ab425c335e2a65bd2abcb2b Reviewed-on: https://gerrit.libreoffice.org/30078Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Samuel Mehrbrodt yazdı
Change-Id: I8ca8ceae76b6479a848a618ed141ce29a9c2d84e Reviewed-on: https://gerrit.libreoffice.org/30077Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Noel Grandin yazdı
commit 553ee720 is wrong in that typeid has different semantics to dynamic_cast i.e. is-exactly vs. is-exactly- or-subtype checked the other cases to make sure that non of them have any subclasses Change-Id: Id045e6d5e80aa1f7ba29a3475514eb0ae5320806
-
Tor Lillqvist yazdı
Change-Id: Ic9b44918a27bf185c534b3705f15a2dac29bc642
-
Jochen Nitschke yazdı
... don't check for it Change-Id: I0400ef365fdfcd8e1f516958225ae99289798f21 Reviewed-on: https://gerrit.libreoffice.org/30049Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Miklos Vajna yazdı
The use case is different in vcl and xmlsecurity: vcl creates a new PDF (possibly with a signature), while xmlsecurity signs an existing PDF, but this part can be shared between the two. So far in vcl only the nss part is moved, not touching mscrypto yet. Change-Id: Ie776f622c1a4a3a18e79e78f68722a2fa219a83b Reviewed-on: https://gerrit.libreoffice.org/30063Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Noel Grandin yazdı
where using a std::map instead of a std::set meant that it sometimes miscounted the number of callsites Change-Id: I1e2ebcf44fe006827e66620ae4c9bbc813835414
-
Michael Meeks yazdı
(cherry picked from commit eb69d8cb) Change-Id: I200dff44b457a1632d99619981e237de73a2a8df Reviewed-on: https://gerrit.libreoffice.org/30070Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Miklos Vajna yazdı
With this, 'make -sr CppunitTest_desktop_lib CPPUNIT_TEST_NAME="DesktopLOKTest::testPaintPartTile DesktopLOKTest::testWriterCommentInsertCursor" VALGRIND=memcheck' finishes with 'ERROR SUMMARY: 0 errors from 0 contexts'. The problem is that in sw/sc/sd code it's enough to make sure that the on-stack ViewCallback instances are destroyed after the loaded component, but in desktop/ code also the emit-callbacks-on-idle code is under test, so we need to make sure first the LOK document wrapper is destroyed, and only after that the ViewCallback instances are destroyed. Change-Id: Ie8361233461d00fd252da929fb912a1a0b835c30 Reviewed-on: https://gerrit.libreoffice.org/30072Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Noel Grandin yazdı
Change-Id: I92362af5ef25052ec09b10a24c8fe051f6a51134
-
Tor Lillqvist yazdı
Fix "default initialization of an object of const type 'const ExtensionInfoEntryVector' (aka 'const vector<(anonymous namespace)::ExtensionInfoEntry>') without a user-provided default constructor". Change-Id: I97013ed4660459a3f4c1b8b5b7cc302ba3ff914d
-
Noel Grandin yazdı
to dump the current editing document to editdoc.xml on F12 Change-Id: I1b9cc2edb6429aa0bf651bdd52cac70dfd4db9d0
-
Noel Grandin yazdı
Change-Id: I45447b6f5cf7e17d6e81e8c931b07b26d41b9a8c Reviewed-on: https://gerrit.libreoffice.org/30057Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: Iac2aa6dae56d96819589d198be5875ecfe14f26f Reviewed-on: https://gerrit.libreoffice.org/30056Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: Ia4c411f5a9a68c2f344188ce6b6bc1815c89f993 Reviewed-on: https://gerrit.libreoffice.org/30055Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: Ife021e368efaafe9097750b4ca1a5472e94352a9 Reviewed-on: https://gerrit.libreoffice.org/30054Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 19 Eki, 2016 3 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I13f19b5bd5f2897eb48af69742be885803cca066
-
Armin Le Grand yazdı
To be able to restore the last saved state of enabled/disabled extensions it is necessary in SafeMode to get and set that states without XExtensionManager, so the configuration xml files have to be accessed. Added this change Change-Id: I00fe5795598427e7c08be0d3dd54bef68d038e24 Reviewed-on: https://gerrit.libreoffice.org/30062Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Armin Le Grand <Armin.Le.Grand@cib.de>
-
Yousuf Philips yazdı
Change-Id: I9b7c004558a15f520b54935c2a712fcdb551757e Reviewed-on: https://gerrit.libreoffice.org/30042Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-