- 13 Şub, 2018 31 kayıt (commit)
-
-
Tomáš Chvátal yazdı
Change-Id: I85ff669c3cfd6d9b3284972cfa1d8a805ea3b6d4 Reviewed-on: https://gerrit.libreoffice.org/49637Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ifda10738a4d4d97ba62ae3fc8804638621b24686 Reviewed-on: https://gerrit.libreoffice.org/49638Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I8fe05cbaaf2f39723e76100bcdb928c859d712d8 Reviewed-on: https://gerrit.libreoffice.org/49639Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ib7303688d6f77d2c29114787883238577c43b68d Reviewed-on: https://gerrit.libreoffice.org/49628Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jim Raykowski yazdı
Change-Id: I930085839c9ab7297e492c1463b54d41c087361c Reviewed-on: https://gerrit.libreoffice.org/49338Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Alex McMurchy1917 yazdı
...by changing the parent of SwSendMailDialog. The destruction of the main dialog (SwMMResultEmailDialog) also closes the progress dlg (SwSendMailDialog), which shuts down the dispatcher stopping anymore messages from being sent. Have changed the parent of progress dlg such that it will not close when the main dialog is closed. This has allowed the main dialog to be closed immediately after the progress dialog had been created making for a cleaner ui. There were problems with the timer causing LO to consistently crash during the dispose of OutputDevice, but I could find no logical reason for the crashes. (It didn't crash if smtp authentication failed. It also didn't crash when run in gdb...) Moving the exit code from StateChanged to CloseHdl magically fixed the crashing problem. I think it makes it a bit clearer to end in closeHdl anyway, and start the timer only in case of an early cancellation (before all the mail messages have been queued up). This eliminates MOST of the use of the timer - since the typical exit occurs after the email process has finished. Change-Id: Icd3af372772fab3e78eb0702b120d7a811baa6bd Reviewed-on: https://gerrit.libreoffice.org/41519Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Stephan Bergmann yazdı
(Used when a unopkg process talks to an soffice process, or a unopkg or soffice process talks to a uno process.) Jenkins lo_ubsan ASan+UBSan builds quite often fail in CustomTarget_odk/build-examples with connections from an unopkg process to a uno process (that has just been forked by the unopkg process) timing out. Lets see if increasing the timeout will fix that. Change-Id: Ifcd886f00670f86bb8975a206c89f565d409912e
-
Stephan Bergmann yazdı
Change-Id: I4cb850a4ceb44dfe2807afe38f3fa131e6590932
-
Stephan Bergmann yazdı
...by reverting the broken part of 2c05d758 "add << operator for css::uno::Exception" Change-Id: I1b625dad2050b7549338f148c016a515e42adeb6
-
Noel Grandin yazdı
part of making Bitmap an internal detail of vcl Change-Id: Ic6efc036d6a31aec44b11da675e98d45c210f99c Reviewed-on: https://gerrit.libreoffice.org/49632Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
part of making Bitmap an internal detail of vcl Change-Id: Ia0ef02ff257b71ca07dd294592641cc64a80dbfc Reviewed-on: https://gerrit.libreoffice.org/49635Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
part of making Bitmap an internal detail of vcl Change-Id: I6a5a301a30f9a58fb28bbe13dca2d21ad6525a14 Reviewed-on: https://gerrit.libreoffice.org/49633Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Caolán McNamara yazdı
Change-Id: Id36e0e8ae11a145b5efa976c20261af931c1d58b Reviewed-on: https://gerrit.libreoffice.org/49627Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault. (anonymous namespace)::print_type<15> (ctx=..., info=0x7fffffff7f90, unknown_name=...) at ../../../../../libstdc++-v3/src/c++11/debug.cc:641 641 ../../../../../libstdc++-v3/src/c++11/debug.cc: No such file or directory. (gdb) up #1 0x00007ffff6abb008 in (anonymous namespace)::print_description (ctx=..., inst=...) at ../../../../../libstdc++-v3/src/c++11/debug.cc:817 817 in ../../../../../libstdc++-v3/src/c++11/debug.cc (gdb) #2 0x00007ffff6abc7aa in (anonymous namespace)::print_description (param=..., ctx=...) at ../../../../../libstdc++-v3/src/c++11/debug.cc:835 835 in ../../../../../libstdc++-v3/src/c++11/debug.cc (gdb) #3 __gnu_debug::_Error_formatter::_M_error (this=0x7fffffff7af0) at ../../../../../libstdc++-v3/src/c++11/debug.cc:1061 1061 in ../../../../../libstdc++-v3/src/c++11/debug.cc (gdb) #4 0x00007fffca2b6313 in __gnu_debug::operator!=<__gnu_cxx::__normal_iterator<SwAnchoredObject* const*, std::__cxx1998::vector<SwAnchoredObject*, std::allocator<SwAnchoredObject*> > >, std::__debug::vector<SwAnchoredObject*, std::allocator<SwAnchoredObject*> > > (__lhs=0x0, __rhs=invalid iterator) at /usr/include/c++/4.8/debug/safe_iterator.h:535 535 _GLIBCXX_DEBUG_VERIFY(! __lhs._M_singular() && ! __rhs._M_singular(), (gdb) #5 0x00007fffca7f3de2 in SwAnchoredObject::UpdateObjInSortedList (this=0x1fa6fd8) at /git/libreoffice/master/sw/source/core/layout/anchoredobject.cxx:629 629 for (SwAnchoredObject* pAnchoredObj : *pObjs) Given that valgrind doesn't point out anything and the old and the new code is meant to be the same, my only guess is that the baseline gcc has some codegen bug. This happens reasonably frequently, current bugdoc was a DOCX file with 4 shapes anchored to the same paragraph, affecting only dbgutil builds, it seems. Change-Id: I2316e25eea87f2aa5736576d5168e113480f80e4 Reviewed-on: https://gerrit.libreoffice.org/49631Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Mark Hung yazdı
Enclose ruby with run, output hps, hpsBaseText, hpsRaise, etc, ,make the size and script correct as much as possible. The ruby format in docx can be round-tripped now, so it is moved to ooxmlexport. Change-Id: I03797be54aeffeff016011ad8ec536cecf40064f Reviewed-on: https://gerrit.libreoffice.org/49509Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mark Hung <marklh9@gmail.com>
-
Caolán McNamara yazdı
Change-Id: I285358064ab9c02b5818bc0452ae3c35962778c6 Reviewed-on: https://gerrit.libreoffice.org/49630Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I98964ebf0f0c91f15af9c38af1f0c4e5f0d85ad8 Reviewed-on: https://gerrit.libreoffice.org/49625Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
andreas kainz yazdı
Change-Id: I913df522802d2018b3959c68e7655653d25541a7 Reviewed-on: https://gerrit.libreoffice.org/49622Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
Mike Kaganski yazdı
Push buttons don't rely on their parent's child transparent mode since i#38498. This allows buttons to have proper transparency mode, despite toolboxes don't set their children transparency mode at all (even being transparent themselves). However, when other controls are placed to toolboxes, as FixedText, they check parent's child transparent mode, and then use parent's background for them. For transparent toolboxes this makes the background to be NONE, and thus on invalidation of such FixedText, neither parent's area, nor FixedText's is filled to remove previous text before outputting new text. This patch sets ToolBox child transparent mode depending on its own transparency. Also, FixedText now checks if background applied in ApplySettings is empty, and if it is, sets transparency mode despite parent's setting. Change-Id: Id424cbad894bb42a88a4b027f2a964d6e542f115 Reviewed-on: https://gerrit.libreoffice.org/49621Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
Eike Rathke yazdı
XCharacterClassification::parsePredefinedToken() with KParseType::IDENTNAME and KParseTokens::ANY_LETTER does exactly that, it parses one identifier name consisting of Unicode letters and stops at the first non-letter character (additionally '-' hyphen-minus was allowed as character). Instead, scan for the first (any Unicode) digit and split there. Also, copying the whole string to the prefix string if no split happens was unnecessary, the caller does not use the prefix if no number was found. Nail this as post condition. Change-Id: I941f9739b39c36c83b63145e3b762ec558738c1c
-
Miklos Vajna yazdı
Commit c761df1e (tdf#84678 DOCX import: fix handling of textbox margins, 2016-10-25) uncovered a previously harder to notice problem that single-paragraph shapes have an incorrect upper paragraph margin for the first paragraph. Now that the shape margins are correct this problematic paragraph margin causes crop of the shape text. Fix the problem by adapting the DOCX import to the WW8 import's SwWW8ImplReader::AppendTextNode() (the "If this is the first paragraph in the document" part), where it seems the first paragraph is not only the literally first paragraph in the document, but also the first paragraph of shapes as well. Change-Id: I9d99b9cfabae2c9a7c33eefefb5a9f008669e93d Reviewed-on: https://gerrit.libreoffice.org/49617Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Stephan Bergmann yazdı
Change-Id: I57f7d98edef10cb64b106b326869a594cc2f8d42
-
andreas kainz yazdı
Change-Id: I897bd294a5352b44de35b035a58368353f938e0d Reviewed-on: https://gerrit.libreoffice.org/49619Reviewed-by:
andreas_kainz <kainz.a@gmail.com> Tested-by:
andreas_kainz <kainz.a@gmail.com>
-
Yousuf Philips yazdı
Change-Id: I9417b45b190bab746e5f9fa08b7076b4488bcf16 Reviewed-on: https://gerrit.libreoffice.org/49492Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Yousuf Philips yazdı
Change-Id: I147544acc2b783538f5a69fd0cdad1837b0abbd0 Reviewed-on: https://gerrit.libreoffice.org/49395Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Noel Grandin yazdı
Change-Id: I4e355ae27b9fad1cc6e8f8f408dbd9e93d7256d7 Reviewed-on: https://gerrit.libreoffice.org/49603Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
part of making Bitmap an internal detail of vcl Change-Id: I72947ac6b59f251db93ff176d28fa840ab0f52ed Reviewed-on: https://gerrit.libreoffice.org/49581Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
part of making Bitmap an internal feature of vcl Change-Id: Ib92ffa5de492de5ed143813a216960ac5140f23b Reviewed-on: https://gerrit.libreoffice.org/49580Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
part of making Bitmap an internal feature of vcl Change-Id: I2945005b9070bc13844c02f8ecaa349920d151fe Reviewed-on: https://gerrit.libreoffice.org/49579Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Michael Meeks yazdı
Change-Id: I10a1d9430f38499d77ad528ef98cff260873d4de
-
Justin Luth yazdı
In LO, it appears to be impossible for a style based on a Chapter Numbering List style to inherit the numbering and outline level. Ensure that any fix for Word-authored documents that DO inherit this don't break round-tripping natively created docx files. Change-Id: I0cd4c25fbc7cd60346fcd949d5a3b89c2b311dbd Reviewed-on: https://gerrit.libreoffice.org/49544Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org>
-
- 12 Şub, 2018 9 kayıt (commit)
-
-
Eike Rathke yazdı
It's g_aMergedLib instead of g_aMergedLibs, and osl::Module is not a unique_ptr or somesuch.. commit 707f787c AuthorDate: Sun Feb 11 00:01:44 2018 +0100 CommitDate: Mon Feb 12 22:27:55 2018 +0100 Change-Id: I1f0266d189546dfe3b0d9eb449c878daebbf0da6
-
Saurav Chirania yazdı
The modified files have been made more pythonic by removing Java-like codes. Change-Id: Ie015bb5fa2348d31682b843df7f9c6d86c5e9fc1 Reviewed-on: https://gerrit.libreoffice.org/49163Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
-
Eike Rathke yazdı
Change-Id: I295e842da0192c21d318357caa574062085acd9d
-
Tor Lillqvist yazdı
None of this is DLLPUBLIC anyway, and it all goes into one DLL. Change-Id: I3756f87aaa4561ef54a9e6aaeeac47b99350c6b3 Reviewed-on: https://gerrit.libreoffice.org/49616Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tor Lillqvist <tml@collabora.com>
-
Michael Meeks yazdı
Cache vclbuilder's loaded modules globally & simplify logic. Pre-populate that cache on preload for LOK vs. a somewhat inelegant pre-canned list of dialog libraries. Change-Id: I86d936862a41495fd37908f3ee7eb2e0c363d651 Reviewed-on: https://gerrit.libreoffice.org/49550Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Miklos Vajna yazdı
The "xlink" prefix for the "xlink:href" attribute on the "image" element was not bound. Change-Id: I473a0b1612b4842cf84a264960bb28a9f19600e5 Reviewed-on: https://gerrit.libreoffice.org/49612Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Caolán McNamara yazdı
Change-Id: I8d6761bd951cc1ddd4a45eabb26428bc40c2271a Reviewed-on: https://gerrit.libreoffice.org/49600Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I10b06a977f77c0802cbf5a1db33671ba1db69ba9 Reviewed-on: https://gerrit.libreoffice.org/49601Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I30c3a0b75c818b55f6e73fdb68bf59fdac249d0e Reviewed-on: https://gerrit.libreoffice.org/49606Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-