[Libreoffice-commits] core.git: Branch 'feature/cib_contract4236' - comphelper/source

2020-03-23 Thread Thorsten Behrens (via logerrit)
comphelper/source/misc/backupfilehelper.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 4196e932bcebd00a581ded2045b3760a7f6571f6 Author: Thorsten Behrens AuthorDate: Tue Mar 24 02:15:11 2020 +0100 Commit: Thorsten Behrens CommitDate: Tue Mar 24

Re: RFC: Sane rectangle class

2020-03-23 Thread Thorsten Behrens
Luboš Luňák wrote: > Replacing one error-prone API with another error-prone API doesn't solve > anything. > True. But the basegfx classes are reasonably easy to tweak (and B2IRect has only few clients). Perhaps best to let code speak? Happy to continue the bike-shedding on gerrit (and perhaps

Re: RFC: Sane rectangle class

2020-03-23 Thread Thorsten Behrens
Luboš Luňák wrote: > [...] simpler to just write the class from scratch rather than try > to be too smart and share the code with tools::Rectangle, but if it > would be in the same header and had pretty much the same API, then > for most practical purposes it would be still part of that >

Re: RFC: Sane rectangle class

2020-03-20 Thread Thorsten Behrens
Hi Regina, *, Regina Henschel wrote: > These off-by-one problems occur earlier than in VCL. For example > changes to maSnapRect when a shape is transformed by shear and > rotation. > Yep. Also c.f. SwRect mentioned earlier. > A new kind of rectangle does not solve the problem, that you have to >

Re: RFC: Sane rectangle class

2020-03-20 Thread Thorsten Behrens
Luboš Luňák wrote: > > One question: any reason not to tweak the basegfx classes to fit this > > model? > > Looking at those classes, I think their API serves some other > purpose than "simple point/size/rectangle", so the closest to > tweaking them I see is wrapping them in a completely new

Re: RFC: Sane rectangle class

2020-03-19 Thread Thorsten Behrens
Hey Luboš, Luboš Luňák wrote: > So, yeah, I'm proposing a new standard Rectangle class (and I know > xkcd, and I'm still serious). My idea is roughly that there will be > some tools::NewRectangle (or whatever usable name), it will be more > or less like tools::Rectangle, but it'll make things

Re: Cleaning up check targets (was Re: [Libreoffice-qa] ESC meeting minutes: 2020-03-05)

2020-03-17 Thread Thorsten Behrens
Luboš Luňák wrote: > Backwards compatibility. That includes Jenkins builds (all branches > use the same setup, right?). > Perhaps a good idea then to introduce a CI driver scriptlet (or target) into core? I can imagine that might come in handy, given perhaps large-scale rework of the build system

[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.1-11'

2020-03-13 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.1-11' created by Thorsten Behrens at 2020-03-13 14:01 + Release LibreOffice powered by CIB 6.1-11 -BEGIN PGP SIGNATURE- iQKTBAABCgB9FiEEHp/al2IcD3tw8LrPZ7OyyFo1BNkFAl5rkidfFIAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDFF

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - configure.ac

2020-03-13 Thread Thorsten Behrens (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9b8cc6286eded8b69d924e8145882c3a59ab554f Author: Thorsten Behrens AuthorDate: Fri Mar 13 14:55:01 2020 +0100 Commit: Thorsten Behrens CommitDate: Fri Mar 13 14:55:01 2020 +0100 Bump version

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - comphelper/source

2020-03-12 Thread Thorsten Behrens (via logerrit)
comphelper/source/misc/docpasswordhelper.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 25e7d4a47171ec68202269a8f94fae002b7715c9 Author: Thorsten Behrens AuthorDate: Thu Mar 12 11:01:55 2020 +0100 Commit: Thorsten Behrens CommitDate: Thu Mar 12 11

[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.1-10'

2020-03-11 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.1-10' created by Thorsten Behrens at 2020-03-11 10:45 + Release LibreOffice powered by CIB 6.1-10 -BEGIN PGP SIGNATURE- iQKTBAABCgB9FiEEHp/al2IcD3tw8LrPZ7OyyFo1BNkFAl5owVxfFIAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDFF

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - configure.ac

2020-03-10 Thread Thorsten Behrens (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cc41775321af3e343204521a45193331cdc3fcd8 Author: Thorsten Behrens AuthorDate: Wed Mar 11 01:19:59 2020 +0100 Commit: Thorsten Behrens CommitDate: Wed Mar 11 01:19:59 2020 +0100 Bump version

Re: PDF processing

2020-03-05 Thread Thorsten Behrens
Hi, Michael Weghorn wrote: > On 03/03/2020 12.26, Pietro Paolini wrote: > > I wanted to have a look at the source code > > to see if there is some sort of PDF "model" being built from the > > original PDF document, for instance a set of objects each describing > > the graphic meanings of a

Re: ODF 1.2, xml:id attribute

2020-03-04 Thread Thorsten Behrens
Michael H wrote: > (hint to developers, I would really love that selecting "linking" turns > this encoded text stream off, and keeps linking to the files instead of > text encoded blocks of data in the files [...]) > Patches welcome. ;) Cheers, -- Thorsten signature.asc Description: PGP

Re: Tracing where build time is spent

2020-02-19 Thread Thorsten Behrens
Stephan Bergmann wrote: > Still, I would prefer it if we keep the differences between Gerrit Jenkins > and "official" TDF builds as meaningfully small as possible. The motivation > for --enable-dbgutil deviation is certainly different from the motivation > for --enable-python=system deviation.

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - sc/qa sc/source

2020-02-18 Thread Thorsten Behrens (via logerrit)
Behrens AuthorDate: Sun Feb 16 12:14:01 2020 +0100 Commit: Thorsten Behrens CommitDate: Tue Feb 18 10:14:47 2020 +0100 tdf#123971 don't clobber entire RowHeight range on updates Use start index from current loop variable, not full range; otherwise we're always clobbering values

[Libreoffice-commits] core.git: Branch 'feature/cib_contract138c' - 4 commits - configure.ac sc/qa sc/source

2020-02-16 Thread Thorsten Behrens (via logerrit)
insertions(+), 38 deletions(-) New commits: commit 05e407d7083d598691190090f244c75f1d18915a Author: Thorsten Behrens AuthorDate: Mon Feb 17 00:55:36 2020 +0100 Commit: Thorsten Behrens CommitDate: Mon Feb 17 00:55:36 2020 +0100 Release 6.2.9.3 Change-Id

[Libreoffice-commits] core.git: sc/qa sc/source

2020-02-16 Thread Thorsten Behrens (via logerrit)
Behrens AuthorDate: Sun Feb 16 12:14:01 2020 +0100 Commit: Thorsten Behrens CommitDate: Mon Feb 17 00:41:07 2020 +0100 tdf#123971 don't clobber entire RowHeight range on updates Use start index from current loop variable, not full range; otherwise we're always clobbering values

Re: Libreoffice OpenPGP Idea

2020-02-15 Thread Thorsten Behrens
Hey Mohamed, mohamed sameh wrote: > --What C++ libraries do I need to know to be able to work on this idea ? > --I am not experienced with UI/UX work on desktop applications as most of > my work was basic UI or without UI at all. How hard will it be for me to > work on a UX idea like OpenPGP ? >

Re: ESC meeting minutes: 2020-02-13

2020-02-13 Thread Thorsten Behrens
Hi Luboš, Luboš Luňák wrote: > [gbuild issues] > Is there a list somewhere? > While searching BZ for open issues on gbuild, this very apropos quip came up: "mst: the magic of autoconf, randomly enabling features depending on what's installed on the build machine --_rene_: that's only magic

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - external/neon

2020-02-10 Thread Thorsten Behrens (via logerrit)
external/neon/UnpackedTarball_neon.mk |1 + external/neon/neon_fix_sspi_session_timeout.patch | 22 ++ 2 files changed, 23 insertions(+) New commits: commit c728c670154a5f0854815bf7a2c94edf03728214 Author: Thorsten Behrens AuthorDate: Fri Dec 20 07:03

[Libreoffice-commits] core.git: framework/source

2020-02-10 Thread Thorsten Behrens (via logerrit)
framework/source/services/autorecovery.cxx | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) New commits: commit f363ca0c0b949b60b8bb2dd43025082e4609c3f0 Author: Thorsten Behrens AuthorDate: Sun Feb 9 11:36:16 2020 +0100 Commit: Thorsten Behrens CommitDate: Mon Feb 10

[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.1-9'

2020-02-10 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.1-9' created by Thorsten Behrens at 2020-02-10 10:01 + Release LibreOffice powered by CIB 6.1-9 -BEGIN PGP SIGNATURE- iQKTBAABCgB9FiEEHp/al2IcD3tw8LrPZ7OyyFo1BNkFAl5BKfpfFIAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDFF

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - external/breakpad

2020-02-09 Thread Thorsten Behrens (via logerrit)
external/breakpad/0001-Handle-race-between-ExceptionHandler-SignalHandler-a.patch.1 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8ba958c97b72738c9aceb47354ecff7d493e2d1c Author: Thorsten Behrens AuthorDate: Mon Feb 10 01:05:35 2020 +0100 Commit

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - configure.ac

2020-02-09 Thread Thorsten Behrens (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b8081d2ffad30e60a05f7ed9d09812b989e06b7e Author: Thorsten Behrens AuthorDate: Mon Feb 10 00:51:15 2020 +0100 Commit: Thorsten Behrens CommitDate: Mon Feb 10 00:51:15 2020 +0100 Bump version

[Libreoffice-commits] core.git: framework/source

2020-02-08 Thread Thorsten Behrens (via logerrit)
framework/source/services/autorecovery.cxx | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) New commits: commit 15664830235fd3d34dc633affa87824e5c10cb79 Author: Thorsten Behrens AuthorDate: Fri Dec 13 03:01:28 2019 +0100 Commit: Thorsten Behrens CommitDate: Sat Feb 8

[Libreoffice-commits] core.git: README.md

2020-02-06 Thread Thorsten Behrens (via logerrit)
README.md |2 ++ 1 file changed, 2 insertions(+) New commits: commit 8ff280afde005717dee77031d314514f74e9b760 Author: Thorsten Behrens AuthorDate: Wed Feb 5 10:16:04 2020 +0100 Commit: Thorsten Behrens CommitDate: Thu Feb 6 10:13:55 2020 +0100 Self-certify LibreOffice licenses

Re: systemd sandboxing for online

2020-02-05 Thread Thorsten Behrens
Hey Martin, Martin Milata wrote: > Would anyone be interested in testing the attached patch and > submitting it if it works? > Patch looks plausible - best if you could upload to gerrit yourself, here's how to set you up:

[Libreoffice-commits] core.git: Branch 'feature/cib_contract57c' - vcl/qa vcl/source

2020-02-04 Thread Thorsten Behrens (via logerrit)
Author: Thorsten Behrens AuthorDate: Tue Feb 4 16:04:16 2020 +0100 Commit: Thorsten Behrens CommitDate: Tue Feb 4 16:05:13 2020 +0100 Revert "tdf#99680 modified clipping for PDF export" This reverts commit f6726209329fefe9decca8fda8e136b8472a95a2.

Re: Speeding up CI builds? (Re: ESC meeting minutes: 2020-01-23)

2020-01-30 Thread Thorsten Behrens
Hey Luboš, Luboš Luňák wrote: > So what is the actual need there, if any? Not just Mac, but CI > builds in general. > Discussion was prompted by the news item that Firefox CI went for cross-building on Mac. And since we were facing similar scalability issues (that are solved at this time), the

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4-0' - cui/uiconfig

2020-01-21 Thread Thorsten Behrens (via logerrit)
cui/uiconfig/ui/optsavepage.ui | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) New commits: commit c7e346ea5e4c27d31c28365534ac137ee4d0ac09 Author: Thorsten Behrens AuthorDate: Wed Jan 15 01:04:02 2020 +0100 Commit: Michael Stahl CommitDate: Tue Jan 21 10:59:39

[Libreoffice-commits] core.git: Branch 'feature/cib_contract138c' - 2 commits - configure.ac sc/source

2020-01-14 Thread Thorsten Behrens (via logerrit)
configure.ac |2 +- sc/source/filter/xml/xmlimprt.cxx | 19 --- 2 files changed, 1 insertion(+), 20 deletions(-) New commits: commit e27f7c3b74bbb11c9b188659821308b0072a24ef Author: Thorsten Behrens AuthorDate: Wed Jan 15 00:23:18 2020 +0100 Commit

Re: ESC meeting minutes: 2020-01-09

2020-01-10 Thread Thorsten Behrens
Hi Miklos, Miklos Vajna wrote: >+ 6.4 status > + Late features >+ ODF 1.3 possibly (Thorsten) > That one can be removed from the list. Cheers, -- Thorsten signature.asc Description: PGP signature ___ LibreOffice mailing list

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - external/neon

2020-01-08 Thread Thorsten Behrens (via logerrit)
external/neon/UnpackedTarball_neon.mk |1 + external/neon/neon_fix_sspi_session_timeout.patch | 22 ++ 2 files changed, 23 insertions(+) New commits: commit 4d9305d0645bd73916d21894ad86ee5260a8d240 Author: Thorsten Behrens AuthorDate: Fri Dec 20 07:03

Re: Cannot review Gerrit patch

2020-01-01 Thread Thorsten Behrens
Hey Chris, Chris Sherlock wrote: > Quick ping. Anyone able to assist? > Not really - seems to work fine here, though not using the old UI. Cheers, -- Thorsten signature.asc Description: PGP signature ___ LibreOffice mailing list

[Libreoffice-commits] core.git: 2 commits - external/skia include/sfx2 sfx2/source

2019-12-29 Thread Thorsten Behrens (via logerrit)
deletions(-) New commits: commit c13f75de521cfb67ca4db431708f8cd366b23587 Author: Thorsten Behrens AuthorDate: Sun Dec 29 01:08:42 2019 +0100 Commit: Thorsten Behrens CommitDate: Sun Dec 29 20:39:17 2019 +0100 skia: make gcc not crash for x86 builds Otherwise at least on x86

[Libreoffice-commits] core.git: vcl/source

2019-12-23 Thread Thorsten Behrens (via logerrit)
vcl/source/outdev/rect.cxx |5 - 1 file changed, 5 deletions(-) New commits: commit c2b364d3bbe86ad9ee84c989600758641cc193ee Author: Thorsten Behrens AuthorDate: Mon Dec 23 12:31:19 2019 +0100 Commit: Michael Meeks CommitDate: Mon Dec 23 14:41:26 2019 +0100 Revert "Dr

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - external/neon

2019-12-21 Thread Thorsten Behrens (via logerrit)
external/neon/UnpackedTarball_neon.mk |1 + external/neon/neon_fix_sspi_session_timeout.patch | 22 ++ 2 files changed, 23 insertions(+) New commits: commit da9a2f68b5b7d17c0d066f2221f16ea443f2b9d5 Author: Thorsten Behrens AuthorDate: Fri Dec 20 07:03

[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.1-8'

2019-12-20 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.1-8' created by Thorsten Behrens at 2019-12-20 22:03 + Release LibreOffice powered by CIB 6.1-8 -BEGIN PGP SIGNATURE- iQKTBAABCgB9FiEEHp/al2IcD3tw8LrPZ7OyyFo1BNkFAl39RSNfFIAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDFF

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - 2 commits - configure.ac external/neon

2019-12-20 Thread Thorsten Behrens (via logerrit)
Rebased ref, commits from common ancestor: commit 5b64e4e64bf2696b164e59da7372ebb0aecab8b2 Author: Thorsten Behrens AuthorDate: Fri Dec 20 22:17:33 2019 +0100 Commit: Thorsten Behrens CommitDate: Fri Dec 20 22:17:33 2019 +0100 Bump version to 6.1.7.8 Change-Id

[Libreoffice-commits] core.git: external/neon

2019-12-20 Thread Thorsten Behrens (via logerrit)
external/neon/UnpackedTarball_neon.mk |1 + external/neon/neon_fix_sspi_session_timeout.patch | 22 ++ 2 files changed, 23 insertions(+) New commits: commit df52a213277827a16793791fecc33139582c84c2 Author: Thorsten Behrens AuthorDate: Fri Dec 20 07:03

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - external/neon

2019-12-19 Thread Thorsten Behrens (via logerrit)
external/neon/UnpackedTarball_neon.mk |1 + external/neon/neon_fix_sspi_session_timeout.patch | 22 ++ 2 files changed, 23 insertions(+) New commits: commit 6a548a172d0be2356f644225297a10ec50387b24 Author: Thorsten Behrens AuthorDate: Fri Dec 20 07:03

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - ucb/source

2019-12-18 Thread Thorsten Behrens (via logerrit)
ucb/source/ucp/webdav-neon/NeonLockStore.cxx |4 ucb/source/ucp/webdav-neon/NeonSession.cxx |1 + ucb/source/ucp/webdav-neon/webdavcontent.cxx |2 ++ 3 files changed, 7 insertions(+) New commits: commit b24d61f43b0fbde918ecf0b05761a4da8a106188 Author: Thorsten Behrens

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - svx/source

2019-12-17 Thread Thorsten Behrens (via logerrit)
svx/source/inc/cell.hxx |1 - svx/source/table/cell.cxx |6 -- 2 files changed, 7 deletions(-) New commits: commit 65eed7dec08f7ae35906a329e8011a40e194399e Author: Thorsten Behrens AuthorDate: Sat Dec 14 20:21:41 2019 +0100 Commit: Katarina Behrens CommitDate: Tue Dec 17

Re: GPU optimization feedback (I hope ;-)

2019-12-16 Thread Thorsten Behrens
Hey Drew, Drew Jensen wrote: > If there is a use for another test file I'll let them know and IDK get it > to the QA group, I guess - ? > Absolutely! I personally don't think we could possibly have too *many* real-world test files .. Cheers, -- Thorsten signature.asc Description: PGP

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - svx/source

2019-12-16 Thread Thorsten Behrens (via logerrit)
svx/source/inc/cell.hxx |1 - svx/source/table/cell.cxx |6 -- 2 files changed, 7 deletions(-) New commits: commit d99c2dad7f8479bbbef2a1c1883fadf580200d6a Author: Thorsten Behrens AuthorDate: Sat Dec 14 20:21:41 2019 +0100 Commit: Xisco Faulí CommitDate: Mon Dec 16 16:05

[Libreoffice-commits] core.git: svx/source

2019-12-15 Thread Thorsten Behrens (via logerrit)
svx/source/inc/cell.hxx |1 - svx/source/table/cell.cxx |6 -- 2 files changed, 7 deletions(-) New commits: commit 4ddd76a7324c8b035e60a12ac06cf08339f6e366 Author: Thorsten Behrens AuthorDate: Sat Dec 14 20:21:41 2019 +0100 Commit: Thorsten Behrens CommitDate: Sun Dec 15

[Libreoffice-commits] core.git: Branch 'feature/cib_contract3756b' - 2 commits - configure.ac framework/source

2019-12-13 Thread Thorsten Behrens (via logerrit)
Rebased ref, commits from common ancestor: commit f5976846c02cd9c0d25e2d53dd9520500360542d Author: Thorsten Behrens AuthorDate: Mon Dec 9 12:48:08 2019 +0100 Commit: Thorsten Behrens CommitDate: Fri Dec 13 12:41:19 2019 +0100 Release LibreOffice 6.3.0.4.1 with crypto changes

[Libreoffice-commits] core.git: Branch 'feature/cib_contract3756b' - framework/source

2019-12-12 Thread Thorsten Behrens (via logerrit)
framework/source/services/autorecovery.cxx | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) New commits: commit 8b2e00d1334483ff2fe612c008c77fc3a206b6b4 Author: Thorsten Behrens AuthorDate: Fri Dec 13 03:01:28 2019 +0100 Commit: Thorsten Behrens CommitDate: Fri Dec 13

[Libreoffice-commits] core.git: Branch 'feature/cib_contract3756b' - configure.ac

2019-12-09 Thread Thorsten Behrens (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cdabc86bbaec1d44cbfc8dd657265f0734a06527 Author: Thorsten Behrens AuthorDate: Mon Dec 9 12:48:08 2019 +0100 Commit: Thorsten Behrens CommitDate: Mon Dec 9 12:48:08 2019 +0100 Release

[Libreoffice-commits] core.git: solenv/gbuild

2019-12-08 Thread Thorsten Behrens (via logerrit)
solenv/gbuild/gbuild.help.txt |3 +++ solenv/gbuild/platform/com_GCC_defs.mk |2 ++ 2 files changed, 5 insertions(+) New commits: commit 13b52f50e52d226c935dcb94fac641c59a77f13f Author: Thorsten Behrens AuthorDate: Sun Dec 8 02:26:55 2019 +0100 Commit: Thorsten Behrens

Re: LibreOffice Encryption/Decryption Implementation

2019-12-05 Thread Thorsten Behrens
Hey Steve, Steve Martin wrote: > Is there a official specification on the implementation of encryption and > decryption in LibreOffice documents (Which algorithms can be used, what > exactly is the procedure, which coding methods are used, how will the data > be processed (padding))? Where I can

[Libreoffice-commits] core.git: Branch 'feature/cib_contract3756b' - sfx2/source

2019-12-05 Thread Thorsten Behrens (via logerrit)
sfx2/source/view/viewsh.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cbe41ccc81013424a9761a86003debabbabb6eb1 Author: Thorsten Behrens AuthorDate: Thu Oct 24 15:03:47 2019 +0200 Commit: Serge Krot (CIB) CommitDate: Thu Dec 5 12:05:56 2019 +0100

Re: SETMETERLIMIT record

2019-12-04 Thread Thorsten Behrens
Hey Chris, Chris Sherlock wrote: > I’m trying to work out how to implement the SETMETERLIMIT EMF record. > > Can anyone point me to the spot where we implement bevelling? > We discussed on IRC earlier this week, below the log for reference - did that solve the question for you? chris_wot:

[Libreoffice-commits] core.git: Branch 'feature/cib_contract3756b' - 84 commits - basctl/source comphelper/qa comphelper/source configure.ac dictionaries framework/inc framework/Library_fwk.mk framewo

2019-12-03 Thread Thorsten Behrens (via logerrit)
Rebased ref, commits from common ancestor: commit 11efda4c4fcb2b38a77fc18a9239d42757514770 Author: Thorsten Behrens AuthorDate: Wed Dec 4 06:24:26 2019 +0100 Commit: Thorsten Behrens CommitDate: Wed Dec 4 06:24:26 2019 +0100 Update default branch Change-Id

[Libreoffice-commits] core.git: Changes to 'feature/cib_contract4236'

2019-12-01 Thread Thorsten Behrens (via logerrit)
New branch 'feature/cib_contract4236' available with the following commits: commit f5e5600843ca02b7efcfea8099895b6c6f200dd1 Author: Thorsten Behrens Date: Thu Nov 21 13:59:23 2019 +0100 Revert "tdf#124675 sw: fix crash when moving SwTextFrame in table..." This reve

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - cui/uiconfig

2019-11-22 Thread Thorsten Behrens (via logerrit)
cui/uiconfig/ui/optsavepage.ui | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) New commits: commit ef39938dea14666a5835b6ae85091c1010f8ae8d Author: Thorsten Behrens AuthorDate: Fri Nov 22 10:55:49 2019 +0100 Commit: Adolfo Jayme Barrientos CommitDate: Fri Nov 22

[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.1-7'

2019-11-15 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.1-7' created by Thorsten Behrens at 2019-11-15 15:54 + Release LibreOffice powered by CIB 6.1-7 -BEGIN PGP SIGNATURE- iQKTBAABCgB9FiEEHp/al2IcD3tw8LrPZ7OyyFo1BNkFAl3OylRfFIAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDFF

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - configure.ac

2019-11-15 Thread Thorsten Behrens (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d570791b290c7567a24620e76f9e6fa07d1efa82 Author: Thorsten Behrens AuthorDate: Fri Nov 15 16:53:19 2019 +0100 Commit: Thorsten Behrens CommitDate: Fri Nov 15 16:53:19 2019 +0100 Bump version

[Libreoffice-commits] core.git: Branch 'feature/cib_contract3756b' - 26 commits - basctl/source framework/inc framework/Library_fwk.mk framework/source .gitreview include/oox include/sfx2 offapi/com o

2019-11-12 Thread Thorsten Behrens (via logerrit)
/source/app/help.cxx |4 40 files changed, 1356 insertions(+), 109 deletions(-) New commits: commit 3ccee9931e3f23ddb67025532f4c954b1064eada Author: Thorsten Behrens AuthorDate: Wed Nov 13 03:53:11 2019 +0100 Commit

Re: Problems with SetSnapRect() for rotated and/or sheared custom shapes

2019-11-06 Thread Thorsten Behrens
Hi Regina, sorry for being late to the discussion - your assessment wrt. snap rects is correct from what I recall. Regina Henschel wrote: > So my suggestion would be now, to keep SdrObjCustomShape::SetSnapRect() to > use the passed rectangle as logical rectangle and change all callers so, > that

Re: VCL drawPolygon() off-by-one without line color

2019-11-04 Thread Thorsten Behrens
(re-sent due to odd fdo bounces) Hey Luboš, Luboš Luňák wrote: > Is this some kind of a strange rule that I'm not aware of? Does > somebody know a good reason why all graphics libraries would do > this? > Yes, essentially all graphics systems fill polygons like that (including 3D ones). The

[Libreoffice-commits] core.git: Branch 'feature/cib_contract3756' - framework/source

2019-11-01 Thread Thorsten Behrens (via logerrit)
framework/source/uielement/FixedImageToolbarController.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 2f3c17f4d59226522beb65797d9dd7693a6e2784 Author: Thorsten Behrens AuthorDate: Fri Nov 1 09:31:19 2019 +0100 Commit: Thorsten Behrens CommitDate

Re: What's the status of using Glade .ui files in extensions?

2019-10-28 Thread Thorsten Behrens
LRN wrote: > I see. Okay then, i'll try to make do without this feature. > The feature per se would be very useful though; not sure if there's a way around the compatibility issue. @Bubli: was there some feature branch somewhere still, for people to look/continue with? Cheers, -- Thorsten

[Libreoffice-commits] core.git: Branch 'feature/cib_contract3756' - sfx2/source

2019-10-24 Thread Thorsten Behrens (via logerrit)
sfx2/source/view/viewsh.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 47213e712a4e0b382028272b28d0077860e05d7b Author: Thorsten Behrens AuthorDate: Thu Oct 24 15:03:47 2019 +0200 Commit: Thorsten Behrens CommitDate: Thu Oct 24 15:09:02 2019 +0200

[Libreoffice-commits] core.git: sfx2/source

2019-10-24 Thread Thorsten Behrens (via logerrit)
sfx2/source/view/viewsh.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f763f86035ed8feffeedd7cfaebe3e0a3390a86f Author: Thorsten Behrens AuthorDate: Thu Oct 24 15:03:47 2019 +0200 Commit: Serge Krot (CIB) CommitDate: Thu Oct 24 15:07:42 2019 +0200

[Libreoffice-commits] core.git: odk/settings

2019-10-23 Thread Thorsten Behrens (via logerrit)
odk/settings/settings.mk | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) New commits: commit 2af494822da31ccadfc96f59d61493cae63d60d7 Author: Thorsten Behrens AuthorDate: Tue Oct 22 14:19:39 2019 +0200 Commit: Stephan Bergmann CommitDate: Wed Oct 23 09:02:55 2019

[Libreoffice-commits] core.git: Branch 'feature/cib_contract3756' - odk/settings

2019-10-22 Thread Thorsten Behrens (via logerrit)
odk/settings/settings.mk | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) New commits: commit 246e521150f00e0ddbb3dbaa58fc70a81f726f03 Author: Thorsten Behrens AuthorDate: Tue Oct 22 14:19:39 2019 +0200 Commit: Thorsten Behrens CommitDate: Tue Oct 22 14:19:39 2019

[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.1-6'

2019-10-02 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.1-6' created by Thorsten Behrens at 2019-10-02 20:10 + Release LibreOffice powered by CIB 6.1-6 -BEGIN PGP SIGNATURE- iQKTBAABCgB9FiEEHp/al2IcD3tw8LrPZ7OyyFo1BNkFAl2VBC9fFIAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDFF

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - 4 commits - configure.ac include/sfx2 sc/source sfx2/source xmlsecurity/CppunitTest_xmlsecurity_signing.mk xmlsecurity/qa

2019-10-01 Thread Thorsten Behrens (via logerrit)
Rebased ref, commits from common ancestor: commit f71c998384c290fffb5feb5f6f999cd42354e3f2 Author: Thorsten Behrens AuthorDate: Mon Sep 30 09:30:07 2019 +0200 Commit: Thorsten Behrens CommitDate: Tue Oct 1 17:14:39 2019 +0200 Bump version to 6.1.7.6 Change-Id

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - configure.ac

2019-09-30 Thread Thorsten Behrens (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f435da92fb22a84d32b48778e0aa63d1e7767ceb Author: Thorsten Behrens AuthorDate: Mon Sep 30 09:30:07 2019 +0200 Commit: Thorsten Behrens CommitDate: Mon Sep 30 09:30:07 2019 +0200 Bump version

Re: Relevance of PPT export filter

2019-09-22 Thread Thorsten Behrens
Hi Ilmari, you wrote: > In concrete terms, should we declare bug bankruptcy on PPT export > issues and move any new reports to WONTFIX from now on? > Hmm. So from a user/product POV, there's probably still legitimate use cases for that filter (from edge cases, where a presentation still imports

[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.1-5'

2019-09-17 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.1-5' created by Thorsten Behrens at 2019-09-18 00:51 + Release LibreOffice powered by CIB 6.1-5 -BEGIN PGP SIGNATURE- iQKTBAABCgB9FiEEHp/al2IcD3tw8LrPZ7OyyFo1BNkFAl2Bf4NfFIAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDFF

[Libreoffice-commits] core.git: desktop/win32

2019-09-17 Thread Thorsten Behrens (via logerrit)
desktop/win32/source/loader.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 30c6ff74b5a6068ffb9479761edbd8224e83211a Author: Thorsten Behrens AuthorDate: Tue Sep 17 13:56:38 2019 +0200 Commit: Thorsten Behrens CommitDate: Tue Sep 17 16:54:43 2019

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - 3 commits - configure.ac desktop/Executable_soffice.mk desktop/win32 sw/source

2019-09-16 Thread Thorsten Behrens (via logerrit)
Rebased ref, commits from common ancestor: commit 8f6ba18b96f89100bf4cc4f00e5167817dc7be11 Author: Thorsten Behrens AuthorDate: Tue Sep 17 00:36:13 2019 +0200 Commit: Thorsten Behrens CommitDate: Tue Sep 17 00:36:13 2019 +0200 Bump version to 6.1.7.5 Change-Id

[Libreoffice-commits] core.git: vcl/unx

2019-09-16 Thread Thorsten Behrens (via logerrit)
vcl/unx/gtk3/gtk3gtkframe.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 32efe70bbfc6c64df7cf73b6a6c0976ae1e038c8 Author: Thorsten Behrens AuthorDate: Mon Sep 16 16:48:21 2019 +0200 Commit: Thorsten Behrens CommitDate: Mon Sep 16 18:03:38 2019

[Libreoffice-qa] Munich Hackfest 17th/18th of October - who's interested? (was: ESC meeting minutes: 2019-09-05)

2019-09-08 Thread Thorsten Behrens
Hi *, to bump the topic - looks like a (slight) preference for the dates 17th/18th of October is emerging. If people are interested (no commitment, just flagging interest - helps us finalizing the date!): please add your name to the wiki:

Munich Hackfest 17th/18th of October - who's interested? (was: ESC meeting minutes: 2019-09-05)

2019-09-08 Thread Thorsten Behrens
Hi *, to bump the topic - looks like a (slight) preference for the dates 17th/18th of October is emerging. If people are interested (no commitment, just flagging interest - helps us finalizing the date!): please add your name to the wiki:

[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.1-4'

2019-09-04 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.1-4' created by Thorsten Behrens at 2019-09-04 23:01 + Release LibreOffice powered by CIB 6.1-4 -BEGIN PGP SIGNATURE- iQKTBAABCgB9FiEEHp/al2IcD3tw8LrPZ7OyyFo1BNkFAl1wQjlfFIAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDFF

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - configure.ac

2019-09-04 Thread Thorsten Behrens (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1e4f39b3053314da8df368fa677526bda02eeba4 Author: Thorsten Behrens AuthorDate: Thu Sep 5 00:57:21 2019 +0200 Commit: Thorsten Behrens CommitDate: Thu Sep 5 00:57:57 2019 +0200 Bump version

[Libreoffice-commits] core.git: Branch 'feature/cib_contract136' - 108 commits - bin/distro-install-file-lists canvas/source config_host.mk.in configure.ac desktop/unx download.lst extensions/Library_

2019-08-30 Thread Thorsten Behrens (via logerrit)
Rebased ref, commits from common ancestor: commit 0bf354356e942c2e9b337536ecde9dd0643ae155 Author: Thorsten Behrens AuthorDate: Fri Aug 30 10:26:50 2019 +0200 Commit: Thorsten Behrens CommitDate: Fri Aug 30 23:32:40 2019 +0200 Release 5.2.7.9 Change-Id

[Libreoffice-commits] core.git: Branch 'feature/cib_contract136' - configure.ac

2019-08-30 Thread Thorsten Behrens (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f2491da7c8ef5a1c9bac732e9d8628eb895016ed Author: Thorsten Behrens AuthorDate: Fri Aug 30 10:26:50 2019 +0200 Commit: Thorsten Behrens CommitDate: Fri Aug 30 10:26:50 2019 +0200 Release

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - 2 commits - vcl/headless xmlsecurity/source

2019-08-29 Thread Thorsten Behrens (via logerrit)
vcl/headless/svpgdi.cxx|7 ++- xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx | 11 --- 2 files changed, 14 insertions(+), 4 deletions(-) New commits: commit 7d4af74ff57ca67cc55a36173c492d474959507d Author: Thorsten Behrens

Re: [Libreoffice-commits] help.git: 2 commits - AllLangHelp_sdraw.mk AllLangHelp_shared.mk AllLangHelp_simpress.mk Package_html_media.mk source/auxiliary source/media source/text

2019-08-19 Thread Thorsten Behrens
Hi Olivier, Olivier Hallot (via logerrit) wrote: > Update Draw menus and Contents tree (part) > > Change-Id: I556a2cafdd66fc425aa67f821c1a5b676ef22c81 > Reviewed-on: https://gerrit.libreoffice.org/77677 > Tested-by: Jenkins > Reviewed-by: Olivier Hallot > [snip] > diff

[Libreoffice-qa] Hackfest options for the rest of 2019? (was: ESC meeting 2019-08-15 minutes)

2019-08-18 Thread Thorsten Behrens
Hi, Jan Holesovsky wrote: > * Hackfests & Events (Sophie) > + Dresden Hackfest (Thorsten) > + most probably won’t happen, haven’t heard from the guys (Thorsten) > + tentatively end of October, talking to FSFE people there >+ not confirmed, working on that > Clarification (didn't

Hackfest options for the rest of 2019? (was: ESC meeting 2019-08-15 minutes)

2019-08-18 Thread Thorsten Behrens
Hi, Jan Holesovsky wrote: > * Hackfests & Events (Sophie) > + Dresden Hackfest (Thorsten) > + most probably won’t happen, haven’t heard from the guys (Thorsten) > + tentatively end of October, talking to FSFE people there >+ not confirmed, working on that > Clarification (didn't

[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.1-3'

2019-08-15 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.1-3' created by Thorsten Behrens at 2019-08-15 13:44 + Release LibreOffice powered by CIB 6.1-3 -BEGIN PGP SIGNATURE- iQKTBAABCgB9FiEEHp/al2IcD3tw8LrPZ7OyyFo1BNkFAl1VYdVfFIAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDFF

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - 6 commits - configure.ac icon-themes/breeze icon-themes/colibre icon-themes/elementary icon-themes/karasa_jaga icon-themes/sifr ic

2019-08-14 Thread Thorsten Behrens (via logerrit)
Rebased ref, commits from common ancestor: commit 15411734fb5201c821167bc19984e3ff06467983 Author: Thorsten Behrens AuthorDate: Wed Aug 14 17:20:44 2019 +0200 Commit: Thorsten Behrens CommitDate: Wed Aug 14 22:16:10 2019 +0200 Bump version to 6.1.7.3 Change-Id

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - configure.ac

2019-08-14 Thread Thorsten Behrens (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4ee1ddc2a48a79b98d518b0eff03e7f66e3235f1 Author: Thorsten Behrens AuthorDate: Wed Aug 14 17:20:44 2019 +0200 Commit: Thorsten Behrens CommitDate: Wed Aug 14 17:20:44 2019 +0200 Bump version

Re: Drop GTK2 support in favor of GTK3

2019-08-13 Thread Thorsten Behrens
Rene Engelhard wrote: > https://wiki.documentfoundation.org/ReleaseNotes/6.2 already has > > The GTK+2 VCL backend is deprecated and will be removed in a future > version." > Ah - didn't check in older release notes; taking the caveat back then. ;) Cheers, -- Thorsten signature.asc

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - xmlsecurity/source

2019-08-13 Thread Thorsten Behrens (via logerrit)
xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit c34c9a6eab23bcc43cf7adce365e16abc6cec58a Author: Thorsten Behrens AuthorDate: Mon Aug 12 11:26:04 2019 +0200 Commit: Xisco Faulí CommitDate

Re: Drop GTK2 support in favor of GTK3

2019-08-13 Thread Thorsten Behrens
Caolán McNamara wrote: > https://gerrit.libreoffice.org/#/c/77405/ is my proposal to drop > LibreOffice's Gtk2 support in favor of the Gtk3 vclplug for LibreOffice > 6.4. > About time, yep. I just wonder if we should give it the usual one-release-cycle deprecation warning? Cheers, -- Thorsten

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - xmlsecurity/source

2019-08-13 Thread Thorsten Behrens (via logerrit)
xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit 4bff74f20a2007860b87e43443bb2f59ff4a3b3a Author: Thorsten Behrens AuthorDate: Mon Aug 12 11:26:04 2019 +0200 Commit: Thorsten Behrens

[Libreoffice-commits] core.git: xmlsecurity/source

2019-08-13 Thread Thorsten Behrens (via logerrit)
xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit 536ab2f3ba1e71badaaf98db9419ca7c7ddd7ac4 Author: Thorsten Behrens AuthorDate: Mon Aug 12 11:26:04 2019 +0200 Commit: Xisco Faulí CommitDate

Re: 6.3.0.4: SdImportTest::testDocumentLayout fails

2019-08-11 Thread Thorsten Behrens
Hi Paul, Paul Menzel wrote: > Building LibreOffice 6.3.0.4 with `DISPLAY=` (unset) the test below fails. > > ``` Can you run bin/odfvalidator.sh successfully from the shell? Possibly it does not find the right JRE (>=1.8). Cheers, -- Thorsten signature.asc Description: PGP signature

Re: ODF "implementation defined", collection for LibreOffice?

2019-08-09 Thread Thorsten Behrens
Hi Regina, Regina Henschel wrote: > So we need to provide this information. Do we already have such part? If > not, should it go to the Wiki? If yes, where in the Wiki? A page with > placeholder would be sufficient, so that I (or someone else) can fill it > piece by piece. > This should go here

Re: PDF/A support in LibreOffice

2019-08-09 Thread Thorsten Behrens
Hi Christoph, "Christoph Schäfer" wrote: > First, how did you manage to do this? Did you have access to the ISO > spec? And if so, would you be prepared to share the spec (or the > required information) with other open source projects? > Yes, individual contributors have access to the relevant

[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.1-2'

2019-07-21 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.1-2' created by Thorsten Behrens at 2019-07-21 22:49 + Release LibreOffice powered by CIB 6.1-2 -BEGIN PGP SIGNATURE- iQKTBAABCgB9FiEEHp/al2IcD3tw8LrPZ7OyyFo1BNkFAl007AlfFIAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDFF

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - configure.ac instsetoo_native/util

2019-07-20 Thread Thorsten Behrens (via logerrit)
configure.ac|2 +- instsetoo_native/util/openoffice.lst.in |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 71710e17a9449ec582949335895753bef39f4f11 Author: Thorsten Behrens AuthorDate: Sat Jul 20 01:48:23 2019 +0200 Commit

[Libreoffice-qa] Mentors wanted for Paris Hackfest (was: minutes of ESC call ...)

2019-07-05 Thread Thorsten Behrens
Miklos Vajna wrote: > + mentors are needed … 2 weeks from now > + volunteers to mentor using jitsi / IRC can help too (Christian) > + in theory had hackfest-ng but short notice (Thorsten) > + was too late :( > +

<    2   3   4   5   6   7   8   9   10   11   >