- 30 Ock, 2018 40 kayıt (commit)
-
-
Jens Carl yazdı
Change-Id: I5d9ab4b1ec384298334399dc2e02c3dcc6b2ca57 Reviewed-on: https://gerrit.libreoffice.org/48919Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jens Carl <j.carl43@gmx.de>
-
Caolán McNamara yazdı
Change-Id: If52162286c949bd8c4f283ca8669fb1a99a61b0c Reviewed-on: https://gerrit.libreoffice.org/48897Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ie0b54686e1406c5114148f9fe9a0bacfb5b607e8 Reviewed-on: https://gerrit.libreoffice.org/48899Tested-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: Ic5002a25ed51fe72e1f36f365707101632d786e1 Reviewed-on: https://gerrit.libreoffice.org/48905Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Matthias Freund yazdı
Change-Id: Iba3a6675f00fe6aec6612c0348008c58f98e892a Reviewed-on: https://gerrit.libreoffice.org/48856Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Matthias Freund <matti_lx@secure.mailbox.org>
-
Stephan Bergmann yazdı
Change-Id: I7142252aa6c42c74c7f2d7407db1cb243090195e
-
Stephan Bergmann yazdı
Change-Id: I988614d5fbdbb439516627aa93327a1d2198e52a
-
Stephan Bergmann yazdı
Change-Id: I19e846905bda86bb00826d337ee681b121c67407
-
Stephan Bergmann yazdı
Change-Id: I6431da3ff753feadead8f59119f502b54669fdc3
-
Stephan Bergmann yazdı
Change-Id: Id2cf2c667871e551082e00424d36aef481f5819c
-
Stephan Bergmann yazdı
Change-Id: I31ce86926d01e641f517beba3b3a784402ddaa1c
-
Stephan Bergmann yazdı
Change-Id: Iee74da2f6e58fa809b068675c250c0445d9adf58
-
Stephan Bergmann yazdı
Change-Id: I58958b7c7eae9f764cd88d3c1e3ca175af9fc370
-
Stephan Bergmann yazdı
Change-Id: I6775c36c9b0eb3b1e56968b4ca212fcd43a3be1b
-
Stephan Bergmann yazdı
Change-Id: I471eca407cb45daba62d679c8c43fb37d98dd762
-
Stephan Bergmann yazdı
Change-Id: I946e2a74ac5f03132791132e8d5b07d573cb76c5
-
Stephan Bergmann yazdı
Change-Id: I3c1d082c99af94078a0a1505d3e69368aa5070ab
-
Stephan Bergmann yazdı
Change-Id: Ic46fbb6ca905cc93943927117aa8c70beebee5a4
-
Stephan Bergmann yazdı
Change-Id: Idbd4e4aae63441537aff243d852272739b73f78e
-
Stephan Bergmann yazdı
Change-Id: I7ce0705e9edd5cff4e6c6977909d7e903f6e1765
-
Stephan Bergmann yazdı
...in preparation of getting rid of the mismatch Change-Id: I650a94ec043c4ce2763070a3441f08c0a77e7c73
-
Stephan Bergmann yazdı
(and use SAL_MAX_UINT16 instead, as the variables involved are actually of type sal_uInt16) Change-Id: Ibdd22c10bb70ae9d0ebfc5f49e736f390b694862 Reviewed-on: https://gerrit.libreoffice.org/48915Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Emacs has a habit of placing lock files next to files being edited, which are actually dangling symlinks not pointing at actual files, but where the symlink content itself encodes some information about who locked the file. When such a lock file happens to be present in the source tree during `make PythonTest_solenv_python`, the latter fails because shutil.copytree by default copies files pointed at by symlinks, instead of the symlinks themselves, and causes an error if that fails. An alternative fix would be to call shutil.copytree with symlinks=true (copy symlinks, not the files pointed at) or ignore_dangling_symlinks=true (don't fail if a dangling symlink can't be copied). But for now just don't copy any of those additional files that Emacs likes to place next to edited files (and which are also all ignored in our .gitignore). Change-Id: Ib731a5395fe8d40767878c17b1fb422b914bb329 Reviewed-on: https://gerrit.libreoffice.org/48898Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Milian Wolff yazdı
Workaround a bug in variadic template parameter pack expansion in lambdas that affects GCC 4.8. The workaround expands the pack outside the lambda into a custom functor that then calls readIpcArgs. Change-Id: I7a2d8572a6f2b330bb22a4f18f5cc13fd7ef9b45 Reviewed-on: https://gerrit.libreoffice.org/48895Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Olivier Hallot yazdı
Project: help 875dbb65c79bd52049c270197aaa71cc243821fb New Help: Add donation link for online version Change-Id: I340362a70ecc115565c7fd7cb2be1a5d0fbb5599 Reviewed-on: https://gerrit.libreoffice.org/48929Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Szymon Kłos yazdı
Positioning hack was improved. It calculates position depending on direct chart size factor. Preffered label positions are: top - vertical, and center - horizontal Change-Id: Ic25f08cd0bc3105fe34841dbc3f8aacacb694d43 Reviewed-on: https://gerrit.libreoffice.org/48909Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Szymon Kłos <szymon.klos@collabora.com>
-
Ilmari Lauhakangas yazdı
Project: help e37c19a9dd3f2d3e5a31f91975ee5a8aac2dc2af Switched from list.js to fuse.js and paginathing.js Fuse.js has Apache License 2.0 and paginathing.js has Expat License (aka MIT). Paginathing is a paginating utility and it was originally jQuery, but due to performance concerns I converted it to pure JavaScript and rather brutally adapted it to our needs. Fuse.js gives us fuzzy search with multiple strings. The settings can be refined, if needed. Settings can be easily tested with the live demo: http://fusejs.io/ Change-Id: I1cf6a6f7d06adbcac95760db90187ee26be8e908 Reviewed-on: https://gerrit.libreoffice.org/48906Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Jens Carl yazdı
Change-Id: I11e80ca9e985650db783a8bee6b0334ec5be0d4c Reviewed-on: https://gerrit.libreoffice.org/48885Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jens Carl <j.carl43@gmx.de>
-
Jens Carl yazdı
Change-Id: Id4546f47af5729f9ba074423c9656f757d739448 Reviewed-on: https://gerrit.libreoffice.org/48883Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jens Carl <j.carl43@gmx.de>
-
Jens Carl yazdı
Change-Id: I7fe5778afb397d62d9a7530fc094dd97011fbca7 Reviewed-on: https://gerrit.libreoffice.org/48882Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jens Carl <j.carl43@gmx.de>
-
Jens Carl yazdı
Change-Id: If92339f38bdb24e364fd378de772fa714f73e380 Reviewed-on: https://gerrit.libreoffice.org/48881Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jens Carl <j.carl43@gmx.de>
-
Jens Carl yazdı
Change-Id: I32c881c263698c04cf39b7ce6389207b30fefdcf Reviewed-on: https://gerrit.libreoffice.org/48880Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jens Carl <j.carl43@gmx.de>
-
Jens Carl yazdı
Change-Id: I13065c1d73813359e21bdbc708d4c0fdb9720ba3 Reviewed-on: https://gerrit.libreoffice.org/48879Reviewed-by:
Jens Carl <j.carl43@gmx.de> Tested-by:
Jens Carl <j.carl43@gmx.de>
-
Jens Carl yazdı
Change-Id: I74004064d65307e3d4ddcd02a22f8e297aac7bb4 Reviewed-on: https://gerrit.libreoffice.org/48878Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jens Carl <j.carl43@gmx.de>
-
Jens Carl yazdı
Change-Id: I0648bab36217a63155e78e4f4bb56da93fde888f Reviewed-on: https://gerrit.libreoffice.org/48876Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jens Carl <j.carl43@gmx.de>
-
Tor Lillqvist yazdı
Change-Id: I91bf310c77927e24c0693dc5b0b1297f11c001a0
-
Tor Lillqvist yazdı
Also, the message displayed by AC_MSG_CHECKING is prefixed with "checking ", so adjust to get correct grammar. Change-Id: I3bc109699486949256a772c6aa44b9f780e4d55b
-
Julien Nabet yazdı
instead of calling n times GetMark Change-Id: I5a00fd039d42b45dd491d8927dc1e44fe559ce3a Reviewed-on: https://gerrit.libreoffice.org/48886Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Caolán McNamara yazdı
Change-Id: Ibfffd57f74b579f869115ad961aa2ec9b35faca3 Reviewed-on: https://gerrit.libreoffice.org/48889Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: If56bbef6d6560294bd5c2b87b6aa50382dd30a07 Reviewed-on: https://gerrit.libreoffice.org/48894Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-