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

2019-05-27 Thread László Németh (via logerrit)
 sw/inc/IDocumentRedlineAccess.hxx |4 
 sw/source/core/doc/DocumentRedlineManager.cxx |   16 
 sw/source/core/inc/DocumentRedlineManager.hxx |4 
 sw/source/core/unocore/unocrsrhelper.cxx  |4 
 4 files changed, 24 insertions(+), 4 deletions(-)

New commits:
commit caeb6ff68d49e1b1ca911cf3f63371b855ee935d
Author: László Németh 
AuthorDate: Mon May 27 18:23:46 2019 +0200
Commit: László Németh 
CommitDate: Tue May 28 07:49:28 2019 +0200

DOCX import: clean-up FinalizeImport() of change tracking

FinalizeImport() could be triggered by accident while
editing the document. Now we set it by checking
PROP_REDLINE_REVERT_PROPERTIES used only in OOXML import.

This is a clean-up of the commit 8acc15b5113c798ecdbeed91456a92e7b0c1334e
"tdf#118699 DOCX import: don't add numbering."

Change-Id: Ib1f4ee41ba94d640788396037b668b85b800f9d0
Reviewed-on: https://gerrit.libreoffice.org/73043
Tested-by: Jenkins
Reviewed-by: László Németh 

diff --git a/sw/inc/IDocumentRedlineAccess.hxx 
b/sw/inc/IDocumentRedlineAccess.hxx
index 7592de03411d..20c6d5b97210 100644
--- a/sw/inc/IDocumentRedlineAccess.hxx
+++ b/sw/inc/IDocumentRedlineAccess.hxx
@@ -229,6 +229,10 @@ public:
 virtual void SetRedlinePassword(
 /*[in]*/const css::uno::Sequence & rNewPassword) = 0;
 
+virtual bool IsFinalizeImport() const = 0;
+
+virtual void SetFinalizeImport(bool const bFinalizeImport) = 0;
+
 protected:
  virtual ~IDocumentRedlineAccess() {};
 };
diff --git a/sw/source/core/doc/DocumentRedlineManager.cxx 
b/sw/source/core/doc/DocumentRedlineManager.cxx
index 93f8f0b972e7..94a361e14f37 100644
--- a/sw/source/core/doc/DocumentRedlineManager.cxx
+++ b/sw/source/core/doc/DocumentRedlineManager.cxx
@@ -820,10 +820,10 @@ RedlineFlags DocumentRedlineManager::GetRedlineFlags() 
const
 
 void DocumentRedlineManager::SetRedlineFlags( RedlineFlags eMode )
 {
-if ( m_bFinalizeImport )
+if ( IsFinalizeImport() )
 {
 FinalizeImport();
-m_bFinalizeImport = false;
+SetFinalizeImport( false );
 }
 
 if( meRedlineFlags != eMode )
@@ -1424,8 +1424,6 @@ DocumentRedlineManager::AppendRedline(SwRangeRedline* 
pNewRedl, bool const bCall
 // better fix it.
 n = 0;
 bDec = true;
-// or simply this is an OOXML import
-m_bFinalizeImport = true;
 }
 
 mpRedlineTable->DeleteAndDestroy( nToBeDeleted );
@@ -3000,6 +2998,16 @@ void DocumentRedlineManager::SetRedlinePassword(
 m_rDoc.getIDocumentState().SetModified();
 }
 
+bool DocumentRedlineManager::IsFinalizeImport() const
+{
+return m_bFinalizeImport;
+}
+
+void DocumentRedlineManager::SetFinalizeImport(bool const bFinalizeImport)
+{
+m_bFinalizeImport = bFinalizeImport;
+}
+
 /// Set comment text for the Redline, which is inserted later on via
 /// AppendRedline. Is used by Autoformat.
 /// A null pointer resets the mode. The pointer is not copied, so it
diff --git a/sw/source/core/inc/DocumentRedlineManager.hxx 
b/sw/source/core/inc/DocumentRedlineManager.hxx
index dd64f5511d12..1288faae5e38 100644
--- a/sw/source/core/inc/DocumentRedlineManager.hxx
+++ b/sw/source/core/inc/DocumentRedlineManager.hxx
@@ -117,6 +117,10 @@ public:
 virtual void SetRedlinePassword(
 /*[in]*/const css::uno::Sequence & rNewPassword) override;
 
+virtual bool IsFinalizeImport() const override;
+
+virtual void SetFinalizeImport(bool const bFinalizeImport) override;
+
 //Non Interface methods;
 
 /** Set comment-text for Redline. It then comes in via AppendRedLine.
diff --git a/sw/source/core/unocore/unocrsrhelper.cxx 
b/sw/source/core/unocore/unocrsrhelper.cxx
index 0b8a3d8fadb9..2e935b87477c 100644
--- a/sw/source/core/unocore/unocrsrhelper.cxx
+++ b/sw/source/core/unocore/unocrsrhelper.cxx
@@ -1260,6 +1260,10 @@ void makeRedline( SwPaM const & rPaM,
 pRedlineExtraData = new SwRedlineExtraData_FormattingChanges( 
 );
 }
 }
+
+// to finalize DOCX import
+if ( eType == RedlineType::Delete && 
!pRedlineAccess->IsFinalizeImport() )
+pRedlineAccess->SetFinalizeImport( true );
 }
 
 SwRangeRedline* pRedline = new SwRangeRedline( aRedlineData, rPaM );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125366] MariaDB native Connector - can't delete a record via control UI

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125366

--- Comment #6 from Andreas Renold  ---
Thanks.

I got an update (Version 5.5.62-0091) for MariaDB since and now (almost) all is
working.

I had this problem for several moths working with the newest updates with
Linux-Mint and Synology Disk Stations MariaDB. I tryed to build a sample-table
but it only worked properly with SQL-Code.

-- 
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 125120] Proposal to improve documents combination

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125120

--- Comment #1 from Henry Izurieta  ---
Created attachment 151722
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151722=edit
Combine dialog

This dialog save in individual files, but in odt format, not in pdf format.

-- 
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 125542] New: Can't close editor via "X" of window manager

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125542

Bug ID: 125542
   Summary: Can't close editor via "X" of window manager
   Product: LibreOffice
   Version: 6.0.7.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Formula Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: notebook22...@gmail.com

Tested within:
- Libre Writer
- Libre Impress

Reproduce:
1) Create a new formula.
2) Click somewhere to close formula editor.
3) Double-click formula to open up formula editor.
4) The formula window will open.
5) Click the X in the top right/left of the formula window to close it.
6)
  Expected: Formula window closes
  Actual:   Formula window does not close

-- 
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 103184] [META] UI theming bugs and enhancements

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103184
Bug 103184 depends on bug 125454, which changed state.

Bug 125454 Summary: Math does not respect system theme
https://bugs.documentfoundation.org/show_bug.cgi?id=125454

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
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: starmath/inc starmath/source

2019-05-27 Thread Jan-Marek Glogowski (via logerrit)
 starmath/inc/ElementsDockingWindow.hxx|1 +
 starmath/source/ElementsDockingWindow.cxx |   23 +++
 2 files changed, 20 insertions(+), 4 deletions(-)

New commits:
commit 67fd47e909aa88584420c3351ab17308aeb4e911
Author: Jan-Marek Glogowski 
AuthorDate: Tue May 14 02:48:37 2019 +0200
Commit: Jan-Marek Glogowski 
CommitDate: Tue May 28 06:06:48 2019 +0200

tdf#125454 SM use theming for element list

This uses the same background color then the edit entries and
changes the focus from the gray filled rectangle to a non-filled
rectangle using the general highlight color.

Change-Id: I4b44811e768266ccd2081a8e3ef61483a803da3b
Reviewed-on: https://gerrit.libreoffice.org/72795
Reviewed-by: Heiko Tietze 
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/starmath/inc/ElementsDockingWindow.hxx 
b/starmath/inc/ElementsDockingWindow.hxx
index 874735a8a44f..c68d442bef3d 100644
--- a/starmath/inc/ElementsDockingWindow.hxx
+++ b/starmath/inc/ElementsDockingWindow.hxx
@@ -73,6 +73,7 @@ class SmElementsControl : public Control
 static const std::pair aOthers[];
 
 virtual void ApplySettings(vcl::RenderContext&) override;
+virtual void DataChanged(const DataChangedEvent&) override;
 virtual void Paint(vcl::RenderContext& rRenderContext, const 
tools::Rectangle&) override;
 virtual void MouseButtonDown(const MouseEvent& rMEvt) override;
 virtual void MouseMove(const MouseEvent& rMEvt) override;
diff --git a/starmath/source/ElementsDockingWindow.cxx 
b/starmath/source/ElementsDockingWindow.cxx
index 385d33d795b5..43948cd18106 100644
--- a/starmath/source/ElementsDockingWindow.cxx
+++ b/starmath/source/ElementsDockingWindow.cxx
@@ -378,9 +378,10 @@ void 
SmElementsControl::LayoutOrPaintContents(vcl::RenderContext *pContext)
 if (pCurrentElement == element)
 {
 pContext->Push(PushFlags::FILLCOLOR | 
PushFlags::LINECOLOR);
-pContext->SetFillColor(Color(230, 230, 230));
-pContext->SetLineColor(Color(230, 230, 230));
-
+const StyleSettings& rStyleSettings = 
pContext->GetSettings().GetStyleSettings();
+pContext->SetLineColor(rStyleSettings.GetHighlightColor());
+pContext->SetFillColor(COL_TRANSPARENT);
+pContext->DrawRect(PixelToLogic(tools::Rectangle(x + 1, y 
+ 1, x + boxX - 1, y + boxY - 1)));
 pContext->DrawRect(PixelToLogic(tools::Rectangle(x + 2, y 
+ 2, x + boxX - 2, y + boxY - 2)));
 pContext->Pop();
 }
@@ -452,7 +453,21 @@ void SmElementsControl::Resize()
 
 void SmElementsControl::ApplySettings(vcl::RenderContext& rRenderContext)
 {
-rRenderContext.SetBackground(COL_WHITE);
+const StyleSettings& rStyleSettings = 
rRenderContext.GetSettings().GetStyleSettings();
+rRenderContext.SetBackground(rStyleSettings.GetFieldColor());
+}
+
+void SmElementsControl::DataChanged(const DataChangedEvent& rDCEvt)
+{
+Window::DataChanged(rDCEvt);
+
+if (!((rDCEvt.GetType() == DataChangedEventType::FONTS) ||
+  (rDCEvt.GetType() == DataChangedEventType::FONTSUBSTITUTION) ||
+  ((rDCEvt.GetType() == DataChangedEventType::SETTINGS) &&
+   (rDCEvt.GetFlags() & AllSettingsFlags::STYLE
+return;
+
+Invalidate();
 }
 
 void SmElementsControl::Paint(vcl::RenderContext& rRenderContext, const 
tools::Rectangle&)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125541] New: Calc "format cells" does not leave background "as is"

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125541

Bug ID: 125541
   Summary: Calc "format cells" does not leave background "as is"
   Product: LibreOffice
   Version: 6.2.3.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: norsw...@gmail.com

Created attachment 151721
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151721=edit
Calc "format cells" does not leave background "as is"

When you select a range of cells with, for example, various fonts, and you
change a different attribute - for example, the background - LibO Calc leaves
all the different fonts "as is."

However, if you (1) change the background on a cell, and then immediately (2)
select another range of cells with various backgrounds, and change a different
attribute - for example, the font - LibO Calc also changes all the selected
cells' backgrounds to "none."

-- 
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 94691] [META] OpenGL bugs

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94691

Aron Budea  changed:

   What|Removed |Added

 Depends on||122737


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122737
[Bug 122737] The slide flashes once when after the fade animation ends
-- 
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 93529] [META] VCL/OpenGL rendering tracker bug for 5.0+

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529

Aron Budea  changed:

   What|Removed |Added

 Depends on|122737  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122737
[Bug 122737] The slide flashes once when after the fade animation ends
-- 
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 122737] The slide flashes once when after the fade animation ends

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122737

Aron Budea  changed:

   What|Removed |Added

 Blocks|93529   |94691

--- Comment #5 from Aron Budea  ---
(In reply to Mike Kaganski from comment #4)
> (In reply to Aron Budea from comment #3)
> > Only occurs with OpenGL enabled.
> 
> seems to contradict with
I made two mistakes...
1. It does occur with default rendering (the transitions are drawn using OpenGL
regardless).
2. The offending commit is from after the report. :)

Anyway, now the bug is 100% there.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=93529
[Bug 93529] [META] VCL/OpenGL rendering tracker bug for 5.0+
https://bugs.documentfoundation.org/show_bug.cgi?id=94691
[Bug 94691] [META] OpenGL 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 125167] Chart Position and Size dialog—Adapt options grayed out--delete?

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125167

--- Comment #5 from Cathy Crumbley  ---
Xisco,
It just occurred to me that I may have inadvertently changed the status to New
rather than to Unconfirmed. Did you happen to change the status? My apologies
if I made a mistake.
Cathy

-- 
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 125249] LibreOffice Writer renders text as pixelated, thin, not crisp

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125249

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
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 125265] Indentation is lost when pasting as rich text

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125265

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
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 125167] Chart Position and Size dialog—Adapt options grayed out--delete?

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125167

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 125269] Disappeares some tools from contextual single when cursor is in the Writer table

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125269

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
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 121768] When I use overline it is not saved in LiberOffice Calc

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121768

--- Comment #2 from QA Administrators  ---
Dear David Allman,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
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 125302] No Edit Mode after upgrading 32bit LO from version 6.1.5.2 to 6.2.3.2 (Win) using aoo-sdbc connector extension

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125302

--- Comment #10 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
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 121339] LibreOffice takes a mighty long time to start.

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121339

--- Comment #6 from QA Administrators  ---
Dear Roland Taylor,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
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 125526] Droid Serif installed but not showing in Cyrillics

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125526

--- Comment #4 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
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 125302] No Edit Mode after upgrading 32bit LO from version 6.1.5.2 to 6.2.3.2 (Win) using aoo-sdbc connector extension

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125302

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |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-bugs] [Bug 121693] Tables get divided in two pages with no reason

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121693

--- Comment #3 from QA Administrators  ---
Dear Francisco,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
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 124914] Paragraph Style Selector missing in iOS

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124914

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|QA:needsComment |

-- 
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 124898] Bad template format same session

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124898

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|QA:needsComment |

-- 
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 125526] Droid Serif installed but not showing in Cyrillics

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125526

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |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-bugs] [Bug 124907] iOS Spelling Suggestions not Scrollable

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124907

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|QA:needsComment |

-- 
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 121710] Recover Unsaved Word Doc / Not Responding

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121710

--- Comment #2 from QA Administrators  ---
Dear Maliha Haider,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
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 125120] Proposal to improve documents combination

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125120

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
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 101747] PERFORMANCE: Slowness sorting

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101747

--- Comment #10 from QA Administrators  ---
Dear Mikhail Novosyolov,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
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 98267] Cannot change position of outline numbering via Tools > Outline numbering... Position (file with specific settings)

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98267

--- Comment #9 from QA Administrators  ---
Dear andis.lazdins,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 117204] Slides notes not changing on presentation mode (dual screen)

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117204

--- Comment #3 from QA Administrators  ---
Dear Thierry Mallard,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 90558] Find & Replace Within Selection

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90558

--- Comment #9 from QA Administrators  ---
Dear tholral,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 117836] Missing colours in colour palette tonal in preview

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117836

--- Comment #3 from QA Administrators  ---
Dear thackert,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 98650] Formatting with manual line breaks and tabs from specific PPTX not shown properly in Impress

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98650

--- Comment #17 from QA Administrators  ---
Dear Timur,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 106771] FILESAVE: LibreOffice fails to embed fonts while saving PPT files

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106771

--- Comment #3 from QA Administrators  ---
Dear MP,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 106448] Exporting presentation created using Vintage or Metropolis master pages to PDF makes poor gradients with white lines

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106448

--- Comment #7 from QA Administrators  ---
Dear kompilainenn,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 125540] New: Selecting and changing size of rows/columns causes hidden rows/columns to appear

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125540

Bug ID: 125540
   Summary: Selecting and changing size of rows/columns causes
hidden rows/columns to appear
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: catbil...@gmail.com

versions 6.1.6.3 and 6.2.4.2

To replicate:
1. Select rows or columns
2. Go to the drop-down list of the row or column icon in the standard toolbar.
3. Select hide rows/columns
4. Select rows/columns on both sides of the hidden rows/columns
5. Change the height or width of the selected rows or columns

Expected:
The hidden rows/columns continue to be hidden and should remain hidden until
they are intentionally made visible.

What happens instead:
The hidden rows/columns are no longer hidden

-- 
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: Branch 'distro/collabora/collabora-online-4' - 4 commits - common/Message.hpp common/Util.cpp common/Util.hpp loleaflet/src wsd/ClientSession.cpp wsd/ClientSession.hp

2019-05-27 Thread Libreoffice Gerrit user
 common/Message.hpp   |   13 ++
 common/Util.cpp  |   14 ++
 common/Util.hpp  |2 
 loleaflet/src/core/Socket.js |   13 +-
 loleaflet/src/layer/marker/ClipboardContainer.js |   19 ++-
 loleaflet/src/layer/tile/TileLayer.js|  141 +--
 loleaflet/src/map/handler/Map.Keyboard.js|2 
 wsd/ClientSession.cpp|   95 +++
 wsd/ClientSession.hpp|   27 
 wsd/LOOLWSD.cpp  |   99 +++-
 wsd/LOOLWSD.hpp  |2 
 11 files changed, 372 insertions(+), 55 deletions(-)

New commits:
commit c2067a9174748285736549c45276ac741a0fcda6
Author: Michael Meeks 
AuthorDate: Tue May 28 02:00:46 2019 +0100
Commit: Michael Meeks 
CommitDate: Tue May 28 02:26:47 2019 +0100

Start of clipboard server end-point ...

Change-Id: I6da502cc1aacef450d612696abcc38f8d8d8873a

diff --git a/loleaflet/src/layer/tile/TileLayer.js 
b/loleaflet/src/layer/tile/TileLayer.js
index 697ab6040..e3d6cd7b5 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -2483,9 +2483,11 @@ L.TileLayer = L.GridLayer.extend({
var meta = html.substring(start + match.length, end);
 
// quick sanity checks that it one of ours.
-   if (meta.indexOf('/clipboard/') > 0 &&
-   meta.indexOf('tag=') > 0)
-   return meta;
+   if (meta.indexOf('%2Fclipboard%3FWOPISrc%3D') > 0 &&
+   meta.indexOf('%26ServerId%3D') > 0 &&
+   meta.indexOf('%26ViewId%3D') > 0 &&
+   meta.indexOf('%26Tag%3D') > 0)
+   return decodeURIComponent(meta);
else
console.log('Mis-understood foreign origin: "' + meta + 
'"');
return '';
@@ -2498,8 +2500,8 @@ L.TileLayer = L.GridLayer.extend({
var pasteHtml = dataTransfer.getData('text/html');
var meta = this._getMetaOrigin(pasteHtml);
var id = this._map.options.webserver + 
this._map.options.serviceRoot +
-   '/clipboard/' + this._map._socket.WSDServer.Id + '/' + 
this._viewId +
-   '?WOPISrc=' + encodeURIComponent(this._map.options.doc);
+   '/clipboard?WOPISrc='+ 
encodeURIComponent(this._map.options.doc) +
+   '=' + this._map._socket.WSDServer.Id + '=' 
+ this._viewId;
 
// for the paste, we might prefer the internal LOK's copy/paste
if (meta.startsWith(id) && preferInternal === true) {
@@ -2545,10 +2547,11 @@ L.TileLayer = L.GridLayer.extend({
console.log('Doing async paste of data from remote 
origin\n\t"' + meta + '" is not\n\t"' + id + '"');
var tilelayer = this;
var oReq = new XMLHttpRequest();
-   oReq.onload = function() {
+   oReq.onload = function(e) {
var arraybuffer = oReq.response;
if (oReq.status == 200) { // OK
-   var blob = new Blob(['paste 
mimetype=application/x-openoffice-embed-source-xml;windows_formatname="Star 
Embed Source (XML)"\n', arraybuffer]);
+// var blob = new Blob(['paste 
mimetype=application/x-openoffice-embed-source-xml;windows_formatname="Star 
Embed Source (XML)"\n', arraybuffer]);
+   var blob = new Blob(['paste 
mimetype=text/plain\n', arraybuffer]);

tilelayer._map._socket.sendMessage(blob);
console.log('Sent paste blob message');
} else {
diff --git a/wsd/ClientSession.cpp b/wsd/ClientSession.cpp
index 899eae49f..738521d43 100644
--- a/wsd/ClientSession.cpp
+++ b/wsd/ClientSession.cpp
@@ -97,9 +97,16 @@ std::string ClientSession::getURIAndUpdateClipboardHash()
 Poco::URI::encode(wopiSrc.toString(), encodeChars, encodedFrom);
 
 std::string proto = (LOOLWSD::isSSLEnabled() || 
LOOLWSD::isSSLTermination()) ? "https://; : "http://;;
-std::string meta = proto + _hostNoTrust + "/clipboard/" + 
LOOLWSD::HostIdentifier +
-"/" + std::to_string(getKitViewId()) + "?WOPISrc=" + encodedFrom + 
"tag=" + hash;
-return meta;
+std::string meta = proto + _hostNoTrust +
+"/clipboard?WOPISrc=" + encodedFrom +
+"=" + LOOLWSD::HostIdentifier +
+"=" + std::to_string(getKitViewId()) +
+"=" + hash;
+
+std::string metaEncoded;
+Poco::URI::encode(meta, encodeChars, metaEncoded);
+
+return metaEncoded;
 }
 
 // called infrequently
@@ -1357,7 +1364,15 @@ void 

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - comphelper/source

2019-05-27 Thread Matthias Seidel (via logerrit)
 comphelper/source/misc/locale.cxx |   32 
 1 file changed, 16 insertions(+), 16 deletions(-)

New commits:
commit 4fe42dd3d3fa3d27a5f1d8dd1db61f6f2ab3f9fb
Author: Matthias Seidel 
AuthorDate: Mon May 27 22:28:42 2019 +
Commit: Matthias Seidel 
CommitDate: Mon May 27 22:28:42 2019 +

Cleaned up whitespace, fixed typos

diff --git a/comphelper/source/misc/locale.cxx 
b/comphelper/source/misc/locale.cxx
index 5ef0b0eaab00..eba5bc91dc46 100644
--- a/comphelper/source/misc/locale.cxx
+++ b/comphelper/source/misc/locale.cxx
@@ -375,8 +375,8 @@ Locale::Locale(const ::rtl::OUString& sLanguage,
 //---
 Locale::Locale()
 {
-// Initialize instance ... otherwhise user will
-// may be get exceptions if he e.g. copy this instance ...
+// Initialize instance... otherwise users will
+// maybe get exceptions if he e.g. copies this instance...
 (*this) = X_NOTRANSLATE();
 }
 
@@ -424,9 +424,9 @@ void Locale::setVariant(const ::rtl::OUString& sVariant)
 
 //---
 /* Attention: Use own interface methods to set the
-   different parts of this locale. Because the
+   different parts of this locale. Because they
check the incoming value and throw an exception
-   automatically ...
+   automatically...
  */
 void Locale::fromISO(const ::rtl::OUString& sISO)
 throw(Locale::MalFormedLocaleException)
@@ -511,9 +511,9 @@ sal_Bool Locale::similar(const Locale& aComparable) const
 Locale aReference(sReferenceISO);
 
 // Note: The same language or "en"/"en-US" should be preferred as fallback.
-// On the other side some localized variables doesn't use localzation in 
real.
-// May be the use a "fix" value only ... marked as X-DEFAULT or 
X-NOTRANSLATE.
-// At least it can be discussed, if any language is a valid fallback ...
+// On the other side some localized variables don't use localization in 
real.
+// Maybe they use a "fix" value only... marked as X-DEFAULT or 
X-NOTRANSLATE.
+// At least it can be discussed, if any language is a valid fallback...
 // But in case some office functionality depends on that (that means real 
functionality instead
 // of pure UI descriptions) we should do anything, so it can work.
 
@@ -534,7 +534,7 @@ sal_Bool Locale::similar(const Locale& aComparable) const
 if (aCheck.equals(aReference))
 return pIt;
 
-// found similar Locale => safe it as possible fallback
+// found similar Locale => save it as possible fallback
 if (
 (pSimilar == lISOList.end()) &&
 (aCheck.similar(aReference))
@@ -543,7 +543,7 @@ sal_Bool Locale::similar(const Locale& aComparable) const
 pSimilar = pIt;
 }
 else
-// found en-US => safe it as fallback
+// found en-US => save it as fallback
 if (
 (pEN_US == lISOList.end()) &&
 (aCheck.equals(EN_US())  )
@@ -552,7 +552,7 @@ sal_Bool Locale::similar(const Locale& aComparable) const
 pEN_US = pIt;
 }
 else
-// found en[-XX] => safe it as fallback
+// found en[-XX] => save it as fallback
 if (
 (pEN == lISOList.end()  ) &&
 (aCheck.similar(EN_US()))
@@ -561,7 +561,7 @@ sal_Bool Locale::similar(const Locale& aComparable) const
 pEN = pIt;
 }
 else
-// found an explicit default value(!) => safe it as fallback
+// found an explicit default value(!) => save it as fallback
 if (
 (pXDefault == lISOList.end()) &&
 (aCheck.equals(X_DEFAULT()) )
@@ -570,7 +570,7 @@ sal_Bool Locale::similar(const Locale& aComparable) const
 pXDefault = pIt;
 }
 else
-// found an implicit default value(!) => safe it as fallback
+// found an implicit default value(!) => save it as fallback
 if (
 (pXNoTranslate == lISOList.end()) &&
 (aCheck.equals(X_NOTRANSLATE()) )
@@ -579,7 +579,7 @@ sal_Bool Locale::similar(const Locale& aComparable) const
 pXNoTranslate = pIt;
 }
 else
-// safe the first locale, which isn't an explicit fallback
+// save the first locale, which isn't an explicit fallback
 // as "last possible fallback"
 if (pAny == lISOList.end())
 pAny = pIt;
@@ -611,7 +611,7 @@ sal_Bool Locale::getFallback(Locale& aLocale)
 {
 // a)
 // this was our last fallback!
-// break any further calls to this method ...
+// break any further calls to this method...
 if (aLocale.equals(X_NOTRANSLATE()))
 return sal_False;
 
@@ -655,8 +655,8 @@ sal_Bool Locale::getFallback(Locale& aLocale)
 //---
 void  Locale::operator=(const Locale& rCopy)
 {
-// Take over these values without checking ...
-// 

[Libreoffice-bugs] [Bug 102495] [META] KDE VCL backend bugs and enhancements

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102495
Bug 102495 depends on bug 125524, which changed state.

Bug 125524 Summary: Editing Formula causes fatal Application Crash
https://bugs.documentfoundation.org/show_bug.cgi?id=125524

   What|Removed |Added

 Status|NEEDINFO|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 125524] Editing Formula causes fatal Application Crash

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125524

aSystemOverload  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from aSystemOverload  ---
I've done a brief test on a new file and cannot reproduce, will mark as
RESOLVED until/unless it rears its head again.

-- 
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: wsd/LOOLWSD.cpp

2019-05-27 Thread Libreoffice Gerrit user
 wsd/LOOLWSD.cpp |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 6ad5f3a50984f68c40f4d0282447f979e95ee840
Author: Michael Meeks 
AuthorDate: Mon May 27 22:22:13 2019 +0100
Commit: Michael Meeks 
CommitDate: Mon May 27 23:16:47 2019 +0100

re-order to fix threading; probable mis-merge.

Change-Id: Id59042248db7572add2d06f62cd8f1d4969ed889

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 8e43fe313..28c91dbdf 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -2451,7 +2451,10 @@ private:
 sent = true;
 }
 else
+{
 LOG_WRN("Failed to create Client Session with id [" << _id 
<< "] on docKey [" << docKey << "].");
+cleanupDocBrokers();
+}
 }
 
 if (!sent)
@@ -2706,7 +2709,6 @@ private:
 else
 {
 LOG_WRN("Failed to create Client Session with id [" << _id 
<< "] on docKey [" << docKey << "].");
-cleanupDocBrokers();
 }
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-05-27 Thread Serge Krot (via logerrit)
 sw/qa/extras/mailmerge/data/tdf125522.odt |binary
 sw/qa/extras/mailmerge/mailmerge.cxx  |   24 
 sw/source/core/doc/doc.cxx|   28 +---
 3 files changed, 49 insertions(+), 3 deletions(-)

New commits:
commit 37103a3f008c13dee21d55c8da9e6af807b1997c
Author: Serge Krot 
AuthorDate: Mon May 27 14:37:27 2019 +0200
Commit: Thorsten Behrens 
CommitDate: Tue May 28 00:08:38 2019 +0200

tdf#125522: Mail merge: Hidden text frames are not completely removed

Change-Id: I67550b325a0ac177ffbd52718234c2a0edf1154c
Reviewed-on: https://gerrit.libreoffice.org/73033
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 

diff --git a/sw/qa/extras/mailmerge/data/tdf125522.odt 
b/sw/qa/extras/mailmerge/data/tdf125522.odt
new file mode 100644
index ..265d8fca7615
Binary files /dev/null and b/sw/qa/extras/mailmerge/data/tdf125522.odt differ
diff --git a/sw/qa/extras/mailmerge/mailmerge.cxx 
b/sw/qa/extras/mailmerge/mailmerge.cxx
index d4ef29e9e106..7e6e20967e27 100644
--- a/sw/qa/extras/mailmerge/mailmerge.cxx
+++ b/sw/qa/extras/mailmerge/mailmerge.cxx
@@ -933,6 +933,30 @@ DECLARE_SHELL_MAILMERGE_TEST(testTdf62364, "tdf62364.odt", 
"10-testing-addresses
 }
 }
 
+DECLARE_SHELL_MAILMERGE_TEST(tdf125522_shell, "tdf125522.odt", 
"10-testing-addresses.ods", "testing-addresses")
+{
+// prepare unit test and run
+executeMailMerge();
+
+// reset currently opened layout of the original template,
+// and create the layout of the document with 10 mails inside
+dumpMMLayout();
+
+// there should be no any text frame in output
+SwXTextDocument* pTextDoc = dynamic_cast(mxMMComponent.get());
+CPPUNIT_ASSERT(pTextDoc);
+
+const auto & rNodes = pTextDoc->GetDocShell()->GetDoc()->GetNodes();
+for (sal_uLong nodeIndex = 0; nodeIndexStartOfSectionNode())
+{
+CPPUNIT_ASSERT(!aNode->StartOfSectionNode()->GetFlyFormat());
+}
+}
+}
+
 DECLARE_SHELL_MAILMERGE_TEST(testTd78611_shell, "tdf78611.odt", 
"10-testing-addresses.ods", "testing-addresses")
 {
 // prepare unit test and run
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx
index 2da307cfd267..7828fba9e62c 100644
--- a/sw/source/core/doc/doc.cxx
+++ b/sw/source/core/doc/doc.cxx
@@ -1438,12 +1438,30 @@ bool SwDoc::RemoveInvisibleContent()
 if ( pTextNd )
 {
 bool bRemoved = false;
-SwPaM aPam(*pTextNd, 0, *pTextNd, pTextNd->GetText().getLength());
 if ( pTextNd->HasHiddenCharAttribute( true ) )
 {
 bRemoved = true;
 bRet = true;
-RemoveOrDeleteContents(pTextNd, 
getIDocumentContentOperations());
+
+if (2 == pTextNd->EndOfSectionIndex() - 
pTextNd->StartOfSectionIndex())
+{
+SwFrameFormat *const pFormat = 
pTextNd->StartOfSectionNode()->GetFlyFormat();
+if (nullptr != pFormat)
+{
+// remove hidden text frame
+getIDocumentLayoutAccess().DelLayoutFormat(pFormat);
+}
+else
+{
+// default, remove hidden paragraph
+RemoveOrDeleteContents(pTextNd, 
getIDocumentContentOperations());
+}
+}
+else
+{
+// default, remove hidden paragraph
+RemoveOrDeleteContents(pTextNd, 
getIDocumentContentOperations());
+}
 }
 else if ( pTextNd->HasHiddenCharAttribute( false ) )
 {
@@ -1455,7 +1473,11 @@ bool SwDoc::RemoveInvisibleContent()
 // Footnotes/Frames may have been removed, therefore we have
 // to reset n:
 if ( bRemoved )
-n = aPam.GetPoint()->nNode.GetIndex();
+{
+// [n] has to be inside [0 .. GetNodes().Count()] range
+if (n > GetNodes().Count())
+n = GetNodes().Count();
+}
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125524] Editing Formula causes fatal Application Crash

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125524

V Stuart Foote  changed:

   What|Removed |Added

  Component|Formula Editor  |Calc

-- 
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 122810] UI: Main editor unfocused when cursor in search field of the floating search dialog

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122810

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||momonas...@gmail.com

--- Comment #3 from Maxim Monastirsky  ---
A floating find toolbar is a separate window, so IMHO it's expected to steal
the focus from the main window, when clicking inside its search box.

(In reply to Telesto from comment #2)
> Cursor stays in document with Font color
Actually the font color widget steals the focus as well. You can verify it by
clicking in the palettes list. It just that the palette itself has a code to
return the focus to the document *after* a color was selected - as implemented
in Bug 114935. This is similar to font name/size controls in a floating
formatting toolbar: They steal the focus when you click them, but bring the
focus back to the document once you selected a font name/size.

-- 
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 125539] Text box to small within Impress' slide sorter toolbar

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125539

--- Comment #1 from Thorsten Wagner  ---
Created attachment 151720
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151720=edit
Screenshot

-- 
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 125539] New: Text box to small within Impress' slide sorter toolbar

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125539

Bug ID: 125539
   Summary: Text box to small within Impress' slide sorter toolbar
   Product: LibreOffice
   Version: 6.3.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thorsten.wagne...@gmail.com

Description:
Text box to specify number of slides to be displayed side by side is too small
on macOS (see screenshot). On Linux issue exists too, it is more significant
here due to plus and minus buttons within text field.

Steps to Reproduce:
(1) Open Impress

(2) Open slide sorter

Actual Results:
Text box to specify number of slides to be displayed side by side is too small

Expected Results:
Text box to specify number of slides to be displayed side by side is wide
enough to specify two digits at least


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Issue is not related to LO 6.3. Issue exists since LO 5 at least.

-- 
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 125538] New: Bad shaded background on zoom slider within Calc's print preview toolbar

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125538

Bug ID: 125538
   Summary: Bad shaded background on zoom slider within Calc's
print preview toolbar
   Product: LibreOffice
   Version: 6.3.0.0.alpha1+ Master
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thorsten.wagne...@gmail.com

Description:
Background of zoom slider within Calc's print preview is rendered light gray
while remaining toolbar is renderd darker gray (see screenshot).

Steps to Reproduce:
(1) Open Calc

(2) Press Toogle Print Preview icon

Actual Results:
Background of zoom slider is rendered light gray while remaining toolbar is
renderd darker gray

Expected Results:
Background of zoom slider is rendered same gray as remaining toolbar


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Issue is not related to LO 6.3. Issue exists with LO 5 at least.

-- 
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 125538] Bad shaded background on zoom slider within Calc's print preview toolbar

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125538

--- Comment #1 from Thorsten Wagner  ---
Created attachment 151719
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151719=edit
Screenshot

-- 
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 125537] Object's width / height is shown different on Impress' / Calc's sidebar and statusbar

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125537

--- Comment #1 from Thorsten Wagner  ---
Created attachment 151718
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151718=edit
Screenshot

-- 
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 125537] New: Object's width / height is shown different on Impress' / Calc's sidebar and statusbar

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125537

Bug ID: 125537
   Summary: Object's width / height is shown different on Impress'
/ Calc's sidebar and statusbar
   Product: LibreOffice
   Version: 6.3.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thorsten.wagne...@gmail.com

Description:
Object's width / height is shown different on Impress' / Calc's sidebar and
statusbar (see screenshot, 4 cm x 2 cm in statusbar, 3.99 cm x 2.01 cm in
sidebar)

Steps to Reproduce:
(1) Open Impress

(2) Configure Impress to use centimeters as measurement units

(3) Draw a rectangle, e.g. 4 cm wide and 2 cm tall

Actual Results:
Width / height are shown different on statusbar and sidebar

Expected Results:
Width / height are shown equal on statusbar and sidebar


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Issue is not visible with inches as measurement units. Issue exists on macOS as
well as on Linux at least. Issue is not related to LO 6.3. It exists with LO 5
as well.

-- 
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 74352] EDITING: drawing object properties changes don't take effect immediately

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74352

--- Comment #5 from Oliver Grimm  ---
I CANNOT reproduce the bug here. Please check if it still applies in your
installation.

Version: 6.1.5.2
Build-ID: 1:6.1.5-3
CPU-Threads: 2; BS: Linux 4.19; UI-Render: Standard; VCL: gtk3; 
Gebietsschema: de-DE (de_DE.utf8); Calc: group threaded
Debian Linux 10/Buster/testing; Cinnamon Desktop Environment

-- 
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 125536] New: Garbled combo box within Format / Character / Font dialog box on macOS

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125536

Bug ID: 125536
   Summary: Garbled combo box within Format / Character / Font
dialog box on macOS
   Product: LibreOffice
   Version: 6.3.0.0.alpha1+ Master
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thorsten.wagne...@gmail.com

Description:
Asian Text Font / Language combo box within Character / Font dialog boxes is
garbled (see screenshot).

Steps to Reproduce:
(1) Open an LO application, e.g. Writer

(2) Select an appropriate Character / Font dialog box, e.g. Format / Character
/ Font

(3) Expand Asian Text Font / Language combo box for better visibility

Actual Results:
Combo box is rendered garbled (horizontal line artifact within combo box)

Expected Results:
Combo box is rendered without artifacts


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Issue is not related to LO 6.3. Issue exists since LO 5 at least.

-- 
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 125536] Garbled combo box within Format / Character / Font dialog box on macOS

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125536

--- Comment #1 from Thorsten Wagner  ---
Created attachment 151717
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151717=edit
Screenshot

-- 
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: postprocess/Module_postprocess.mk

2019-05-27 Thread Andras Timar (via logerrit)
 postprocess/Module_postprocess.mk |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 651cb3049ca250780715b8875bc206f344cc134c
Author: Andras Timar 
AuthorDate: Mon May 27 20:56:45 2019 +0200
Commit: Andras Timar 
CommitDate: Mon May 27 23:04:24 2019 +0200

disable a few failing unit tests in MPLv2 subset (fix mismerge)

Change-Id: I6f432d773c71eea34693a74bd8ee44562ade1702
Reviewed-on: https://gerrit.libreoffice.org/73063
Tested-by: Jenkins
Reviewed-by: Andras Timar 

diff --git a/postprocess/Module_postprocess.mk 
b/postprocess/Module_postprocess.mk
index c1b0fad212d8..4671cbc84508 100644
--- a/postprocess/Module_postprocess.mk
+++ b/postprocess/Module_postprocess.mk
@@ -43,18 +43,18 @@ endif
 
 ifeq ($(OS),LINUX)
 ifneq ($(PKGFORMAT),)
-# Implementation com.sun.star.xml.security.SEInitializer_Gpg
-# does not provide a constructor or factory in case of MPLv2 subset
-ifneq ($(MPL_SUBSET),TRUE)
 $(eval $(call gb_Module_add_check_targets,postprocess,\
CustomTarget_check_dynamic_objects \
 ))
 endif
 endif
-endif
 
+# Implementation com.sun.star.xml.security.SEInitializer_Gpg
+# does not provide a constructor or factory in case of MPLv2 subset
+ifneq ($(MPL_SUBSET),TRUE)
 $(eval $(call gb_Module_add_check_targets,postprocess,\
CppunitTest_services \
 ))
+endif
 
 # vim: set noet sw=4 ts=4:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125509] Dropdown button cropped within Writer's Property / Style sidebar dropdown

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125509

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

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
  Component|Writer  |UI

--- Comment #5 from Roman Kuznetsov <79045_79...@mail.ru> ---
confirm in

Version: 6.3.0.0.alpha1+ (x64)
Build ID: 63b39fe87644587210214198fb67d6b3fb3343c5
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-05-27_03:06:43
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded

and the same I see for this drop-down on Standard toolbar in Writer.

Dieter, do you have some scale for OS GUI in Windows? I have 125%

-- 
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 125535] New: Inconsistent coloring of selected items within lists on macOS

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125535

Bug ID: 125535
   Summary: Inconsistent coloring of selected items within lists
on macOS
   Product: LibreOffice
   Version: 6.3.0.0.alpha1+ Master
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thorsten.wagne...@gmail.com

Description:
Coloring of selected items within lists has changed on macOS. See screenshot 1
for an example with a blue bar (Preferences / Advanced) as prior to LO 6.3.
Screenshot 2 is an example with a gray bar (Writer / Table / AutoFormat
Styles). Gray coloring is visible when unselected.

Steps to Reproduce:
(1) Open an LO application, e.g. Writer

(2) Select an appropriate dialog, e.g. Table / AutoFormat Styles after
inserting a table

(3) Unfocus list

Actual Results:
Selected list item is rendered gray

Expected Results:
Selected list items are rendered blue throughout all LO applications
independent of keyboard focus

or

selected list items are rendered blue with keyboard focus and gray without
keyboard focus, but consitent throughout all LO applications


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:

-- 
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 125535] Inconsistent coloring of selected items within lists on macOS

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125535

--- Comment #2 from Thorsten Wagner  ---
Created attachment 151716
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151716=edit
Screenshot 2

-- 
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 125535] Inconsistent coloring of selected items within lists on macOS

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125535

--- Comment #1 from Thorsten Wagner  ---
Created attachment 151715
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151715=edit
Screenshot 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-bugs] [Bug 125525] Pressing F5 after selecting a transition on sidebar doesn't start slideshow

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125525

Jim Raykowski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Jim Raykowski  ---
I confirm.

-- 
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 125509] Dropdown button cropped within Writer's Property / Style sidebar dropdown

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125509

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de

--- Comment #4 from Dieter Praas  ---
I can't confirm that with

Version: 6.3.0.0.alpha1+ (x64)
Build ID: e92dcfdc7bd7b237e0bee26ff226a102d9e8e766
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-05-14_00:00:57
Locale: en-US (de_DE); UI-Language: en-US
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 125521] New Gallery items are always referenced to files

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125521

--- Comment #2 from Heiko Tietze  ---
Please keep blocking on bug 120718 as i may have to update the extension.

-- 
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 125521] New Gallery items are always referenced to files

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125521

Heiko Tietze  changed:

   What|Removed |Added

 Blocks||120718


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120718
[Bug 120718] Legacy background extension does not work
-- 
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 125534] UI: copy does not work for one cell / problem of selecting a single cell

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125534

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
Works for me click on the cell and copy.
Version: 6.3.0.0.alpha1 (x64)
Build ID: 547edd20e527fb02900f6174973770d26306e2e7
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: es-ES (es_ES); 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 125509] Dropdown button cropped within Writer's Property / Style sidebar dropdown

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125509

--- Comment #3 from Thorsten Wagner  ---
Yes, Style dropdown list on Properties tab in 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 113973] Linux middle mouse button copy does not work correctly

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113973

--- Comment #27 from oc-spa...@laposte.net ---
So, to me, the MMB works correctly for pasting.
It's only with the "calc" application that there is a specific problem. 
I opened bug 125534 for this specific problem.

Note: MMB = "Middle Mouse Button".

-- 
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 125533] Styles are rendered too small in Calc's sidebar

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125533

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #2 from m.a.riosv  ---
Repro
Version: 6.3.0.0.alpha1 (x64)
Build ID: 547edd20e527fb02900f6174973770d26306e2e7
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: es-ES (es_ES); 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 125509] Dropdown button cropped within Writer's Property / Style sidebar dropdown

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125509

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

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
Thorsten, do you mean Style dropdown list on Properties tab in 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 125534] New: UI: copy does not work for one cell / problem of selecting a single cell

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125534

Bug ID: 125534
   Summary: UI: copy does not work for one cell / problem of
selecting a single cell
   Product: LibreOffice
   Version: 6.1.5.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oc-spa...@laposte.net

Description:
Hello,

In the "calc" application, when I click on a cell:

(1) The content of the cell is not sent to the clipboard manager (contrary to
the standard practice for all Unix applications)

(2) If I do "Ctrl+C", the content of the cell is not sent to the clipboard
manager (contrary to the standard practice for all GUI applications)

What works (but are only workarounds):
- Selection in the "input line" works, i.e. the selection reaches the clipboard
manager.
- If I select multiple cells, copy works for these cells.
- If I select multiple cells, and then reduce the selection to one single cell,
copy works.

Olivier (Debian, LibreOffice 6.1.5.2, XFCE 4.12, Clipman manager):



Steps to Reproduce:
1. Click on a cell in the "calc" application (a cell with some content, text or
number)

Actual Results:
2. Observe that nothing is received by the clipboard manager (thus nothing can
be pasted anywhere).

Expected Results:
The points (1) and (2) mentioned above should work.


Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
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 125521] New Gallery items are always referenced to files

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125521

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

   What|Removed |Added

Version|6.1.6.3 release |6.0.4.2 release
 Ever confirmed|0   |1
 CC||79045_79...@mail.ru
 Status|UNCONFIRMED |NEW

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
confirm in

Version: 6.3.0.0.alpha1+ (x64)
Build ID: 63b39fe87644587210214198fb67d6b3fb3343c5
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-05-27_03:06:43
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded

and in 6.0.4 too

-- 
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 99671] [META] Gallery bugs and enhancements

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99671

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

   What|Removed |Added

 Depends on||125521


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=125521
[Bug 125521] New Gallery items are always referenced to files
-- 
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 125521] New Gallery items are always referenced to files

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125521

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

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||0718
 Blocks|120718  |99671


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99671
[Bug 99671] [META] Gallery bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=120718
[Bug 120718] Legacy background extension does not work
-- 
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 125528] i18n: Add Silesian to the Western languages group

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125528

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

   What|Removed |Added

 CC||79045_79...@mail.ru,
   ||er...@redhat.com

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Eike, you are master in this area, what do you think?

-- 
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 125529] Misplaced keyboard focus cursor within new tips dialog on macOS

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125529

Thorsten Wagner  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

-- 
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 125529] Misplaced keyboard focus cursor within new tips dialog on macOS

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125529

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

   What|Removed |Added

 Blocks||125257
 OS|Mac OS X (All)  |All
 CC||79045_79...@mail.ru

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
confirm in

Version: 6.3.0.0.alpha1+ (x64)
Build ID: 63b39fe87644587210214198fb67d6b3fb3343c5
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-05-27_03:06:43
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=125257
[Bug 125257] [META] Tip of the day
-- 
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 125257] [META] Tip of the day

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125257

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

   What|Removed |Added

 Depends on||125529


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=125529
[Bug 125529] Misplaced keyboard focus cursor within new tips dialog on macOS
-- 
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 125533] Styles are rendered too small in Calc's sidebar

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125533

--- Comment #1 from Thorsten Wagner  ---
Created attachment 151714
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151714=edit
Screenshot

-- 
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 125533] New: Styles are rendered too small in Calc's sidebar

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125533

Bug ID: 125533
   Summary: Styles are rendered too small in Calc's sidebar
   Product: LibreOffice
   Version: 6.3.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thorsten.wagne...@gmail.com

Description:
Compared to Writer styles are rendered too small in Calc's sidebar (see
screenshot, "Default" style).

Steps to Reproduce:
(1) Open Calc

(2) Open Sidebar

(3) Open Style dropdown

Actual Results:
Styles are rendered very small

Expected Results:
Styles are rendered in same sizes as in Writer


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Issue is not related to LO 6.3. Issue exists since LO 5 at least.

-- 
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 125167] Chart Position and Size dialog—Adapt options grayed out--delete?

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125167

Cathy Crumbley  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #4 from Cathy Crumbley  ---
Confirmed with LO 6.2.4.2.

However, now there is an unexpected wrinkle. I noticed that not only is the
Adapt section grayed out; the Protect section, that contains options for
position and size, is also grayed out.

I checked all 10 chart types in 6.2.4.2, 6.2.0.2, and 6.1.6.3. All of them show
the Protect section grayed out. 

The thing is that the screenshot I attached to this bug report shows that the
Protect section is not grayed out. I even remember testing it briefly.  When I
test with the attached LO file (which was used to create the screenshot), the
Protect section is now grayed out. 

I cannot figure out what was different when I created the screenshot. I was
probably using basic column charts--nothing fancy. I cannot think of anything
significant that has changed about my setup.

I am not sure if there is anything more I can do about this little mystery.   I
cannot identify what causes the Protect section to be grayed out and, if my
memory is correct, it works when it is not grayed out.

I would like to know what others think.

-- 
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 125530] UI: Moving INPUT LINE after implementing a drop-down sum button

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125530

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

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
Thomas, do you want that new drop-down widget will show always?
Now, if you are in cell edit mode then formula bar shows us another buttons (X
and V) and it was always in LO.
I can't repro your steps...

-- 
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 125530] UI: Moving INPUT LINE after implementing a drop-down sum button

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125530

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

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
Thomas, do you want that new drop-down widget will show always?
Now, if you are in cell edit mode then formula bar shows us another buttons (X
and V) and it was always in LO.
I can't repro your steps...

-- 
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 125531] Empty CMIS properties dialog

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125531

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr,
   ||tietze.he...@gmail.com,
   ||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.
=> I put it at NEW.

Xisco/Heiko: is it a bug, an enhancement, ...? Thought it may interest UX
people.

-- 
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 125532] Characters rendered black on selected dialog tabs on macOS

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125532

--- Comment #1 from Thorsten Wagner  ---
Created attachment 151713
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151713=edit
Screenshot

-- 
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 125532] New: Characters rendered black on selected dialog tabs on macOS

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125532

Bug ID: 125532
   Summary: Characters rendered black on selected dialog tabs on
macOS
   Product: LibreOffice
   Version: 6.3.0.0.alpha1+ Master
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thorsten.wagne...@gmail.com

Description:
With LO 6.3 selected buttons are rendered with white characters correctly now.
Selected tabs are still rendered with black characters (see screenshot). They
should be rendered correctly with white characters too. 

Steps to Reproduce:
(1) Open a LO application, e.g. Writer

(2) Open a dialog with tabs, e.g. File / Properties

Actual Results:
Selected tabs are rendered with black characters

Expected Results:
Selected tabs are rendered with white characters


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:

-- 
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 125531] Empty CMIS properties dialog

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125531

--- Comment #1 from Thorsten Wagner  ---
Created attachment 151712
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151712=edit
Screenshot

-- 
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 125531] New: Empty CMIS properties dialog

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125531

Bug ID: 125531
   Summary: Empty CMIS properties dialog
   Product: LibreOffice
   Version: 6.3.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thorsten.wagne...@gmail.com

Description:
Without CMIS properties related dialog within document properties is empty.
Only a grabled scrollbar is shown (see screenshot).

Steps to Reproduce:
(1) Open any LO application, e.g. Writer

(2) Open File / Properties dialog and select CMIS properties tab

Actual Results:
An empty dialog with a grabled scrollbar is shown

Expected Results:
A message indicating no CMIS properties is shown, scrollbar is not shown or
shown at full height


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:

-- 
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 102495] [META] KDE VCL backend bugs and enhancements

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102495

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

   What|Removed |Added

 Depends on||125524


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=125524
[Bug 125524] Editing Formula causes fatal Application Crash
-- 
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 125524] Editing Formula causes fatal Application Crash

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125524

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
What linux distro do you use? 
Can you try install LibreOffice from libreoffice.org and retest your problem?
Can you disable OpenGL in LibreOffice (Tools->Options->LibreOffice->View) and
retest it?

-- 
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 125524] Editing Formula causes fatal Application Crash

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125524

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

   What|Removed |Added

 Blocks||102495


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102495
[Bug 102495] [META] KDE VCL backend 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 113973] Linux middle mouse button copy does not work correctly

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113973

--- Comment #26 from oc-spa...@laposte.net ---
In my experience (Debian, LibreOffice 6.1.5.2, XFCE 4.12, Clipman manager):

- In Writer: copy works well, i.e. the clipboard manager gets the selection,
either with Ctrl+C or with LMB selection.

- In Calc: copy DOES NOT WORK when a cell is selected, i.e. the clipboard
manager gets nothing, neither with Ctrl+C nor with LMB selection. Copy works
from the "input line", but this is a pale workaround, since one expects the
copy to work directly for a cell.

The defective copy is a major annoyance (and a symptom of wrong programming?)

Note: LMB above means "Left Mouse Button"

-- 
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 76772] FORMATTING lost when "record changes" is active

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76772

--- Comment #10 from Patrick Smits  ---
This bug is still present in Libreoffice 6.2.3.2 on Windows (reproduced via
comment 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-bugs] [Bug 125529] Misplaced keyboard focus cursor within new tips dialog on macOS

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125529

--- Comment #1 from Thorsten Wagner  ---
Created attachment 151711
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151711=edit
Screenshot

-- 
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 125529] New: Misplaced keyboard focus cursor within new tips dialog on macOS

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125529

Bug ID: 125529
   Summary: Misplaced keyboard focus cursor within new tips dialog
on macOS
   Product: LibreOffice
   Version: 6.3.0.0.alpha1+ Master
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thorsten.wagne...@gmail.com

Description:
Within dialog windows of tips which contain hyperlinks a keyboard focus cursor
is displayed, but misaligned to the left (see screenshot).

Steps to Reproduce:
(1) Open any LO application, e.g. impress

(2) Scroll through the tips until a tip with hyperlink appears

Actual Results:
A keyboard focus cursor is displayed left aligned

Expected Results:
Either no keyboard focus cursor is displayed or cursor is displayed aligned to
hyperlink


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:

-- 
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 101435] [META] Template manager bugs and enhancements

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101435

Dieter Praas  changed:

   What|Removed |Added

 Depends on||125523


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=125523
[Bug 125523] cannot set dotx templates as standard template
-- 
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 125523] cannot set dotx templates as standard template

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125523

Dieter Praas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||dgp-m...@gmx.de
 OS|Linux (All) |All
 Blocks||101435

--- Comment #1 from Dieter Praas  ---
I confirm it with

Version: 6.3.0.0.alpha1+ (x64)
Build ID: e92dcfdc7bd7b237e0bee26ff226a102d9e8e766
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-05-14_00:00:57
Locale: en-US (de_DE); UI-Language: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101435
[Bug 101435] [META] Template manager 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 122736] Crash swlo!SwFrame::IsLeaveUpperAllowed

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122736

--- Comment #11 from Telesto  ---
(In reply to Xisco Faulí from comment #10)
> (In reply to Telesto from comment #9)
> > @Michael
> > Thanks for all the work on the mitigating table lay-outing crashes.. 
> > This one is still reproducible. And yes, the table is a smoking ruin.. I'm
> > aware of that
> > 
> > 1. Open attachment 147138 [details]
> > 2. CTRL+A + CTRL+C
> > 3. CTRL+N
> > 4. CTRL+V
> > 5. CTRL+V -> Crash
> > 

Repro with
Version: 6.3.0.0.alpha1+
Build ID: 63b39fe87644587210214198fb67d6b3fb3343c5
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2019-05-27_01:42:59
Locale: it-IT (nl_NL); 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 125514] Bad text rendering within data source view

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125514

Thorsten Wagner  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #3 from Thorsten Wagner  ---
Version: 6.3.0.0.alpha1+
Build ID: ee8f9249ae027a78943f5a5eab0d02894b58db4f
CPU threads: 8; OS: Mac OS X 10.14.5; UI render: GL; VCL: osx; 
Locale: de-DE (en_DE.UTF-8); UI-Language: en-US
Calc: threaded

Issue is visible best on macOS but exists slightly on Linux too.

-- 
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 125512] Coordinates to close to next element within Impress' status bar on macOS

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125512

Thorsten Wagner  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #4 from Thorsten Wagner  ---
@ Regina: Thank you for the tip, it works!

In LO 5.4 size was set to 400. Why not restoring this setting as default for
simpress/statusbar.xml?

-- 
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 125528] New: i18n: Add Silesian to the Western languages group

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125528

Bug ID: 125528
   Summary: i18n: Add Silesian to the Western languages group
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Localization
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gregorykku...@gmail.com

Description:
Because Silesian is not in the Western languages group, it is not possible to
set it as the default document language through Tools > Options > Language
settings > Languages.

Steps to Reproduce:
none

Actual Results:
doesn't apply

Expected Results:
doesn't apply


Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
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 125524] Editing Formula causes fatal Application Crash

2019-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125524

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from Xisco Faulí  ---
Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.

-- 
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: desktop/qa postprocess/Module_postprocess.mk

2019-05-27 Thread Andras Timar (via logerrit)
 desktop/qa/desktop_lib/test_desktop_lib.cxx |3 +++
 postprocess/Module_postprocess.mk   |4 
 2 files changed, 7 insertions(+)

New commits:
commit 09a322600b2343ff25218bba198da25d7bb7888c
Author: Andras Timar 
AuthorDate: Thu Jan 24 10:28:07 2019 +
Commit: Andras Timar 
CommitDate: Mon May 27 20:30:37 2019 +0200

disable a few failing unit tests in MPLv2 subset

Change-Id: If7595983f7bf2d990687a64659a63a8a66b120bd
Reviewed-on: https://gerrit.libreoffice.org/73049
Tested-by: Jenkins
Reviewed-by: Andras Timar 

diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx 
b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index 280e0336f8bb..f3f09b71aa2a 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -50,6 +50,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 
@@ -185,10 +186,12 @@ public:
 CPPUNIT_TEST(testExtractParameter);
 CPPUNIT_TEST(testGetSignatureState_Signed);
 CPPUNIT_TEST(testGetSignatureState_NonSigned);
+#if !MPL_HAVE_SUBSET
 CPPUNIT_TEST(testInsertCertificate_DER_ODT);
 CPPUNIT_TEST(testInsertCertificate_PEM_ODT);
 CPPUNIT_TEST(testInsertCertificate_PEM_DOCX);
 CPPUNIT_TEST(testSignDocument_PEM_PDF);
+#endif
 CPPUNIT_TEST(testTextSelectionHandles);
 CPPUNIT_TEST(testDialogPaste);
 CPPUNIT_TEST(testShowHideDialog);
diff --git a/postprocess/Module_postprocess.mk 
b/postprocess/Module_postprocess.mk
index b02faf7b9310..c1b0fad212d8 100644
--- a/postprocess/Module_postprocess.mk
+++ b/postprocess/Module_postprocess.mk
@@ -43,11 +43,15 @@ endif
 
 ifeq ($(OS),LINUX)
 ifneq ($(PKGFORMAT),)
+# Implementation com.sun.star.xml.security.SEInitializer_Gpg
+# does not provide a constructor or factory in case of MPLv2 subset
+ifneq ($(MPL_SUBSET),TRUE)
 $(eval $(call gb_Module_add_check_targets,postprocess,\
CustomTarget_check_dynamic_objects \
 ))
 endif
 endif
+endif
 
 $(eval $(call gb_Module_add_check_targets,postprocess,\
CppunitTest_services \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

  1   2   3   4   >