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

2019-03-29 Thread Zdeněk Crhonek (via logerrit)
 sc/qa/uitest/calc_tests/data/tdf123479.ods |binary
 sc/qa/uitest/calc_tests7/tdf123479.py  |   51 +
 2 files changed, 51 insertions(+)

New commits:
commit e0656101ac92a37855b1302a6db19b91a5b8c149
Author: Zdeněk Crhonek 
AuthorDate: Fri Mar 29 20:31:07 2019 +0100
Commit: Zdenek Crhonek 
CommitDate: Sat Mar 30 06:56:12 2019 +0100

uitest for bug tdf#123479

Change-Id: I836ab17dbb6cbeaf62462cfac90d3c9ac1c890a9
Reviewed-on: https://gerrit.libreoffice.org/69940
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek 

diff --git a/sc/qa/uitest/calc_tests/data/tdf123479.ods 
b/sc/qa/uitest/calc_tests/data/tdf123479.ods
new file mode 100644
index ..90cf7efd854b
Binary files /dev/null and b/sc/qa/uitest/calc_tests/data/tdf123479.ods differ
diff --git a/sc/qa/uitest/calc_tests7/tdf123479.py 
b/sc/qa/uitest/calc_tests7/tdf123479.py
new file mode 100644
index ..dc346313d696
--- /dev/null
+++ b/sc/qa/uitest/calc_tests7/tdf123479.py
@@ -0,0 +1,51 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+from uitest.framework import UITestCase
+from uitest.uihelper.common import get_state_as_dict
+from uitest.uihelper.common import select_pos
+from uitest.uihelper.calc import enter_text_to_cell
+from libreoffice.calc.document import get_sheet_from_doc
+from libreoffice.calc.conditional_format import 
get_conditional_format_from_sheet
+from uitest.debug import sleep
+from libreoffice.calc.document import get_cell_by_position
+from libreoffice.uno.propertyvalue import mkPropertyValues
+import org.libreoffice.unotest
+import pathlib
+
+def get_url_for_data_file(file_name):
+return 
pathlib.Path(org.libreoffice.unotest.makeCopyFromTDOC(file_name)).as_uri()
+
+#Bug 123479 - Crash in: ScFormulaResult::GetMatrixFormulaCellToken()
+
+class tdf123479(UITestCase):
+def test_tdf123479_Crash_ScFormulaResult_GetMatrixFormulaCellToken(self):
+#numberingformatpage.ui
+calc_doc = 
self.ui_test.load_file(get_url_for_data_file("tdf123479.ods"))
+xCalcDoc = self.xUITest.getTopFocusWindow()
+gridwin = xCalcDoc.getChild("grid_window")
+document = self.ui_test.get_component()
+#Select D14:D16
+gridwin.executeAction("SELECT", mkPropertyValues({"RANGE": "D14:D16"}))
+#Open Formula Wizard (Ctrl+F2)
+
self.ui_test.execute_modeless_dialog_through_command(".uno:FunctionDialog")
+xDialog = self.xUITest.getTopFocusWindow()
+edArg1 = xDialog.getChild("ED_ARG1")
+edArg2 = xDialog.getChild("ED_ARG2")
+formulaRes = xDialog.getChild("formula_result")
+
+#check formula wizzard data
+self.assertEqual(get_state_as_dict(edArg1)["Text"], "CHAR(10)")
+self.assertEqual(get_state_as_dict(edArg2)["Text"], 
"OFFSET($Data.$A$2:$Data.$A$4,0,COLUMN()-3)")
+self.assertEqual(get_state_as_dict(formulaRes)["Text"], "{4;4;4}")
+
+xOk = xDialog.getChild("ok")
+self.ui_test.close_dialog_through_button(xOk)
+#verify; no crashes
+self.assertEqual(get_cell_by_position(document, 0, 1, 0).getString(), 
"Pass/Fail")
+
+self.ui_test.close_doc()
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: icon-themes/sifr icon-themes/sifr_dark icon-themes/sifr_svg officecfg/registry

2019-03-29 Thread andreas kainz (via logerrit)
 icon-themes/sifr/cmd/lc_duplicatepage.png|binary
 icon-themes/sifr/cmd/lc_duplicateslide.png   |binary
 icon-themes/sifr/cmd/lc_hscrollbar.png   |binary
 icon-themes/sifr/cmd/lc_insertformhscroll.png|binary
 icon-themes/sifr/cmd/lc_scrollbar.png|binary
 icon-themes/sifr/cmd/sc_authoritiesentrydialog.png   |binary
 icon-themes/sifr/cmd/sc_cellprotection.png   |binary
 icon-themes/sifr/cmd/sc_editfootnote.png |binary
 icon-themes/sifr/cmd/sc_edithyperlink.png|binary
 icon-themes/sifr/cmd/sc_fielddialog.png  |binary
 icon-themes/sifr/cmd/sc_formattingmarkmenu.png   |binary
 icon-themes/sifr/cmd/sc_groupoutlinemenu.png |binary
 icon-themes/sifr/cmd/sc_indexentrydialog.png |binary
 icon-themes/sifr/cmd/sc_inserthardhyphen.png |binary
 icon-themes/sifr/cmd/sc_insertlrm.png|binary
 icon-themes/sifr/cmd/sc_insertnarrownobreakspace.png |binary
 icon-themes/sifr/cmd/sc_insertnonbreakingspace.png   |binary
 icon-themes/sifr/cmd/sc_insertpagefooter.png |binary
 icon-themes/sifr/cmd/sc_insertpageheader.png |binary
 icon-themes/sifr/cmd/sc_insertrlm.png|binary
 icon-themes/sifr/cmd/sc_insertsofthyphen.png |binary
 icon-themes/sifr/cmd/sc_insertzwnbsp.png |binary
 icon-themes/sifr/cmd/sc_insertzwsp.png   |binary
 icon-themes/sifr/cmd/sc_linkdialog.png   |binary
 icon-themes/sifr/cmd/sc_numericfield.png |binary
 icon-themes/sifr/cmd/sc_objectmenue.png  |binary
 icon-themes/sifr/cmd/sc_objectmirrorhorizontal.png   |binary
 icon-themes/sifr/cmd/sc_objectmirrorvertical.png |binary
 icon-themes/sifr/cmd/sc_selecttables.png |binary
 icon-themes/sifr/cmd/sc_viewbounds.png   |binary
 icon-themes/sifr/cmd/sc_vscroll.png  |binary
 icon-themes/sifr/svx/res/doc_modified_yes_14.png |binary
 icon-themes/sifr_dark/cmd/lc_duplicatepage.png   |binary
 icon-themes/sifr_dark/cmd/lc_duplicateslide.png  |binary
 icon-themes/sifr_dark/cmd/lc_hscrollbar.png  |binary
 icon-themes/sifr_dark/cmd/lc_insertformhscroll.png   |binary
 icon-themes/sifr_dark/cmd/lc_scrollbar.png   |binary
 icon-themes/sifr_dark/cmd/sc_authoritiesentrydialog.png  |binary
 icon-themes/sifr_dark/cmd/sc_cellprotection.png  |binary
 icon-themes/sifr_dark/cmd/sc_editfootnote.png|binary
 icon-themes/sifr_dark/cmd/sc_edithyperlink.png   |binary
 icon-themes/sifr_dark/cmd/sc_fielddialog.png |binary
 icon-themes/sifr_dark/cmd/sc_formattingmarkmenu.png  |binary
 icon-themes/sifr_dark/cmd/sc_groupoutlinemenu.png|binary
 icon-themes/sifr_dark/cmd/sc_indexentrydialog.png|binary
 icon-themes/sifr_dark/cmd/sc_inserthardhyphen.png|binary
 icon-themes/sifr_dark/cmd/sc_insertlrm.png   |binary
 icon-themes/sifr_dark/cmd/sc_insertnarrownobreakspace.png|binary
 icon-themes/sifr_dark/cmd/sc_insertnonbreakingspace.png  |binary
 icon-themes/sifr_dark/cmd/sc_insertpagefooter.png|binary
 icon-themes/sifr_dark/cmd/sc_insertpageheader.png|binary
 icon-themes/sifr_dark/cmd/sc_insertrlm.png   |binary
 icon-themes/sifr_dark/cmd/sc_insertsofthyphen.png|binary
 icon-themes/sifr_dark/cmd/sc_insertzwnbsp.png|binary
 icon-themes/sifr_dark/cmd/sc_insertzwsp.png  |binary
 icon-themes/sifr_dark/cmd/sc_linkdialog.png  |binary
 icon-themes/sifr_dark/cmd/sc_numericfield.png|binary
 icon-themes/sifr_dark/cmd/sc_objectmenue.png |binary
 icon-themes/sifr_dark/cmd/sc_objectmirrorhorizontal.png  |binary
 icon-themes/sifr_dark/cmd/sc_objectmirrorvertical.png|binary
 icon-themes/sifr_dark/cmd/sc_selecttables.png|binary
 icon-themes/sifr_dark/cmd/sc_viewbounds.png  |binary
 icon-themes/sifr_dark/cmd/sc_vscroll.png |binary
 icon-themes/sifr_dark/svx/res/doc_modified_yes_14.png|binary
 

[Libreoffice-bugs] [Bug 123912] Legacy form fields in DOCX become uneditable after roundtrip

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123912

--- Comment #3 from Justin L  ---
(In reply to Aron Budea from comment #0)
> Save it in Writer and open in Word again, then switch to edit mode.
I must be doing something wrong because I can "reproduce" this directly from
the unaltered docprot.docx using Office 2013, 2010 and 2003.
1.) Open the original attachment and toggle the value in the dropdown.
2.) Review tab - Restrict Editing - Stop Protection. see that the dropdown is
now missing.  Double-clicking on the field brings up a "Drop-Down form field
options dialog, so it appears to be in developer/design mode.

Everything seems identical to me when doing this on round-tripped files by
6.1.5, 6.2.2, and master.  I can toggle the value initially, and when switching
into unprotected mode, the document is in form design mode.  (Note, 2013 is the
first version that initially opens into a read-only mode where you have to
start with View-Edit Document.)

Tested using Windows 7 for Office, and Linux for LibreOffice round-tripping.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124441] New: Crash in: GlyphCache::GarbageCollect()

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124441

Bug ID: 124441
   Summary: Crash in: GlyphCache::GarbageCollect()
   Product: LibreOffice
   Version: 6.1.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: opensuse.lietuviu.ka...@gmail.com

This bug was filed from the crash reporting server and is
br-ed0c0e5f-f30d-481b-b474-18c9ee72d8d3.
=

Computer wake up from suspend, I press button to start slide show presentation
from the beginning.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Re: CppUnit updates

2019-03-29 Thread Markus Mohrhard
Hey,

On Sat, Mar 30, 2019 at 6:22 AM Andrés Maldonado 
wrote:

> Hello,
>
> I was working on EasyHack 122169
>  and
> submitted a patch  to Gerrit,
> but the Jenkins build failed because the commit
> 
> that adds the CPPUNIT_TEST_FIXTURE macro is not yet on a released version
> of CppUnit. Would it be possible to make a cppunit-1.14.1 release ? :)
>

There won't be a 1.14.1 release. At some point I'll release 1.15 but need
more time to polish the release. Currently the plan is not to include
CPPUNIT_TEST_FIXTURE in any future releases. I have realized that
CPPUNIT_TEST_FIXTURE is not a good API for cppunit.


> I would also like to suggest to create a page with the latest
> documentation ;) (the most recent doc that i found online
>  is from the
> original project, for version 1.10.2)
>

There is an up-to-date set of the documentation at
https://people.freedesktop.org/~mmohrhard/cppunit/index.html

Regards,
Markus

>
> Cheers,
> Andrés Maldonado
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-bugs] [Bug 124440] New: IDE & Calc crash opening Breakpoint Management

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124440

Bug ID: 124440
   Summary: IDE & Calc crash opening Breakpoint Management
   Product: LibreOffice
   Version: 6.2.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jdono...@hotmail.com

This bug was filed from the crash reporting server and is
br-993c03a2-36c9-4892-82a9-9f312d70bd6c.
=
I have a total of 5 crash dumps available dated 5/15 thru 5/29 related to this
problem.

Calc and IDE crashed when clicking on IDE breakpoint management icon.  It has
occurred at least three different sessions when I tried to bring up the
breakpoint management form to delete a breakpoint. It started when the 6.2.1.2
version was installed on 3/13.  The toggle breakpont icon works OK, but no
longer allows adding additional breakpoints during a run when paused at a
preexisting breakpoint.

Installed latest version of LO on 3/13
Running: LibreOffice Version: 6.2.1.2 (x64)
Build ID: 7bcb35dc3024a62dea0caee87020152d1ee96e71
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL 

OS: wIN 10 Home, v. 1803, build 17134.648

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-commits] core.git: vcl/Package_theme_definitions.mk vcl/uiconfig

2019-03-29 Thread Tomaž Vajngerl (via logerrit)
 vcl/Package_theme_definitions.mk  |   84 +-
 vcl/uiconfig/theme_definitions/ios/definition.xml |  102 +++---
 2 files changed, 93 insertions(+), 93 deletions(-)

New commits:
commit 45f975f8180f782cf71173a4526d17d6e74b9583
Author: Tomaž Vajngerl 
AuthorDate: Sat Mar 30 00:13:05 2019 +0900
Commit: Tomaž Vajngerl 
CommitDate: Sat Mar 30 04:05:53 2019 +0100

ios theme definition: file rename svgx -> svg

Change-Id: I9bebc4405185496b8243e6f7951a2a9f0b6559fb
Reviewed-on: https://gerrit.libreoffice.org/69932
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/vcl/Package_theme_definitions.mk b/vcl/Package_theme_definitions.mk
index 4bc54c6f73c7..8f551ebaa8ce 100644
--- a/vcl/Package_theme_definitions.mk
+++ b/vcl/Package_theme_definitions.mk
@@ -11,48 +11,48 @@ $(eval $(call 
gb_Package_Package,vcl_theme_definitions,$(SRCDIR)/vcl/uiconfig/th
 
 $(eval $(call 
gb_Package_add_files_with_dir,vcl_theme_definitions,$(LIBO_SHARE_FOLDER)/theme_definitions,\
ios/definition.xml \
-   ios/switch-off.svgx \
-   ios/switch-off-disabled.svgx \
-   ios/switch-off-pressed.svgx \
-   ios/switch-on.svgx \
-   ios/switch-on-pressed.svgx \
-   ios/switch-on-disabled.svgx \
-   ios/tick-off.svgx \
-   ios/tick-off-disabled.svgx \
-   ios/tick-off-pressed.svgx \
-   ios/tick-on.svgx \
-   ios/tick-on-pressed.svgx \
-   ios/tick-on-disabled.svgx \
-   ios/spinbox-left.svgx \
-   ios/spinbox-left-pressed.svgx \
-   ios/spinbox-left-rollover.svgx \
-   ios/spinbox-left-disabled.svgx \
-   ios/spinbox-right.svgx \
-   ios/spinbox-right-pressed.svgx \
-   ios/spinbox-right-rollover.svgx \
-   ios/spinbox-right-disabled.svgx \
-   ios/common-rect.svgx \
-   ios/common-rect-disabled.svgx \
-   ios/common-rect-focus.svgx \
-   ios/common-rect-focus-slim.svgx \
-   ios/pushbutton-default.svgx \
-   ios/pushbutton-rollover.svgx \
-   ios/pushbutton-disabled.svgx \
-   ios/tabitem-first.svgx \
-   ios/tabitem-middle.svgx \
-   ios/tabitem-last.svgx \
-   ios/tabitem-first-selected.svgx \
-   ios/tabitem-middle-selected.svgx \
-   ios/tabitem-last-selected.svgx \
-   ios/scrollbar-horizontal.svgx \
-   ios/scrollbar-vertical.svgx \
-   ios/combobox.svgx \
-   ios/combobox-disabled.svgx \
-   ios/combobox-button.svgx \
-   ios/combobox-button-disabled.svgx \
-   ios/arrow-up.svgx \
-   ios/arrow-down.svgx \
-   ios/slider-button.svgx \
+   ios/switch-off.svg \
+   ios/switch-off-disabled.svg \
+   ios/switch-off-pressed.svg \
+   ios/switch-on.svg \
+   ios/switch-on-pressed.svg \
+   ios/switch-on-disabled.svg \
+   ios/tick-off.svg \
+   ios/tick-off-disabled.svg \
+   ios/tick-off-pressed.svg \
+   ios/tick-on.svg \
+   ios/tick-on-pressed.svg \
+   ios/tick-on-disabled.svg \
+   ios/spinbox-left.svg \
+   ios/spinbox-left-pressed.svg \
+   ios/spinbox-left-rollover.svg \
+   ios/spinbox-left-disabled.svg \
+   ios/spinbox-right.svg \
+   ios/spinbox-right-pressed.svg \
+   ios/spinbox-right-rollover.svg \
+   ios/spinbox-right-disabled.svg \
+   ios/common-rect.svg \
+   ios/common-rect-disabled.svg \
+   ios/common-rect-focus.svg \
+   ios/common-rect-focus-slim.svg \
+   ios/pushbutton-default.svg \
+   ios/pushbutton-rollover.svg \
+   ios/pushbutton-disabled.svg \
+   ios/tabitem-first.svg \
+   ios/tabitem-middle.svg \
+   ios/tabitem-last.svg \
+   ios/tabitem-first-selected.svg \
+   ios/tabitem-middle-selected.svg \
+   ios/tabitem-last-selected.svg \
+   ios/scrollbar-horizontal.svg \
+   ios/scrollbar-vertical.svg \
+   ios/combobox.svg \
+   ios/combobox-disabled.svg \
+   ios/combobox-button.svg \
+   ios/combobox-button-disabled.svg \
+   ios/arrow-up.svg \
+   ios/arrow-down.svg \
+   ios/slider-button.svg \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/vcl/uiconfig/theme_definitions/ios/arrow-down.svgx 
b/vcl/uiconfig/theme_definitions/ios/arrow-down.svg
similarity index 100%
rename from vcl/uiconfig/theme_definitions/ios/arrow-down.svgx
rename to vcl/uiconfig/theme_definitions/ios/arrow-down.svg
diff --git a/vcl/uiconfig/theme_definitions/ios/arrow-up.svgx 
b/vcl/uiconfig/theme_definitions/ios/arrow-up.svg
similarity index 100%
rename from vcl/uiconfig/theme_definitions/ios/arrow-up.svgx
rename to vcl/uiconfig/theme_definitions/ios/arrow-up.svg
diff --git a/vcl/uiconfig/theme_definitions/ios/combobox-button-disabled.svgx 
b/vcl/uiconfig/theme_definitions/ios/combobox-button-disabled.svg
similarity index 100%
rename from vcl/uiconfig/theme_definitions/ios/combobox-button-disabled.svgx
rename to vcl/uiconfig/theme_definitions/ios/combobox-button-disabled.svg
diff --git 

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - vcl/CppunitTest_vcl_gen.mk vcl/opengl vcl/qa

2019-03-29 Thread Miklos Vajna (via logerrit)
 vcl/CppunitTest_vcl_gen.mk |1 +
 vcl/opengl/gdiimpl.cxx |5 +
 vcl/qa/cppunit/gen/gen.cxx |   36 +++-
 3 files changed, 41 insertions(+), 1 deletion(-)

New commits:
commit 777a26b1802f92e26afdd147f76022ef345a393e
Author: Miklos Vajna 
AuthorDate: Fri Mar 29 13:40:21 2019 +0100
Commit: Tomaž Vajngerl 
CommitDate: Sat Mar 30 04:06:58 2019 +0100

tdf#107966 vcl opengl: fix not drawn 1px wide polypolygons

Visible at e.g. in Calc: Format Cells/Borders/Line Styles.

The problem was that first commit
2e99e4e11d33679aed674eea0d6054d16d39d6df (opengl: use MVP matrix in
vertex shaders, pixel offsets, 2015-07-08) introduced the concept of
pixel offsets, setting the value (implicitly) to 0 in
OpenGLSalGraphicsImpl::DrawTrapezoid(), but using 0.5 in
OpenGLSalGraphicsImpl::FlushLinesOrTriangles().

This is fine, but then later commit
2003076c4318511a3d621558d3b44b4e8e6c6529 (opengl: batch draw
polypolygons, 2016-05-29) changed
OpenGLSalGraphicsImpl::drawPolyPolygon() to use deferred drawing instead
of DrawTrapezoid(), without doing any translation of the input
polypolygon. This resulted in loss of those polygons when used in the
above mentioned dialog, which has a listbox of bitmaps, where each line
style preview is drawn on a virtual device with a height of 1px. So at
the end the 1px offset meant the previews were simply missing.

('make CppunitTest_vcl_gen SAL_USE_VCLPLUGIN=gen SAL_FORCEGL=1' is
needed on Linux to see the test failing without the fix.)

(cherry picked from commit 75e152a7e8f384921d4417d0fb5d2db6a6f357cb)

Change-Id: Ia9f3d6e7cb38a43fe2f8a41746b538af68add43c
Reviewed-on: https://gerrit.libreoffice.org/69931
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/vcl/CppunitTest_vcl_gen.mk b/vcl/CppunitTest_vcl_gen.mk
index 84dd0ca25bb0..d4f701782ee8 100644
--- a/vcl/CppunitTest_vcl_gen.mk
+++ b/vcl/CppunitTest_vcl_gen.mk
@@ -16,6 +16,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,vcl_gen, \
 ))
 
 $(eval $(call gb_CppunitTest_use_libraries,vcl_gen, \
+   basegfx \
comphelper \
cppu \
cppuhelper \
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 938e57e041ff..dfd916f9e4c7 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -1609,6 +1609,11 @@ bool OpenGLSalGraphicsImpl::drawPolyPolygon(
 basegfx::B2DPolyPolygon aPolyPolygon(rPolyPolygon);
 aPolyPolygon.transform(rObjectToDevice);
 
+// FlushLinesOrTriangles() works with a 0.5 pixel offset, compensate for 
that here.
+basegfx::B2DHomMatrix aMatrix;
+aMatrix.translate(-0.5f, -0.5f);
+aPolyPolygon.transform(aMatrix);
+
 mpRenderList->addDrawPolyPolygon(
 aPolyPolygon,
 fTransparency,
diff --git a/vcl/qa/cppunit/gen/gen.cxx b/vcl/qa/cppunit/gen/gen.cxx
index f5d1c1c6769c..37692a65d5a9 100644
--- a/vcl/qa/cppunit/gen/gen.cxx
+++ b/vcl/qa/cppunit/gen/gen.cxx
@@ -17,6 +17,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 using namespace com::sun::star;
@@ -72,13 +73,46 @@ CPPUNIT_TEST_FIXTURE(GenTest, testTdf121120)
 const Size& rSize = aBitmap.GetPrefSize();
 Color aColor(pAccess->GetPixel(rSize.getWidth() / 2, rSize.getHeight() / 
2).GetColor());
 // Without the accompanying fix in place, this test would have failed with 
'Expected: 255;
-// Actual  : 1'. I.e. center if the preview (which has the background 
color) was ~black, not
+// Actual  : 1'. I.e. center of the preview (which has the background 
color) was ~black, not
 // white.
 CPPUNIT_ASSERT_EQUAL(0xff, int(aColor.GetRed()));
 CPPUNIT_ASSERT_EQUAL(0xff, int(aColor.GetBlue()));
 CPPUNIT_ASSERT_EQUAL(0xff, int(aColor.GetGreen()));
 }
 
+/// Test that drawing a line preview to a bitmap is not lost.
+CPPUNIT_TEST_FIXTURE(GenTest, testTdf107966)
+{
+// Set up the virtual device: white background.
+ScopedVclPtr 
pVirtualDevice(VclPtr::Create());
+pVirtualDevice->SetLineColor();
+MapMode aMapMode;
+aMapMode.SetMapUnit(MapUnit::MapTwip);
+pVirtualDevice->SetMapMode(aMapMode);
+pVirtualDevice->SetOutputSizePixel(Size(90, 15));
+pVirtualDevice->SetFillColor(Color(255, 255, 255));
+pVirtualDevice->DrawRect(tools::Rectangle(Point(), Size(1350, 225)));
+pVirtualDevice->SetFillColor(Color(0, 0, 0));
+AntialiasingFlags nOldAA = pVirtualDevice->GetAntialiasing();
+pVirtualDevice->SetAntialiasing(nOldAA & 
~AntialiasingFlags::EnableB2dDraw);
+
+// Paint a black polygon on it.
+basegfx::B2DPolygon aPolygon;
+aPolygon.append(basegfx::B2DPoint(0, 15));
+aPolygon.append(basegfx::B2DPoint(1350, 15));
+aPolygon.append(basegfx::B2DPoint(1350, 0));
+aPolygon.append(basegfx::B2DPoint(0, 0));
+pVirtualDevice->DrawPolygon(aPolygon);
+
+// Make sure that the polygon is visible.
+Bitmap aBitmap = 

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

2019-03-29 Thread Tomaž Vajngerl (via logerrit)
 configure.ac |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0f64f70501ac633356f3db380e9a65d146eabe1d
Author: Tomaž Vajngerl 
AuthorDate: Fri Mar 29 21:54:34 2019 +0900
Commit: Tomaž Vajngerl 
CommitDate: Sat Mar 30 04:05:14 2019 +0100

add sifr_svg icon theme to build

Change-Id: Ia20647012cee1d25823779b7384c5fd43b4e1712
Reviewed-on: https://gerrit.libreoffice.org/69923
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/configure.ac b/configure.ac
index f608a6a7ccf5..49330125ef24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1582,7 +1582,7 @@ AC_ARG_WITH(theme,
 AS_HELP_STRING([--with-theme="theme1 theme2..."],
 [Choose which themes to include. By default those themes with an '*' 
are included.
  Possible choices: *breeze, *breeze_dark, *breeze_svg, *colibre, 
*colibre_svg, *elementary,
- *elementary_svg, *karasa_jaga, *sifr, *sifr_dark, *tango.]),
+ *elementary_svg, *karasa_jaga, *sifr, *sif_svg, *sifr_dark, *tango.]),
 ,)
 
 libo_FUZZ_ARG_WITH(helppack-integration,
@@ -11339,14 +11339,14 @@ dnl 
===
 AC_MSG_CHECKING([which themes to include])
 # if none given use default subset of available themes
 if test "x$with_theme" = "x" -o "x$with_theme" = "xyes"; then
-with_theme="breeze breeze_dark breeze_svg colibre colibre_svg elementary 
elementary_svg karasa_jaga sifr sifr_dark tango"
+with_theme="breeze breeze_dark breeze_svg colibre colibre_svg elementary 
elementary_svg karasa_jaga sifr sifr_svg sifr_dark tango"
 fi
 
 WITH_THEMES=""
 if test "x$with_theme" != "xno"; then
 for theme in $with_theme; do
 case $theme in
-
breeze|breeze_dark|breeze_svg|colibre|colibre_svg|elementary|elementary_svg|karasa_jaga|sifr|sifr_dark|tango)
 real_theme="$theme" ;;
+
breeze|breeze_dark|breeze_svg|colibre|colibre_svg|elementary|elementary_svg|karasa_jaga|sifr|sifr_svg|sifr_dark|tango)
 real_theme="$theme" ;;
 default) real_theme=colibre ;;
 *) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
 esac
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 118375] FILEOPEN: wrong position of rotated shapes in DOC

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118375

--- Comment #5 from Regina Henschel  ---
Created attachment 150408
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150408=edit
patch for import of rotated shapes

The attached patch fixes the shape import for me. But it is useless without
having a shape export fix. And I have no idea about export yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

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

2019-03-29 Thread Jan-Marek Glogowski (via logerrit)
 vcl/qt5/Qt5Graphics_GDI.cxx  |4 ++--
 vcl/qt5/Qt5Instance.cxx  |2 ++
 vcl/unx/kde5/KDE5SalGraphics.cxx |4 ++--
 vcl/unx/kde5/KDE5SalInstance.cxx |2 ++
 4 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit b4698a2241ec26d796c66da3a814f7cc693785b6
Author: Jan-Marek Glogowski 
AuthorDate: Fri Mar 29 02:58:59 2019 +0100
Commit: Jan-Marek Glogowski 
CommitDate: Sat Mar 30 00:51:02 2019 +0100

tdf#124292 Qt5 / KDE5 disable Qt's HiDPI scaling

LO does its own layouting and also all the scaling, so disable
the automatic HiDPI scaling explicitly. Otherwise fonts will be
rendered in LoDPI and just scaled as an image, if UI scaling is
enabled in KDE, resulting in really blocky / ugly fonts.

Change-Id: I38503ce27c1671e80d0749d21c6c6dcff1a808a6
Reviewed-on: https://gerrit.libreoffice.org/69941
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/vcl/qt5/Qt5Graphics_GDI.cxx b/vcl/qt5/Qt5Graphics_GDI.cxx
index e38a10d4fb90..d5186f0d583b 100644
--- a/vcl/qt5/Qt5Graphics_GDI.cxx
+++ b/vcl/qt5/Qt5Graphics_GDI.cxx
@@ -643,8 +643,8 @@ void Qt5Graphics::GetResolution(sal_Int32& rDPIX, 
sal_Int32& rDPIY)
 return;
 
 QScreen* pScreen = 
m_pFrame->GetQWidget()->window()->windowHandle()->screen();
-rDPIX = pScreen->logicalDotsPerInchX();
-rDPIY = pScreen->logicalDotsPerInchY();
+rDPIX = pScreen->logicalDotsPerInchX() * pScreen->devicePixelRatio() + 0.5;
+rDPIY = pScreen->logicalDotsPerInchY() * pScreen->devicePixelRatio() + 0.5;
 }
 
 sal_uInt16 Qt5Graphics::GetBitCount() const { return 
getFormatBits(m_pQImage->format()); }
diff --git a/vcl/qt5/Qt5Instance.cxx b/vcl/qt5/Qt5Instance.cxx
index 429b69f90b79..f0d42666e3ce 100644
--- a/vcl/qt5/Qt5Instance.cxx
+++ b/vcl/qt5/Qt5Instance.cxx
@@ -495,6 +495,8 @@ VCLPLUG_QT5_PUBLIC SalInstance* create_SalInstance()
 unsetenv("SESSION_MANAGER");
 }
 
+QApplication::setAttribute(Qt::AA_DisableHighDpiScaling);
+
 int* pFakeArgc = new int;
 *pFakeArgc = nFakeArgc;
 pQApplication = new QApplication(*pFakeArgc, pFakeArgv);
diff --git a/vcl/unx/kde5/KDE5SalGraphics.cxx b/vcl/unx/kde5/KDE5SalGraphics.cxx
index 290127d0526e..0b4b4283f0da 100644
--- a/vcl/unx/kde5/KDE5SalGraphics.cxx
+++ b/vcl/unx/kde5/KDE5SalGraphics.cxx
@@ -78,8 +78,8 @@ void KDE5SalGraphics::GetResolution(sal_Int32& rDPIX, 
sal_Int32& rDPIY)
 return;
 
 QScreen* pScreen = 
m_pFrame->GetQWidget()->window()->windowHandle()->screen();
-rDPIX = pScreen->logicalDotsPerInchX();
-rDPIY = pScreen->logicalDotsPerInchY();
+rDPIX = pScreen->logicalDotsPerInchX() * pScreen->devicePixelRatio() + 0.5;
+rDPIY = pScreen->logicalDotsPerInchY() * pScreen->devicePixelRatio() + 0.5;
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/unx/kde5/KDE5SalInstance.cxx b/vcl/unx/kde5/KDE5SalInstance.cxx
index 6bca4d88a90c..d746d53beace 100644
--- a/vcl/unx/kde5/KDE5SalInstance.cxx
+++ b/vcl/unx/kde5/KDE5SalInstance.cxx
@@ -140,6 +140,8 @@ VCLPLUG_KDE5_PUBLIC SalInstance* create_SalInstance()
 unsetenv("SESSION_MANAGER");
 }
 
+QApplication::setAttribute(Qt::AA_DisableHighDpiScaling);
+
 int* pFakeArgc = new int;
 *pFakeArgc = nFakeArgc;
 pQApplication = new QApplication(*pFakeArgc, pFakeArgv);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 115627] Checkboxes and radio buttons are cropped in the menu (with KDE and Oxygen widgets)

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115627

--- Comment #16 from hamelg  ---
I confirm what Buovjaga said.
The new kde5 VCL plugin has fixed this issue whatever the widget theme in use.
Thanks.

Version: 6.1.5.2
Build ID: 6.1.5-3
CPU threads: 2; OS: Linux 5.0; UI render: default; VCL: gtk3_kde5; 
Locale: fr-FR (en_US.UTF-8); Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124431] Using ctrl-C in the formula bar causes crash

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124431

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
I can't find now, but I think it is an already solved issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124428] You can't delete a table with the Supr (delete) key.

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124428

mulla.tasa...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from mulla.tasa...@gmail.com ---


*** This bug has been marked as a duplicate of bug 123929 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123929] Cannot delete a table in Impress

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123929

mulla.tasa...@gmail.com changed:

   What|Removed |Added

 CC||diazbast...@protonmail.com

--- Comment #6 from mulla.tasa...@gmail.com ---
*** Bug 124428 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124420] FIREBIRD: Query multiplication function returns invalid data when used with fixed point data types (numeric and decimal)

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124420

Drew Jensen  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from Drew Jensen  ---
(In reply to Robert Großkopf from comment #5)
> Isn't this a duplicate of bug 121528?

yes, I suppose checking with the SQL window shows that it is. 

@robert I'm curious when you run the query in the SQL window are the results
using number formatting for de or en?

*** This bug has been marked as a duplicate of bug 121528 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 121528] FIREBIRD: Multiplication in a query with decimal or numeric values gives result without decimal separator

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121528

Drew Jensen  changed:

   What|Removed |Added

 CC||zieritz.andr...@gmail.com

--- Comment #4 from Drew Jensen  ---
*** Bug 124420 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124416] Image not in insert Dialog

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124416

mulla.tasa...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #2 from mulla.tasa...@gmail.com ---
Thank you for reporting the bug.
Please attach a sample image, as this makes it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Note that the attachment will be public, remove any sensitive information
before attaching it.
See the QA FAQ Wiki for further detail.)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Re: [GSoC] Subpixel glyph positioning - Looking for a mentor

2019-03-29 Thread Jan-Marek Glogowski
Hi Alexander,

Am 29.03.19 um 17:06 schrieb Alexander Farrow:
> For GSoC 2019 I would love to work on the "Sub-pixel and stable glyph 
> positioning" project from the
> list of ideas without a mentor:
> https://bugs.documentfoundation.org/show_bug.cgi?id=103322
> 
> I'm particularly interested in this project as I experience poor glyph 
> positioning quite often as a
> LibreOffice user.
> 
> To achieve the required skills for this project I read the "State of text 
> rendering" paper  by Behdad
> Esfahbod to further my understanding of text rendering. I've also followed 
> the HarfBuzz tutorial to
> develop a primitive text rendering program.

This is more then 10 years old. I have no idea how much it represents the
current state.

> I've been familiarising myself with the LibreOffice text rendering code 
> particularly CommonSalLayout.
> I've written a very small patch for this file, changing a variable from 
> tools::Point to basegfx::B2DPoint
> to add support for floating point values.
> 
> I've followed the Bugzilla comments and I'm now looking into what changes 
> will need to be made
> throughout the code-base to store the glyph positions in a floating point 
> variable. Specifically, I'm
> currently looking into how to make the following code changes:
> 
> 1. DeviceCoordinate -  Change from a long to a double.
> 2. GlyphItem - Change m_aLinearPos from tools::Point to basegfx::B2DPoint. 
> Change m_nOrigWidth
> from an int to a double. Change m_nXOffset from an int to a double.

There is also https://gerrit.libreoffice.org/#/c/62219/

Interesting post for a different problem with the same solution: Getting real
linearly-scalable text
(https://lists.cairographics.org/archives/cairo/2008-May/014149.html)
But it's also 10 years old...

The image link still works and show the (potentially long fixed?) problem
https://www.flickr.com/photos/behdad/2493693932/sizes/o/

Then there is
https://www.unicodeconference.org/presentations/S5T2-R%c3%b6ttsches-Esfahbod.pdf
- that's from 2016.
It's not about positioning, but a nice overview of Chromes text rendering
evolution, as Behdad Esfahbod is working for Google for quite some time.

> I am hoping that somebody would like to be my mentor for this project.

I have added some potential mentors, which are normally also interested in font
rendering. As much as I could potentially do some mentoring, as I know a share
of SalLayout and VCL, I have just minimal idea about text rendering, mainly from
the time writing the Qt5 VCL backend. I'm willing to do some larger share of it.
Someone of you want to share?

ATB

Jan-Marek

P.S. this is potentially cross-platform and I just have Linux.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

CppUnit updates

2019-03-29 Thread Andrés Maldonado
Hello,

I was working on EasyHack 122169
 and
submitted a patch  to Gerrit,
but the Jenkins build failed because the commit

that adds the CPPUNIT_TEST_FIXTURE macro is not yet on a released
version of CppUnit. Would it be possible to make a cppunit-1.14.1
release ? :)

I would also like to suggest to create a page with the latest
documentation ;) (the most recent doc that i found online
 is from the
original project, for version 1.10.2)

Cheers,
Andrés Maldonado

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Python in LibreOffice don't support https?

2019-03-29 Thread Aleks_SH
Hi.
I try this python code in LibreOffice 6.2.2 under Win 10:

from urllib.request import urlopen
url = 'https://google.com'
file = urlopen(url)
html = file.read()

And get error: : 

Python in LibreOffice don't support https? 

HTTPS support is only available if the socket module was compiled with SSL
support.

What can I do to enable https?

Thanks.



--
Sent from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-bugs] [Bug 124430] Child Textbox separates from shape when align action is used

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124430

mulla.tasa...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #2 from mulla.tasa...@gmail.com ---
Thank you for reporting the bug.

I can confirm that the bug is present in

Version: 6.2.1.2 (x64)
Build ID: 7bcb35dc3024a62dea0caee87020152d1ee96e71
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL


Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124432] Impress SlideShow fails on dual screen use

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124432

--- Comment #6 from AtesComp  ---
FYI TESTING
---
Tested using Libreoffice 6.1.5:

Version: 6.1.5.2
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 8; OS: Linux 4.15; UI render: default; VCL: kde4; 
Locale: en-US (en_US.UTF-8); Calc: group threaded

Works as expected...mostly.  The "Presenter" view is always set to Display 1
(or first enabled display).  Generally not a problem, but would be nice to be
able to set for Multiple Displays which display is "Presentation" and which is
"Presenter".  I would expect the "Presenter" to default to the display with the
active application window unless set in the options, but that's me.

Tested the following with same results:
opt/libreoffice6.1/program/soffice
SAL_USE_VCLPLUGIN=gen opt/libreoffice6.1/program/soffice
SAL_USE_VCLPLUGIN=gtk opt/libreoffice6.1/program/soffice
SAL_USE_VCLPLUGIN=kde4 opt/libreoffice6.1/program/soffice

The "gen" and "kde4" differed from "gtk" for deciding which "Presentation"
display was 2 and 3.
For all, the "Presenter" display was always 1 unless the "Presentation" was set
to 1.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-commits] core.git: include/test test/inc test/Library_subsequenttest.mk test/Library_test.mk test/source

2019-03-29 Thread Jens Carl (via logerrit)
 include/test/helper/form.hxx|6 +++---
 test/Library_subsequenttest.mk  |1 -
 test/Library_test.mk|1 -
 test/source/helper/form.cxx |2 +-
 test/source/view/xcontrolaccess.cxx |2 +-
 5 files changed, 5 insertions(+), 7 deletions(-)

New commits:
commit 413bfc34423b950fa5a9f9a6edc2f3d36b1e638b
Author: Jens Carl 
AuthorDate: Fri Mar 29 18:54:53 2019 +
Commit: Jens Carl 
CommitDate: Fri Mar 29 23:04:32 2019 +0100

Move UNO Api helper form to include/

Move UNO Api helper form to include/, so it can be used outside of
directory test/.

Change-Id: I9392f44df8a93d2b5ee092b0458aeef12f99fc7a
Reviewed-on: https://gerrit.libreoffice.org/69936
Tested-by: Jenkins
Reviewed-by: Jens Carl 

diff --git a/test/inc/helper/form.hxx b/include/test/helper/form.hxx
similarity index 91%
rename from test/inc/helper/form.hxx
rename to include/test/helper/form.hxx
index 271f06be0b7e..f6e035d64fec 100644
--- a/test/inc/helper/form.hxx
+++ b/include/test/helper/form.hxx
@@ -7,8 +7,8 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#ifndef INCLUDED_TEST_INC_HELPER_FORM_HXX
-#define INCLUDED_TEST_INC_HELPER_FORM_HXX
+#ifndef INCLUDED_TEST_HELPER_FORM_HXX
+#define INCLUDED_TEST_HELPER_FORM_HXX
 
 #include 
 #include 
@@ -44,6 +44,6 @@ css::uno::Reference 
OOO_DLLPUBLIC_TEST createContro
 } // namespace helper
 } // namespace apitest
 
-#endif // INCLUDED_TEST_INC_HELPER_FORM_HXX
+#endif // INCLUDED_TEST_HELPER_FORM_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/test/Library_subsequenttest.mk b/test/Library_subsequenttest.mk
index 65d9d1f7efd8..42cec9343c75 100644
--- a/test/Library_subsequenttest.mk
+++ b/test/Library_subsequenttest.mk
@@ -10,7 +10,6 @@
 $(eval $(call gb_Library_Library,subsequenttest))
 
 $(eval $(call gb_Library_set_include,subsequenttest,\
-   -I$(SRCDIR)/test/inc \
 $$(INCLUDE) \
 ))
 
diff --git a/test/Library_test.mk b/test/Library_test.mk
index f80cacf6ed9a..ce318d95471c 100644
--- a/test/Library_test.mk
+++ b/test/Library_test.mk
@@ -10,7 +10,6 @@
 $(eval $(call gb_Library_Library,test))
 
 $(eval $(call gb_Library_set_include,test,\
-   -I$(SRCDIR)/test/inc \
 $$(INCLUDE) \
 ))
 
diff --git a/test/source/helper/form.cxx b/test/source/helper/form.cxx
index 610bd43f1a51..3dbf079af59d 100644
--- a/test/source/helper/form.cxx
+++ b/test/source/helper/form.cxx
@@ -7,7 +7,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#include 
+#include 
 #include 
 #include 
 
diff --git a/test/source/view/xcontrolaccess.cxx 
b/test/source/view/xcontrolaccess.cxx
index 5f00e88a5f63..2c24d85328c8 100644
--- a/test/source/view/xcontrolaccess.cxx
+++ b/test/source/view/xcontrolaccess.cxx
@@ -8,7 +8,7 @@
  */
 
 #include 
-#include 
+#include 
 
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 101630] Google Drive two-factor authentication (2FA) not working again

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101630

Oliver Brinzing  changed:

   What|Removed |Added

 CC||abhisek...@gmail.com

--- Comment #52 from Oliver Brinzing  ---
*** Bug 124439 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124439] I have been encountering issues while saving in Google Drive.

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124439

Oliver Brinzing  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||oliver.brinz...@gmx.de

--- Comment #1 from Oliver Brinzing  ---
i think this issue is a duplicate of 
Bug 101630 - Google Drive two-factor authentication (2FA) not working again

if you disagree, please have a look at the referenced issues 
-> Bug 101630 -> See Also

*** This bug has been marked as a duplicate of bug 101630 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124431] Using ctrl-C in the formula bar causes crash

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124431

--- Comment #1 from mulla.tasa...@gmail.com ---
Thank you for reporting the bug.

I can not reproduce the bug in

Version: 6.2.1.2 (x64)
Build ID: 7bcb35dc3024a62dea0caee87020152d1ee96e71
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL


Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-commits] online.git: 4 commits - loleaflet/Makefile.am loleaflet/po loleaflet/src scripts/plist2pot.sh

2019-03-29 Thread Libreoffice Gerrit user
 loleaflet/Makefile.am|2 
 loleaflet/po/templates/ios.pot   |   39 ++
 loleaflet/po/templates/loleaflet-help.pot|2 
 loleaflet/po/templates/loleaflet-ui.pot  |  414 ++-
 loleaflet/src/control/Control.AlertDialog.js |   47 +++
 loleaflet/src/control/toolbar.js |2 
 loleaflet/src/errormessages.js   |2 
 scripts/plist2pot.sh |   35 ++
 8 files changed, 345 insertions(+), 198 deletions(-)

New commits:
commit f7903922cbfd0d9886fb6127cdfb94e4c02c0c8c
Author: Andras Timar 
AuthorDate: Fri Mar 29 22:37:16 2019 +0100
Commit: Andras Timar 
CommitDate: Fri Mar 29 22:45:02 2019 +0100

Updated pot files

Change-Id: Iab873d7605f63f8c1db4c1c6fe1daf3a4e4c64f3

diff --git a/loleaflet/po/templates/ios.pot b/loleaflet/po/templates/ios.pot
new file mode 100644
index 0..09b045ed7
--- /dev/null
+++ b/loleaflet/po/templates/ios.pot
@@ -0,0 +1,39 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-03-29 22:35+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: Root.plist
+msgid "App info"
+msgstr ""
+
+#: Root.plist
+msgid "Version"
+msgstr ""
+
+#: Root.plist
+msgid "Settings"
+msgstr ""
+
+#: Root.plist
+msgid "Empty tile cache each time"
+msgstr ""
+
+#: Root.plist
+msgid "Template list URL"
+msgstr ""
+
diff --git a/loleaflet/po/templates/loleaflet-help.pot 
b/loleaflet/po/templates/loleaflet-help.pot
index a33583b13..7576e3b18 100644
--- a/loleaflet/po/templates/loleaflet-help.pot
+++ b/loleaflet/po/templates/loleaflet-help.pot
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-01-02 11:34+0200\n"
+"POT-Creation-Date: 2019-03-29 22:35+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: LANGUAGE \n"
diff --git a/loleaflet/po/templates/loleaflet-ui.pot 
b/loleaflet/po/templates/loleaflet-ui.pot
index 4bf2e71a8..0c8e86667 100644
--- a/loleaflet/po/templates/loleaflet-ui.pot
+++ b/loleaflet/po/templates/loleaflet-ui.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-01-04 13:19+0100\n"
+"POT-Creation-Date: 2019-03-29 22:35+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: LANGUAGE \n"
@@ -117,7 +117,7 @@ msgstr ""
 msgid "Network Graph"
 msgstr ""
 
-#: admin/admin.strings.js:31 src/layer/marker/Annotation.js:242
+#: admin/admin.strings.js:31 src/layer/marker/Annotation.js:241
 msgid "Save"
 msgstr ""
 
@@ -161,6 +161,10 @@ msgstr ""
 msgid "Refresh"
 msgstr ""
 
+#: admin/admin.strings.js:42
+msgid "Shutdown Server"
+msgstr ""
+
 #: admin/src/AdminSocketAnalytics.js:219
 msgid "Received"
 msgstr ""
@@ -213,245 +217,218 @@ msgstr ""
 msgid " s"
 msgstr ""
 
-#: js/toolbar.js:198
+#: src/control/toolbar.js:198
 msgid "Are you sure you want to delete this page?"
 msgstr ""
 
-#: js/toolbar.js:745
+#: src/control/toolbar.js:755
 msgid "Borders"
 msgstr ""
 
-#: js/toolbar.js:753
+#: src/control/toolbar.js:763
 msgid "More..."
 msgstr ""
 
-#: js/toolbar.js:797
+#: src/control/toolbar.js:810
 msgid "Insert table"
 msgstr ""
 
-#: js/toolbar.js:802
+#: src/control/toolbar.js:815
 msgid "Insert Local Image"
 msgstr ""
 
-#: js/toolbar.js:806
+#: src/control/toolbar.js:819
 msgid "Insert shapes"
 msgstr ""
 
-#: js/toolbar.js:843 js/toolbar.js:1192
-msgid "Always follow the editor"
-msgstr ""
-
-#: js/toolbar.js:846 js/toolbar.js:1195
-msgid "Current"
-msgstr ""
-
-#: js/toolbar.js:892 js/toolbar.js:1065 js/toolbar.js:1627
+#: src/control/toolbar.js:892 src/control/toolbar.js:1443
 msgid "Sum"
 msgstr ""
 
-#: js/toolbar.js:893 js/toolbar.js:1066
+#: src/control/toolbar.js:893
 msgid "Function"
 msgstr ""
 
-#: js/toolbar.js:894 js/toolbar.js:1067 src/layer/marker/Annotation.js:181
+#: src/control/toolbar.js:894 src/layer/marker/Annotation.js:181
 msgid "Cancel"
 msgstr ""
 
-#: js/toolbar.js:895 js/toolbar.js:1068
+#: src/control/toolbar.js:895
 msgid "Accept"
 msgstr ""
 
-#: js/toolbar.js:928 js/toolbar.js:1130
+#: src/control/toolbar.js:942
 msgid "First sheet"
 msgstr ""
 
-#: js/toolbar.js:929 js/toolbar.js:1131
+#: src/control/toolbar.js:943
 msgid "Previous sheet"
 msgstr ""
 
-#: js/toolbar.js:930 js/toolbar.js:1132
+#: src/control/toolbar.js:944
 msgid "Next sheet"
 msgstr ""
 
-#: js/toolbar.js:931 js/toolbar.js:1133
+#: src/control/toolbar.js:945
 msgid "Last 

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

2019-03-29 Thread Serge Krot (via logerrit)
 sw/qa/extras/ooxmlexport/data/tdf124384.docx  |binary
 sw/qa/extras/ooxmlexport/ooxmlexport11.cxx|7 +++
 writerfilter/source/dmapper/DomainMapper_Impl.cxx |2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit ad6f0e2dc8bc9ed9f12e57c4dd94e11f439e9c5f
Author: Serge Krot 
AuthorDate: Thu Mar 28 14:10:12 2019 +0100
Commit: Caolán McNamara 
CommitDate: Fri Mar 29 22:25:34 2019 +0100

tdf#124384 sw DOCX: fix crash during bibliography loading

Change-Id: Ic0c4b6f7480a4c6c3f53bd04e285cb0cab172531
Reviewed-on: https://gerrit.libreoffice.org/69888
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 
(cherry picked from commit 8a76b845e0376fd39014d6180c78b863f373633f)
Reviewed-on: https://gerrit.libreoffice.org/69933
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/qa/extras/ooxmlexport/data/tdf124384.docx 
b/sw/qa/extras/ooxmlexport/data/tdf124384.docx
new file mode 100644
index ..a41be4b11574
Binary files /dev/null and b/sw/qa/extras/ooxmlexport/data/tdf124384.docx differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
index f4a300bc50b3..906634c4da99 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
@@ -128,6 +128,13 @@ DECLARE_OOXMLEXPORT_TEST(testTdf63561_clearTabs2, 
"tdf63561_clearTabs2.docx")
 CPPUNIT_ASSERT_EQUAL(sal_Int32(4), getProperty< 
uno::Sequence >(getParagraph(4), "ParaTabStops").getLength());
 }
 
+DECLARE_OOXMLEXPORT_TEST(testTdf124384, "tdf124384.docx")
+{
+// There should be no crash during loading of the document
+// so, let's check just how much pages we have
+CPPUNIT_ASSERT_EQUAL(1, getPages());
+}
+
 DECLARE_OOXMLEXPORT_TEST(testTdf121456_tabsOffset, "tdf121456_tabsOffset.odt")
 {
 for (int i=2; i<8; i++)
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx 
b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index 59f23b01faf1..dcacd18b55f7 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -515,7 +515,7 @@ void DomainMapper_Impl::SetSdt(bool bSdt)
 {
 m_bSdt = bSdt;
 
-if (m_bSdt)
+if (m_bSdt && !m_aTextAppendStack.empty())
 {
 m_xStdEntryStart = GetTopTextAppend()->getEnd();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - cui/uiconfig include/svx svx/source vcl/source

2019-03-29 Thread Caolán McNamara (via logerrit)
 cui/uiconfig/ui/colorpage.ui  |1 +
 include/svx/hexcolorcontrol.hxx   |7 ++-
 svx/source/dialog/hexcolorcontrol.cxx |   29 -
 vcl/source/control/edit.cxx   |   14 --
 4 files changed, 47 insertions(+), 4 deletions(-)

New commits:
commit 0198259e4301a45c339fcdda688892e1e6a3ad9f
Author: Caolán McNamara 
AuthorDate: Tue Mar 26 15:39:32 2019 +
Commit: Caolán McNamara 
CommitDate: Fri Mar 29 22:24:18 2019 +0100

Resolves: tdf#123291 set hex input to overwrite by default

and ensure the modify arrives after the input text has been
filtered

Change-Id: I16c0bd095700e7d9858e3e74884b5a1ad3eb7e4c
Reviewed-on: https://gerrit.libreoffice.org/69764
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked from commit f1e52cbdd4a9753a9b9d562ef280a00e52db1dae)

support overwrite-mode

Change-Id: I6133aedbebd3ca358e2b916469873c38fc7453cb
Reviewed-on: https://gerrit.libreoffice.org/69761
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked from commit 2f70e6111b61d52bbdfa753257370cb82bfd30eb)

Related: tdf#123291 treat overwrite like a selection of 1

for input into ImplTruncateToMaxLen like we do for the
following erase

Change-Id: I8cd02ff1ba76f61ddc614922068cbe2bc9bc4cb8
Reviewed-on: https://gerrit.libreoffice.org/69763
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked from commit 8622dc09954a1a26661e3524c99e7ed0f456cf6e)
Reviewed-on: https://gerrit.libreoffice.org/69800
Tested-by: Xisco Faulí 

diff --git a/cui/uiconfig/ui/colorpage.ui b/cui/uiconfig/ui/colorpage.ui
index b801bc787b66..c35cfd4babef 100644
--- a/cui/uiconfig/ui/colorpage.ui
+++ b/cui/uiconfig/ui/colorpage.ui
@@ -788,6 +788,7 @@
 True
 True
 True
+True
   
   
 1
diff --git a/include/svx/hexcolorcontrol.hxx b/include/svx/hexcolorcontrol.hxx
index 91960d9f7f9b..f47f50fb1e82 100644
--- a/include/svx/hexcolorcontrol.hxx
+++ b/include/svx/hexcolorcontrol.hxx
@@ -34,12 +34,17 @@ class SVX_DLLPUBLIC HexColorControl
 {
 private:
 std::unique_ptr m_xEntry;
+Link m_aModifyHdl;
+ImplSVEvent* m_nAsyncModifyEvent;
 
 DECL_STATIC_LINK(HexColorControl, ImplProcessInputHdl, OUString&, bool);
+DECL_LINK(ImplProcessModifyHdl, weld::Entry&, void);
+DECL_LINK(OnAsyncModifyHdl, void*, void);
 public:
 HexColorControl(std::unique_ptr pEdit);
+~HexColorControl();
 
-void connect_changed(const Link& rLink) { 
m_xEntry->connect_changed(rLink); }
+void connect_changed(const Link& rLink) { m_aModifyHdl 
= rLink; }
 
 void SetColor( ::Color nColor );
 ::Color GetColor();
diff --git a/svx/source/dialog/hexcolorcontrol.cxx 
b/svx/source/dialog/hexcolorcontrol.cxx
index e9ddfb553a43..70e32e540827 100644
--- a/svx/source/dialog/hexcolorcontrol.cxx
+++ b/svx/source/dialog/hexcolorcontrol.cxx
@@ -19,22 +19,49 @@
 
 #include 
 #include 
+#include 
 
 namespace weld {
 
 HexColorControl::HexColorControl(std::unique_ptr pEntry)
 : m_xEntry(std::move(pEntry))
+, m_nAsyncModifyEvent(nullptr)
 {
 m_xEntry->set_max_length(6);
 m_xEntry->set_width_chars(6);
 m_xEntry->connect_insert_text(LINK(this, HexColorControl, 
ImplProcessInputHdl));
+m_xEntry->connect_changed(LINK(this, HexColorControl, 
ImplProcessModifyHdl));
+}
+
+HexColorControl::~HexColorControl()
+{
+if (m_nAsyncModifyEvent)
+Application::RemoveUserEvent(m_nAsyncModifyEvent);
+}
+
+IMPL_LINK_NOARG(HexColorControl, OnAsyncModifyHdl, void*, void)
+{
+m_nAsyncModifyEvent = nullptr;
+m_aModifyHdl.Call(*m_xEntry);
+}
+
+// tdf#123291 resend it async so it arrives after ImplProcessInputHdl has been
+// processed
+IMPL_LINK_NOARG(HexColorControl, ImplProcessModifyHdl, weld::Entry&, void)
+{
+if (m_nAsyncModifyEvent)
+Application::RemoveUserEvent(m_nAsyncModifyEvent);
+m_nAsyncModifyEvent = Application::PostUserEvent(LINK(this, 
HexColorControl, OnAsyncModifyHdl));
 }
 
 void HexColorControl::SetColor(Color nColor)
 {
 OUStringBuffer aBuffer;
 sax::Converter::convertColor(aBuffer, nColor);
-m_xEntry->set_text(aBuffer.makeStringAndClear().copy(1));
+OUString sColor = aBuffer.makeStringAndClear().copy(1);
+if (sColor == m_xEntry->get_text())
+return;
+m_xEntry->set_text(sColor);
 }
 
 Color HexColorControl::GetColor()
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index 00e44a98e39c..547f9464186d 100644
--- a/vcl/source/control/edit.cxx
+++ b/vcl/source/control/edit.cxx
@@ -194,6 +194,10 @@ bool Edit::set_property(const OString , const 
OUString )
 {
 SetReadOnly(!toBool(rValue));
 

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

2019-03-29 Thread Caolán McNamara (via logerrit)
 svtools/source/control/valueacc.cxx |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 020a2eb507bb25bcc67dd1e601233aa7cd5d65d1
Author: Caolán McNamara 
AuthorDate: Fri Mar 29 15:49:46 2019 +
Commit: Caolán McNamara 
CommitDate: Fri Mar 29 22:23:22 2019 +0100

Accessible Descriptions are supposed to be human text (and translated)

Change-Id: I75e839d9276e98af0b255c2e40f30c42a700ff29
Reviewed-on: https://gerrit.libreoffice.org/69935
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/svtools/source/control/valueacc.cxx 
b/svtools/source/control/valueacc.cxx
index 9191d5a5c539..433a7616d21b 100644
--- a/svtools/source/control/valueacc.cxx
+++ b/svtools/source/control/valueacc.cxx
@@ -1600,7 +1600,15 @@ sal_Int16 SAL_CALL SvtValueSetAcc::getAccessibleRole()
 OUString SAL_CALL SvtValueSetAcc::getAccessibleDescription()
 {
 ThrowIfDisposed();
-return OUString( "ValueSet" );
+const SolarMutexGuard aSolarGuard;
+OUString  aRet;
+
+if (mpParent)
+{
+aRet = mpParent->GetAccessibleDescription();
+}
+
+return aRet;
 }
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-03-29 Thread Caolán McNamara (via logerrit)
 vcl/unx/gtk3/gtk3gtkinst.cxx |   29 ++---
 1 file changed, 18 insertions(+), 11 deletions(-)

New commits:
commit b70053ba681a9b62afd6fa700ad94256d98d8dc7
Author: Caolán McNamara 
AuthorDate: Fri Mar 29 15:23:28 2019 +
Commit: Caolán McNamara 
CommitDate: Fri Mar 29 22:22:57 2019 +0100

prefer help strings to a11y strings when available

Change-Id: I50b36f697b8dd9ff8108392d48a7050702edbfbe
Reviewed-on: https://gerrit.libreoffice.org/69934
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 3b740f7a8985..1a1713568e9b 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -7651,6 +7651,13 @@ public:
 return OUString(pStr, pStr ? strlen(pStr) : 0, RTL_TEXTENCODING_UTF8);
 }
 
+virtual OUString get_accessible_description() const override
+{
+AtkObject* pAtkObject = default_drawing_area_get_accessible(m_pWidget);
+const char* pStr = pAtkObject ? atk_object_get_description(pAtkObject) 
: nullptr;
+return OUString(pStr, pStr ? strlen(pStr) : 0, RTL_TEXTENCODING_UTF8);
+}
+
 virtual ~GtkInstanceDrawingArea() override
 {
 g_object_steal_data(G_OBJECT(m_pDrawingArea), 
"g-lo-GtkInstanceDrawingArea");
@@ -8776,16 +8783,7 @@ namespace
 const ImplSVData* pSVData = ImplGetSVData();
 if (pSVData->maHelpData.mbBalloonHelp)
 {
-/*This is how I would prefer things to be, only a few like this 
though*/
-AtkObject* pAtkObject = gtk_widget_get_accessible(pWidget);
-const char* pDesc = pAtkObject ? 
atk_object_get_description(pAtkObject) : nullptr;
-if (pDesc)
-{
-gtk_tooltip_set_text(tooltip, pDesc);
-return true;
-}
-
-/*So fallback to existing mechanism which needs help installed*/
+/*Current mechanism which needs help installed*/
 OString sHelpId = ::get_help_id(pWidget);
 Help* pHelp = !sHelpId.isEmpty() ? Application::GetHelp() : 
nullptr;
 if (pHelp)
@@ -8797,10 +8795,19 @@ namespace
 return true;
 }
 }
+
+/*This is how I would prefer things to be, only a few like this 
though*/
+AtkObject* pAtkObject = gtk_widget_get_accessible(pWidget);
+const char* pDesc = pAtkObject ? 
atk_object_get_description(pAtkObject) : nullptr;
+if (pDesc && pDesc[0])
+{
+gtk_tooltip_set_text(tooltip, pDesc);
+return true;
+}
 }
 
 const char* pDesc = gtk_widget_get_tooltip_text(pWidget);
-if (pDesc)
+if (pDesc && pDesc[0])
 {
 gtk_tooltip_set_text(tooltip, pDesc);
 return true;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124411] Impress: dragging image from file browser to slide replaces text

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124411

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||103182
 OS|All |Linux (All)


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103182
[Bug 103182] [META] GTK3-specific bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 103182] [META] GTK3-specific bugs

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||124411


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124411
[Bug 124411] Impress: dragging image from file browser to slide replaces text
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124411] Impress: dragging image from file browser to slide replaces text

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124411

--- Comment #2 from sam tygier  ---
Thanks, seems the bug is only in GTK3.

If I force the GTK2 backend with:
SAL_USE_VCLPLUGIN=gtk /opt/libreoffice6.2/program/simpress

then I do not get the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124292] KDE5: Fractional scaling makes most UI and rendered text look bad

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124292

--- Comment #8 from Buovjaga  ---
(In reply to Jan-Marek Glogowski from comment #7)
> Solution 3 matches this patch, which works for me:
> https://gerrit.libreoffice.org/#/c/69941/

I built with it and it seems to fix the issues indeed. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 122619] Remove AppMenu export via DBus

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122619

--- Comment #8 from Konstantin  ---
@lestcape, they speaking about MenuModel integration in GTK backend, not about
DBusMenu integration in KDE Backend.

But I confirm all your positions, and want to add more:

Now many projects want to create a HUD and searching in menus. This feature
also depends heavily on menu exporting, so, removing menu exporting - no HUD.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

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

2019-03-29 Thread Eike Rathke (via logerrit)
 sc/source/filter/excel/xestyle.cxx |3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 68a78526a099739be73b9e87c2ecc8cd39510567
Author: Eike Rathke 
AuthorDate: Fri Mar 29 22:05:56 2019 +0100
Commit: Eike Rathke 
CommitDate: Fri Mar 29 22:07:23 2019 +0100

Remove now moot comment

That compiler workaround isn't necessary anymore since at least

commit 9894f158a287bdfe9933df96ab117a9527e9195b
CommitDate: Sat Apr 21 12:51:13 2012 +0200

simplify lifetime management of some variables

that changed the array form to a simple instance.

Change-Id: Ic11fa8422c0be62f24e2135298104123d23c8d2f

diff --git a/sc/source/filter/excel/xestyle.cxx 
b/sc/source/filter/excel/xestyle.cxx
index 9478698140d5..ed71e063eda5 100644
--- a/sc/source/filter/excel/xestyle.cxx
+++ b/sc/source/filter/excel/xestyle.cxx
@@ -1351,9 +1351,6 @@ void XclExpNumFmt::SaveXml( XclExpXmlStream& rStrm )
 
 XclExpNumFmtBuffer::XclExpNumFmtBuffer( const XclExpRoot& rRoot ) :
 XclExpRoot( rRoot ),
-/*  Compiler needs a hint, this doesn't work: new NfKeywordTable;
-cannot convert from 'class String *' to 'class String (*)[54]'
-The effective result here is class String (*)[54*1] */
 mxFormatter( new SvNumberFormatter( 
comphelper::getProcessComponentContext(), LANGUAGE_ENGLISH_US ) ),
 mpKeywordTable( new NfKeywordTable ),
 mnStdFmt( GetFormatter().GetStandardIndex( ScGlobal::eLnge ) )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124292] KDE5: Fractional scaling makes most UI and rendered text look bad

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124292

--- Comment #7 from Jan-Marek Glogowski  ---
I'm on Debian testing with Qt5 (libqt5core5a = 5.11.3+dfsg1-1). Various qt
libraries have their own current version in Debian, so this just lists core.
I generally can reproduce the problem. From all the images and tests I saw it
looks like Qt and Cairo render with lower DPI and then scale the image. This
matches the qscreen reports.
And I don't know why gtk3 works and neither qt5 nor kde5.
BTW: LO just uses the DPI value internally, no resolution.

I guess it affects kde5 / cairo because of some x setting somewhere (xdpyinfo
is still on 96 DPI and 1920x1080 with scale 1.1).

Similar problems are quite probably these:

* bug 124237 - kde5 renders everything aliased
* bug 122263 - Bad resolution for icons in LO Draw

There is a little test program (qscreen) attached to bug 122131.

I'm changing the scaling factor via
$ LANG=C kcmshell5 kcm_kscreen
=> Scale Display

1. If I run my qscreen program without scaling I get:
devicePixelRatio: 1
geometry: QRect(0,0 1920x1080)
logicalDotsPerInch: 96.1263

2. If I change the scaling to 1.1 and log in again I get:
devicePixelRatio: 1.1
geometry: QRect(0,0 1745x982)
logicalDotsPerInch: 96.3636

3. If I have scaling on login set to 1.1 and unset QT_SCREEN_SCALE_FACTORS, I
get
devicePixelRatio: 1
geometry: QRect(0,0 1920x1080)
logicalDotsPerInch: 106

4. If I have scaling on login set to 1.1 and set it to 1.0, I get:
devicePixelRatio: 1.1
geometry: QRect(0,0 1745x982)
logicalDotsPerInch: 87.3876

As you can see, nothing seem really consistent. Factors in this bug are:
* Scaling on session start
* Current scaling setting
* QT_SCREEN_SCALE_FACTORS value

I also get various graphic problems in other KDE application with scaling set
to 1.1 FWIW.

What fixes LO for me is simply this: unset QT_SCREEN_SCALE_FACTORS before
starting LO with scaling to 1.1.

Quoting from https://doc.qt.io/qt-5/highdpi.html: "QT_SCREEN_SCALE_FACTORS
[list] specifies scale factors for each screen. This will not change the size
of point sized fonts. This environment variable is mainly useful for debugging,
or to work around monitors with wrong EDID information(Extended Display
Identification Data)."

Which makes it highly suspicious for me to set this value.
Actually I started a good old wmaker session with scaling 1.0 from KDE.
The environment had no QT settings, but I don't know how scaling is actually
set.
Then I set QT_SCREEN_SCALE_FACTORS to 1.1 and started LO qt5 / kde5.
Result was a bigger LO window on startup (expected), but the fonts were
actually smaller and also just glibberish.

qscreen outupt was:
devicePixelRatio: 1.1
geometry: QRect(0,0 1745x982)
logicalDotsPerInch: 87.3876

Anyway: the solution for me is 3. That fixes both qt5 and kde5 for me and
actually scales the font correctly.
It kind of seems logical, because it simply increases the DPI value and
devicePixelRatio is 1, so no need to scale.

Solution 3 matches this patch, which works for me:
https://gerrit.libreoffice.org/#/c/69941/

Bit since I have massive other graphics problems in KDE when scaling is
enabled, I would like to get some feedback before merging.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 121528] FIREBIRD: Multiplication in a query with decimal or numeric values gives result without decimal separator

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121528

Robert Großkopf  changed:

   What|Removed |Added

Version|6.1.3.2 release |6.1.0.3 release

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124420] FIREBIRD: Query multiplication function returns invalid data when used with fixed point data types (numeric and decimal)

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124420

--- Comment #5 from Robert Großkopf  ---
Isn't this a duplicate of bug 121528?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124379] Calc does not sort category formatted columns by multiple Sort Criteria

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124379

GerardF  changed:

   What|Removed |Added

 CC||gerard.farg...@orange.fr

--- Comment #7 from GerardF  ---
The sort works fine with data as they are...

Many cell contents in column D have trailing spaces.
Ctrl+H, search for write a space followed with $ then search all and you will
see.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124422] With Impress/Draw 6.2 and gtk3 vcl +/- buttons in position and size dialog have usability regressions

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124422

sergio.calleg...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #2 from sergio.calleg...@gmail.com ---
Issue is also in 6.2.2.2.

Note that it may be present also in 6.1.x, but I cannot test there and I cannot
base on my memory since I have always used 6.1.x only with the kde4 vcl

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124432] Impress SlideShow fails on dual screen use

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124432

--- Comment #5 from AtesComp  ---
Tested using Libreoffice 6.3.0:

Version: 6.3.0.0.alpha0+
Build ID: 1e2868296730d3548574f61a3c6e323aa5c0598a
CPU threads: 8; OS: Linux 4.15; UI render: GL; VCL: qt5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-03-28_20:38:05
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

Slight improvement over version 6.2.3.0.0+ -- the unresponsive (cannot close)
"soffice.bin" windows did not show up.

Changing "Slide Show - > Slide show Settings -> Multiple Displays ->
Presentation display"  does not help.  Setting to specific monitors results in
the same above on F5. 

Changing "Slide Show - > Slide show Settings -> Multiple Displays ->
Presentation display" to "All displays" STILL crashes LibreOffice on F5.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - distro-configs/CPLinux-LOKit.conf distro-configs/CPLinux-MPL.conf

2019-03-29 Thread Andras Timar (via logerrit)
 distro-configs/CPLinux-LOKit.conf |2 +-
 distro-configs/CPLinux-MPL.conf   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1e7aa2d8a0a0aecc0e24475d7b987c3d8ad2d1b8
Author: Andras Timar 
AuthorDate: Fri Mar 29 21:22:25 2019 +0100
Commit: Andras Timar 
CommitDate: Fri Mar 29 21:22:25 2019 +0100

Use Colibre icon theme in Online

Change-Id: I3c0273b736e3a71c4ac566344913c2c8c51231f6

diff --git a/distro-configs/CPLinux-LOKit.conf 
b/distro-configs/CPLinux-LOKit.conf
index 7490a5421782..c3b5eddc6d49 100644
--- a/distro-configs/CPLinux-LOKit.conf
+++ b/distro-configs/CPLinux-LOKit.conf
@@ -23,7 +23,7 @@
 --with-fonts
 --enable-noto-font
 --with-galleries=no
---with-theme=galaxy tango
+--with-theme=galaxy colibre
 --with-external-thes-dir=/usr/share/mythes
 --with-external-hyph-dir=/usr/share/hyphen
 --with-external-dict-dir=/usr/share/hunspell
diff --git a/distro-configs/CPLinux-MPL.conf b/distro-configs/CPLinux-MPL.conf
index 84291b16d0f6..724745b167ee 100644
--- a/distro-configs/CPLinux-MPL.conf
+++ b/distro-configs/CPLinux-MPL.conf
@@ -23,7 +23,7 @@
 --with-fonts
 --enable-noto-font
 --with-galleries=no
---with-theme=galaxy tango
+--with-theme=galaxy colibre
 --with-external-thes-dir=/usr/share/mythes
 --with-external-hyph-dir=/usr/share/hyphen
 --with-external-dict-dir=/usr/share/hunspell
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124432] Impress SlideShow fails on dual screen use

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124432

--- Comment #4 from AtesComp  ---
Tested using Libreoffice 6.2.3:

Version: 6.2.3.0.0+
Build ID: e019441cb0507fd533fe7114c6a1ea17e2c10aa6
CPU threads: 8; OS: Linux 4.15; UI render: GL; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:libreoffice-6-2, Time:
2019-03-29_08:58:31
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

This version slightly improves the problem.  The initial black screen when
starting the slide show is no longer present and immediately shows the
presenter's view.  The slide show is still in another window below the
presenter's view window and does not use the dual (or more) screen.

Occasionally, after ending the presentation, the the application shows one or
more unresponsive (cannot close) "soffice.bin" window displaying the
presenter's view.  This is most noticeable if the "Exchange" button in the
presenter's view is used one or more times.  Closing the main application
window closes the other "soffice.bin" windows.

Tested the following with no improvement:
opt/libreofficedev6.2/program/soffice
SAL_USE_VCLPLUGIN=kde4 opt/libreofficedev6.2/program/soffice
SAL_USE_VCLPLUGIN=kde5 opt/libreofficedev6.2/program/soffice
SAL_USE_VCLPLUGIN=qt5  opt/libreofficedev6.2/program/soffice
SAL_USE_VCLPLUGIN=gtk3 opt/libreofficedev6.2/program/soffice
SAL_USE_VCLPLUGIN=kde5_qt5 opt/libreofficedev6.2/program/soffice

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 95303] FILEOPEN PPTX Incorrect rendering of SmartArt (see comment 6)

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95303

Buovjaga  changed:

   What|Removed |Added

Summary|Invisible text on slide in  |FILEOPEN PPTX Incorrect
   |PPTX|rendering of SmartArt (see
   ||comment 6)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 102283] [META] Slide/page pane bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102283
Bug 102283 depends on bug 96619, which changed state.

Bug 96619 Summary: Some pictures are not rendered on slide previews
https://bugs.documentfoundation.org/show_bug.cgi?id=96619

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 102283] [META] Slide/page pane bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102283

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||96619


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96619
[Bug 96619] Some pictures are not rendered on slide previews
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 96619] Some pictures are not rendered on slide previews

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96619

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru
 Blocks||102283
 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #8 from Roman Kuznetsov <79045_79...@mail.ru> ---
don't repro in

Version: 6.3.0.0.alpha0+ (x64)
Build ID: 5cb2db6dd7d234a610a6501668a9901af8472b7f
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-26_23:06:31
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded

WFM


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102283
[Bug 102283] [META] Slide/page pane bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 96358] Disable dialog to apply slide settings (when importing) to all slides

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96358

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||107817

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
In 6.3 I don't see the dialog from description. IIRC we can't change all slide
without changing of master slide now (I'm talking about LO 6.3).

May be it's already wontfix?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107817
[Bug 107817] [META] Impress UI/UX bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 107817] [META] Impress UI/UX bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107817

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||96358


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96358
[Bug 96358] Disable dialog to apply slide settings (when importing) to all
slides
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-ux-advise] [Bug 96358] Disable dialog to apply slide settings (when importing) to all slides

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96358

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||107817

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
In 6.3 I don't see the dialog from description. IIRC we can't change all slide
without changing of master slide now (I'm talking about LO 6.3).

May be it's already wontfix?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107817
[Bug 107817] [META] Impress UI/UX bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

[Libreoffice-bugs] [Bug 99084] [META] Outline view bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99084

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||96154


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96154
[Bug 96154] Slide icon missing when opening presentation in outline view
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 96154] Slide icon missing when opening presentation in outline view

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96154

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||99084


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99084
[Bug 99084] [META] Outline view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-commits] core.git: Branch 'feature/item_refactor2' - 2 commits - basctl/source include/item item/source

2019-03-29 Thread Armin Le Grand (via logerrit)
 basctl/source/basicide/sbxitem.cxx |7 +
 basctl/source/inc/sbxitem.hxx  |   12 +
 include/item/base/ItemAdministrator.hxx|2 -
 include/item/base/ItemBase.hxx |   18 +++---
 include/item/base/ItemBaseStaticHelper.hxx |   35 -
 include/item/base/ItemSet.hxx  |1 
 include/item/base/SlotSet.hxx  |3 +-
 include/item/simple/CntInt16.hxx   |   14 ++-
 include/item/simple/CntOUString.hxx|   14 ++-
 item/source/base/ItemAdministrator.cxx |   10 
 item/source/simple/CntInt16.cxx|7 +
 item/source/simple/CntOUString.cxx |7 +
 12 files changed, 85 insertions(+), 45 deletions(-)

New commits:
commit 75fb94c28243f1925a0e258ac26f673991f8303d
Author: Armin Le Grand 
AuthorDate: Fri Mar 29 20:33:12 2019 +0100
Commit: Armin Le Grand 
CommitDate: Fri Mar 29 20:33:12 2019 +0100

changed back to derivations of ItemBase

Instead of deriving ItemBaseStaticHelper from
ItemBase already, changed back (had this at the
beginning) to derive from ItemBaseStaticHelper
and ItemBase individually. This is necessary when
an Item is derived from an already implemented one,
else ItemBase would be derived multiple times. This
comes at the cost of having to define some stuff
in each implementation - not too much, though.
Also made ItemAdministrator being the friend of
ItemBase narrower (one access function, not whole
class)

Change-Id: I2edb3ffda0936d392b63ce477dbf02338155c5b0

diff --git a/basctl/source/basicide/sbxitem.cxx 
b/basctl/source/basicide/sbxitem.cxx
index aba31041228e..cc51573f5faf 100644
--- a/basctl/source/basicide/sbxitem.cxx
+++ b/basctl/source/basicide/sbxitem.cxx
@@ -25,8 +25,15 @@ namespace basctl
 // I2TM
 namespace Item
 {
+// need internal access to ItemAdministrator
+::Item::ItemAdministrator* Sbx::GetIAdministrator() const
+{
+return ();
+}
+
 Sbx::Sbx(const ScriptDocument* pDocument, const OUString& aLibName, const 
OUString& aName, const OUString& aMethodName, ItemType eType)
 :   SbxStaticHelper(),
+::Item::ItemBase(),
 m_aDocument(nullptr != pDocument ? *pDocument : 
ScriptDocument::getApplicationScriptDocument()),
 m_aLibName(aLibName),
 m_aName(aName),
diff --git a/basctl/source/inc/sbxitem.hxx b/basctl/source/inc/sbxitem.hxx
index 1c89b30e2865..89ee646a35ae 100644
--- a/basctl/source/inc/sbxitem.hxx
+++ b/basctl/source/inc/sbxitem.hxx
@@ -45,8 +45,17 @@ namespace Item
 class Sbx;
 typedef ::Item::ItemBaseStaticHelper 
SbxStaticHelper;
 
-class Sbx final : public SbxStaticHelper
+class Sbx final : public SbxStaticHelper, public ::Item::ItemBase
 {
+public:
+// SharedPtr typedef to be used handling instances of given type
+typedef std::shared_ptr SharedPtr;
+
+private:
+// need to offer internal access to ItemAdministrator
+// in each derivation - just calls GetStaticAdmin internally
+virtual ::Item::ItemAdministrator* GetIAdministrator() const override;
+
 private:
 const ScriptDocumentm_aDocument;
 const OUString  m_aLibName;
@@ -67,6 +76,7 @@ namespace Item
 public:
 virtual ~Sbx();
 
+// SharedPtr-construtcor
 static std::shared_ptr Create(
 const ScriptDocument& rDocument,
 const OUString& aLibName = OUString(),
diff --git a/include/item/base/ItemBase.hxx b/include/item/base/ItemBase.hxx
index 675af691fa1f..7511dee4a485 100644
--- a/include/item/base/ItemBase.hxx
+++ b/include/item/base/ItemBase.hxx
@@ -36,10 +36,12 @@ namespace Item
 // Base class for ItemBase and thus for all new implementation of
 // Items. Items are in general read-only instances. The constructor
 // is protected now so that no one is able to create own instances.
-// The reason for that is that for all Items only a single value-
+// The reason for this is that for all Items only a single value-
 // specific instance shall exist at any time, guaranteed by being
 // administrated by an instance of ItemAdministrator associated with
 // each implemented type of ItemBase Item.
+// To create and/or implement constructors (SharedPtr-constructor's)
+// use/implement public ::Create.* methods.
 // To construct, use the ::Create methods. These are in general
 // static member functions. These have to use the protected
 // constructor(s) from which also any number may be defined to
@@ -58,7 +60,7 @@ namespace Item
 // thus making runtime existance of Items safe. It also uses typed
 // derivations and templates to ensure throghout usage of typed
 // Items.
-// That Items are in general read-only instances also means that there
+// That Items are read-only instances also means that there
 // will 

[Libreoffice-bugs] [Bug 103444] [META] Slide transition deck/tab of the sidebar

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103444

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||96007


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96007
[Bug 96007] Sidebar items in section Slide Transition are too wide in RU-locale
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 96007] Sidebar items in section Slide Transition are too wide in RU-locale

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96007

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||103444


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103444
[Bug 103444] [META] Slide transition deck/tab of the sidebar
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 106547] [META] OOXML SmartArt bug tracker

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106547

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||95303


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=95303
[Bug 95303] Invisible text on slide in PPTX
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 95303] Invisible text on slide in PPTX

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95303

--- Comment #6 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 150407
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150407=edit
Comparison between MS PP 2016 and LO 6.3

IN 6.3 I see all text on the 16 slide and it's correct text

But I see some different in shapes and it's another bug about SmartArt in
general

Xisco, Buovjaga, close it as WFM or just change bug name to "Wrong render of
SmartArt on slide 16"?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 95303] Invisible text on slide in PPTX

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95303

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||106547


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106547
[Bug 106547] [META] OOXML SmartArt bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 95303] Invisible text on slide in PPTX

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95303

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

   Keywords||filter:pptx
 Blocks||108226


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108226
[Bug 108226] [META] PPTX (OOXML) bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124411] Impress: dragging image from file browser to slide replaces text

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124411

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #1 from V Stuart Foote  ---
Can not confirm on Windows builds.

Even with text box on slide canvas selected, a drag-n-drop of TIFF, PNG, JPEG
image will not clobber the text or the Text Box object. And, only if the Text
box has focus--and the cursor drop point *is inside* the Text Box object, will
the image expand to fill the Text Box's frame--but that is immediately obvious
and can be undone.

Otherwise the drag-n-drop functions as expected, drop onto the slide/drawing
canvas and position & size as needed.

Version: 6.3.0.0.alpha0+ (x64)
Build ID: 5cb2db6dd7d234a610a6501668a9901af8472b7f
CPU threads: 8; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-26_23:06:31
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

Version: 6.2.1.0.0+ (x64)
Build ID: dfa1f1f872c418e89757a3985979b79e94c12fcc
CPU threads: 8; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 108226] [META] PPTX (OOXML) bug tracker

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108226

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||95303


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=95303
[Bug 95303] Invisible text on slide in PPTX
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124252] Selecting Text in a slide causes text to disappear with some sizes of font Comic Sans MS

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124252

ADB  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #5 from ADB  ---
Sorry - cannot supply .odp file as it doesn't exist.
The .pptx file is created by a Python project that uses the pptx run-time
library: I read data from an .odt file, analyse it and output slides that way

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124432] Impress SlideShow fails on dual screen use

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124432

AtesComp  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||4044

--- Comment #3 from AtesComp  ---
This bug may be related to bug 124044.

Changing the VCL via tests using "SAL_USE_VCLPLUGIN=xxx libreoffice" does not
help.  Used "qt5", "kde5", "kde4", "gtk", "gtk2", "gtk3", "gtk3_kde5", "kde",
and "gen".  "gen" failed to start libreoffice.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124044] KDE5 VCL may require a little more cooking for wide consumption (at least on impress)

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124044

AtesComp  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||4432

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 115843] HiDPI images in LibreOffice Writer are blurry with GTK3 backend

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115843

--- Comment #13 from Commit Notification 
 ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/b1f961e3a459d2772f12da556ab74fa635d6a46a%5E%21

tdf#115843 avoid using transparent virtualdevice when 100% opaque

It will be available in 6.3.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 115843] HiDPI images in LibreOffice Writer are blurry with GTK3 backend

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115843

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.3.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

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

2019-03-29 Thread Caolán McNamara (via logerrit)
 drawinglayer/source/processor2d/vclprocessor2d.cxx |   45 +++--
 1 file changed, 24 insertions(+), 21 deletions(-)

New commits:
commit b1f961e3a459d2772f12da556ab74fa635d6a46a
Author: Caolán McNamara 
AuthorDate: Fri Mar 29 14:32:20 2019 +
Commit: Caolán McNamara 
CommitDate: Fri Mar 29 20:19:28 2019 +0100

tdf#115843 avoid using transparent virtualdevice when 100% opaque

which for the common case avoids the narrowing of hidpi outputdevices
through non-hidpi bitmaps

Change-Id: Ibdc004a0946e8cb118818e58a01e5791c869353a
Reviewed-on: https://gerrit.libreoffice.org/69930
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx 
b/drawinglayer/source/processor2d/vclprocessor2d.cxx
index 64f73b135efc..361f7a5bd5a3 100644
--- a/drawinglayer/source/processor2d/vclprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx
@@ -729,29 +729,32 @@ namespace drawinglayer
 // back to old OutDev
 mpOutputDevice = pLastOutputDevice;
 
-// draw mask
-if(getOptionsDrawinglayer().IsAntiAliasing())
+// if the mask fills the whole area we can skip
+// creating a transparent vd and filling it.
+if (!basegfx::utils::isRectangle(aMask))
 {
-// with AA, use 8bit AlphaMask to get nice borders
-VirtualDevice& rTransparence = 
aBufferDevice.getTransparence();
-rTransparence.SetLineColor();
-rTransparence.SetFillColor(COL_BLACK);
-rTransparence.DrawPolyPolygon(aMask);
-
-// dump buffer to outdev
-aBufferDevice.paint();
-}
-else
-{
-// No AA, use 1bit mask
-VirtualDevice& rMask = aBufferDevice.getMask();
-rMask.SetLineColor();
-rMask.SetFillColor(COL_BLACK);
-rMask.DrawPolyPolygon(aMask);
-
-// dump buffer to outdev
-aBufferDevice.paint();
+// draw mask
+if(getOptionsDrawinglayer().IsAntiAliasing())
+{
+// with AA, use 8bit AlphaMask to get nice 
borders
+VirtualDevice& rTransparence = 
aBufferDevice.getTransparence();
+rTransparence.SetLineColor();
+rTransparence.SetFillColor(COL_BLACK);
+rTransparence.DrawPolyPolygon(aMask);
+}
+else
+{
+// No AA, use 1bit mask
+VirtualDevice& rMask = aBufferDevice.getMask();
+rMask.SetLineColor();
+rMask.SetFillColor(COL_BLACK);
+rMask.DrawPolyPolygon(aMask);
+}
 }
+
+// dump buffer to outdev
+aBufferDevice.paint();
+
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 103610] [META] Slide show (presentation mode) bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103610

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||95261


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=95261
[Bug 95261] Slideshow: allow to move to the next slide before displaying the
current slide
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 95261] Slideshow: allow to move to the next slide before displaying the current slide

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95261

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||103610


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103610
[Bug 103610] [META] Slide show (presentation mode) bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

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

2019-03-29 Thread Caolán McNamara (via logerrit)
 drawinglayer/source/processor2d/vclhelperbufferdevice.cxx |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 11fe18ea21974e4fdc01a3f4a455725cec8ce11a
Author: Caolán McNamara 
AuthorDate: Fri Mar 29 14:05:55 2019 +
Commit: Caolán McNamara 
CommitDate: Fri Mar 29 20:15:47 2019 +0100

copy between the outputdevices without interim Bitmap

Change-Id: I6c0097b1b069cad2771c94210986714d59431e4f
Reviewed-on: https://gerrit.libreoffice.org/69929
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx 
b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
index e30851d23493..c377f4ee6526 100644
--- a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
+++ b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
@@ -334,7 +334,6 @@ namespace drawinglayer
 
 mrOutDev.EnableMapMode(false);
 mpContent->EnableMapMode(false);
-Bitmap aContent(mpContent->GetBitmap(aEmptyPoint, aSizePixel));
 
 #ifdef DBG_UTIL
 if(bDoSaveForVisualControl)
@@ -346,6 +345,7 @@ namespace drawinglayer
 "~/content.bmp",
 #endif
 StreamMode::WRITE|StreamMode::TRUNC);
+Bitmap aContent(mpContent->GetBitmap(aEmptyPoint, aSizePixel));
 WriteDIB(aContent, aNew, false, true);
 }
 #endif
@@ -373,6 +373,7 @@ namespace drawinglayer
 }
 #endif
 
+Bitmap aContent(mpContent->GetBitmap(aEmptyPoint, aSizePixel));
 mrOutDev.DrawBitmapEx(maDestPixel.TopLeft(), 
BitmapEx(aContent, aAlphaMask));
 }
 else if(mpMask)
@@ -394,17 +395,21 @@ namespace drawinglayer
 }
 #endif
 
+Bitmap aContent(mpContent->GetBitmap(aEmptyPoint, aSizePixel));
 mrOutDev.DrawBitmapEx(maDestPixel.TopLeft(), 
BitmapEx(aContent, aMask));
 }
 else if(0.0 != fTrans)
 {
 sal_uInt8 
nMaskValue(static_cast(basegfx::fround(fTrans * 255.0)));
 const AlphaMask aAlphaMask(aSizePixel, );
+Bitmap aContent(mpContent->GetBitmap(aEmptyPoint, aSizePixel));
 mrOutDev.DrawBitmapEx(maDestPixel.TopLeft(), 
BitmapEx(aContent, aAlphaMask));
 }
 else
 {
-mrOutDev.DrawBitmap(maDestPixel.TopLeft(), aContent);
+mrOutDev.DrawOutDev(maDestPixel.TopLeft(), aSizePixel,
+aEmptyPoint, aSizePixel,
+*mpContent);
 }
 
 mrOutDev.SetRasterOp(aOrigRasterOp);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-03-29 Thread Caolán McNamara (via logerrit)
 starmath/inc/dialog.hxx|8 ++--
 starmath/source/dialog.cxx |9 +++--
 2 files changed, 13 insertions(+), 4 deletions(-)

New commits:
commit fdeada8c50c3e9126537ceafc649c85dc4be598c
Author: Caolán McNamara 
AuthorDate: Fri Mar 29 13:51:50 2019 +
Commit: Caolán McNamara 
CommitDate: Fri Mar 29 20:14:35 2019 +0100

tdf#124410 re-call SetScrollBarRange when aSymbolSet changes

and do the work that depends on size happen at size-changed
instead of first-draw

Change-Id: Ia2605ba9bb875be9248a009a6f26f01cbbbd4632
Reviewed-on: https://gerrit.libreoffice.org/69928
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index da6c6eeaf2c5..713ecb5ae8e5 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -259,6 +259,7 @@ class SmShowSymbolSet : public weld::CustomWidgetController
 virtual void Paint(vcl::RenderContext& rRenderContext, const 
tools::Rectangle& rRect) override;
 virtual bool MouseButtonDown(const MouseEvent& rMEvt) override;
 virtual bool KeyInput(const KeyEvent& rKEvt) override;
+virtual void Resize() override;
 
 DECL_LINK(ScrollHdl, weld::ScrolledWindow&, void);
 
@@ -268,8 +269,11 @@ public:
 virtual void SetDrawingArea(weld::DrawingArea* pDrawingArea) override
 {
 CustomWidgetController::SetDrawingArea(pDrawingArea);
-
pDrawingArea->set_size_request(pDrawingArea->get_approximate_digit_width() * 27,
-   pDrawingArea->get_text_height() * 9);
+m_aOldSize = Size(pDrawingArea->get_approximate_digit_width() * 27,
+  pDrawingArea->get_text_height() * 9);
+pDrawingArea->set_size_request(m_aOldSize.Width(), 
m_aOldSize.Height());
+SetOutputSizePixel(m_aOldSize);
+calccols(pDrawingArea->get_ref_device());
 }
 
 void calccols(const vcl::RenderContext& rRenderContext);
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index b8fae68c547a..a9b77d1ca40b 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -940,15 +940,19 @@ Point SmShowSymbolSet::OffsetPoint(const Point ) 
const
 return Point(rPoint.X() + nXOffset, rPoint.Y() + nYOffset);
 }
 
-void SmShowSymbolSet::Paint(vcl::RenderContext& rRenderContext, const 
tools::Rectangle&)
+void SmShowSymbolSet::Resize()
 {
+CustomWidgetController::Resize();
 Size aWinSize(GetOutputSizePixel());
 if (aWinSize != m_aOldSize)
 {
-calccols(rRenderContext);
+calccols(GetDrawingArea()->get_ref_device());
 m_aOldSize = aWinSize;
 }
+}
 
+void SmShowSymbolSet::Paint(vcl::RenderContext& rRenderContext, const 
tools::Rectangle&)
+{
 Color aBackgroundColor;
 Color aTextColor;
 lclGetSettingColors(aBackgroundColor, aTextColor);
@@ -1088,6 +1092,7 @@ void SmShowSymbolSet::calccols(const vcl::RenderContext& 
rRenderContext)
 void SmShowSymbolSet::SetSymbolSet(const SymbolPtrVec_t& rSymbolSet)
 {
 aSymbolSet = rSymbolSet;
+SetScrollBarRange();
 Invalidate();
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124438] [META] Presenter console bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124438

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

  Alias||Presenter-Console

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124438] [META] Presenter console bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124438

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

  Alias|Presenter_Console   |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 103182] [META] GTK3-specific bugs

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||122161


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122161
[Bug 122161] UI: Bright screen flashing when starting Impress presentation
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 122161] UI: Bright screen flashing when starting Impress presentation

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122161

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||103182


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103182
[Bug 103182] [META] GTK3-specific bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124420] FIREBIRD: Query multiplication function returns invalid data when used with fixed point data types (numeric and decimal)

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124420

Robert Großkopf  changed:

   What|Removed |Added

Version|6.2.2.2 release |6.1.0.3 release
   Keywords||regression

--- Comment #4 from Robert Großkopf  ---
Bug fist appears here with LO 6.1.0.3. Will work well with LO 6.0.5.2 on
OpenSUSE 15.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 122176] UI: When using Presenter Console, after presentation some widgets get wrong background color.

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122176

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||124438


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124438
[Bug 124438] [META] Presenter console bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124438] [META] Presenter console bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124438

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||122176


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122176
[Bug 122176] UI: When using Presenter Console, after presentation some widgets
get wrong background color.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - instsetoo_native/util

2019-03-29 Thread Matthias Seidel (via logerrit)
 instsetoo_native/util/openoffice.lst |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b8156901b37e5195aae92b1d6d6c1ec8c7439030
Author: Matthias Seidel 
AuthorDate: Fri Mar 29 17:05:52 2019 +
Commit: Matthias Seidel 
CommitDate: Fri Mar 29 17:05:52 2019 +

Changed include line for Dev build similar to Beta build

(hopefully fixes the missing desktop integration)

diff --git a/instsetoo_native/util/openoffice.lst 
b/instsetoo_native/util/openoffice.lst
index edf3750c60b8..1270bacb0657 100644
--- a/instsetoo_native/util/openoffice.lst
+++ b/instsetoo_native/util/openoffice.lst
@@ -176,7 +176,7 @@ Apache_OpenOffice_Dev
script  setup_osl
downloadname
Apache_OpenOffice_Dev_{productversion}_{os}_install_{languages}
langpackdownloadname
Apache_OpenOffice_Dev_{productversion}_languagepack_{os}_install_{languages}
-   include 
{solarenvpath}/{os}/loader2,.,{localpath}/bin/dev,{localpath}/bin,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{minor},{solarpath}/lib.{minor},{solarpath}/pck.{minor}/openoffice_dev,{solarpath}/pck.{minor}/openoffice,{solarpath}/pck.{minor},{solarpath}/xml.{minor}/office/instance,{solarpath}/xml.{minor},../../external/common,{solarenvpath}/{os}/OOo_external
+   include 
{solarenvpath}/{os}/loader2,.,{localpath}/bin/dev,{localpath}/bin,{solarpath}/bin.{minor}/ooowoure,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{minor}/desktop-integration/{pkgtype},{solarpath}/bin.{minor},{solarpath}/lib.{minor},{solarpath}/pck.{minor}/openoffice,{solarpath}/pck.{minor},{solarpath}/xml.{minor}/office/instance,{solarpath}/xml.{minor},../../external/common,{solarenvpath}/{os}/OOo_external
}
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124438] [META] Presenter console bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124438

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||118033


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118033
[Bug 118033] Presenter's console note view does not show pictures/formulas
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 118033] Presenter's console note view does not show pictures/formulas

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118033

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||124438


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124438
[Bug 124438] [META] Presenter console bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124420] FIREBIRD: Query multiplication function returns invalid data when used with fixed point data types (numeric and decimal)

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124420

Robert Großkopf  changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de

--- Comment #3 from Robert Großkopf  ---
This seems to be a bug of the GUI. I have tested the same query with Tools >
SQL and the results were all 1. The decimalseparator will appear at the right
position.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 103610] [META] Slide show (presentation mode) bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103610

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||112179


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112179
[Bug 112179] SLIDESHOW: black-out and white-out not working properly in
fullscreen presenter mode
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 112179] SLIDESHOW: black-out and white-out not working properly in fullscreen presenter mode

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112179

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||103610


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103610
[Bug 103610] [META] Slide show (presentation mode) bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124438] [META] Presenter console bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124438

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||107049


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107049
[Bug 107049] VIEWING: Size of Notes-Panel in Presenter Console too large and
not adjustable
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 107049] VIEWING: Size of Notes-Panel in Presenter Console too large and not adjustable

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107049

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||124438


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124438
[Bug 124438] [META] Presenter console bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 106247] Add a highlighter feature in Impress and Presenter Console

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106247

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||124438


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124438
[Bug 124438] [META] Presenter console bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124438] [META] Presenter console bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124438

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||106247


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106247
[Bug 106247] Add a highlighter feature in Impress and Presenter Console
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 106246] Add a laser pointer feature in Impress and Presenter Console

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106246

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||124438


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124438
[Bug 124438] [META] Presenter console bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124438] [META] Presenter console bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124438

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||106246


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106246
[Bug 106246] Add a laser pointer feature in Impress and Presenter Console
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124438] [META] Presenter console bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124438

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||106031


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106031
[Bug 106031] VIEWING: Presenter console breaks path animations
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 106031] VIEWING: Presenter console breaks path animations

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106031

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||124438


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124438
[Bug 124438] [META] Presenter console bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 103610] [META] Slide show (presentation mode) bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103610
Bug 103610 depends on bug 103151, which changed state.

Bug 103151 Summary: SVG rendered wrong in the presenter console
https://bugs.documentfoundation.org/show_bug.cgi?id=103151

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 95438] SLIDESHOW/VIEWING: Misrendered SVG in presenter console

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95438

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||glo...@fbihome.de

--- Comment #6 from Roman Kuznetsov <79045_79...@mail.ru> ---
*** Bug 103151 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124438] [META] Presenter console bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124438
Bug 124438 depends on bug 103151, which changed state.

Bug 103151 Summary: SVG rendered wrong in the presenter console
https://bugs.documentfoundation.org/show_bug.cgi?id=103151

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124438] [META] Presenter console bugs and enhancements

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124438

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||103151


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103151
[Bug 103151] SVG rendered wrong in the presenter console
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 103151] SVG rendered wrong in the presenter console

2019-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103151

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||79045_79...@mail.ru
 Status|NEW |RESOLVED
 Blocks||124438

--- Comment #7 from Roman Kuznetsov <79045_79...@mail.ru> ---


*** This bug has been marked as a duplicate of bug 95438 ***


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124438
[Bug 124438] [META] Presenter console bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

  1   2   3   4   5   >