- 21 Ock, 2018 6 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I0f19a0c1e312843bee0ee5c9939831918ddc2da7 Reviewed-on: https://gerrit.libreoffice.org/48198Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Rene Engelhard yazdı
Change-Id: Ia7116f77298b87d87221c80896b11a293d33f726
-
Rene Engelhard yazdı
Change-Id: Ic71e05d7561e1dcb532795dbf0b6e9309c1032d2
-
jan Iversen yazdı
Removed the need for the (limited) init() used earlier by iOS. Due to problems solved below init() it is now posible to use the standard init !! init.cxx still have some special handling of paintTile, which we should try to eliminate Change-Id: I42234aea8ac6b8dfcf8c3c88b386b4d4a97bba74
-
Mark Hung yazdı
* BuildMultiPortion(): preserve room for the ruby text by increasing the width of the last portion of the base text. This allows the ruby portion to be selected with the base text so that they seemd like attached to each other. * CalcSize(): we need to be careful because the width and height of the base text line is swapped. * PaintMultiPortion(): render the base text on top of the preserved room mentioned above, by shifting the position back. * SwRubyPortion(): RubyPortion::RIGHT is designed for horizontal writing mode only. In vertical writing mode it fallback to RubyPortion::ABOVE. Change-Id: I5291e32221b6b2fc1c3e152b3a5defe857428163 Reviewed-on: https://gerrit.libreoffice.org/48244Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mark Hung <marklh9@gmail.com>
-
Maxim Monastirsky yazdı
No need to look at possible enum values each time. Change-Id: I3191ab08d91c8f954ecfb027f1ab26b25a021f14 Reviewed-on: https://gerrit.libreoffice.org/48258Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
- 20 Ock, 2018 30 kayıt (commit)
-
-
Rene Engelhard yazdı
Change-Id: I99e3b3941f0478213ec9efe6b5152f2d780a8d00
-
Rene Engelhard yazdı
now I can see my testkey and sign. Thanks Christian Bolz Change-Id: Idd46e7f7d2e16cf24bbdee10ecad772baaaa7f4a
-
Maxim Monastirsky yazdı
(automatic rewrite) Change-Id: I959b58b3b0b69de9344b0f7188594a19e8b9d4ea Reviewed-on: https://gerrit.libreoffice.org/48176Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Maxim Monastirsky yazdı
Control::ImplClearLayoutData happens to be called post dispose, but Control::dispose already destroyed mpControlData. So put back the nullptr check that was removed in e8b49f09 ("new loplugin: useuniqueptr: vcl"). (But IMHO it's odd that we even try to send lose focus events to disposing windows. So maybe it would make sense to replace the "! pOldFocusWindow->IsDisposed()" check inside Window::ImplGrabFocus with "isDisposed()" which comes from VclReferenceBase, and set much earlier?) Change-Id: Iddaf7e05d6cb56c28a34884876770753fcf7179e Reviewed-on: https://gerrit.libreoffice.org/48246Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Caolán McNamara yazdı
Change-Id: I9d77f102ed74ac901fffeac3054a57d172fd9dc0
-
heiko tietze yazdı
Regression of effc05ee ("tdf#103705 Tooltip improvement for clone formatting") Change-Id: I3e7bfd95cb0de07d5ca4cd85166f679f7673655c Reviewed-on: https://gerrit.libreoffice.org/48201Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Caolán McNamara yazdı
Change-Id: Ic12e1567f5a3370d1580d8c471ee38d3069568ce Reviewed-on: https://gerrit.libreoffice.org/48217Tested-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ı
...to latest versions from <http://git.savannah.gnu.org/gitweb/?p=config.git; a=blob_plain;f=config.guess;hb=HEAD> and <http://git.savannah.gnu.org/gitweb/? p=config.git;a=blob_plain;f=config.sub;hb=HEAD> but retain... commit 25a09c87 Date: Wed Jun 7 12:23:17 2017 +0200 iOS, add support for arm64 Added general support for arm64 Removed experimental/prototype from normal build Change-Id: I82f9a549bb5004ff25266c50985569af53ba5f0e Reviewed-on: https://gerrit.libreoffice.org/48180Tested-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ı
writer can too, so revert this part of commit 277395b6 Author: Caolán McNamara <caolanm@redhat.com> Date: Tue Jun 13 18:09:08 2017 +0100 make opengl transitions under X flicker free on enter/leave which should restore matters to its former glory, at this point gtk3 opengl transition support now works so it all moot to me now. Change-Id: I78a8a774aead6482d0541575dbf10ad977ceccc0 Reviewed-on: https://gerrit.libreoffice.org/48207Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Maxim Monastirsky yazdı
Change-Id: I3f06aa8ea4edb981d201210b783c4624ffd68d16 Reviewed-on: https://gerrit.libreoffice.org/48175Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Jon Nermut yazdı
- implement swipe left/right and tap gestures for presentations - move some classes to their own files Change-Id: I3ddd3e17ec809c87097d5515f08038bbc969764f Reviewed-on: https://gerrit.libreoffice.org/48231Reviewed-by:
jan iversen <jani@libreoffice.org> Tested-by:
jan iversen <jani@libreoffice.org>
-
Jon Nermut yazdı
it was picking up the wrong headers in the debugger Change-Id: I0bf6a10504e3b3e9a6eb13355f3f8a4f63a15a1e Reviewed-on: https://gerrit.libreoffice.org/48230Reviewed-by:
jan iversen <jani@libreoffice.org> Tested-by:
jan iversen <jani@libreoffice.org>
-
jan Iversen yazdı
two bootstrap sections in one rc file seems wrong. Change-Id: Ic7f8eac2d3d07b35736d11ad1fbe705135cb1785
-
jan Iversen yazdı
One reason why init did not work, was that it did a throw due to a wrong path on unorc Change-Id: I928f25358befe05f8986e9ebcffda27e8beb397c
-
Rene Engelhard yazdı
see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887593#41 Change-Id: I365de8bf8a43a1aa304c5206a1f0c29d6a44855e
-
Julien Nabet yazdı
See bt: https://bugs.documentfoundation.org/attachment.cgi?id=139225 See comments https://bugs.documentfoundation.org/show_bug.cgi?id=115100#c2 https://bugs.documentfoundation.org/show_bug.cgi?id=115100#c3 Change-Id: I21266bdd809d3e13ca403ec46e51e9aa86487bb9 Reviewed-on: https://gerrit.libreoffice.org/48235Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Stephan Bergmann yazdı
Change-Id: I0abd0ace30f172d0991be697e6f78edd50ddeaaa Reviewed-on: https://gerrit.libreoffice.org/48214Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
...by 3c6b7c8b "loplugin: unnecessary destructor sc" Change-Id: I67868187565cb25b40a6380298deaefca0d76b0b Reviewed-on: https://gerrit.libreoffice.org/48218Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Automatic rewrite (of loplugin:cstylecast and loplugin:unnecessaryparen) after cab0427c "Enable loplugin:cstylecast for some more cases" and a409d32e "More loplugin:cstylecast" Change-Id: Iff4877e8a42804c952c48c13332caf0a83c92870 Reviewed-on: https://gerrit.libreoffice.org/48216Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
...that fails for me on at least one macOS and Windows machine each (with 180 and 230, resp., instead of 116), and where it is unclear why only a value of 116 would be correct (and where that specific check was not present before 95307f2c "tdf#45904 Move _SpreadsheetViewSettings Java tests to C++", cf. my comment from 2018-01-17 at <https://gerrit.libreoffice.org/#/c/47625/> "tdf#45904 Move _SpreadsheetViewSettings Java tests to C++") Change-Id: I16475ecaa853220ffe9e1d6dcf403302b04f4572 Reviewed-on: https://gerrit.libreoffice.org/48215Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
...so no need to do that again in the body of the BPixelRaster ctor (which had needlessly been done ever since the code's introduction with 6f769fb8 "INTEGRATION: CWS aw033"). And BPixelRaster::reset appears to have otherwise been unused, so can be removed. Change-Id: Icd8e09bfe225be2c6695d8a137c271dca5a70de7 Reviewed-on: https://gerrit.libreoffice.org/48184Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Adolfo Jayme Barrientos yazdı
Project: help 237f881e17efb3091d93430fa287eab9b9d6b915 Some copyediting • Fixing usage of phrasal verbs “check in” and “check out” • Adding some missing prepositions • Removing some pointless abbreviations • Avoiding a reference to a “timer” that’s more precisely a stopwatch but not quite… Change-Id: I37828f85065f17a16365caa45fd5913b771c4bec
-
tagezi yazdı
Change-Id: I764edf0c1fb093bf64ea3ea91f98f8586d9549f5 Reviewed-on: https://gerrit.libreoffice.org/47017Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
Miklos Vajna yazdı
Title is not special in any way, showing author/language/date has the same benefits. Change-Id: Ie05071b88d7fa53ad0e39927904ea5e122a66c9a Reviewed-on: https://gerrit.libreoffice.org/48183Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: I7a57be7e241883adac4417baa699a97d6304a631 Reviewed-on: https://gerrit.libreoffice.org/48188Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: If00b0e659e1818c29ae39b89f8b4f7ea29d14986 Reviewed-on: https://gerrit.libreoffice.org/48185Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: Iaa133fa7f3b4bc4adea1c1568015327b1694161b Reviewed-on: https://gerrit.libreoffice.org/48169Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Julien Nabet yazdı
A row frame may not belong to a table frame, when it is being cut, e.g., in lcl_PostprocessRowsInCells(). Its SwRowFrame::Cut() has been called; it in turn called SwLayoutFrame::Cut(), which nullified row's upper in RemoveFromLayout(), and then called Shrink() for its former upper. Regardless of whether it will be pasted back, or destroyed, currently it's not part of layout, and its height does not count. See bt https://bugs.documentfoundation.org/attachment.cgi?id=139171 Change-Id: I4010e1f246a3ebb89b3f972a03619a2775146da4 Reviewed-on: https://gerrit.libreoffice.org/48089Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
abstatic yazdı
Currently we use arrays allocated on heap for initializing available locales and dictionaries. This patch encapsulates all the different objects related to a dictionary into a strcut dictItem. unique_ptr is used for hunspell, also uses o3tl::make_unique for creating them. Used 'reserve' for better memory allocation of vector. Removed unused member and local variables. Change-Id: I6309c681790cfec4ee9b11119937063bc414cf1f Reviewed-on: https://gerrit.libreoffice.org/48109Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
sleepingpillow yazdı
These two words is switched for some unknown reason. It looks like it was done by mistake. Change-Id: I723e91bb93eed054969a09170d8307017187586d Reviewed-on: https://gerrit.libreoffice.org/48228Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
- 19 Ock, 2018 4 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ife73b464b39c1556f4549226d835d6c8f2b50c1a Reviewed-on: https://gerrit.libreoffice.org/48191Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Adolfo Jayme Barrientos yazdı
Project: help f8887d3de3a414cd677126484a56f7a29d88af67 Nope, that’s not what the button does See core commit b1a6a99b. Change-Id: I70456817e1956d6e213468583e0e16b06a69b303
-
Michael Stahl yazdı
Apparently the MSMs have been renamed in Visual Studio 2017.3 but only configure was adapted, not scp2. Not sure if these MSMs are still relevant given the new gid_File_Vcredist_Exe thing. Change-Id: I4fe27c8298b3a2024acc62d12ce8ea67e2eca80d
-
Michael Stahl yazdı
Change-Id: Ic526bc3babfd342fd2ebb10003639d600a668ae5
-