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

2018-02-23 Thread Julien Nabet
external/hsqldb/UnpackedTarball_hsqldb.mk|1 + external/hsqldb/patches/multipleResultSets.patch | 11 +++ 2 files changed, 12 insertions(+) New commits: commit 856159b3913976c68c8a04b7e939a6cc64477f6a Author: Julien Nabet Date: Thu Feb 22 21:33:20

Re: GSoC project ideas for improving LOs core-code / performance

2018-02-23 Thread Tomaž Vajngerl
Hi, On Fri, Feb 23, 2018 at 3:48 PM, Clemens Eisserer wrote: > Hello, > > I recently read through the list of GSoC project ideas for 2018, and > what made me wonder is that most project ideas center around small-mid > new features or new functionality. > > Would it be also

Re: Implementing accessibility non-regression check tool

2018-02-23 Thread Khaled Hosny
On Thu, Feb 22, 2018 at 04:13:42PM +0100, Samuel Thibault wrote: > Stephan Bergmann, on jeu. 22 févr. 2018 15:49:40 +0100, wrote: > > That means external/lxml will need to: > > > > * build against and run with either the system Python or the locally-built > > one from external/python3, > > > > *

VCL environment variable naming convention

2018-02-23 Thread Chris Sherlock
Hi all, I have a gerrit patch queued, it works fine but not sure of the environment variable name (the one I chose is probably quite clunky). https://gerrit.libreoffice.org/#/c/47493/ I currently have it as $VCLSALFRAME_KEYDEBUG, what should it

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

2018-02-23 Thread Markus Mohrhard
sc/source/core/data/table2.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 63ad8b1c0ddcd895447627ac60701d54ff332c38 Author: Markus Mohrhard Date: Fri Feb 23 02:05:05 2018 +0100 better same document test for conditional

Re: Implementing accessibility non-regression check tool

2018-02-23 Thread Samuel Thibault
Khaled Hosny, on sam. 24 févr. 2018 01:02:29 +0200, wrote: > On Thu, Feb 22, 2018 at 04:13:42PM +0100, Samuel Thibault wrote: > > Stephan Bergmann, on jeu. 22 févr. 2018 15:49:40 +0100, wrote: > > > That means external/lxml will need to: > > > > > > * build against and run with either the system

Re: Implementing accessibility non-regression check tool

2018-02-23 Thread Samuel Thibault
Samuel Thibault, on jeu. 22 févr. 2018 17:22:26 +0100, wrote: > Michael Stahl, on jeu. 22 févr. 2018 16:59:21 +0100, wrote: > > On 22.02.2018 16:36, Stephan Bergmann wrote: > > > I was more hoping that there might be an established plain Python option > > > for XML processing? > > > > FWIW,

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

2018-02-23 Thread Markus Mohrhard
sc/qa/unit/ucalc.hxx|2 + sc/qa/unit/ucalc_condformat.cxx | 41 +++- 2 files changed, 38 insertions(+), 5 deletions(-) New commits: commit 93117a98e870804ad0ac0152e87355edd1dd5889 Author: Markus Mohrhard Date:

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

2018-02-23 Thread Aron Budea
filter/source/graphicfilter/itiff/itiff.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 40c33132cfa6582dfccf17e787f10dd4dbd0819d Author: Aron Budea Date: Sat Feb 24 04:13:51 2018 +0100 tdf#115863: fix TIFF import

[Libreoffice-commits] dev-tools.git: qa/bugzillaChecker.py

2018-02-23 Thread Xisco Fauli
qa/bugzillaChecker.py | 10 ++ 1 file changed, 10 insertions(+) New commits: commit cc022732f43bbc29ae1e9fcdec2805a3eebf23c8 Author: Xisco Fauli Date: Fri Feb 23 17:58:09 2018 +0100 QA: Warn about possibleRegression added diff --git

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

2018-02-23 Thread Caolán McNamara
package/source/zipapi/ZipFile.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit ff6def51db86ea2a516739f2dd67f24fa024af4e Author: Caolán McNamara Date: Fri Feb 23 12:53:34 2018 + forcepoint #5 check for short read a

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

2018-02-23 Thread Markus Mohrhard
sc/qa/unit/ucalc.hxx|2 + sc/qa/unit/ucalc_condformat.cxx | 50 2 files changed, 52 insertions(+) New commits: commit a5ce0b396fdf48bba13d9e0433614d0e0e4368ea Author: Markus Mohrhard Date: Thu Feb 22

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - xmlsecurity/util

2018-02-23 Thread Thorsten Behrens
xmlsecurity/util/xsec_xmlsec.windows.component |3 +++ 1 file changed, 3 insertions(+) New commits: commit 6651a8e85824b11395f1c3110afe8dd91bb83375 Author: Thorsten Behrens Date: Fri Feb 23 12:59:57 2018 +0100 tdf#115374: add GPG SEInitializer service for

Re: Let failed Jenkins builds set Verified: -1 in Gerrit?

2018-02-23 Thread Christian Lohmaier
Hi *, On Fri, Feb 23, 2018 at 4:22 PM, Miklos Vajna wrote: > Hi, > > On Fri, Feb 23, 2018 at 04:08:24PM +0100, Stephan Bergmann > wrote: >> > I think this was a decision from Norbert, probably because he was worried >> > about false negatives. A

Re: Invoking gla11y [was: core.git: bin/gla11y config_host.mk.in configure.ac solenv/gbuild]

2018-02-23 Thread Samuel Thibault
Stephan Bergmann, on jeu. 22 févr. 2018 18:03:28 +0100, wrote: > Now, gla11y shall do two things: > > 1 Find newly introduced bugs in .ui files. > > 2 Find existing bugs in .ui files For now, I have pushed this to gerrit https://gerrit.libreoffice.org/50251 It introduces the suppresion

Re: Let failed Jenkins builds set Verified: -1 in Gerrit?

2018-02-23 Thread Kaganski Mike
On 2/23/2018 6:22 PM, Miklos Vajna wrote: > Hi, > > On Fri, Feb 23, 2018 at 04:08:24PM +0100, Stephan Bergmann > wrote: >>> I think this was a decision from Norbert, probably because he was worried >>> about false negatives. A workaround is to watch your inbox (which gets a

[Libreoffice-commits] online.git: common/JsonUtil.hpp common/Util.hpp test/WhiteBoxTests.cpp wsd/Storage.cpp

2018-02-23 Thread Ashod Nakashian
common/JsonUtil.hpp| 146 ++ common/Util.hpp|3 test/WhiteBoxTests.cpp | 35 ++ wsd/Storage.cpp| 169 ++--- 4 files changed, 218 insertions(+), 135 deletions(-) New commits:

[Libreoffice-commits] core.git: Branch 'feature/OperationSmiley' - include/svx svx/inc svx/source

2018-02-23 Thread Armin Le Grand
include/svx/svdobj.hxx | 21 +++ svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx | 18 +- svx/source/customshapes/EnhancedCustomShape2d.cxx | 26 +- svx/source/sdr/contact/viewcontactofsdrpathobj.cxx | 28 +++

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

2018-02-23 Thread Markus Mohrhard
sc/source/core/data/table2.cxx | 40 +++- 1 file changed, 31 insertions(+), 9 deletions(-) New commits: commit aae1b8f47f7fd4d88e4ded348ee3afdbb5208855 Author: Markus Mohrhard Date: Fri Feb 23 00:42:00 2018 +0100

[Libreoffice-commits] online.git: 2 commits - wsd/LOOLWSD.cpp

2018-02-23 Thread Samuel Mehrbrodt
wsd/LOOLWSD.cpp | 36 +++- 1 file changed, 19 insertions(+), 17 deletions(-) New commits: commit cabe0a750a13d39dc9a6781e24c0e06e0be5d412 Author: Samuel Mehrbrodt Date: Thu Feb 22 15:54:59 2018 +0100 Only show warning if limit is

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

2018-02-23 Thread Justin Luth
sw/qa/extras/odfexport/data/relh-page-tdf80282.odt |binary sw/qa/extras/odfexport/odfexport.cxx |7 +++ sw/source/core/layout/fly.cxx |6 ++ 3 files changed, 13 insertions(+) New commits: commit cffecd3c8d2d6b34726b8820468fadef93dd553d Author:

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-02-23 Thread Stephan Bergmann
solenv/flatpak-manifest.in |1 + 1 file changed, 1 insertion(+) New commits: commit e3166f4034c3997134c679872d6ce66c8abe16c6 Author: Stephan Bergmann Date: Fri Feb 23 09:22:10 2018 +0100 Merge "Enable device=dri to fix opengl crashes" into flatpak-manifest.in

Re: Non-portable configure.ac

2018-02-23 Thread Miklos Vajna
Hi, On Thu, Feb 22, 2018 at 08:42:51PM +0100, Sander Maijers wrote: > I must say autogen.sh being a Perl script surprised, even dismayed me. Look at the git history of the file (1e5339ec9209a5c89851f79adb1c49f169b6d3e5), especially the part that reads arguments from

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

2018-02-23 Thread Miklos Vajna
sw/qa/extras/ooxmlimport/data/tdf115883.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx |6 ++ writerfilter/source/dmapper/PropertyMap.cxx |9 - 3 files changed, 14 insertions(+), 1 deletion(-) New commits: commit 5e1a50cc433a865da677faf7d502ba41858e45f6 Author:

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

2018-02-23 Thread Miklos Vajna
xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx | 58 -- xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.hxx | 83 -- xmlsecurity/source/xmlsec/mscrypt/xsec_mscrypt.cxx |5 xmlsecurity/util/xsec_xmlsec.windows.component |

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - solenv/flatpak-manifest.in

2018-02-23 Thread Stephan Bergmann
solenv/flatpak-manifest.in |1 + 1 file changed, 1 insertion(+) New commits: commit 4d8587ea43c514bfca76684cbe3c3c3fa6f8a405 Author: Stephan Bergmann Date: Fri Feb 23 09:22:10 2018 +0100 Merge "Enable device=dri to fix opengl crashes" into flatpak-manifest.in

Re: Let failed Jenkins builds set Verified: -1 in Gerrit?

2018-02-23 Thread Stephan Bergmann
On 23.02.2018 16:22, Miklos Vajna wrote: Cloph, do you have a view on this? Could we have Jenkins set Verified-1 on the change if the build fails to have a clear separation between "not yet verified" and "verified but failed" states, immediately visible from the dashboard? Note that there was

[Libreoffice-commits] online.git: net/Socket.cpp net/Socket.hpp net/WebSocketHandler.hpp

2018-02-23 Thread Ashod Nakashian
net/Socket.cpp |2 - net/Socket.hpp | 25 +++ net/WebSocketHandler.hpp | 59 +++ 3 files changed, 46 insertions(+), 40 deletions(-) New commits: commit 71f4597059f2606ad8394161b6eda1c51c88c8d3 Author: Ashod

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - package/source

2018-02-23 Thread Caolán McNamara
package/source/zipapi/ZipFile.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 060c6a01a23375ba60ac8158e1b97edc9ac49f03 Author: Caolán McNamara Date: Fri Feb 23 12:53:34 2018 + forcepoint #5 check for short read a

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - xmloff/source

2018-02-23 Thread Caolán McNamara
xmloff/source/text/txtparai.cxx | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) New commits: commit a3f5be83da9a1147c102122a89f17e2b75e062fe Author: Caolán McNamara Date: Fri Feb 23 13:08:16 2018 + forcepoint #5 null deref

[Libreoffice-commits] online.git: kit/ChildSession.cpp

2018-02-23 Thread Ashod Nakashian
kit/ChildSession.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1c4b4581585e5b4ba7c3e158994294a280696f7c Author: Ashod Nakashian Date: Wed Feb 21 20:44:09 2018 -0500 wsd: send valid empty JSON response Change-Id:

Re: GSoC project ideas for improving LOs core-code / performance

2018-02-23 Thread Thorsten Behrens
Clemens Eisserer wrote: > Would it be possible to get an item-point for profiling and > improving this situation on the project's idea page? > Sure, absolutely! Just please, before adding projects to that wiki page, please find a sponsor/mentor from the core devs for that. For that gfx stuff,

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - vcl/osx

2018-02-23 Thread Maxim Monastirsky
vcl/osx/vclnsapp.mm |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 3b457cb8825882cadec44e0b0679d1e70051eb71 Author: Maxim Monastirsky Date: Thu Feb 8 01:47:46 2018 +0200 tdf#100784 macOS: Don't attempt to handle shortcuts via the

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

2018-02-23 Thread Thorsten Behrens
xmlsecurity/util/xsec_xmlsec.windows.component |3 +++ 1 file changed, 3 insertions(+) New commits: commit e2d8e2e0e2248de980f59af15e8b3472c8f56f70 Author: Thorsten Behrens Date: Fri Feb 23 12:59:57 2018 +0100 tdf#115374: add GPG SEInitializer service for

Re: Let failed Jenkins builds set Verified: -1 in Gerrit?

2018-02-23 Thread Stephan Bergmann
On 30.11.2017 09:00, Miklos Vajna wrote: On Wed, Nov 29, 2017 at 12:16:24PM +0100, Stephan Bergmann wrote: Is there any good reason why a failed Gerrit/Jenkins build does not set the corresponding Gerrit change's Verified flag to -1 (similar to how a successful such build

Re: Let failed Jenkins builds set Verified: -1 in Gerrit?

2018-02-23 Thread Miklos Vajna
Hi, On Fri, Feb 23, 2018 at 04:08:24PM +0100, Stephan Bergmann wrote: > > I think this was a decision from Norbert, probably because he was worried > > about false negatives. A workaround is to watch your inbox (which gets a > > mail, whatever is the outcome), rather than

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - xmloff/source

2018-02-23 Thread Caolán McNamara
xmloff/source/text/txtparai.cxx | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) New commits: commit 6ba5fc85224b8bb0b8e2a5c5013e83644c622e30 Author: Caolán McNamara Date: Fri Feb 23 13:08:16 2018 + forcepoint #5 null deref

[Libreoffice-commits] online.git: wsd/ClientSession.cpp

2018-02-23 Thread Ashod Nakashian
wsd/ClientSession.cpp |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 7c2c0062e34c7da6686046e5e9392501353657ec Author: Ashod Nakashian Date: Wed Feb 21 20:41:47 2018 -0500 wsd: always avoid saving readonly files

AW: Consider translation of transformation matrix of image rotation

2018-02-23 Thread Armin Le Grand
Hi Regina, > It works in principle, What does that mean ?!? A: An empty constructed basegfx::B2DHomMatrix is on identity (no-op), so it is ideal to test if it is used. Will even work when usages add-up to identity matrix whant means 'no change'. Yes, use isIdentity() please. B: You might

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - vcl/quartz

2018-02-23 Thread Tor Lillqvist
vcl/quartz/ctfonts.cxx | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) New commits: commit e092effee32cfbade59fb68adddc9db96d3c3c88 Author: Tor Lillqvist Date: Thu Feb 22 13:52:13 2018 +0200 tdf#67744, tdf#68889: Fix weight reported

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

2018-02-23 Thread Eike Rathke
sc/inc/tabprotection.hxx | 22 +++--- sc/source/filter/excel/excrecds.cxx|8 sc/source/filter/oox/worksheetsettings.cxx |8 3 files changed, 23 insertions(+), 15 deletions(-) New commits: commit

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

2018-02-23 Thread Miklos Vajna
sd/qa/unit/tiledrendering/data/tdf115873-group.fodp | 36 sd/qa/unit/tiledrendering/tiledrendering.cxx| 17 sd/source/ui/dlg/sdtreelb.cxx | 82 +++- sd/source/ui/inc/sdtreelb.hxx |3 4 files changed, 104

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - desktop/source include/vcl sc/qa sc/source vcl/source

2018-02-23 Thread Pranav Kant
desktop/source/lib/init.cxx | 79 --- include/vcl/IDialogRenderable.hxx|2 include/vcl/ITiledRenderable.hxx | 61 sc/qa/unit/tiledrendering/tiledrendering.cxx |2 sc/source/ui/unoobj/docuno.cxx

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sc/qa sc/source

2018-02-23 Thread Pranav Kant
sc/qa/unit/tiledrendering/tiledrendering.cxx |1 + sc/source/ui/unoobj/docuno.cxx |6 -- 2 files changed, 5 insertions(+), 2 deletions(-) New commits: commit 0178d2b7071be32ac2334e0548beae3b4e8dbc7d Author: Pranav Kant Date: Fri Feb 23

Re: Consider translation of transformation matrix of image rotation

2018-02-23 Thread Regina Henschel
Hi Armin, Armin Le Grand schrieb am 23.02.2018 um 16:39: Hi Regina, It works in principle, What does that mean ?!? It solves the issue. Question is, whether something can be improved or should be changed. A: An empty constructed basegfx::B2DHomMatrix is on identity (no-op), so it is

[Libreoffice-commits] core.git: vcl/inc vcl/osx

2018-02-23 Thread Tor Lillqvist
vcl/inc/osx/salframe.h |6 vcl/osx/salframe.cxx | 66 + 2 files changed, 56 insertions(+), 16 deletions(-) New commits: commit 715b7b6f346fdd9c856db268dcd66334b58c273c Author: Tor Lillqvist Date: Fri Feb 23

[Libreoffice-commits] core.git: include/svl

2018-02-23 Thread Stephan Bergmann
include/svl/stylesheetuser.hxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 2e63d4554069b33654729a9247c0b32950803163 Author: Stephan Bergmann Date: Fri Feb 23 14:21:45 2018 +0100 StyleSheetUser use in dynamic_cast should better be

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

2018-02-23 Thread Caolán McNamara
vcl/qa/cppunit/pdfexport/pdfexport.cxx |4 ++-- vcl/source/gdi/pdfwriter_impl.cxx |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 36bd5662e73f6fbd64bf03fd42936a8d69ed397b Author: Caolán McNamara Date: Fri Feb 23 15:05:33 2018

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

2018-02-23 Thread Caolán McNamara
xmloff/source/text/txtparai.cxx | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) New commits: commit c156c9fafff2bf4f60fe300cada4f43b6d8c6fcb Author: Caolán McNamara Date: Fri Feb 23 13:08:16 2018 + forcepoint #5 null deref

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sc/source

2018-02-23 Thread Pranav Kant
sc/source/ui/unoobj/docuno.cxx |6 -- 1 file changed, 6 deletions(-) New commits: commit 86ea687d3f19c04192ee2b7a82736e110c7be334 Author: Pranav Kant Date: Fri Feb 23 21:27:50 2018 +0530 lok sc: This is not needed now I guess since these events

[Libreoffice-commits] core.git: formula/uiconfig

2018-02-23 Thread Caolán McNamara
formula/uiconfig/ui/formuladialog.ui |1 - 1 file changed, 1 deletion(-) New commits: commit 03fc57826e3bdcc3af12e32ff10cc2a093b123aa Author: Caolán McNamara Date: Thu Feb 22 17:45:30 2018 + no point in a checkbutton having a response Change-Id:

Re: Status of LO embedding inside other processes windows?

2018-02-23 Thread Robert Marcano
On 02/22/2018 07:24 PM, Thorsten Behrens wrote: Stephan Bergmann wrote: Most likely, yes. That LO-in-Java-window thing is brittle at best. Mmmh - so we have that working in production for a few clients, though for Windows. Yes, the example works perfectly on Windows. I have to support both

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sc/inc

2018-02-23 Thread Markus Mohrhard
sc/inc/bitmaps.hlst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9c014d51832cd86be1fb2267da62b8bd58985d94 Author: Markus Mohrhard Date: Fri Feb 23 02:19:47 2018 +0100 fix crash while trying to access icon set image file

[Libreoffice-commits] core.git: bin/oss-fuzz-build.sh

2018-02-23 Thread Caolán McNamara
bin/oss-fuzz-build.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 508ac4c37e4980e0c96253f24469947911f931c0 Author: Caolán McNamara Date: Fri Feb 23 11:50:07 2018 + oss-fuzz: explicitly mention the rc files we want

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - vcl/inc vcl/osx vcl/source

2018-02-23 Thread Tor Lillqvist
vcl/inc/salinst.hxx |4 vcl/osx/salinst.cxx |3 +++ vcl/source/app/svmain.cxx |4 3 files changed, 11 insertions(+) New commits: commit bb787afc61a8827e3840e892e2adb525df4df2cd Author: Tor Lillqvist Date: Thu Feb 22 12:40:26 2018 +0200

[Libreoffice-commits] core.git: Branch 'private/swe/libreoffice-5-2+backports' - sd/inc sd/qa sd/source

2018-02-23 Thread Vasily Melenchuk
sd/inc/sdpage.hxx|1 - sd/qa/unoapi/knownissues.xcl |5 + sd/source/core/sdpage.cxx| 39 +++ sd/source/core/sdpage2.cxx |3 +-- 4 files changed, 17 insertions(+), 31 deletions(-) New commits: commit

[Libreoffice-commits] online.git: 2 commits - test/data wsd/LOOLWSD.cpp

2018-02-23 Thread Samuel Mehrbrodt
test/data/hello-world.odp |binary test/data/hello-world.ods |binary wsd/LOOLWSD.cpp | 15 ++- 3 files changed, 10 insertions(+), 5 deletions(-) New commits: commit 224660a0ba8d91b6c143223e2b0cad86d73540b3 Author: Samuel Mehrbrodt Date: Thu

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

2018-02-23 Thread Markus Mohrhard
sc/source/core/data/table7.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c557889748292d25996ea8f587d7564c74e6f121 Author: Markus Mohrhard Date: Thu Feb 22 22:43:35 2018 +0100 copy multiple single row cond formats

[Libreoffice-commits] online.git: Changes to 'feature/cib_contract173'

2018-02-23 Thread Samuel Mehrbrodt
New branch 'feature/cib_contract173' available with the following commits: commit d87f97211e83e565e43e8fcffc3672c528c28ead Author: Samuel Mehrbrodt Date: Fri Feb 23 09:53:28 2018 +0100 Fix message parameter types commit 7e2f64cca96beada0a00f703ccd36b2ea0123161

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

2018-02-23 Thread Eike Rathke
sc/source/filter/inc/workbooksettings.hxx |8 ++-- sc/source/filter/inc/worksheetsettings.hxx |6 +- sc/source/filter/oox/workbooksettings.cxx | 25 +++-- sc/source/filter/oox/worksheetsettings.cxx |5 + 4 files changed, 39 insertions(+), 5

Consider translation of transformation matrix of image rotation

2018-02-23 Thread Regina Henschel
Hi Armin, hi all, this is about https://bugs.documentfoundation.org/show_bug.cgi?id=115590 and my proposal https://gerrit.libreoffice.org/#/c/50176/ It works in principle, but I'm not sure about some details: A It has a construction basegfx::B2DHomMatrix aFullTransform; with later

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

2018-02-23 Thread Caolán McNamara
vcl/android/androidinst.cxx | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) New commits: commit 57464884619be641f5ebc8804593f668ec8e0981 Author: Caolán McNamara Date: Fri Feb 23 12:35:50 2018 + blind android build fix Change-Id:

[Libreoffice-commits] core.git: officecfg/registry

2018-02-23 Thread Yousuf Philips
officecfg/registry/data/org/openoffice/VCL.xcu | 40 - 1 file changed, 20 insertions(+), 20 deletions(-) New commits: commit 16700331da2087bbb53c1774605cef2d0411206a Author: Yousuf Philips Date: Wed Feb 21 17:51:19 2018 +0400 tdf#114768:

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-23 Thread Michael Stahl
On 20.02.2018 18:41, Stephan Bergmann wrote: > On 18.02.2018 02:08, Markus Mohrhard wrote: >> For now I pushed a patch that will let the tests fail instead of being >> stuck. > > > > "uitest:

[Libreoffice-commits] core.git: compilerplugins/clang sc/source solenv/CompilerTest_compilerplugins_clang.mk

2018-02-23 Thread Noel Grandin
compilerplugins/clang/doubleconvert.cxx | 84 +++ compilerplugins/clang/test/doubleconvert.cxx | 22 +++ sc/source/core/tool/detfunc.cxx |6 - sc/source/ui/dbgui/csvgrid.cxx | 10 +--

[Libreoffice-commits] core.git: officecfg/registry

2018-02-23 Thread Yousuf Philips
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu| 28 +- officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 11 +++ officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 11 --- 3 files changed, 27 insertions(+), 23

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

2018-02-23 Thread Katarina Behrens
sd/source/core/drawdoc4.cxx | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) New commits: commit e208b81540d43e2b7d3012dfe6bebc59ce638c12 Author: Katarina Behrens Date: Mon Feb 19 14:37:19 2018 +0100 Don't reformat all

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - package/source

2018-02-23 Thread Caolán McNamara
package/source/zipapi/ZipFile.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 942e23ac0cf885c8d26884fa1fb17d430f42a5f5 Author: Caolán McNamara Date: Fri Feb 23 12:53:34 2018 + forcepoint #5 check for short read a

[Libreoffice-commits] core.git: configure.ac

2018-02-23 Thread Samuel Thibault
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1f3dd8f60c60f2a18a64aee332acc09b1870ee07 Author: Samuel Thibault Date: Fri Feb 23 11:50:28 2018 +0100 Fix --enable-python documentation python is always used at

[Libreoffice-bugs] [Bug 115944] Render differences of DOCX between Word and LibreOffice with Palatino and Tekton fonts

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115944 Jens Troeger changed: What|Removed |Added Attachment #140066|0 |1

[Libreoffice-bugs] [Bug 115828] SQL: SHUTDOWN COMPACT fails in internal HSQLDB

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115828 Commit Notification changed: What|Removed |Added Whiteboard|

[Libreoffice-bugs] [Bug 115828] SQL: SHUTDOWN COMPACT fails in internal HSQLDB

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115828 --- Comment #12 from Commit Notification --- Julien Nabet committed a patch related to this issue. It has been pushed to "master":

[Libreoffice-bugs] [Bug 98776] FILESAVE: Exporting to PDF crashes Writer if libreoffice-kde4 installed

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98776 --- Comment #20 from Ferry Toth --- Nope. Kubuntu Artful (17.10) here. With LibO 5.4.5 (now in Artful) it seems to be even worse, just clicking file open button is enough. -- You are receiving this mail because: You

[Libreoffice-bugs] [Bug 115982] Problems with Selecting Custom Quotes in AutoCorrect Options -> Localized Options dialog panel

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115982 V Stuart Foote changed: What|Removed |Added Summary|Problems with Selecting

[Libreoffice-bugs] [Bug 115937] FILEOPEN: crash when opening this .odp file

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115937 Julien Nabet changed: What|Removed |Added Keywords|

[Libreoffice-bugs] [Bug 115982] Problems with Selecting Custom Quotes in AutoCorrecting

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115982 V Stuart Foote changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 115980] FILEOPEN

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115980 V Stuart Foote changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 115944] Render differences of DOCX between Word and LibreOffice with Palatino and Tekton fonts

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115944 Jens Troeger changed: What|Removed |Added Attachment #140065|0 |1

[Libreoffice-bugs] [Bug 115944] Render differences of DOCX between Word and LibreOffice with Palatino and Tekton fonts

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115944 --- Comment #12 from Jens Troeger --- I have updated the test documents and added the ODT saved with Word. I've also updated the screen shots to compare the different ways the original Word DOCX file is being

[Libreoffice-bugs] [Bug 115981] SIDEBAR: Panel' s default minimum width can be circumvented making the panel unusable.

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115981 Luke changed: What|Removed |Added Blocks||103459

[Libreoffice-bugs] [Bug 115981] SIDEBAR: Panel' s minimum width can be circumvented making the panel unusable.

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115981 Luke changed: What|Removed |Added Summary|SIDEBAR: Panel's default|SIDEBAR: Panel's

[Libreoffice-bugs] [Bug 115050] "Zero Width Non Joiner" does not select correct alternate glyph

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115050 Patrick Schönbach changed: What|Removed |Added Summary|"Zero Width Non Joiner" |"Zero Width

[Libreoffice-bugs] [Bug 103459] [META] Sidebar UI and UX bugs and enhancements

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103459 Luke changed: What|Removed |Added Depends on||115981

[Libreoffice-bugs] [Bug 115981] New: SIDEBAR: Panel' s default minimum width can be circumvented making the panel unusable.

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115981 Bug ID: 115981 Summary: SIDEBAR: Panel's default minimum width can be circumvented making the panel unusable. Product: LibreOffice Version: Inherited From OOo

[Libreoffice-bugs] [Bug 115980] FILEOPEN

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115980 kri0...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 115983] findAll and replaceAll methods have an unexpected behavior when they are called from the com.sun.star.sheet.SheetCellRanges service.

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115983 --- Comment #1 from tvata...@starxpert.fr --- Created attachment 140105 --> https://bugs.documentfoundation.org/attachment.cgi?id=140105=edit A piece of code that reproduce the problem. -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 115984] New: rendering white lines across images in writer documents

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115984 Bug ID: 115984 Summary: rendering white lines across images in writer documents Product: LibreOffice Version: 6.0.1.1 release Hardware: x86-64 (AMD64)

[Libreoffice-bugs] [Bug 115981] SIDEBAR: Panel' s minimum width can be circumvented making the panel unusable.

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115981 V Stuart Foote changed: What|Removed |Added Priority|medium |low

[Libreoffice-ux-advise] [Bug 115981] SIDEBAR: Panel' s minimum width can be circumvented making the panel unusable.

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115981 V Stuart Foote changed: What|Removed |Added Priority|medium |low

[Libreoffice-bugs] [Bug 98776] FILESAVE: Exporting to PDF crashes Writer if libreoffice-kde4 installed

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98776 --- Comment #19 from Katarina Behrens (CIB) --- No way I can reproduce this, export to PDF and every other filepicker WFM. I mean, I see where it is crashing but w/o hands-on debugging I can only guess why. Is it

[Libreoffice-bugs] [Bug 115828] SQL: SHUTDOWN COMPACT fails in internal HSQLDB

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115828 Julien Nabet changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 115981] SIDEBAR: Panel' s minimum width can be circumvented making the panel unusable.

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115981 V Stuart Foote changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 90374] SIDEBAR: Having the sidebar with a fixed width across all tabs

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90374 Luke changed: What|Removed |Added Summary|SIDEBAR: Having the sidebar |SIDEBAR: Having the

[Libreoffice-bugs] [Bug 115715] FILEOPEN: RTF: Incorrect first line indent

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115715 Miklos Vajna changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 115983] New: findAll and replaceAll methods have an unexpected behavior when they are called from the com.sun.star.sheet.SheetCellRanges service.

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115983 Bug ID: 115983 Summary: findAll and replaceAll methods have an unexpected behavior when they are called from the com.sun.star.sheet.SheetCellRanges service.

[Libreoffice-bugs] [Bug 115978] FILESAVE: LibreOffice Calc crash when save file.

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115978 Julien Nabet changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 115944] Render differences of DOCX between Word and LibreOffice with Palatino and Tekton fonts

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115944 --- Comment #11 from Jens Troeger --- Created attachment 140103 --> https://bugs.documentfoundation.org/attachment.cgi?id=140103=edit ODT test document (saved from Word) to reproduce the problem. -- You

[Libreoffice-bugs] [Bug 115982] New: Problems with Selecting Custom Quotes in AutoCorrecting

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115982 Bug ID: 115982 Summary: Problems with Selecting Custom Quotes in AutoCorrecting Product: LibreOffice Version: 6.0.1.1 release Hardware: x86-64 (AMD64)

[Libreoffice-bugs] [Bug 115982] Problems with Selecting Custom Quotes in AutoCorrecting

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115982 Leandro Martín Drudi changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 115978] FILESAVE: LibreOffice Calc crash when save file.

2018-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115978 Julien Nabet changed: What|Removed |Added Keywords|

  1   2   3   4   5   >