[Libreoffice-bugs] [Bug 124014] Filling shapes with a bitmap image result in a extending the image outside the shape area.

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

--- Comment #5 from de...@mail.bg ---
Created attachment 151283
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151283=edit
Screen print of shapes filling in 6.2.3.2 Build ID: 20(Build: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-commits] core.git: icon-themes/colibre_svg sw/uiconfig

2019-05-09 Thread andreas kainz (via logerrit)
 icon-themes/colibre_svg/sfx2/res/chevron.svg |6 
 sw/uiconfig/swriter/ui/notebookbar_compact.ui|  892 ++-
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui |2 
 sw/uiconfig/swriter/ui/notebookbar_single.ui |  228 +++
 4 files changed, 804 insertions(+), 324 deletions(-)

New commits:
commit b2ea5031386d773f797b3f8cf8035ba5680db813
Author: andreas kainz 
AuthorDate: Fri May 10 01:27:49 2019 +0200
Commit: andreas_kainz 
CommitDate: Fri May 10 07:17:31 2019 +0200

NB writer: update the different UI files for better sync

Change-Id: Ie4a5401e9f20e4fd5fe8a30ba21faffc2aa69010
Reviewed-on: https://gerrit.libreoffice.org/72085
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/icon-themes/colibre_svg/sfx2/res/chevron.svg 
b/icon-themes/colibre_svg/sfx2/res/chevron.svg
new file mode 100644
index ..5aeb08b4550c
--- /dev/null
+++ b/icon-themes/colibre_svg/sfx2/res/chevron.svg
@@ -0,0 +1,6 @@
+http://www.w3.org/2000/svg;>
+  
+
diff --git a/sw/uiconfig/swriter/ui/notebookbar_compact.ui 
b/sw/uiconfig/swriter/ui/notebookbar_compact.ui
index aa04d899a528..d8c8d2fa2dc9 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_compact.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_compact.ui
@@ -3218,7 +3218,7 @@
   
 
 
-  
+  
 
   
   
@@ -3278,7 +3278,7 @@
   
 
 
-  
+  
 
   
   
@@ -3433,7 +3433,7 @@
   
 
 
-  
+  
 
   
   
@@ -3457,10 +3457,10 @@
 icons
 False
 
-  
+  
 True
 False
-.uno:BackColor
+.uno:Color
   
   
 False
@@ -3468,10 +3468,10 @@
   
 
 
-  
+  
 True
 False
-.uno:Color
+.uno:BackColor
   
   
 False
@@ -3485,21 +3485,6 @@
 0
   
 
-
-  
-True
-False
-5
-5
-vertical
-  
-  
-False
-True
-5
-1
-  
-
 
   
 
@@ -3511,63 +3496,22 @@
   
 
 
-  
+  
 True
 False
 center
-True
 
-  
+  
 True
-True
-icons
+False
 False
 
-  
-True
-False
-center
-True
-.uno:LeftPara
-  
-  
-False
-True
-  
-
-
-  
-True
-False
-center
-True
-

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

2019-05-09 Thread andreas kainz (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu |   10 
+-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit bdfc4ca62ac6f6db339aad9b37e211556e60bf6b
Author: andreas kainz 
AuthorDate: Fri May 10 00:00:53 2019 +0200
Commit: andreas_kainz 
CommitDate: Fri May 10 07:17:11 2019 +0200

NB make contextual_single out of experimental for writer

Change-Id: I8330d5817ac41a2a1e2d19714ca04b3e7830a7a5
Reviewed-on: https://gerrit.libreoffice.org/72083
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu
index 28afb946a9ba..725251aaba56 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu
@@ -109,7 +109,7 @@
 false
   
   
-4
+3
   
   
 notebookbar.ui
@@ -137,7 +137,7 @@
 false
   
   
-3
+4
   
   
 notebookbar_compact.ui
@@ -193,7 +193,7 @@
 true
   
   
-6
+7
   
   
 notebookbar_groupedbar_full.ui
@@ -218,10 +218,10 @@
 true
   
   
-true
+false
   
   
-7
+6
   
   
 notebookbar_single.ui
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-05-09 Thread Julien Nabet (via logerrit)
 sd/source/ui/framework/configuration/ChangeRequestQueue.hxx  |4 
++--
 sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx |7 
---
 2 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 28bd55310896deda96ee7d30828239fa5ed03747
Author: Julien Nabet 
AuthorDate: Thu May 9 20:10:09 2019 +0200
Commit: Julien Nabet 
CommitDate: Fri May 10 07:06:44 2019 +0200

Use std::queue instead of list for ChangeRequestQueueProcessor (sd)

Change-Id: I2520efb92e4aef399b684262e0b7daa72d212598
Reviewed-on: https://gerrit.libreoffice.org/72073
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/sd/source/ui/framework/configuration/ChangeRequestQueue.hxx 
b/sd/source/ui/framework/configuration/ChangeRequestQueue.hxx
index 402774412274..d63a64822c49 100644
--- a/sd/source/ui/framework/configuration/ChangeRequestQueue.hxx
+++ b/sd/source/ui/framework/configuration/ChangeRequestQueue.hxx
@@ -22,7 +22,7 @@
 
 #include 
 
-#include 
+#include 
 
 namespace com { namespace sun { namespace star { namespace drawing { namespace 
framework { class XConfigurationChangeRequest; } } } } }
 
@@ -33,7 +33,7 @@ namespace sd { namespace framework {
 ChangeRequestQueueProcessor to process these requests.
 */
 class ChangeRequestQueue
-: public ::std::list >
+: public ::std::queue >
 {
 public:
 /** Create an empty queue.
diff --git 
a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx 
b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
index 7ac69647522c..7934b5dd5e8b 100644
--- a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
+++ b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
@@ -91,7 +91,7 @@ void ChangeRequestQueueProcessor::AddRequest (
 TraceRequest(rxRequest);
 #endif
 
-maQueue.push_back(rxRequest);
+maQueue.push(rxRequest);
 StartProcessing();
 }
 
@@ -135,7 +135,7 @@ void ChangeRequestQueueProcessor::ProcessOneEvent()
 
 // Get and remove the first entry from the queue.
 Reference xRequest (maQueue.front());
-maQueue.pop_front();
+maQueue.pop();
 
 // Execute the change request.
 if (xRequest.is())
@@ -176,7 +176,8 @@ void ChangeRequestQueueProcessor::ProcessUntilEmpty()
 void ChangeRequestQueueProcessor::Clear()
 {
 ::osl::MutexGuard aGuard (maMutex);
-maQueue.clear();
+ChangeRequestQueue aEmpty;
+maQueue.swap(aEmpty);
 }
 
 } } // end of namespace sd::framework::configuration
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-05-09 Thread Julien Nabet (via logerrit)
 fpicker/source/office/OfficeFilePicker.cxx   |2 +-
 fpicker/source/office/OfficeFilePicker.hxx   |6 +++---
 fpicker/source/office/OfficeFolderPicker.cxx |2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 98dced113650aa7bb70c17b626474458d872fcd6
Author: Julien Nabet 
AuthorDate: Thu May 9 18:30:20 2019 +0200
Commit: Julien Nabet 
CommitDate: Fri May 10 07:03:28 2019 +0200

Replace lists by vectors in fpicker/office

Change-Id: Id8d84ddebdb909583bfb136747374c0500c080e5
Reviewed-on: https://gerrit.libreoffice.org/72067
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/fpicker/source/office/OfficeFilePicker.cxx 
b/fpicker/source/office/OfficeFilePicker.cxx
index dd6712541722..8271b9a302c8 100644
--- a/fpicker/source/office/OfficeFilePicker.cxx
+++ b/fpicker/source/office/OfficeFilePicker.cxx
@@ -22,7 +22,7 @@
 #include "iodlg.hxx"
 #include "RemoteFilesDialog.hxx"
 
-#include 
+#include 
 #include 
 #include 
 #include 
diff --git a/fpicker/source/office/OfficeFilePicker.hxx 
b/fpicker/source/office/OfficeFilePicker.hxx
index 9df75d019fb7..e42ef384f06a 100644
--- a/fpicker/source/office/OfficeFilePicker.hxx
+++ b/fpicker/source/office/OfficeFilePicker.hxx
@@ -34,15 +34,15 @@
 #include "commonpicker.hxx"
 #include "pickercallbacks.hxx"
 
-#include 
+#include 
 
 class Dialog;
 struct FilterEntry;
 struct ElementEntry_Impl;
 enum class PickerFlags;
 
-typedef ::std::list< FilterEntry > FilterList; // can be 
maintained more effectively
-typedef ::std::list < ElementEntry_Impl >  ElementList;
+typedef ::std::vector< FilterEntry >   FilterList; // can be 
maintained more effectively
+typedef ::std::vector< ElementEntry_Impl > ElementList;
 
 typedef css::beans::StringPair UnoFilterEntry;
 typedef css::uno::Sequence< UnoFilterEntry >   UnoFilterList;  // can be 
transported more effectively
diff --git a/fpicker/source/office/OfficeFolderPicker.cxx 
b/fpicker/source/office/OfficeFolderPicker.cxx
index 2c049ed605f0..8868f1cc3e57 100644
--- a/fpicker/source/office/OfficeFolderPicker.cxx
+++ b/fpicker/source/office/OfficeFolderPicker.cxx
@@ -21,7 +21,7 @@
 
 #include "iodlg.hxx"
 
-#include 
+#include 
 #include 
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-05-09 Thread Julien Nabet (via logerrit)
 vcl/inc/opengl/program.hxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7dda93787a7b55d185f31081394fb6e4f83d3f77
Author: Julien Nabet 
AuthorDate: Thu May 9 18:32:02 2019 +0200
Commit: Julien Nabet 
CommitDate: Fri May 10 07:03:50 2019 +0200

Replace list by vector vcl/opengl

Change-Id: Ia91e8d470729fff3f34e5f244a7e19359433a2ee
Reviewed-on: https://gerrit.libreoffice.org/72068
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/vcl/inc/opengl/program.hxx b/vcl/inc/opengl/program.hxx
index 6aadbed9fdde..cc1e28190916 100644
--- a/vcl/inc/opengl/program.hxx
+++ b/vcl/inc/opengl/program.hxx
@@ -12,7 +12,7 @@
 
 #include 
 
-#include 
+#include 
 
 #include 
 
@@ -53,7 +53,7 @@ private:
 GLuint  mnExtrusionVectorsAttrib;
 GLuint  mnVertexColorsAttrib;
 
-std::list< OpenGLTexture > maTextures;
+std::vector< OpenGLTexture > maTextures;
 boolmbBlending;
 
 float mfLastWidth;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125200] New: Editing: Cannot create footnotes within figure captions. Obsolete text of figure caption is shown in Table of Figures.

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

Bug ID: 125200
   Summary: Editing: Cannot create footnotes within figure
captions. Obsolete text of figure caption is shown in
Table of Figures.
   Product: LibreOffice
   Version: 6.1.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: plixp...@yahoo.de

Created attachment 151282
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151282=edit
No footnotes possible in figure captions

I would like to generate footnotes in figure captions, to minimize the amount
of text in figure captions, but it is not possible to generate footnotes within
figure captions because in the Insert menu => "Footnote/Endnote" => the
subentry "Footnote" is deactivated. Due to this, the figure caption looks poor
because it contains too much text.

And in an Table of Figures, the complete figure caption gets shown. This looks
poor, too. Figure captions should not show URL's and other obsolete information
in Table of Figures.

For details and demonstration see the attached .odt file.

-- 
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 124912] Keyboard navigation does not work with read only link to file

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

Aron Budea  changed:

   What|Removed |Added

 Whiteboard|QA:needsComment |
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu

--- Comment #1 from Aron Budea  ---
I can confirm that PgUp/Down keys don't work, arrow keys work for me.

LOOLWSD master.. (git hash: 4e1ad1af)
LOKit   LibreOfficeDev 6.3.0.0.alpha0 (git hash: 0c0e735)

-- 
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 124913] Status bar page navigation buttons do not function with Read Only link to file

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

Aron Budea  changed:

   What|Removed |Added

 Whiteboard|QA:needsComment |
 Ever confirmed|0   |1
 CC||ba...@caesar.elte.hu
 Status|UNCONFIRMED |NEW

--- Comment #1 from Aron Budea  ---
Confirmed.

LOOLWSD master.. (git hash: 4e1ad1af)
LOKit   LibreOfficeDev 6.3.0.0.alpha0 (git hash: 0c0e735)

-- 
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 124911] Files shared as read-only still runs spell check, it should not

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

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 Whiteboard|QA:needsComment |

--- Comment #1 from Aron Budea  ---
Confirmed.

LOOLWSD master.. (git hash: 4e1ad1af)
LOKit   LibreOfficeDev 6.3.0.0.alpha0 (git hash: 0c0e735)

-- 
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 123136] [META] Tunneled dialog bugs and enhancements in LOOL

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

Bug 117050 Summary: Unable to copy or paste in the Hyperlink dialog box
https://bugs.documentfoundation.org/show_bug.cgi?id=117050

   What|Removed |Added

 Status|NEW |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-bugs] [Bug 117050] Unable to copy or paste in the Hyperlink dialog box

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

Aron Budea  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Whiteboard||target:6.3.0
 Status|NEW |RESOLVED

--- Comment #7 from Aron Budea  ---
This is fixed by the following commits. Thanks to Henry for the fixes!

https://cgit.freedesktop.org/libreoffice/core/commit/?id=2ead533d2383083925537832b473e3264811d454
author  Henry Castro 2019-04-18 18:10:13
-0400
committer   Henry Castro 2019-04-26 15:28:11
+0200

lok: allow paste content to popup dialog

https://cgit.freedesktop.org/libreoffice/online/commit/?id=71496cfdb25bee9da6a8370c8adee73248cc90fe
author  Henry Castro 2019-04-18 18:26:33
-0400
committer   Henry Castro 2019-04-26 15:36:28
+0200

loleaflet: add 'paste' event listener to dialog

https://cgit.freedesktop.org/libreoffice/online/commit/?id=6bb4edd62ce5d20ef0c2ddc648acd17f35bf1008
author  Henry Castro 2019-04-18 18:22:18
-0400
committer   Henry Castro 2019-04-26 15:32:58
+0200

wsd: allow paste content to tunneled dialog

-- 
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 121979] www.Webroot.com/safe

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

Emily Smith  changed:

   What|Removed |Added

URL|https://www.nortonactivatio |https://www.antivirus-conta
   |nsetup.com  |ctnumber.com/
   Keywords|filter:ppt  |dataLoss, patch

--- Comment #9 from Emily Smith  ---
Antivirus provides malware and virus protection to all the devices present
worldwide. It has wonderful performance but during installation, it shows
trouble.   
Red more at:- https://www.antivirus-contactnumber.com/

-- 
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 117454] EDITING Writer crashes when manipulating variables in Compress window

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

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 118991] EDITING. 100% CPU usage after a few minutes with certain documents.

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

--- Comment #24 from ross.stormc...@gmail.com ---
As a follow up to my last post, I upgraded my Kubuntu installation's
LibreOffice to 6.2.3.2 (AMD64) from the LibreOffice.org packaged debs and
opening that file with that version opened it normally without hanging at high
utilization.  I have no idea why it's different between the Win 10 version and
the Linux version on that particular file, but I'm seriously getting pissed
with all the problems on Windows 10!

To be clearer:  the example .doc file seems to open fine in Kubuntu v 18.04.2
Linux but takes minutes in Windows 10 using the same version of LO 6.2.3.2
which seems stop responding with 100% utilization on one core.

-- 
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 123136] [META] Tunneled dialog bugs and enhancements in LOOL

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||125199


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=125199
[Bug 125199] Format -> Columns dialog doesn't appear in Online
-- 
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 125199] Format -> Columns dialog doesn't appear in Online

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

Aron Budea  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 125199] New: Format -> Columns dialog doesn't appear in Online

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

Bug ID: 125199
   Summary: Format -> Columns dialog doesn't appear in Online
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisected, bisected, regression
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
CC: caol...@redhat.com
Blocks: 123136

This is similar to bug 120277, bug 117784 and bug 125198.

- Open a document in Online, and try to open Format -> Columns.

=> Nothing happens.

Alternatively, using gtktiledviewer:
- Start it from a core build like this:
  bin/run gtktiledviewer --lo-path=$PWD/instdir/program 
- Click the rombus with question mark, and enter the following as UNO command,
then click Execute: FormatColumns

=> The dialog should appear, but nothing happens.

This is a regression in 6.2. Bibisected to the following commit using repo
bibisect-linux-64-6.2. Adding Cc: Caolán McNamara, please take a look
sometimes.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=587899f9ced03d02fbf8ffa9a3f52ba31be30818
author  Caolán McNamara 2018-09-05 11:57:59
+0100
committer   Caolán McNamara 2018-09-06 12:45:15
+0200

weld SwColumnPage and SwColumnDialog


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123136
[Bug 123136] [META] Tunneled dialog bugs and enhancements in LOOL
-- 
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 125035] Date format in Base is wrong.(zh-CN version)

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

yichuang驿窗  changed:

   What|Removed |Added

 CC||class...@163.com
   Assignee|libreoffice-b...@lists.free |class...@163.com
   |desktop.org |

--- Comment #1 from yichuang驿窗  ---
Created attachment 151279
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151279=edit
screenshot : week displays error

In version of master 6.3 (2019-05-04_04.44.35), this problem can be reproduced.

Necessary conditions for recurring problems(Language options in LibreOffice):
1-User interface: Chinese(simplified)
2-Locale setting: Chinese(simplified)

My operating system:
Debian Stretch 9.8/Gnome

-- 
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 124944] Math Elements pane -> Attributes, the color name label strings localized using mixed CJK & western glyphs overlap, making GUI label unreadable (zh-CN)

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

--- Comment #13 from yichuang驿窗  ---
I have tested this version:
master~2019-05-04_04.44.35_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_deb.tar.gz,
and, the result is good, the problem has been fixed!

Thanks.

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

[Libreoffice-bugs] [Bug 118991] EDITING. 100% CPU usage after a few minutes with certain documents.

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

--- Comment #23 from ross.stormc...@gmail.com ---
This is an example file showing the 100% CPU utilization bug.  This will
completely hang 6.0.x on Ubuntu for several minutes before it eventually
displays.  Converting it using lowriter --convert-to to an ODT then opening it
in an interactive session will hang 6.0.x indefinitely on a SandyBridge era
Intel Core i5 2400S CPU.  Converting the same file to a PDF then viewing it
takes a trivial amount of time (using lowriter --convert-to takes seconds to
convert then display in a PDF viewer).  On a Dell laptop with an i5 8300H on
Windows 10 with LO 6.2.3.2 AMD64 it still takes several minutes to display with
the CPU pegged to 100%, but it will eventually do so and you can close it
without hanging LO.

-- 
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 118991] EDITING. 100% CPU usage after a few minutes with certain documents.

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

--- Comment #22 from ross.stormc...@gmail.com ---
Created attachment 151278
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151278=edit
Example file exhibiting behavior

-- 
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 123727] PIVOTTABLE Allow use of text columns as Data Fields

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

--- Comment #2 from Donaithnen  ---
Created attachment 151277
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151277=edit
Example of desired Pivot Table behaviour

Here's an expanded version of the example given in the original description.

-- 
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 122029] Crash in: s_stub_releaseInterface

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

--- Comment #13 from Alan Grunwald  ---
OK, sorry.

I now know, if there is a next time. Thank you.

-- 
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 116629] notebookbar hide arrow

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

--- Comment #7 from andreas_k  ---
this is where the chevron was drawn for toolbars best would be to use this for
draw the chevron also in notebookbars.

https://opengrok.libreoffice.org/xref/core/vcl/source/window/toolbox.cxx?r=3f6fcaa9#2409

-- 
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 123136] [META] Tunneled dialog bugs and enhancements in LOOL

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||125198


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=125198
[Bug 125198] Find & Replace dialog doesn't appear in Online
-- 
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 125198] Find & Replace dialog doesn't appear in Online

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |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 125198] New: Find & Replace dialog doesn't appear in Online

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

Bug ID: 125198
   Summary: Find & Replace dialog doesn't appear in Online
   Product: LibreOffice
   Version: 6.3.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisected, bisected, regression
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
CC: caol...@redhat.com
Blocks: 123136

This is similar to bug 120277 and bug 117784.

- Open a document in Online, and try to open Edit -> Find & Replace.

=> Nothing happens.

Alternatively, using gtktiledviewer:
- Start it from a core build like this:
  bin/run gtktiledviewer --lo-path=$PWD/instdir/program 
- Click the rombus with question mark, and enter the following as UNO command,
then click Execute: SearchDialog

=> The dialog should appear, but nothing happens.


This is a regression in 6.3. Bibisected to the following commit using repo
bibisect-linux-64-6.3. Adding Cc: Caolán McNamara, please take a look
sometimes.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=f920e86fbf3968104e1dfc0e9934e80652ed0837
author  Caolán McNamara 2019-03-22 15:59:00
+
committer   Caolán McNamara 2019-03-24 18:19:29
+0100

weld SvxSearchDialog


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123136
[Bug 123136] [META] Tunneled dialog bugs and enhancements in LOOL
-- 
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 116629] notebookbar hide arrow

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

--- Comment #6 from Commit Notification 
 ---
andreas kainz committed a patch related to this issue.
It has been pushed to "master":

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

tdf#116629 add chevron icon for notebookbar hide button

It will be available in 6.3.0.

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

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

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

[Libreoffice-bugs] [Bug 116629] notebookbar hide arrow

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.3.0

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

[Libreoffice-commits] core.git: icon-themes/colibre

2019-05-09 Thread andreas kainz (via logerrit)
 icon-themes/colibre/sfx2/res/chevron.png |binary
 1 file changed

New commits:
commit 425a570a114d9a087e5320f071604f64d43fcec1
Author: andreas kainz 
AuthorDate: Thu May 9 23:51:06 2019 +0200
Commit: andreas_kainz 
CommitDate: Thu May 9 23:52:22 2019 +0200

tdf#116629 add chevron icon for notebookbar hide button

Change-Id: Ie301b24043131f28d36d2a22a31d96220de791ae
Reviewed-on: https://gerrit.libreoffice.org/72082
Reviewed-by: andreas_kainz 
Tested-by: andreas_kainz 

diff --git a/icon-themes/colibre/sfx2/res/chevron.png 
b/icon-themes/colibre/sfx2/res/chevron.png
new file mode 100644
index ..a894559b1f46
Binary files /dev/null and b/icon-themes/colibre/sfx2/res/chevron.png differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 113893] FILESAVE Saving + loading with copied content produces unexpected newlines

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

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 OS|All |Mac OS X (All)
 Status|UNCONFIRMED |NEEDINFO

--- Comment #7 from Buovjaga  ---
Walter: can you still reproduce the problem with LibreOffice 6.2.x and Acrobat
Reader?

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

-- 
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: sw/uiconfig

2019-05-09 Thread Olivier Hallot (via logerrit)
 sw/uiconfig/swriter/ui/characterproperties.ui |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9add9b231baa889d829b5e208eee55315b66299e
Author: Olivier Hallot 
AuthorDate: Thu May 9 12:23:39 2019 -0300
Commit: Katarina Behrens 
CommitDate: Thu May 9 23:39:31 2019 +0200

tdf#124343 Make string translatable

Turn standard button translatable.

Change-Id: I042846b0377adade66eb9bb8b4a3b3bef829a9f4
Reviewed-on: https://gerrit.libreoffice.org/72061
Tested-by: Jenkins
Reviewed-by: Katarina Behrens 

diff --git a/sw/uiconfig/swriter/ui/characterproperties.ui 
b/sw/uiconfig/swriter/ui/characterproperties.ui
index db760c112deb..feb8bbaac6e6 100644
--- a/sw/uiconfig/swriter/ui/characterproperties.ui
+++ b/sw/uiconfig/swriter/ui/characterproperties.ui
@@ -38,7 +38,7 @@
 
 
   
-_Standard
+_Standard
 True
 True
 True
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124644] Template manager broken since version 6.2.2.1 for Linux

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

--- Comment #7 from Peter  ---
Hi Roland,

thanks for this hint - it fixes my problem too.

The big question is, what or who causes the entries in user-dirs.dirs ending
with the "/"?

regards 

Peter

-- 
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 113893] FILESAVE Saving + loading with copied content produces unexpected newlines

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

Dieter Praas  changed:

   What|Removed |Added

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

--- Comment #6 from Dieter Praas  ---
I can't reproduce it with

Version: 6.3.0.0.alpha0+ (x64)
Build ID: 421e6fc3cd2e6fe37afbef341e2d0ad7b8edde37
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-04-07_01:12:58
Locale: en-US (de_DE); UI-Language: en-US
Calc: threaded

I tried with paste and paste unformatted. I use Adobe Acrobat Reader DC Version
2019.010.20099

-- 
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 124692] 6.3.0.0.alpha0+ slow in reaction on mouseclicks, editing

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

b.  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 125197] Wrong render of text in dialog Tools-Options-LibreOffice Writer-AutoCaption

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

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||caol...@redhat.com,
   ||xiscofa...@libreoffice.org

--- Comment #3 from Xisco Faulí  ---
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=5c32ba63163d9556ff89782a8074924cdf9dc554

author  Caolán McNamara 2019-04-04 14:30:03 +0100
committer   Caolán McNamara 2019-04-06 19:53:00
+0200
commit  5c32ba63163d9556ff89782a8074924cdf9dc554 (patch)
tree66acbb3b4c298c9f0cbff75f9e36bf3d759b7a0f
parent  6f31c63e35abef03e6f938bbddc8778b70a62d43 (diff)
weld OTableSubscriptionPage

Bisected with: bibisect-linux64-6.3

Adding Cc: to Caolán McNamara

-- 
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 124692] 6.3.0.0.alpha0+ calc slow in reaction on mouseclicks, editing

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

b.  changed:

   What|Removed |Added

Summary|6.3.0.0.alpha0+ slow in |6.3.0.0.alpha0+ calc slow
   |reaction on mouseclicks,|in reaction on mouseclicks,
   |editing |editing

-- 
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 45778] [RFE] Insert image not in a new paragraph but in the current position or as character

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

--- Comment #12 from Heiko Tietze  ---
(In reply to Regina Henschel from comment #11)
> If an image is anchored "as character", then horizontal movement and text
> wrap is not possible. 

Isn't that exactly what users want? Except from the line height issue when
moving up/down.

-- 
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 45778] [RFE] Insert image not in a new paragraph but in the current position or as character

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

--- Comment #12 from Heiko Tietze  ---
(In reply to Regina Henschel from comment #11)
> If an image is anchored "as character", then horizontal movement and text
> wrap is not possible. 

Isn't that exactly what users want? Except from the line height issue when
moving up/down.

-- 
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 69042] Add a "Release Notes/What's New" window to be shown upon first run

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

--- Comment #23 from andreas_k  ---
do it!

-- 
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 125196] Ran latest update today. Rebooted. LibreOffice and its components refuse to start.

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #5 from Xisco Faulí  ---
(In reply to Bill Voight from comment #4)
> I uninstalled and reinstalled as I needed to use LibreOffice.  It now works.

great. Closing as RESOLVED 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-ux-advise] [Bug 69042] Add a "Release Notes/What's New" window to be shown upon first run

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

--- Comment #22 from Cor Nouws  ---
(In reply to Heiko Tietze from comment #21)
> So again, the question is whether users should see the dialog even when they
> don't want to see the tip of the day. Justin voted against, I tend to do it.
> Opinions?
If it's a one-start-stand, I support that.

-- 
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 120941] PPTX with dashed line exported to a large size SVG

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

raal  changed:

   What|Removed |Added

 CC||mrcek...@gmail.com,
   ||r...@post.cz
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #10 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Marco Cecchetti ; Could you possibly take a look at this one?
Thanks

ec0e5b057dc3cbbda20e94e608eb7005432d6b68 is the first bad commit
commit ec0e5b057dc3cbbda20e94e608eb7005432d6b68
Author: Jenkins Build User 
Date:   Thu Dec 7 10:57:55 2017 +0100

source sha:154521777f8c551f10ffbe414891df9d2a529ae3

author  Marco Cecchetti  2015-12-02 17:57:57
+0100
committer   Andras Timar2015-12-09
19:38:19 +
commit  154521777f8c551f10ffbe414891df9d2a529ae3 (patch)
tree873784f7a3d21b698c38eeb015a87508dae80406
parent  689962feae2054f965a7378c3408b0ccfad2bbd5 (diff)
svg export: no more an experimental feature

-- 
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 69042] Add a "Release Notes/What's New" window to be shown upon first run

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

--- Comment #21 from Heiko Tietze  ---
So again, the question is whether users should see the dialog even when they
don't want to see the tip of the day. Justin voted against, I tend to do it.
Opinions?

-- 
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 124550] In Writer, when a mail merge document has different header/footer on a first page, final merged document has page headers messed up

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

--- Comment #4 from Emil Prpic  ---
I'm sorry, I don't know what this means. Am I required to do something?

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

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

2019-05-09 Thread Caolán McNamara (via logerrit)
 sd/source/ui/tools/PreviewRenderer.cxx |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 6670ae80580a5f80d6042b7f9d49308862472c90
Author: Caolán McNamara 
AuthorDate: Thu May 9 15:22:21 2019 +0100
Commit: Caolán McNamara 
CommitDate: Thu May 9 22:42:26 2019 +0200

Resolves: tdf#124927 crash on multiple drawing shapes in animation dialog

since...

SOSAW080: Added first bunch of basic changes to helpers
commit dfefe448c41921f2f1e54d3f69b8b9e89031d055
Date:   Thu Mar 1 15:54:32 2018 +0100

Change-Id: I9feba16b5efdbec5c817bebf2772e2f2882bdfe9
Reviewed-on: https://gerrit.libreoffice.org/72055
Reviewed-by: Michael Stahl 
Tested-by: Jenkins

diff --git a/sd/source/ui/tools/PreviewRenderer.cxx 
b/sd/source/ui/tools/PreviewRenderer.cxx
index c12930b10ece..44dceffde481 100644
--- a/sd/source/ui/tools/PreviewRenderer.cxx
+++ b/sd/source/ui/tools/PreviewRenderer.cxx
@@ -199,13 +199,16 @@ bool PreviewRenderer::Initialize (
 const Size& rPixelSize,
 const bool bObeyHighContrastMode)
 {
-if (pPage == nullptr)
+if (!pPage)
 return false;
 
 SetupOutputSize(*pPage, rPixelSize);
 SdDrawDocument& rDocument(static_cast< SdDrawDocument& 
>(pPage->getSdrModelFromSdrPage()));
 DrawDocShell* pDocShell = rDocument.GetDocSh();
 
+if (!pDocShell)
+return false;
+
 // Create view
 ProvideView (pDocShell);
 if (mpView == nullptr)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124455] EDITING: Edit Index Entry impossible for 1st key in alphabetical index

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

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

-- 
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 113944] [META] Options dialog's Writer settings bugs and enhancements

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

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

   What|Removed |Added

 Depends on||125197


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=125197
[Bug 125197] Wrong render of text in dialog Tools-Options-LibreOffice
Writer-AutoCaption
-- 
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 125197] Wrong render of text in dialog Tools-Options-LibreOffice Writer-AutoCaption

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

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

   What|Removed |Added

 Blocks||113944
   Keywords||bibisectRequest, regression

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

Version: 6.3.0.0.alpha0+
Build ID: 65f81f6acdeb03b34033a1c6515618936d5f8eca
CPU threads: 4; OS: Linux 5.0; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-04-23_17:18:14
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

in windows and with vcl:gtk3 repro too

but doesn't repro in LO 6.2 -> regression


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113944
[Bug 113944] [META] Options dialog's Writer settings 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 125197] Wrong render of text in dialog Tools-Options-LibreOffice Writer-AutoCaption

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

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 151276
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151276=edit
wrong render of text in Options dialog

-- 
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 125197] New: Wrong render of text in dialog Tools-Options-LibreOffice Writer-AutoCaption

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

Bug ID: 125197
   Summary: Wrong render of text in dialog
Tools-Options-LibreOffice Writer-AutoCaption
   Product: LibreOffice
   Version: 6.3.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
Wrong render of text in dialog Tools-Options-LibreOffice Writer-AutoCaption

Steps to Reproduce:
1. Open Writer
2. Select Tools->Options
3. In Options dialog select LibreOffice Writer->AutoCaption to left 
4. Look at list on right side (see screenshot)

Actual Results:
Wrong render of text in dialog Tools-Options-LibreOffice Writer-AutoCaption

Expected Results:
text in dialog Tools-Options-LibreOffice Writer-AutoCaption looks fine


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 124118] Old Hungarian letters doesn't appeared in typing time, produce tofus under KDE.

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

--- Comment #16 from Michael Weghorn  ---
Thanks for the detailed description!

-- 
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 116979] [META] Regression introduced by Aw080

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

Bug 124927 Summary: Crash when adding more than one object to the animated 
images dialog
https://bugs.documentfoundation.org/show_bug.cgi?id=124927

   What|Removed |Added

 Status|NEW |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-bugs] [Bug 124927] Crash when adding more than one object to the animated images dialog

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

Caolán McNamara  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |RESOLVED

-- 
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: svx/source

2019-05-09 Thread Regina Henschel (via logerrit)
 svx/source/customshapes/EnhancedCustomShape2d.cxx |  242 +++---
 1 file changed, 209 insertions(+), 33 deletions(-)

New commits:
commit 332138fbfe4d40f6d871f1e6fa900de8e0f3116f
Author: Regina Henschel 
AuthorDate: Sun May 5 22:59:46 2019 +0200
Commit: Regina Henschel 
CommitDate: Thu May 9 22:31:09 2019 +0200

tdf#125126 Use individual methods for polar handles in OOXML shapes

Polar handles of preset custom shapes from OOXML import have shown
the error, that handles are jumping or not movable or direction of
handle movement was opposite to change of shape outline. Reason
was that for backwards calculation a single method was used. But
the meaning of the adjustment value is special to the handle and
thus the backwards calculation too.

Change-Id: Ia57b07ddc23efeb32ba569ce84d47b535e801750
Reviewed-on: https://gerrit.libreoffice.org/71831
Tested-by: Jenkins
Reviewed-by: Regina Henschel 

diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx 
b/svx/source/customshapes/EnhancedCustomShape2d.cxx
index 61a02c5044cd..5d540525a550 100644
--- a/svx/source/customshapes/EnhancedCustomShape2d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx
@@ -1385,10 +1385,64 @@ static double lcl_getYAdjustmentValue(OUString& 
rShapeType, const sal_uInt32 nHa
 return fY; // method is unknown
 }
 
+static double lcl_getAngleInOOXMLUnit(double fDY, double fDX)
+{
+if (fDX != 0.0 || fDY != 0.0)
+{
+double fAngleRad(atan2(fDY, fDX));
+double fAngle = basegfx::rad2deg(fAngleRad);
+// atan2 returns angle in ]-pi; pi], OOXML preset shapes use [0;360[.
+if (fAngle < 0.0)
+fAngle += 360.0;
+// OOXML uses angle unit 1/6 degree.
+fAngle *= 6.0;
+return fAngle;
+}
+return 0.0; // no angle defined for origin in polar coordinate system
+}
+
+static double lcl_getRadiusDistance(double fWR, double fHR, double fX, double 
fY)
+{
+// Get D so, that point (fX|fY) is on the ellipse, that has width fWR-D and
+// height fHR-D and center in origin.
+// Get solution of ellipse equation (fX/(fWR-D))^2 + (fY/(fHR-D)^2 = 1 by 
solving
+// fX^2*(fHR-D)^2 + fY^2*(fWR-D)^2 - (fWR-D)^2 * (fHR-D)^2 = 0 with 
Newton-method.
+if (fX == 0.0)
+return std::min(fHR - fY, fWR);
+else if (fY == 0.0)
+return std::min(fWR - fX, fHR);
+
+double fD = std::min(fWR, fHR) - sqrt(fX * fX + fY * fY); // iteration 
start value
+sal_uInt8 nIter(0);
+bool bFound(false);
+do
+{
+++nIter;
+const double fOldD(fD);
+const double fWRmD(fWR - fD);
+const double fHRmD(fHR - fD);
+double fNumerator
+= fX * fX * fHRmD * fHRmD + fY * fY * fWRmD * fWRmD - fWRmD * 
fWRmD * fHRmD * fHRmD;
+double fDenominator
+= 2.0 * (fHRmD * (fWRmD * fWRmD - fX * fX) + fWRmD * (fHRmD * 
fHRmD - fY * fY));
+if (fDenominator != 0.0)
+{
+fD = fD - fNumerator / fDenominator;
+bFound = fabs(fOldD - fD) < 1.0E-12;
+}
+else
+fD = fD * 0.9; // new start value
+} while (nIter < 50 && !bFound);
+return fD;
+}
+
 bool EnhancedCustomShape2d::SetHandleControllerPosition( const sal_uInt32 
nIndex, const css::awt::Point& rPosition )
 {
+// The method name is misleading. Essentially it calculates the adjustment 
values from a given
+// handle position.
+
 // For ooxml-foo shapes, the way to calculate the adjustment value from 
the handle position depends on
-// the type of the shape.
+// the type of the shape, therefore need 'Type'.
 OUString sShapeType("non-primitive"); // default for ODF
 const SdrCustomShapeGeometryItem& 
rGeometryItem(mrSdrObjCustomShape.GetMergedItem( SDRATTR_CUSTOMSHAPE_GEOMETRY 
));
 const Any* pAny = rGeometryItem.GetPropertyValueByName("Type");
@@ -1471,26 +1525,162 @@ bool 
EnhancedCustomShape2d::SetHandleControllerPosition( const sal_uInt32 nIndex
 if ( aHandle.aPosition.Second.Type == 
EnhancedCustomShapeParameterType::ADJUSTMENT )
 aHandle.aPosition.Second.Value>>= nSecondAdjustmentValue;
 
-// DrawingML polar handles set REFR or REFANGLE instead of POLAR
-if ( aHandle.nFlags & ( HandleFlags::POLAR | HandleFlags::REFR | 
HandleFlags::REFANGLE ) )
-{
-double fXRef, fYRef, fAngle;
-if ( aHandle.nFlags & HandleFlags::POLAR )
+if ( aHandle.nFlags & ( HandleFlags::POLAR | HandleFlags::REFR | 
HandleFlags::REFANGLE))
+{ // Polar-Handle
+
+if (aHandle.nFlags & HandleFlags::REFR)
+nFirstAdjustmentValue = aHandle.nRefR;
+if (aHandle.nFlags & HandleFlags::REFANGLE)
+nSecondAdjustmentValue = aHandle.nRefAngle;
+
+double fAngle(0.0);
+double fRadius(0.0);
+   

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

2019-05-09 Thread Caolán McNamara (via logerrit)
 sd/source/ui/tools/PreviewRenderer.cxx |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 23338100720a76420e302f02b876b3708a95cdda
Author: Caolán McNamara 
AuthorDate: Thu May 9 15:22:21 2019 +0100
Commit: Caolán McNamara 
CommitDate: Thu May 9 22:29:48 2019 +0200

Resolves: tdf#124927 crash on multiple drawing shapes in animation dialog

since...

SOSAW080: Added first bunch of basic changes to helpers
commit dfefe448c41921f2f1e54d3f69b8b9e89031d055
Date:   Thu Mar 1 15:54:32 2018 +0100

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

diff --git a/sd/source/ui/tools/PreviewRenderer.cxx 
b/sd/source/ui/tools/PreviewRenderer.cxx
index 7a14af3ee683..b3eb95402df3 100644
--- a/sd/source/ui/tools/PreviewRenderer.cxx
+++ b/sd/source/ui/tools/PreviewRenderer.cxx
@@ -199,13 +199,16 @@ bool PreviewRenderer::Initialize (
 const Size& rPixelSize,
 const bool bObeyHighContrastMode)
 {
-if (pPage == nullptr)
+if (!pPage)
 return false;
 
 SetupOutputSize(*pPage, rPixelSize);
 SdDrawDocument& rDocument(static_cast< SdDrawDocument& 
>(pPage->getSdrModelFromSdrPage()));
 DrawDocShell* pDocShell = rDocument.GetDocSh();
 
+if (!pDocShell)
+return false;
+
 // Create view
 ProvideView (pDocShell);
 if (mpView == nullptr)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124927] Crash when adding more than one object to the animated images dialog

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.3.0

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

[Libreoffice-bugs] [Bug 124927] Crash when adding more than one object to the animated images dialog

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

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

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

Resolves: tdf#124927 crash on multiple drawing shapes in animation dialog

It will be available in 6.3.0.

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

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

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

[Libreoffice-bugs] [Bug 119632] Clicking "New theme" in the gallery freezes Libreoffice

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

Buovjaga  changed:

   What|Removed |Added

 Resolution|FIXED   |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-commits] core.git: desktop/qa desktop/source

2019-05-09 Thread Miklos Vajna (via logerrit)
 desktop/qa/desktop_lib/test_desktop_lib.cxx |  112 ++--
 desktop/source/lib/init.cxx |   10 ++
 2 files changed, 18 insertions(+), 104 deletions(-)

New commits:
commit da17ccaec39f50de68c3fdd431bc66a2bec04127
Author: Miklos Vajna 
AuthorDate: Thu May 9 18:13:20 2019 +0200
Commit: Miklos Vajna 
CommitDate: Thu May 9 22:22:29 2019 +0200

CppunitTest_desktop_lib: close the document while LOK is still active

Otherwise the LOK notifiers won't be released (since LOK is not active),
and we leak vcl::Windows in GetLOKWindowsMap()::s_pLOKWindowsMap.

In dbgutil builds, this leads to an assertion failure if the sidebar is
active.

Change-Id: Idedb9578478ff4a9f2e17c0cfd203da6f007bdbd
Reviewed-on: https://gerrit.libreoffice.org/72065
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins

diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx 
b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index e18cda94bb7d..9240785d10c1 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -78,7 +78,11 @@ public:
 
 virtual void tearDown() override
 {
+if (m_pDocument)
+m_pDocument->pClass->registerCallback(m_pDocument.get(), nullptr, 
nullptr);
 closeDoc();
+comphelper::LibreOfficeKit::setActive(false);
+
 UnoApiTest::tearDown();
 };
 
@@ -211,6 +215,7 @@ public:
 osl::Condition m_aContextMenuCondition;
 boost::property_tree::ptree m_aContextMenuResult;
 
+std::unique_ptr m_pDocument;
 };
 
 static Control* GetFocusControl(vcl::Window const * pParent)
@@ -255,7 +260,8 @@ LibLODocument_Impl* DesktopLOKTest::loadDoc(const char* 
pName, LibreOfficeKitDoc
 {
 CPPUNIT_ASSERT(false);
 }
-return new LibLODocument_Impl(mxComponent);
+m_pDocument.reset(new LibLODocument_Impl(mxComponent));
+return m_pDocument.get();
 }
 
 void DesktopLOKTest::closeDoc()
@@ -367,7 +373,6 @@ void DesktopLOKTest::testGetStyles()
 CPPUNIT_FAIL("Unknown style family: " + rPair.first);
 }
 }
-comphelper::LibreOfficeKit::setActive(false);
 }
 
 void DesktopLOKTest::testGetFonts()
@@ -389,7 +394,6 @@ void DesktopLOKTest::testGetFonts()
 CPPUNIT_ASSERT( !rPair.second.empty());
 }
 free(pJSON);
-comphelper::LibreOfficeKit::setActive(false);
 }
 
 void DesktopLOKTest::testCreateView()
@@ -416,7 +420,6 @@ void DesktopLOKTest::testCreateView()
 
 pDocument->m_pDocumentClass->destroyView(pDocument, nId1);
 CPPUNIT_ASSERT_EQUAL(1, 
pDocument->m_pDocumentClass->getViewsCount(pDocument));
-comphelper::LibreOfficeKit::setActive(false);
 }
 
 void DesktopLOKTest::testGetPartPageRectangles()
@@ -440,7 +443,6 @@ void DesktopLOKTest::testGetPartPageRectangles()
 CPPUNIT_ASSERT_EQUAL(static_cast(1), aRectangles.size());
 
 free(pRectangles);
-comphelper::LibreOfficeKit::setActive(false);
 }
 
 void DesktopLOKTest::testGetFilterTypes()
@@ -456,7 +458,6 @@ void DesktopLOKTest::testGetFilterTypes()
 CPPUNIT_ASSERT(!aTree.empty());
 
CPPUNIT_ASSERT_EQUAL(std::string("application/vnd.oasis.opendocument.text"), 
aTree.get_child("writer8").get_child("MediaType").get_value());
 free(pJSON);
-comphelper::LibreOfficeKit::setActive(false);
 }
 
 void DesktopLOKTest::testSearchCalc()
@@ -490,9 +491,6 @@ void DesktopLOKTest::testSearchCalc()
 CPPUNIT_ASSERT_EQUAL(static_cast(2), 
m_aSearchResultSelection.size());
 // Result is on the first sheet.
 CPPUNIT_ASSERT_EQUAL(0, m_aSearchResultPart[0]);
-
-pDocument->pClass->registerCallback(pDocument, nullptr, nullptr);
-comphelper::LibreOfficeKit::setActive(false);
 }
 
 void DesktopLOKTest::testSearchAllNotificationsCalc()
@@ -517,9 +515,6 @@ void DesktopLOKTest::testSearchAllNotificationsCalc()
 CPPUNIT_ASSERT_EQUAL(0, m_nSelectionBeforeSearchResult);
 // But we do get the selection afterwards.
 CPPUNIT_ASSERT(m_nSelectionAfterSearchResult > 0);
-
-pDocument->pClass->registerCallback(pDocument, nullptr, nullptr);
-comphelper::LibreOfficeKit::setActive(false);
 }
 
 void DesktopLOKTest::testPaintTile()
@@ -548,8 +543,6 @@ void DesktopLOKTest::testPaintTile()
 nTileHeight = 4000;
 aBuffer.resize(nCanvasWidth * nCanvasHeight * 4);
 pDocument->pClass->paintTile(pDocument, aBuffer.data(), nCanvasWidth, 
nCanvasHeight, nTilePosX, nTilePosY, nTileWidth, nTileHeight);
-
-comphelper::LibreOfficeKit::setActive(false);
 }
 
 void DesktopLOKTest::testSaveAs()
@@ -560,8 +553,6 @@ void DesktopLOKTest::testSaveAs()
 utl::TempFile aTempFile;
 aTempFile.EnableKillingFile();
 CPPUNIT_ASSERT(pDocument->pClass->saveAs(pDocument, 
aTempFile.GetURL().toUtf8().getStr(), "png", nullptr));
-
-comphelper::LibreOfficeKit::setActive(false);
 }
 
 void DesktopLOKTest::testSaveAsCalc()
@@ -572,8 +563,6 @@ void DesktopLOKTest::testSaveAsCalc()
 utl::TempFile aTempFile;
 

[Libreoffice-bugs] [Bug 119632] Clicking "New theme" in the gallery freezes Libreoffice

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

karsten.henn...@gmx.de changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEEDINFO|RESOLVED

--- Comment #9 from karsten.henn...@gmx.de ---
I have tested the steps for the bug in version 6.2.4.1. Now LO is working as
expected. In my opinion the bug is no longer present.

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

Re: Ccache depend mode

2019-05-09 Thread Rene Engelhard
On Tue, May 07, 2019 at 11:32:12AM +0200, Luboš Luňák wrote:
> - We use -MMD, which exludes system headers (or even our externals, since for 
> those we use -isystem too). This means that ccache could give incorrect hits 
> if those headers change. That may seem bad, but I think it's unlikely to 
> cause problems in practice, for several reasons:
>  * System headers rarely change.

They change all the time.

>  * If they change, it's generally a binary compatible change.

No? There's many versions of the same compatible header where the header
stays the same?

You seem to only think of people only developing on their stable, not
changing distro.

People often build stuff for their distros (as distro packagers, where
this stuff *does* change - and that also compatibly because said new update
affected someting else or a specific header of even the same header but
compatibly.

In development times, I upgrade my unstable chroot daily (and whatever changed
in unstable changes there, too. That includes system libs/headers and compilers
and whatever.)

Regards,

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

[Libreoffice-bugs] [Bug 125112] Last page view not fully respected on exit and new session in Calc

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

Arthur  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|NOTABUG |---

--- Comment #2 from Arthur  ---
Hi Xisco,

You misunderstand the report description.

And I think it's not a bug, but a programming anomaly anyhow.


But the issue is that when I have any sheet open other than the last one and
save my work, on re opening Calc, it's the worksheet scrollbar that doesn't
display as it was closed.

That is the specific issue is that if you have enough worksheets tabs where
they scroll off Calc's window, the active sheet is always the final worksheet
tab in the scroll list, and not the last tab itself, as I set the scroll area
to show.


eg. if I have 50 worksheets, and I can see 25 worksheet tabs any any one time
due to my page sizing, when I work on worksheet #25 or 26, and manually scroll
the worksheet tab scroll area so that Sheets 25 - 50 are in view, then save my
work on sheet 25 .. on re opening Calc, the tab for sheet 25 is the last in the
scrolling area, not sheet 50 as I had scrolled the bar to show!
The window should display workeets 25 - 50 in the scrolling tab area, but what
it does display is worksheets 1-25 instead. 

The program will respect all of the settings on save and exit except for the
position .. exact position! .. of the worksheet scrolling area where it scrolls
off the page view.
So just to be sure, the opened page view is not an issue. As you say, last
active sheet is opened again on resumption .. no problem there.
But it is the scrolling area of the worksheet that doesn't display as it was
saved and closed.
If you would like, is there a way for me to upload screen shots of the issue?

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

[Libreoffice-bugs] [Bug 122029] Crash in: s_stub_releaseInterface

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

Dieter Praas  changed:

   What|Removed |Added

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

--- Comment #12 from Dieter Praas  ---
(In reply to Alan Grunwald from comment #11)
> Do I need to do something to keep bugzilla happy?

Yes, change status to RESOLVED WORKSFORME (I did 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-ux-advise] [Bug 45778] [RFE] Insert image not in a new paragraph but in the current position or as character

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

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #11 from Regina Henschel  ---
If an image is anchored "as character", then horizontal movement and text wrap
is not possible. And vertical movement will changes the line height but does
not move the image to a very different position on the page. I'm sure we will
get a lot of complains that "positioning image with mouse" is broken, when you
will make "as character" the default.

Word knows two states, "Inline" and "Floating". "Inline" acts the same as "as
character" in LibreOffice. But default in Word is "Floating".

The import of Word documents maps "Floating" to "to character".

I suggest this behavior as default:
If the cursor is in an empty paragraph, then anchor "to paragraph", and if the
cursor is inside text in a paragraph, then anchor "to character".

Besides that, bug 79160 should be fixed and the file explorer should provide an
additional, special style "graphic as character".

-- 
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 45778] [RFE] Insert image not in a new paragraph but in the current position or as character

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

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #11 from Regina Henschel  ---
If an image is anchored "as character", then horizontal movement and text wrap
is not possible. And vertical movement will changes the line height but does
not move the image to a very different position on the page. I'm sure we will
get a lot of complains that "positioning image with mouse" is broken, when you
will make "as character" the default.

Word knows two states, "Inline" and "Floating". "Inline" acts the same as "as
character" in LibreOffice. But default in Word is "Floating".

The import of Word documents maps "Floating" to "to character".

I suggest this behavior as default:
If the cursor is in an empty paragraph, then anchor "to paragraph", and if the
cursor is inside text in a paragraph, then anchor "to character".

Besides that, bug 79160 should be fixed and the file explorer should provide an
additional, special style "graphic as character".

-- 
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 124991] Sidebar width

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

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

   What|Removed |Added

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

--- Comment #6 from Roman Kuznetsov <79045_79...@mail.ru> ---
Andreas, please try delete/rename user profile and retest this

-- 
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: sw/Module_sw.mk sw/qa sw/UITest_writer_tests6.mk

2019-05-09 Thread Zdeněk Crhonek (via logerrit)
 sw/Module_sw.mk |1 
 sw/UITest_writer_tests6.mk  |   16 
 sw/qa/uitest/writer_tests6/tdf107847.py |   41 
 3 files changed, 58 insertions(+)

New commits:
commit de022e50184ffe162c9ef617e489533b54890a05
Author: Zdeněk Crhonek 
AuthorDate: Thu May 9 17:15:18 2019 +0200
Commit: Zdenek Crhonek 
CommitDate: Thu May 9 22:02:23 2019 +0200

uitest for bug tdf#107847

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

diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index c5e92e672051..c6a0c5f4fa0f 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -145,6 +145,7 @@ $(eval $(call gb_Module_add_uicheck_targets,sw,\
UITest_writer_tests3 \
UITest_writer_tests4 \
UITest_writer_tests5 \
+   UITest_writer_tests6 \
UITest_table \
UITest_sw_findReplace \
UITest_sw_findSimilarity \
diff --git a/sw/UITest_writer_tests6.mk b/sw/UITest_writer_tests6.mk
new file mode 100644
index ..876e569a567b
--- /dev/null
+++ b/sw/UITest_writer_tests6.mk
@@ -0,0 +1,16 @@
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call  gb_UITest_UITest,writer_tests6))
+
+$(eval $(call gb_UITest_add_modules,writer_tests6,$(SRCDIR)/sw/qa/uitest,\
+   writer_tests6/ \
+))
+
+$(eval $(call gb_UITest_set_defs,writer_tests6, \
+TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
+))
diff --git a/sw/qa/uitest/writer_tests6/tdf107847.py 
b/sw/qa/uitest/writer_tests6/tdf107847.py
new file mode 100644
index ..33f1e30861f4
--- /dev/null
+++ b/sw/qa/uitest/writer_tests6/tdf107847.py
@@ -0,0 +1,41 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+from uitest.framework import UITestCase
+from libreoffice.uno.propertyvalue import mkPropertyValues
+from uitest.uihelper.common import get_state_as_dict, type_text
+from uitest.uihelper.common import select_pos
+import time
+from uitest.debug import sleep
+#Bug 107847 - CRASH Opening macro tab of properties dialog (images, frames) 
causes crash
+
+class tdf107847(UITestCase):
+
+   def test_tdf_107847_macro_tab_crash(self):
+self.ui_test.create_doc_in_start_center("writer")
+document = self.ui_test.get_component()
+xWriterDoc = self.xUITest.getTopFocusWindow()
+xWriterEdit = xWriterDoc.getChild("writer_edit")
+
+self.ui_test.execute_dialog_through_command(".uno:InsertFrame")   #  
insert frame
+xDialog = self.xUITest.getTopFocusWindow()
+xTabs = xDialog.getChild("tabcontrol")
+select_pos(xTabs, "1")
+select_pos(xTabs, "2")
+select_pos(xTabs, "3")
+select_pos(xTabs, "4")
+select_pos(xTabs, "5")
+select_pos(xTabs, "6")
+select_pos(xTabs, "7")
+select_pos(xTabs, "8")   #tab Macro
+xokbtn = xDialog.getChild("ok")
+self.ui_test.close_dialog_through_button(xokbtn)
+
+self.assertEqual(document.TextFrames.getCount(), 1)
+self.xUITest.executeCommand(".uno:Undo")
+self.assertEqual(document.TextFrames.getCount(), 0)
+self.ui_test.close_doc()
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125146] Menu Function “Reply Comment” does not work correctly

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

--- Comment #3 from Harald Koester  ---
(In reply to Maxim Monastirsky from comment #2)
> (In reply to Harald Koester from comment #0)
> > [2] Insert a comment and keep the cursor inside the comment.
> > [3] Try to reply the comment: Menu: Edit > Comment > Reply Comment. This
> > item is greyed. Expected: Item should not be greyed. Replying should be
> > possible.
> I think this part isn't a bug. Looking at the code, the Reply Comment
> command is disabled when the current user is the author of the comment
> (because what's the use in replying to your own comments?). Indeed, changing
> the user name in Tools > Options... > LibreOffice > User Data, makes the
> command work in those comments that were created with the old name. So this
> works as designed.
Thanks for your research and your reply. I agree. When I use different authors
the function works as expected.

> (In reply to Roman Kuznetsov from comment #1)
> > ps: Reply function works fine from drop-down menu on comment
> It appears to be a bug, and probably a regression from the conversion of
> this menu to .ui format. Looking at the code
> (AnnotationMenuButton::MouseButtonDown), it does the same check for the user
> name, and when it's the same user it does:
> 
> pButtonPopup->EnableItem(FN_REPLY, false);
> 
> which isn't going to work, as the menu now doesn't have an item with id
> FN_REPLY, and should instead be:
> 
> pButtonPopup->EnableItem(pButtonPopup->GetItemId("reply"), false);
>From my point of view you can go on with fixing this.

-- 
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 123752] EDITING: Regression in handling of the group separator in formula context

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

--- Comment #17 from Jouni Kosonen  ---
(In reply to Eike Rathke from comment #16)
> (In reply to Jouni Kosonen from comment #15)
> > Yes, but as I understand it there isn't a single line anywhere in the
> > codebase that would set the flag
> That is the point. It should only be set under very specific circumstances
> in a well known surrounding. Which so far does not exist.

Well, no. By your own comment about the flag, leaving it *unset* introduces
new, unspecified behaviour and should only be done under very specific
circumstances. Instead, that unspecified behaviour is now the default action
and there's no way around it.

The way the code is now, KParseTokens::GROUP_SEPARATOR_IN_NUMBER would need to
be on by default unless someone explicitly clears it for reasons best known to
themselves.

-- 
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: translations

2019-05-09 Thread Andras Timar (via logerrit)
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6a86999cf0bf5a1b1b299c89cadf060a424c81e6
Author: Andras Timar 
AuthorDate: Thu May 9 21:40:33 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Thu May 9 21:41:04 2019 +0200

Update git submodules

* Update translations from branch 'master'
  - Updated Slovenian translation

Change-Id: I225234d2e88989d0352be55860dcd1cd944dbcef

diff --git a/translations b/translations
index 926f46dde833..ab69d2fad951 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 926f46dde833fdfeacd21a62dacd192b7ed1412c
+Subproject commit ab69d2fad951d3f70dd77969c65ac9bedfdac384
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] translations.git: source/sl

2019-05-09 Thread Libreoffice Gerrit user
 source/sl/accessibility/messages.po
|   21 
 source/sl/basctl/messages.po   
| 1334 
 source/sl/chart2/messages.po   
| 4987 -
 source/sl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po 
|8 
 source/sl/cui/messages.po  
|20528 ++---
 source/sl/dbaccess/messages.po 
| 6858 -
 source/sl/desktop/messages.po  
|  543 
 source/sl/dictionaries/en/dialog/registry/data/org/openoffice/Office.po
|8 
 source/sl/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po 
|8 
 source/sl/dictionaries/pt_BR/dialog.po 
|   14 
 source/sl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po 
|8 
 source/sl/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po 
|8 
 source/sl/editeng/messages.po  
|   64 
 source/sl/extensions/messages.po   
| 5579 -
 source/sl/filter/messages.po   
|  553 
 source/sl/filter/source/config/fragments/filters.po
|   24 
 source/sl/formula/messages.po  
| 1054 
 source/sl/fpicker/messages.po  
|  140 
 source/sl/helpcontent2/source/auxiliary.po 
|   56 
 source/sl/helpcontent2/source/text/sbasic/guide.po 
|8 
 source/sl/helpcontent2/source/text/sbasic/python.po
| 1953 
 source/sl/helpcontent2/source/text/sbasic/shared.po
| 1714 
 source/sl/helpcontent2/source/text/sbasic/shared/01.po 
|4 
 source/sl/helpcontent2/source/text/sbasic/shared/02.po 
|   54 
 source/sl/helpcontent2/source/text/sbasic/shared/03.po 
|   18 
 source/sl/helpcontent2/source/text/scalc/00.po 
|   62 
 source/sl/helpcontent2/source/text/scalc/01.po 
|  412 
 source/sl/helpcontent2/source/text/scalc/02.po 
|   12 
 source/sl/helpcontent2/source/text/scalc/04.po 
|   54 
 source/sl/helpcontent2/source/text/scalc/05.po 
|  102 
 source/sl/helpcontent2/source/text/scalc/guide.po  
|   31 
 source/sl/helpcontent2/source/text/schart/00.po
|   84 
 source/sl/helpcontent2/source/text/schart/01.po
|   40 
 source/sl/helpcontent2/source/text/sdraw/guide.po  
|   42 
 source/sl/helpcontent2/source/text/shared.po   
|   24 
 source/sl/helpcontent2/source/text/shared/00.po
|  422 
 source/sl/helpcontent2/source/text/shared/01.po
|  491 
 source/sl/helpcontent2/source/text/shared/02.po
|   28 
 source/sl/helpcontent2/source/text/shared/04.po
|   15 
 source/sl/helpcontent2/source/text/shared/explorer/database.po 
|   47 
 source/sl/helpcontent2/source/text/shared/guide.po 
|  845 
 source/sl/helpcontent2/source/text/shared/help.po  
|   32 
 source/sl/helpcontent2/source/text/shared/optionen.po  
|  198 
 source/sl/helpcontent2/source/text/simpress.po 
|   16 
 source/sl/helpcontent2/source/text/simpress/00.po  
|  186 
 source/sl/helpcontent2/source/text/simpress/01.po  
|   22 
 source/sl/helpcontent2/source/text/simpress/04.po  
|   14 
 source/sl/helpcontent2/source/text/simpress/guide.po   
|   44 
 source/sl/helpcontent2/source/text/smath.po
|4 
 source/sl/helpcontent2/source/text/smath/00.po 
|   10 
 source/sl/helpcontent2/source/text/smath/01.po 
| 1000 
 source/sl/helpcontent2/source/text/smath/06.po 
|   20 
 source/sl/helpcontent2/source/text/smath/guide.po  
|  116 
 source/sl/helpcontent2/source/text/swriter.po  
|   20 
 source/sl/helpcontent2/source/text/swriter/00.po   
|  354 
 source/sl/helpcontent2/source/text/swriter/01.po   
|   59 
 

[Libreoffice-ux-advise] [Bug 69042] Add a "Release Notes/What's New" window to be shown upon first run

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

--- Comment #20 from Justin L  ---
(In reply to Heiko Tietze from comment #15)
> No objection, so assigning myself. I wonder if we make the dialog mandatory,
> ie. we show it independently from the "Show this" checkbox (and disable it
> for this tip). Opinions?
I'm quite sure that everyone who indicated "-1" for the original suggestion
would also disagree with your suggestion in this case of ignoring
const bool bShowTipOfTheDay =
officecfg::Office::Common::Misc::ShowTipOfTheDay::get();

-- 
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 125196] Ran latest update today. Rebooted. LibreOffice and its components refuse to start.

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

--- Comment #4 from Bill Voight  ---
I uninstalled and reinstalled as I needed to use LibreOffice.  It now works.

-- 
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 125196] Ran latest update today. Rebooted. LibreOffice and its components refuse to start.

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

Julien Nabet  changed:

   What|Removed |Added

Version|unspecified |6.2.3.2 release
   Hardware|x86 (IA32)  |x86-64 (AMD64)

--- Comment #3 from Julien Nabet  ---
Bill: please prefer responding on the bugtracker directly by using this link
https://bugs.documentfoundation.org/show_bug.cgi?id=125196#

Did you try points quoted from the link provided in my previous comment? (eg:
rename your LO directory profile)

-- 
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 69042] Add a "Release Notes/What's New" window to be shown upon first run

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

--- Comment #19 from jan d  ---
+1 for after an update. Is also a pattern known from a lot of apps and
services, so it is unlikely to irritate users (although most common in form of
a "toast" or "infobubble").

-- 
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 124455] EDITING: Edit Index Entry impossible for 1st key in alphabetical index

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

raal  changed:

   What|Removed |Added

 CC||caol...@redhat.com,
   ||r...@post.cz

--- Comment #4 from raal  ---
@Caolán, it doesn't works in gtk3, but it works in gen. Some "welding"
problem.. Thanks

Version: 6.3.0.0.alpha0+
Build ID: 64faea31f7d05e46fe5c91f87381ec7abae90174
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; 
Version: 6.3.0.0.alpha0+
Build ID: 64faea31f7d05e46fe5c91f87381ec7abae90174
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3;

-- 
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 45778] [RFE] Insert image not in a new paragraph but in the current position or as character

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

--- Comment #10 from jan d  ---
Insertion as character makes sense to me. It is easy to understand and a lot of
defaults in Word make sense, too. 

I would be against yet another setting as it is easily confusing for users and
can make testing and further development harder.

-- 
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 118056] Recovery dialog keeps opening and failing after closing to password prompt at the first recovery

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

--- Comment #6 from Eric Marceau  ---
Created attachment 151275
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151275=edit
Command Line Attempt to Start LO with --safe-mode --nodefault

Screen snapshot of cli-base attempt to start up with command:

  nohup libreoffice --safe-mode --nodefault &

"Safe Mode" window pops up but inaccessible because "Recovery" workflow window
also pops-up doing "take-over" of process because closing that window does not
allow return to "Safe Mode" control, but instead kills both windows as part of
Recovery attempt.

-- 
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: 2 commits - chart2/source

2019-05-09 Thread Stephan Bergmann (via logerrit)
 chart2/source/inc/MutexContainer.hxx  |7 ---
 chart2/source/model/main/Axis.cxx |1 -
 chart2/source/model/main/BaseCoordinateSystem.cxx |1 -
 chart2/source/model/main/DataPoint.cxx|1 -
 chart2/source/model/main/DataSeries.cxx   |1 -
 chart2/source/model/main/Diagram.cxx  |1 -
 chart2/source/model/main/FormattedString.cxx  |1 -
 chart2/source/model/main/GridProperties.cxx   |1 -
 chart2/source/model/main/Legend.cxx   |1 -
 chart2/source/model/main/PageBackground.cxx   |1 -
 chart2/source/model/main/StockBar.cxx |1 -
 chart2/source/model/main/Title.cxx|1 -
 chart2/source/model/main/Wall.cxx |1 -
 chart2/source/model/template/ChartType.cxx|1 -
 chart2/source/tools/ErrorBar.cxx  |1 -
 chart2/source/tools/MutexContainer.cxx|3 ---
 chart2/source/tools/RegressionCurveModel.cxx  |1 -
 chart2/source/tools/RegressionEquation.cxx|1 -
 chart2/source/tools/WrappedPropertySet.cxx|1 -
 19 files changed, 4 insertions(+), 23 deletions(-)

New commits:
commit 6380964c76df2352d2942e6a22d8c1b14e7c1b2e
Author: Stephan Bergmann 
AuthorDate: Thu May 9 15:17:58 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Thu May 9 21:01:58 2019 +0200

MutexContainer is only used mixin-style in derived classes

...no need for virtual dtor

Change-Id: I843e4bbb8bab3ed1eec55be2b937617175911162
Reviewed-on: https://gerrit.libreoffice.org/72049
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/chart2/source/inc/MutexContainer.hxx 
b/chart2/source/inc/MutexContainer.hxx
index 59c0d43edf8f..c90dc8ec920c 100644
--- a/chart2/source/inc/MutexContainer.hxx
+++ b/chart2/source/inc/MutexContainer.hxx
@@ -27,10 +27,11 @@ namespace chart
 
 class OOO_DLLPUBLIC_CHARTTOOLS MutexContainer
 {
-public:
-virtual ~MutexContainer();
-
 protected:
+MutexContainer() = default;
+
+~MutexContainer() = default;
+
 mutable ::osl::Mutex m_aMutex;
 
 ::osl::Mutex & GetMutex() const;
diff --git a/chart2/source/tools/MutexContainer.cxx 
b/chart2/source/tools/MutexContainer.cxx
index c65cac0180be..7b30db53f0d9 100644
--- a/chart2/source/tools/MutexContainer.cxx
+++ b/chart2/source/tools/MutexContainer.cxx
@@ -22,9 +22,6 @@
 namespace chart
 {
 
-MutexContainer::~MutexContainer()
-{}
-
 ::osl::Mutex & MutexContainer::GetMutex() const
 {
 return m_aMutex;
commit db9fecd377bbba373ca0818f90182f262f1360da
Author: Stephan Bergmann 
AuthorDate: Thu May 9 14:45:03 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Thu May 9 21:01:50 2019 +0200

Drop redundant explicit initialization of MutexContainer base class

Change-Id: I028a34626f4e542d01f6ae7cd90fed5a24ad970d
Reviewed-on: https://gerrit.libreoffice.org/72044
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/chart2/source/model/main/Axis.cxx 
b/chart2/source/model/main/Axis.cxx
index 7f0e0c07233e..c97ff290c245 100644
--- a/chart2/source/model/main/Axis.cxx
+++ b/chart2/source/model/main/Axis.cxx
@@ -333,7 +333,6 @@ Axis::Axis() :
 }
 
 Axis::Axis( const Axis & rOther ) :
-MutexContainer(),
 impl::Axis_Base(rOther),
 ::property::OPropertySet( rOther, m_aMutex ),
 m_xModifyEventForwarder( 
ModifyListenerHelper::createModifyEventForwarder()),
diff --git a/chart2/source/model/main/BaseCoordinateSystem.cxx 
b/chart2/source/model/main/BaseCoordinateSystem.cxx
index cd5b1e4fab36..5b5236da80de 100644
--- a/chart2/source/model/main/BaseCoordinateSystem.cxx
+++ b/chart2/source/model/main/BaseCoordinateSystem.cxx
@@ -151,7 +151,6 @@ BaseCoordinateSystem::BaseCoordinateSystem(
 BaseCoordinateSystem::BaseCoordinateSystem(
 const BaseCoordinateSystem & rSource ) :
 impl::BaseCoordinateSystem_Base(rSource),
-MutexContainer(),
 ::property::OPropertySet( rSource, m_aMutex ),
 m_xModifyEventForwarder( 
ModifyListenerHelper::createModifyEventForwarder()),
 m_nDimensionCount( rSource.m_nDimensionCount )
diff --git a/chart2/source/model/main/DataPoint.cxx 
b/chart2/source/model/main/DataPoint.cxx
index 6bbdd6f525ac..e7cd416217a8 100644
--- a/chart2/source/model/main/DataPoint.cxx
+++ b/chart2/source/model/main/DataPoint.cxx
@@ -95,7 +95,6 @@ DataPoint::DataPoint( const uno::Reference< 
beans::XPropertySet > & rParentPrope
 }
 
 DataPoint::DataPoint( const DataPoint & rOther ) :
-MutexContainer(),
 impl::DataPoint_Base(rOther),
 ::property::OPropertySet( rOther, m_aMutex ),
 m_xModifyEventForwarder( 
ModifyListenerHelper::createModifyEventForwarder()),
diff --git a/chart2/source/model/main/DataSeries.cxx 
b/chart2/source/model/main/DataSeries.cxx
index 85452f2f6911..8402f320ce40 100644
--- a/chart2/source/model/main/DataSeries.cxx
+++ b/chart2/source/model/main/DataSeries.cxx

[Libreoffice-bugs] [Bug 45778] [RFE] Insert image not in a new paragraph but in the current position or as character

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

--- Comment #10 from jan d  ---
Insertion as character makes sense to me. It is easy to understand and a lot of
defaults in Word make sense, too. 

I would be against yet another setting as it is easily confusing for users and
can make testing and further development harder.

-- 
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 35643] Debug Watch fails to handle Type Records correctly.

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

Jens Carl  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |j.car...@gmx.de
   |desktop.org |
 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

-- 
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 107659] [META] Macro bugs and enhancements

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

Bug 35643 Summary: Debug Watch fails to handle Type Records correctly.
https://bugs.documentfoundation.org/show_bug.cgi?id=35643

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 43157] Clean up OSL_ASSERT, DBG_ASSERT, etc.

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

--- Comment #105 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

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

tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)

It will be available in 6.3.0.

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

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

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

[Libreoffice-bugs] [Bug 123420] Icon Colors are Incorrect

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

--- Comment #15 from Commit Notification 
 ---
Dennis Francis committed a patch related to this issue.
It has been pushed to "master":

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

crashtesting: crash on importing tdf#123420-2.xlsx

It will be available in 6.3.0.

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

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

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

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

2019-05-09 Thread Jens Carl (via logerrit)
 extensions/source/propctrlr/MasterDetailLinkDialog.cxx |   16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

New commits:
commit c338638eeabbc959a4d71e04774365e628a093c2
Author: Jens Carl 
AuthorDate: Wed May 8 00:01:38 2019 -0700
Commit: Stephan Bergmann 
CommitDate: Thu May 9 20:08:21 2019 +0200

tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)

Replace OSL_VERIFY with if-statement and SAL_WARN.

Change-Id: Ibeef67f21dc9e18d3bc614cb838a6188bb58fff2
Reviewed-on: https://gerrit.libreoffice.org/72025
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/extensions/source/propctrlr/MasterDetailLinkDialog.cxx 
b/extensions/source/propctrlr/MasterDetailLinkDialog.cxx
index 3a2390b26845..00814017184b 100644
--- a/extensions/source/propctrlr/MasterDetailLinkDialog.cxx
+++ b/extensions/source/propctrlr/MasterDetailLinkDialog.cxx
@@ -18,6 +18,7 @@
  */
 
 #include 
+#include 
 #include 
 #include 
 #include "MasterDetailLinkDialog.hxx"
@@ -112,27 +113,32 @@ namespace pcr
 {
 if (aProperty.Name == "Detail")
 {
-OSL_VERIFY( aProperty.Value >>= m_xDetail );
+if ( ! (aProperty.Value >>= m_xDetail) )
+SAL_WARN("extensions.propctrlr", "implInitialize: unable 
to get property Detail");
 return;
 }
 else if (aProperty.Name == "Master")
 {
-OSL_VERIFY( aProperty.Value >>= m_xMaster );
+if ( ! (aProperty.Value >>= m_xMaster) )
+SAL_WARN("extensions.propctrlr", "implInitialize: unable 
to get property Master");
 return;
 }
 else if (aProperty.Name == "Explanation")
 {
-OSL_VERIFY( aProperty.Value >>= m_sExplanation );
+if ( ! (aProperty.Value >>= m_sExplanation) )
+SAL_WARN("extensions.propctrlr", "implInitialize: unable 
to get property Explanation");
 return;
 }
 else if (aProperty.Name == "DetailLabel")
 {
-OSL_VERIFY( aProperty.Value >>= m_sDetailLabel );
+if ( ! (aProperty.Value >>= m_sDetailLabel) )
+SAL_WARN("extensions.propctrlr", "implInitialize: unable 
to get property DetailLabel");
 return;
 }
 else if (aProperty.Name == "MasterLabel")
 {
-OSL_VERIFY( aProperty.Value >>= m_sMasterLabel );
+if ( ! (aProperty.Value >>= m_sMasterLabel) )
+SAL_WARN("extensions.propctrlr", "implInitialize: unable 
to get property MasterLabel");
 return;
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-05-09 Thread Dennis Francis (via logerrit)
 sc/source/filter/oox/extlstcontext.cxx |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit ea5f1ec4eec4aa609000223aea1bc9ce202de2c5
Author: Dennis Francis 
AuthorDate: Thu May 9 18:50:22 2019 +0530
Commit: Dennis Francis 
CommitDate: Thu May 9 20:07:21 2019 +0200

crashtesting: crash on importing tdf#123420-2.xlsx

since

commit c2f1c68ffb6dfa1ce7de09dcc428d6c53549e88d
Date:   Fri Apr 19 23:15:53 2019 +0530

tdf#122590: follow-up : import x14:cfRule priorities

Fix is to import the priorities for iconSet x14:cfRule too.

Thanks to Caolán McNamara for notifying me about the regression.

Change-Id: Ib5b703a6911ab6480d42ac1e004a144043d3ad24
Reviewed-on: https://gerrit.libreoffice.org/72035
Tested-by: Jenkins
Reviewed-by: Dennis Francis 

diff --git a/sc/source/filter/oox/extlstcontext.cxx 
b/sc/source/filter/oox/extlstcontext.cxx
index 46d268f32ca7..7a14b9c171a9 100644
--- a/sc/source/filter/oox/extlstcontext.cxx
+++ b/sc/source/filter/oox/extlstcontext.cxx
@@ -106,6 +106,7 @@ ContextHandlerRef 
ExtConditionalFormattingContext::onCreateContext(sal_Int32 nEl
 OUString aType = rAttribs.getString(XML_type, OUString());
 OUString aId = rAttribs.getString(XML_id, OUString());
 nPriority = rAttribs.getInteger( XML_priority, -1 );
+maPriorities.push_back(nPriority);
 
 if (aType == "dataBar")
 {
@@ -181,7 +182,6 @@ void ExtConditionalFormattingContext::onEndElement()
 case XM_TOKEN(f):
 {
 rFormulas.push_back(aChars);
-maPriorities.push_back(nPriority);
 }
 break;
 case XLS14_TOKEN( cfRule ):
@@ -226,9 +226,7 @@ void ExtConditionalFormattingContext::onEndElement()
 std::vector< std::unique_ptr >& rExtFormats =  
getCondFormats().importExtCondFormat();
 rExtFormats.push_back(std::make_unique(aRange, 
maEntries, ));
 
-if (isPreviousElementF)
-maPriorities.clear();
-
+maPriorities.clear();
 isPreviousElementF = false;
 }
 break;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125184] Missing connectors in last version

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

--- Comment #10 from Regina Henschel  ---
The file is a Word.8 document template and should have the extension "dot".
Therefore it will not "open" in LibreOffice, but a document "Untitled 1" will
be generated from it.

I can confirm the missing connectors.

It is OK in Version: 6.1.2.0.0+ (x64)
Build ID: 2f52a8e0f1098a51631434129707cfb0b60fecb3
CPU threads: 8; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86_64@42, Branch:libreoffice-6-1, Time: 2018-09-14_00:42:50
Locale: en-US (en_US); Calc: CL

and broken in Version: 6.1.4.2 (x64)
Build ID: 9d0f32d1f0b509096fd65e0d4bec26ddd1938fd3
CPU threads: 8; OS: Windows 10.0; UI render: default; 
Locale: de-DE (en_US); Calc: CL

MatheoCTB: You should open the document in an older LibreOffice Version and
save it as ODF 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 122029] Crash in: s_stub_releaseInterface

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

--- Comment #11 from Alan Grunwald  ---
Dieter - I have been OK ever since Jan-11 (my comment 8 above).

Do I need to do something to keep bugzilla happy?

-- 
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 123727] PIVOTTABLE Allow use of text columns as Data Fields

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

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

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

-- 
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 123600] LO-Viewer Writer UI unusable on LineageOS

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

--- Comment #1 from uso  ---
Needs comment? Of what sort?
Still does not work. Similar claims on Google PlayStore.

If no one asks questions and I even not have the posibility to enter the viewer
version,
what should I comment to help the devs?!

-- 
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 123727] PIVOTTABLE Allow use of text columns as Data Fields

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

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

   What|Removed |Added

 Whiteboard|QA:needsComment |
 CC||79045_79...@mail.ru,
   ||mikekagan...@hotmail.com

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
please attach sample with source data on Sheet 1 and what do you want to see on
Sheet 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 125185] Hidden cells also get contents pasted

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

Oliver Brinzing  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||oliver.brinz...@gmx.de

--- Comment #1 from Oliver Brinzing  ---
i can confirm this behaviour, but isn't it the same like excel 2016 does?

-- 
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 69042] Add a "Release Notes/What's New" window to be shown upon first run

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

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com

--- Comment #18 from andreas_k  ---
Thumb up to show it after an update.

-- 
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 125180] Bad behaviour in BASIC procedure with several optional parameters.

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

Oliver Brinzing  changed:

   What|Removed |Added

Version|unspecified |Inherited From OOo
 Ever confirmed|0   |1
 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW
 CC||oliver.brinz...@gmx.de

--- Comment #2 from Oliver Brinzing  ---
confirming.

looks like the comma "," is evaluted as parameter ?

-- 
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 38889] Make macro editing easier

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

Jens Carl  changed:

   What|Removed |Added

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

-- 
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 107659] [META] Macro bugs and enhancements

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

Bug 38889 Summary: Make macro editing easier
https://bugs.documentfoundation.org/show_bug.cgi?id=38889

   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-bugs] [Bug 124644] Template manager broken since version 6.2.2.1 for Linux

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

--- Comment #6 from Roland Baudin  ---
Perhaps comment 8 of bug report #124714
(https://bugs.documentfoundation.org/show_bug.cgi?id=124714#c8) could help you
with this issue...

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

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

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

gtxe  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #7 from gtxe  ---
Tried three different versions, from PPA, "fresh" build, and master build (see
below).

All are crashing.
Steps to reproduce:
- force kde5 VCL if not automatically used:
  SAL_USE_VCLPLUGIN=kde5 libreoffice(6.2/dev6.3) --impress
- start with any or empty presentation
- Disable presenter console
- Menu "Slide Show" -> "Presentation display" select "All displays"
- start presentation

Why did I try:
Presentation did not start at second screen, independent from preset.
But presentation over all displays is not realy what I want/need.


more problems:

ppa-version:
- some slide-effect don't work (fading)
- no kde4 VCL

master-build:
- no kde4 VCL

the main bug with gtk3 VCL (see start topic) is still there, in all versions.


At the moment the fresh-build with kde4 VCL works the best for me:
no crashing, slide effect are all working, no flickering.


https://launchpad.net/~libreoffice/+archive/ubuntu/ppa

Version: 6.2.3.2
Build ID: 1:6.2.3-0ubuntu0.18.04.1~lo1
CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: kde5; 
Locale: de-DE (de_DE.UTF-8); UI-Language: en-US
Calc: threaded


https://www.libreoffice.org/download/libreoffice-fresh/

Version: 6.2.3.2
Build ID: aecc05fe267cc68dde00352a451aa867b3b546ac
CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: kde5; 
Locale: de-DE (de_DE.UTF-8); UI-Language: en-US
Calc: threaded


http://dev-builds.libreoffice.org/daily/master/

Version: 6.3.0.0.alpha0+
Build ID: 98630a0bd49bd80652145a21e4e0d0ded792b36b
CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-05-04_04:44:35
Locale: de-DE (de_DE.UTF-8); 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

  1   2   3   4   5   >