- 12 Nis, 2018 29 kayıt (commit)
-
-
Michael Stahl yazdı
The problem with the bugdoc is that SwFrame::GetNextSctLeaf() creates a follow frame for a section in a table, and puts it outside the table, below the page's body frame, while moving text frames that have the mbInfTab flag set into the follow frame. The situation is different from forcepoint #18 though: the frame "this" is a SwTabFrame here, and GetNextCellLeaf() *does* return a plausible looking follow cell frame, however it's ignored later because CanContainSplitSection(this) is false since it's a SwTabFrame. IIRC table-in-section-in-table should not be split anyway, so just add a check here and return early. (regression f8a76d21) Revert "forcepoint #3" This reverts commit 34627ad7 because it was just a work-around not to crash with the invalid table frames. Change-Id: I54692a67edade23c6b8e0a9be806728b0012a3fd Reviewed-on: https://gerrit.libreoffice.org/51751Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 5e18136a) Reviewed-on: https://gerrit.libreoffice.org/52383 (cherry picked from commit 20e1544a)
-
Caolán McNamara yazdı
This reverts commit e4551b90. Change-Id: I95634dd166c51586b5da47b996993a098823ca32 Reviewed-on: https://gerrit.libreoffice.org/51942Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 35f5f4c1)
-
Caolán McNamara yazdı
Change-Id: I0a9f332cc66e43caa4e1611006fa765cad063539 Reviewed-on: https://gerrit.libreoffice.org/51915Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 71275985)
-
Caolán McNamara yazdı
Change-Id: Ic27c3bbac12f66b30ff2f30f558180127cc73a51 Reviewed-on: https://gerrit.libreoffice.org/51874Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 94c1f958)
-
Caolán McNamara yazdı
Change-Id: I90315f0481bf73c4d9071959bf5408f4a2690257 Reviewed-on: https://gerrit.libreoffice.org/51885Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit c30c7fc9)
-
Caolán McNamara yazdı
Change-Id: I742816297659d614e836a8d5e8965b1c55154719 Reviewed-on: https://gerrit.libreoffice.org/51891Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit c52efdf9)
-
Caolán McNamara yazdı
Change-Id: I82ff3e47a033c91581b108e1685b1ff4d5865895 Reviewed-on: https://gerrit.libreoffice.org/51882Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 0213fc80)
-
Caolán McNamara yazdı
Change-Id: I37e4af560b46b4f6d9e0b87fe58493818f366d3c Reviewed-on: https://gerrit.libreoffice.org/51877Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 713a85d9)
-
Caolán McNamara yazdı
Change-Id: Ie0611f36809b051ce46030e44c137b4e1f8d2fe0 Reviewed-on: https://gerrit.libreoffice.org/51864Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 6969f1fb)
-
Caolán McNamara yazdı
Change-Id: I3bba0f942780c54951a3a810c05cc3b56ca18a5e Reviewed-on: https://gerrit.libreoffice.org/51861Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 06af4f16)
-
Caolán McNamara yazdı
Change-Id: I7633a17afab5aa2eb9e47a552bd5d92c87d383c7 Reviewed-on: https://gerrit.libreoffice.org/51852Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 7d99214d)
-
Caolán McNamara yazdı
Change-Id: I1d17301e4d7f951b7176d5a91c0dca0ef051b2a2 Reviewed-on: https://gerrit.libreoffice.org/51831Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit cc709725)
-
Caolán McNamara yazdı
type gibberish in character map search box, click character map widget, crash Change-Id: Ifa3e4bce2d7e0b84cf3c5033eb819c73076daabe Reviewed-on: https://gerrit.libreoffice.org/51775Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit ebd78caf)
-
Caolán McNamara yazdı
Change-Id: Ia9cb3fd549c17cb602fa3d7f9163a89697395c77 Reviewed-on: https://gerrit.libreoffice.org/51649Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit d604d977)
-
Caolán McNamara yazdı
Change-Id: I7bc18e8bc34f2a759371950f9d20dce48f472131 Reviewed-on: https://gerrit.libreoffice.org/51635Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 2028cb82)
-
Szymon Kłos yazdı
Not a complete fix, workaround. Change-Id: If4d765eaeae3419f4f1deb4e1cfbe0113a71da94 Reviewed-on: https://gerrit.libreoffice.org/51440Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/51582Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit b8bb9a94)
-
Caolán McNamara yazdı
Change-Id: I290ba6097d6d91bf4677e7e92c896bd6359cbc49 Reviewed-on: https://gerrit.libreoffice.org/51834Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 944b882d)
-
Serge Krot yazdı
For external images there is no always exists image type, we need to take into account the file extension to determine its mime type. Added unit test. Reviewed-on: https://gerrit.libreoffice.org/52375Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> (cherry picked from commit bc906ec6) Change-Id: I884ae18939b6def683bb318260c4e195da5bb252
-
Caolán McNamara yazdı
Change-Id: I18d62bc3bd409ca65c85ea47e8d5b3930481edf9 Reviewed-on: https://gerrit.libreoffice.org/51732Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <Michael.Stahl@cib.de> (cherry picked from commit 717e0853)
-
Caolán McNamara yazdı
Change-Id: Ic94891c82944d04fe3391c0bd0731a6e3e4373e0 Reviewed-on: https://gerrit.libreoffice.org/51692Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <Michael.Stahl@cib.de> (cherry picked from commit 30f57a9e)
-
Caolán McNamara yazdı
Change-Id: I97e4e1b38d80276077b3427c90ae33023afb5e59 Reviewed-on: https://gerrit.libreoffice.org/51900Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <Michael.Stahl@cib.de> (cherry picked from commit 84d88ac8)
-
Caolán McNamara yazdı
Change-Id: Id9089986012588690b6d5e33cd71d094ef2357dd Reviewed-on: https://gerrit.libreoffice.org/51983Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <Michael.Stahl@cib.de> (cherry picked from commit 2e82188f)
-
Caolán McNamara yazdı
Change-Id: Ibdbc047029c31d2b06d2349d68e1cbd9b15fd514 Reviewed-on: https://gerrit.libreoffice.org/52136Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <Michael.Stahl@cib.de> (cherry picked from commit e0f28877)
-
Mike Kaganski yazdı
Change-Id: I286aa29c94068b63dfef8cca9707afafc8562a50 Reviewed-on: https://gerrit.libreoffice.org/52371Reviewed-by:
Jean-Baptiste Faure <jbfaure@libreoffice.org> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com> Tested-by:
Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 1e364641)
-
Mike Kaganski yazdı
Change-Id: I47d8a755450b085be39346615f06cee4f920859f Reviewed-on: https://gerrit.libreoffice.org/51781Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 23675574) Reviewed-on: https://gerrit.libreoffice.org/52327Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit f207ae9c)
-
Adolfo Jayme Barrientos yazdı
It was minuscule before. Props to Andreas for reporting the issue. Change-Id: If8ecbe39321c56018e2366147481dcefab4326dc (cherry picked from commit cb5a55ad) Reviewed-on: https://gerrit.libreoffice.org/52238Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 74362ac3)
-
Aron Budea yazdı
Regression from db17d3c1 Change-Id: I17e2fef2eb16a900cc487b75c3b9dbba2764ac71 Reviewed-on: https://gerrit.libreoffice.org/51814Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by:
Aron Budea <aron.budea@collabora.com> (cherry picked from commit 7b1d50e9) Reviewed-on: https://gerrit.libreoffice.org/51905Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 8e285075)
-
Noel Grandin yazdı
Not sure what the problem is, but using a vector and just making sure we insert into the right spot for the sorting fixes it. Change-Id: I11c08e08a14c98ba7eb6a5d925c75bab891ecf63 Reviewed-on: https://gerrit.libreoffice.org/51829Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit d312ff2b) Reviewed-on: https://gerrit.libreoffice.org/52009Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 2439b95b)
-
Matthias Freund yazdı
Wrong filename and lc_defineprintarea matches 32px and 16px now Change-Id: I7aab973ad30f820d65c1049d62161e51879a6b4a Reviewed-on: https://gerrit.libreoffice.org/52275Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Matthias Freund <matti_lx@secure.mailbox.org> (cherry picked from commit 20c68009) Reviewed-on: https://gerrit.libreoffice.org/52287Reviewed-by:
andreas_kainz <kainz.a@gmail.com> (cherry picked from commit 2a2aeaee)
-
- 11 Nis, 2018 1 kayıt (commit)
-
-
Marco Cecchetti yazdı
Change-Id: Iecf0659467264d921c7c9faddc98fd5519e7db93 Reviewed-on: https://gerrit.libreoffice.org/52617Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com> (cherry picked from commit 1cd76097) Reviewed-on: https://gerrit.libreoffice.org/52737
-
- 10 Nis, 2018 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I200b09dc514b64fbd88050a1f5a8668ec640305f Reviewed-on: https://gerrit.libreoffice.org/47040Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 6fabcc6d)
-
- 06 Nis, 2018 3 kayıt (commit)
-
-
Jan Holesovsky yazdı
Change-Id: I1ecae82c4b1e08383f6957c38cb70b91fc3549d4 Reviewed-on: https://gerrit.libreoffice.org/52504Reviewed-by:
Ashod Nakashian <ashnakash@gmail.com> Tested-by:
Ashod Nakashian <ashnakash@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/52508
-
Jan Holesovsky yazdı
The DoubleClickHdl()'s return value does not mean "was handled", but actually "is there anything more to be done". Change-Id: Ideeee31db648829546a713148124e3d366941b9a Reviewed-on: https://gerrit.libreoffice.org/52292Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com> (cherry picked from commit 3af6be55) Reviewed-on: https://gerrit.libreoffice.org/52305Reviewed-by:
Marco Cecchetti <mrcekets@gmail.com> Tested-by:
Marco Cecchetti <mrcekets@gmail.com>
-
Jan Holesovsky yazdı
Change-Id: I50627ca577bf89810c716bf9e1db9ae74cec58d1 Reviewed-on: https://gerrit.libreoffice.org/52475Reviewed-by:
Marco Cecchetti <mrcekets@gmail.com> Tested-by:
Marco Cecchetti <mrcekets@gmail.com>
-
- 05 Nis, 2018 2 kayıt (commit)
-
-
Mike Kaganski yazdı
Regression from commit 707f787c It didn't ensure that we store mergelib when required, thus still trying to get function from stubs and failing (with mergelibs enabled), leading to SEGFAULT later. Change-Id: Ib15528795f3d65b1ae5c31be2aa5284ce5ff04cf Reviewed-on: https://gerrit.libreoffice.org/52428Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/52453
-
Ashod Nakashian yazdı
Change-Id: Ie05d1feea2e930b117b3754c6e0db86bdb85bc61 Reviewed-on: https://gerrit.libreoffice.org/51681Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit f8288865) Reviewed-on: https://gerrit.libreoffice.org/52228Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
- 03 Nis, 2018 4 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Ifc319e6954665b71f8a98d6ec849a71bbf2b7318 (cherry picked from commit 850b401e) Reviewed-on: https://gerrit.libreoffice.org/52096Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-on: https://gerrit.libreoffice.org/52319
-
Tor Lillqvist yazdı
Change-Id: I081614cb34aee704c9162f58c78dbaa6a350d30b (cherry picked from commit f21e341d) Reviewed-on: https://gerrit.libreoffice.org/52095Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-on: https://gerrit.libreoffice.org/52318
-
Tor Lillqvist yazdı
Change-Id: Ic2d36182795b2d27aec8fed8665d8bb9f8f12a0f Reviewed-on: https://gerrit.libreoffice.org/51975Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tor Lillqvist <tml@collabora.com> (cherry picked from commit a260eabf) Reviewed-on: https://gerrit.libreoffice.org/52094Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-on: https://gerrit.libreoffice.org/52317
-
Tor Lillqvist yazdı
Change-Id: I171e74a34273ddf969e49260fec487dd8cf2fb12 Reviewed-on: https://gerrit.libreoffice.org/51981Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tor Lillqvist <tml@collabora.com> (cherry picked from commit 8329f454) Reviewed-on: https://gerrit.libreoffice.org/52093Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-on: https://gerrit.libreoffice.org/52316
-