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

2019-09-26 Thread Justin Luth (via logerrit)
 sw/qa/extras/ooxmlexport/data/tdf127316_autoEscapement.odt |binary
 sw/qa/extras/ooxmlexport/ooxmlexport13.cxx |7 +++
 sw/source/filter/ww8/docxattributeoutput.cxx   |4 
 3 files changed, 11 insertions(+)

New commits:
commit b00313c982ca3cf92abac9e2e0f5cdf7efc1456f
Author: Justin Luth 
AuthorDate: Thu Sep 26 16:13:01 2019 +0300
Commit: László Németh 
CommitDate: Fri Sep 27 07:50:43 2019 +0200

tdf#127316 docxexport: use default escapement for AUTO

Previously it looked bad, but not horrendous when
AUTO was 101.  Now that AUTO is 13999, it is obviously
wrong. Better to use the default of 33.

The import algorithm still could use some work since it
round-trips as 51% and not 33%.


Change-Id: Id984ea3e6e0b50014389ec8a86668b7a271b96f4
Reviewed-on: https://gerrit.libreoffice.org/79628
Reviewed-by: Justin Luth 
Tested-by: Justin Luth 
(cherry picked from commit 89f0107b8de21bbb22e850847348ab40cce24644)
Reviewed-on: https://gerrit.libreoffice.org/79656
Tested-by: Jenkins
Reviewed-by: László Németh 

diff --git a/sw/qa/extras/ooxmlexport/data/tdf127316_autoEscapement.odt 
b/sw/qa/extras/ooxmlexport/data/tdf127316_autoEscapement.odt
new file mode 100644
index ..95987d4562cc
Binary files /dev/null and 
b/sw/qa/extras/ooxmlexport/data/tdf127316_autoEscapement.odt differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
index cb06ef8f331f..f81a52e852c8 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
@@ -94,6 +94,13 @@ DECLARE_OOXMLEXPORT_TEST(testTbrlTextbox, 
"tbrl-textbox.docx")
  aGeometry["TextPreRotateAngle"].get());
 }
 
+DECLARE_OOXMLEXPORT_TEST(testTdf127316_autoEscapement, 
"tdf127316_autoEscapement.odt")
+{
+uno::Reference xPara = getParagraph(1);
+CPPUNIT_ASSERT_DOUBLES_EQUAL( 0.f, getProperty(getRun(xPara, 1), 
"CharEscapement"), 0);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(33.f, getProperty(getRun(xPara, 2), 
"CharEscapement"), 20);
+}
+
 DECLARE_OOXMLEXPORT_TEST(testTdf124637_sectionMargin, 
"tdf124637_sectionMargin.docx")
 {
 uno::Reference 
xTextSectionsSupplier(mxComponent, uno::UNO_QUERY);
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index ff208c98ef22..0be232d6569f 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -6831,6 +6831,10 @@ void DocxAttributeOutput::CharEscapement( const 
SvxEscapementItem& rEscapement )
 else if ( DFLT_ESC_SUPER == nEsc || DFLT_ESC_AUTO_SUPER == nEsc )
 sIss = OString( "superscript" );
 }
+else if ( DFLT_ESC_AUTO_SUPER == nEsc )
+nEsc = DFLT_ESC_SUPER;
+else if ( DFLT_ESC_AUTO_SUB == nEsc )
+nEsc = DFLT_ESC_SUB;
 
 if ( !sIss.isEmpty() )
 m_pSerializer->singleElementNS(XML_w, XML_vertAlign, FSNS(XML_w, 
XML_val), sIss);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 49893] FILEOPEN: RTF: Image in header not displayed

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

--- Comment #17 from Jinpo <415483...@qq.com> ---
problem still persists that the header with the image is not displayed.

LibreOffice info:
版本: 6.3.1.2 (x64)
Build ID: b79626edf0065ac373bd1df5c28bd630b4424273
CPU 线程: 4; 操作系统: Windows 10.0; UI 渲染: 默认; VCL: win; 
区域语言: zh-CN (zh_CN); UI 语言: zh-CN
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

Ram disk Scratch Space

2019-09-26 Thread Jonathan Aquilina
Hi Guys,

Is there a way or plans to implement a way through autogen.sh where one could 
potentially specify use of unused ram on ones laptop. I am currently running a 
rebuild of master and the max I see is 6.10gb out of 16 and I would like to 
allocate ram to help to speed up the build. Is this something in the works or 
where would be the best place for me to start looking into this?

Regards,
Jonathan

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

New Defects reported by Coverity Scan for LibreOffice

2019-09-26 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

11 new defect(s) introduced to LibreOffice found with Coverity Scan.
4 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 11 of 11 defect(s)


** CID 1454003:(DEADCODE)
/libreofficekit/qa/tilebench/tilebench.cxx: 129 in dumpTile(const char *, int, 
int, int, const unsigned char *, int, int, int)()
/libreofficekit/qa/tilebench/tilebench.cxx: 96 in dumpTile(const char *, int, 
int, int, const unsigned char *, int, int, int)()
/libreofficekit/qa/tilebench/tilebench.cxx: 134 in dumpTile(const char *, int, 
int, int, const unsigned char *, int, int, int)()



*** CID 1454003:(DEADCODE)
/libreofficekit/qa/tilebench/tilebench.cxx: 129 in dumpTile(const char *, int, 
int, int, const unsigned char *, int, int, int)()
123 }
124 
125 ofs.write(buf, 3);
126 }
127 if (dumpText)
128 {
>>> CID 1454003:(DEADCODE)
>>> Execution cannot reach this statement: "lowResI = (pixel[0] + pixel...".
129 int lowResI = (pixel[0] + pixel[1] + pixel[2])/(3*16);
130 fprintf(stderr,"%1x", lowResI);
131 }
132 }
133 if (dumpText)
134 fprintf(stderr,"\n");
/libreofficekit/qa/tilebench/tilebench.cxx: 96 in dumpTile(const char *, int, 
int, int, const unsigned char *, int, int, int)()
90 << nHeight << "\n"
91 << 255 << "\n" ;
92 
93 bool dumpText = false;
94 
95 if (dumpText)
>>> CID 1454003:(DEADCODE)
>>> Execution cannot reach this statement: "fprintf(stderr, "Stream %s ...".
96 fprintf(stderr, "Stream %s - %dx%d:\n", pNameStem, nWidth, 
nHeight);
97 
98 for (int y = 0; y < nHeight; ++y)
99 {
100 const char* row = pBuffer + (y + nOffY) * nTotalWidth * 4 + 
nOffX * 4;
101 for (int x = 0; x < nWidth; ++x)
/libreofficekit/qa/tilebench/tilebench.cxx: 134 in dumpTile(const char *, int, 
int, int, const unsigned char *, int, int, int)()
128 {
129 int lowResI = (pixel[0] + pixel[1] + pixel[2])/(3*16);
130 fprintf(stderr,"%1x", lowResI);
131 }
132 }
133 if (dumpText)
>>> CID 1454003:(DEADCODE)
>>> Execution cannot reach this statement: "fprintf(stderr, "\n");".
134 fprintf(stderr,"\n");
135 }
136 ofs.close();
137 }
138 
139 static void testTile( Document *pDocument, int max_parts,

** CID 1454002:(FORWARD_NULL)



*** CID 1454002:(FORWARD_NULL)
/sc/source/ui/app/inputhdl.cxx: 3777 in ScInputHandler::NotifyChange(const 
ScInputHdlState *, bool, ScTabViewShell *, bool)()
3771 ScModule* pScMod = SC_MOD();
3772 
3773 ScTabViewShell* pScTabViewShell = pScMod ? 
dynamic_cast(pScMod->GetViewShell()) : nullptr;
3774 
3775 // Also take foreign reference input into account here (e.g. 
FunctionsAutoPilot),
3776 // FormEditData, if we're switching from Help to Calc:
>>> CID 1454002:(FORWARD_NULL)
>>> Passing null pointer "pScMod" to "IsFormulaMode", which dereferences it.
3777 if ( !bFormulaMode && !pScMod->IsFormulaMode() &&
3778  ( !pScTabViewShell || !pScTabViewShell->GetFormEditData() 
) )
3779 {
3780 bool bIgnore = false;
3781 if ( bModified )
3782 {
/sc/source/ui/app/inputhdl.cxx: 3900 in ScInputHandler::NotifyChange(const 
ScInputHdlState *, bool, ScTabViewShell *, bool)()
3894 }
3895 }
3896 
3897 if ( pInputWin)
3898 {
3899 // Do not enable if RefDialog is open
>>> CID 1454002:(FORWARD_NULL)
>>> Passing null pointer "pScMod" to "IsFormulaMode", which dereferences it.
3900 if(!pScMod->IsFormulaMode()&& !pScMod->IsRefDialogOpen())
3901 {
3902 if ( !pInputWin->IsEnabled())
3903 {
3904 pDelayTimer->Stop();
3905 pInputWin->Enable();

** CID 1454001:  Null pointer dereferences  (FORWARD_NULL)



*** CID 1454001:  Null pointer dereferences  (FORWARD_NULL)
/vcl/unx/gtk3/gtk3gtkinst.cxx: 2746 in 
GtkInstanceContainer::CreateChildFrame()()
2740 // will create a toplevel GtkEventBox window
2741

[Libreoffice-bugs] [Bug 127401] Release Notes button leads to English RN on Chinese system

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

Heiko Tietze  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |heiko.tietze@documentfounda
   |desktop.org |tion.org

-- 
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 127401] Release Notes button leads to English RN on Chinese system

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

Heiko Tietze  changed:

   What|Removed |Added

 CC||guil...@fripost.org

--- Comment #4 from Heiko Tietze  ---
Code is here
https://opengrok.libreoffice.org/xref/core/sfx2/source/appl/appserv.cxx?r=97bcd0e4#585
and of course we could go with BCP47 but run into trouble for other languages
then.

-- 
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 127755] Tango icon theme needs different icons for module and library

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

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|Icon of Module in IDE is|Tango icon theme needs
   |the same as of Library  |different icons for module
   ||and library
 Ever confirmed|0   |1

--- Comment #5 from Heiko Tietze  ---
Works with Breeze, Colibre, Karasa Jaga, at least. Tango is unmaintained, so I
tend to set this as WF.

-- 
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 127755] Tango icon theme needs different icons for module and library

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

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|Icon of Module in IDE is|Tango icon theme needs
   |the same as of Library  |different icons for module
   ||and library
 Ever confirmed|0   |1

--- Comment #5 from Heiko Tietze  ---
Works with Breeze, Colibre, Karasa Jaga, at least. Tango is unmaintained, so I
tend to set this as WF.

-- 
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 117707] Fontwork border line increases from 0, 02inch to 0, 03 inch when copy/pasting a fontwork between two sessions

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

Dieter Praas  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #13 from Dieter Praas  ---
VERIFIED with

Version: 6.1.6.3 (x64)
Build ID: 5896ab1714085361c45cf540f76f60673dd96a72
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
Locale: de-DE (de_DE); Calc: group threaded

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

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

2019-09-26 Thread Stephan Bergmann (via logerrit)
 
external/breakpad/0001-Fix-double-declaration-of-tgkill-when-using-Android-.patch.1
 |   49 ++
 external/breakpad/UnpackedTarball_breakpad.mk  
 |1 
 2 files changed, 50 insertions(+)

New commits:
commit 6a4cebbb35f15e7989bf0a6e276db99944e3
Author: Stephan Bergmann 
AuthorDate: Thu Sep 26 22:09:56 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Fri Sep 27 07:09:37 2019 +0200

external/breakpad: glibc 2.30 declares tgkill

...so building against glibc-headers-2.30-4.fc31.x86_64 fails with

> src/client/linux/handler/exception_handler.cc:109:12: error: static 
declaration of 'tgkill' follows non-static declaration
> static int tgkill(pid_t tgid, pid_t tid, int sig) {
>^
> /usr/include/bits/signal_ext.h:29:12: note: previous declaration is here
> extern int tgkill (__pid_t __tgid, __pid_t __tid, int __signal);
>^
> 1 error generated.

Upstream commit  "Fix double declaration of
tgkill when using Android NDK Headers" looks like the perfect fit.

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

diff --git 
a/external/breakpad/0001-Fix-double-declaration-of-tgkill-when-using-Android-.patch.1
 
b/external/breakpad/0001-Fix-double-declaration-of-tgkill-when-using-Android-.patch.1
new file mode 100644
index ..7c8a68c2451a
--- /dev/null
+++ 
b/external/breakpad/0001-Fix-double-declaration-of-tgkill-when-using-Android-.patch.1
@@ -0,0 +1,49 @@
+From 7e3c165000d44fa153a3270870ed500bc8bbb461 Mon Sep 17 00:00:00 2001
+From: Nicholas Baldwin 
+Date: Fri, 27 Oct 2017 11:44:36 -0700
+Subject: [PATCH] Fix double declaration of tgkill when using Android NDK
+ Headers.
+
+As of Android API level 16 tgkill is declared in the NDK version of
+signal.h, which conflicts with the static definition found in
+src/client/linux/handler/exception_handler.cc. This change removes
+the static tgkill definition and replaces its use with sys_tgkill
+from the linux syscall support library.
+
+Bug:
+Change-Id: Ic70addd8a064cfa36345d86b7e36409e2089e909
+Reviewed-on: https://chromium-review.googlesource.com/738912
+Reviewed-by: Mike Frysinger 
+---
+ src/client/linux/handler/exception_handler.cc | 8 +---
+ 1 file changed, 1 insertion(+), 7 deletions(-)
+
+diff --git a/src/client/linux/handler/exception_handler.cc 
b/src/client/linux/handler/exception_handler.cc
+index 95005209..cd94e3b5 100644
+--- a/src/client/linux/handler/exception_handler.cc
 b/src/client/linux/handler/exception_handler.cc
+@@ -105,12 +105,6 @@
+ #define PR_SET_PTRACER 0x59616d61
+ #endif
+ 
+-// A wrapper for the tgkill syscall: send a signal to a specific thread.
+-static int tgkill(pid_t tgid, pid_t tid, int sig) {
+-  return syscall(__NR_tgkill, tgid, tid, sig);
+-  return 0;
+-}
+-
+ namespace google_breakpad {
+ 
+ namespace {
+@@ -400,7 +394,7 @@ void ExceptionHandler::SignalHandler(int sig, siginfo_t* 
info, void* uc) {
+ // In order to retrigger it, we have to queue a new signal by calling
+ // kill() ourselves.  The special case (si_pid == 0 && sig == SIGABRT) is
+ // due to the kernel sending a SIGABRT from a user request via SysRQ.
+-if (tgkill(getpid(), syscall(__NR_gettid), sig) < 0) {
++if (sys_tgkill(getpid(), syscall(__NR_gettid), sig) < 0) {
+   // If we failed to kill ourselves (e.g. because a sandbox disallows us
+   // to do so), we instead resort to terminating our process. This will
+   // result in an incorrect exit code.
+-- 
+2.23.0
+
diff --git a/external/breakpad/UnpackedTarball_breakpad.mk 
b/external/breakpad/UnpackedTarball_breakpad.mk
index b70510234e38..633574cd34a7 100644
--- a/external/breakpad/UnpackedTarball_breakpad.mk
+++ b/external/breakpad/UnpackedTarball_breakpad.mk
@@ -23,6 +23,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,breakpad,\
external/breakpad/breakpad-stackwalk.patch.1 \
external/breakpad/ucontext.patch \

external/breakpad/0001-Handle-race-between-ExceptionHandler-SignalHandler-a.patch.1
 \
+   
external/breakpad/0001-Fix-double-declaration-of-tgkill-when-using-Android-.patch.1
 \
 ))
 
 ifeq ($(COM_IS_CLANG),TRUE)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127629] UI: Question to open links when opening a master document in English but different UI language

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

Julien Nabet  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org,
   ||so...@libreoffice.org,
   ||tima...@gmail.com

--- Comment #8 from Julien Nabet  ---
KeyId shows "DirQf" but this one doesn't exist on Pootle!
(I checked for German and French languages)
Of course, I enabled "Comments" in Pootle.

Andras/Sophie/Jean-Baptiste: any idea why this keyid isn't present in Pootle?

-- 
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 127629] UI: Question to open links when opening a master document in English but different UI language

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

--- Comment #7 from Julien Nabet  ---
Ok "Business card with logo" shows the question.

-- 
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 124573] Printer extremely slow for each page with anything but normal print setting

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

--- Comment #7 from allenstif  ---
It is really a big problem that the Printer may slow down gradually. For each
and every page it takes a too long time. I got a solution from
https://printerssupport.co/canon-printer-not-responding/ which helped me a lot.

-- 
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 127629] UI: Question to open links when opening a master document in English but different UI language

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

--- Comment #6 from Julien Nabet  ---
(In reply to Thomas Lendo from comment #5)
> ...
> 4) Open a master document that contains subdocuments.
> ...
Which one? I opened some template docs and got no question at all.

-- 
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 118694] Symbol font changed in LibreOffice Developer version

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

Dieter Praas  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #3 from Dieter Praas  ---
VERIFIED with

Version: 6.3.2.2 (x64)
Build-ID: 98b30e735bda24bc04ab42594c85f7fd8be07b9c
CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: threaded

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

[Libreoffice-bugs] [Bug 123671] Crash in: atig6txx.dll EDITING

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

--- Comment #4 from Julien Nabet  ---
Meanwhile 6.2.7 and 6.3.1 have been released.

Above all, could you check you use last version of graphic card?
Indeed, atig6txx.dll? Indeed, this dll corresponds to a graphic card component.

-- 
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 127647] Spanish translation is missing in LO 6.3.1.2 Spanish Version - Insert Menu> Format Mark> all options.

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

--- Comment #8 from Julien Nabet  ---
(In reply to Xisco Faulí from comment #7)
> guion should be written guión

Just to be sure, is it the same for plurial form?
Should "guiones" should be written "guiónes"?

-- 
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 114523] Make inline tooltip for track changes optional

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

Dieter Praas  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #31 from Dieter Praas  ---
(In reply to JIM7 from comment #30)
> Works "like a charm". Many thanks to you all! :)

=> VERIFIED FIXED

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

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

2019-09-26 Thread Justin Luth (via logerrit)
 sw/qa/extras/ww8export/data/tdf127316_autoEscapement.odt |binary
 sw/qa/extras/ww8export/ww8export3.cxx|7 +++
 sw/source/filter/ww8/ww8atr.cxx  |4 
 3 files changed, 11 insertions(+)

New commits:
commit 9b96f644c554f1b10a380dd3f9a04a405b948411
Author: Justin Luth 
AuthorDate: Thu Sep 26 16:46:56 2019 +0300
Commit: Justin Luth 
CommitDate: Fri Sep 27 06:14:35 2019 +0200

tdf#127316 ww8export: use default escapement for AUTO

Previously it looked bad, but not horrendous when
AUTO was 101.  Now that AUTO is 13999, it is obviously
wrong (in Word). Better to use the default of 33.

Change-Id: If0e12d315346515ce6ec5ae4bcc4110efba14f9b
Reviewed-on: https://gerrit.libreoffice.org/79651
Reviewed-by: Justin Luth 
Tested-by: Justin Luth 

diff --git a/sw/qa/extras/ww8export/data/tdf127316_autoEscapement.odt 
b/sw/qa/extras/ww8export/data/tdf127316_autoEscapement.odt
new file mode 100644
index ..95987d4562cc
Binary files /dev/null and 
b/sw/qa/extras/ww8export/data/tdf127316_autoEscapement.odt differ
diff --git a/sw/qa/extras/ww8export/ww8export3.cxx 
b/sw/qa/extras/ww8export/ww8export3.cxx
index 36d525f22d15..801e77eff3f5 100644
--- a/sw/qa/extras/ww8export/ww8export3.cxx
+++ b/sw/qa/extras/ww8export/ww8export3.cxx
@@ -169,6 +169,13 @@ DECLARE_WW8EXPORT_TEST(testTdf120225_textControlCrossRef, 
"tdf120225_textControl
 CPPUNIT_ASSERT_EQUAL(OUString("Text1"), sTextFieldName);
 }
 
+DECLARE_WW8EXPORT_TEST(testTdf127316_autoEscapement, 
"tdf127316_autoEscapement.odt")
+{
+uno::Reference xPara = getParagraph(2);
+CPPUNIT_ASSERT_DOUBLES_EQUAL( 0.f, getProperty(getRun(xPara, 1), 
"CharEscapement"), 0);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(-33.f, getProperty(getRun(xPara, 2), 
"CharEscapement"), 3);
+}
+
 DECLARE_WW8EXPORT_TEST(testTdf12_fillStyleNone, 
"tdf12_fillStyleNone.docx")
 {
 uno::Reference 
xStyle(getStyles("ParagraphStyles")->getByName("Numbering - First level"),
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index 7ca8b34cb9a9..535a6568360c 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -1396,6 +1396,10 @@ void WW8AttributeOutput::CharEscapement( const 
SvxEscapementItem& rEscapement )
 else if ( DFLT_ESC_SUPER == nEsc || DFLT_ESC_AUTO_SUPER == nEsc )
 b = 1;
 }
+else if ( DFLT_ESC_AUTO_SUPER == nEsc )
+nEsc = DFLT_ESC_SUPER;
+else if ( DFLT_ESC_AUTO_SUB == nEsc )
+nEsc = DFLT_ESC_SUB;
 
 if ( 0xFF != b )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 123564] Dialogs are not at the right position with Execute method

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

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

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

[Libreoffice-bugs] [Bug 127511] Extension add language support for content

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 127516] Comments Only View for LibreOffice Online Writer

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 127512] MSO line chart color is off

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 126056] -fsanitize=float-divide-by-zero in libodfgen::getEllipticalArcBBox

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 127753] No more line attribute when I merge forms

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

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 125619] 'performance problem with plenty comments' still in 6.3 alpha1, *only after save of file/autosave*

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 127527] Automatic bullet list inconsistency when mixed font size in line

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 123798] libre office tells in a text box that there are some updates but there is nothing

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

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

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

[Libreoffice-bugs] [Bug 127519] Exporting Impress file to JPEG since upgrade

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 127518] LibreOffice windows stealing focus

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 127521] MSO tiled picture as texture in table cells not working

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 127489] Simple ODT with image saved to PDF adds blank page - only via Java API code, normal PDF export works

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 127755] Icon of Module in IDE is the same as of Library

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

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

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

[Libreoffice-bugs] [Bug 123564] Dialogs are not at the right position with Execute method

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 127642] BASIC IDE and Calc crashed after resizing Watches Panel or Call Stack Panel towards the bottom of screen.

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

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

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

[Libreoffice-bugs] [Bug 127755] Icon of Module in IDE is the same as of Library

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 127642] BASIC IDE and Calc crashed after resizing Watches Panel or Call Stack Panel towards the bottom of screen.

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 123671] Crash in: atig6txx.dll EDITING

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

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

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-ux-advise] [Bug 127755] Icon of Module in IDE is the same as of Library

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
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 125829] Allow display of duplicate contents in a pivot table

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

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 127753] No more line attribute when I merge forms

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

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

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

[Libreoffice-bugs] [Bug 127691] Unclear messages behind Watches Panel or Call Stack Panel

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 123798] libre office tells in a text box that there are some updates but there is nothing

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-ux-advise] [Bug 127755] Icon of Module in IDE is the same as of Library

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

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

-- 
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 125829] Allow display of duplicate contents in a pivot table

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

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

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

[Libreoffice-bugs] [Bug 127691] Unclear messages behind Watches Panel or Call Stack Panel

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

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

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

[Libreoffice-bugs] [Bug 73974] FILEOPEN: Formulae broken after import of .doc file: hat and bar not recognized

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

--- Comment #10 from QA Administrators  ---
Dear Fabian Alexander Wilms,

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 57539] FILESAVE: table with nested table has broken formatting in XHTML export

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

--- Comment #9 from QA Administrators  ---
Dear callow.mark,

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 120113] Missed a table in footer in DOCX

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

--- Comment #7 from QA Administrators  ---
Dear Roman Kuznetsov,

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 91490] Calc - Export as PDF during Page Preview ignores "Selection/selected sheets" (Unix-only)

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

--- Comment #19 from QA Administrators  ---
Dear Manfred,

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 99192] SIDEBAR: Drop down lists buttons in content panels sometimes disappear behind tab bar when resizing the sidebar

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

--- Comment #12 from QA Administrators  ---
Dear Henrik,

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 89951] EDITING: [italic/underline/bold] markup removed when merging cells

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

--- Comment #6 from QA Administrators  ---
Dear harm.deweirdt,

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 99521] UI Menu problems on multi-monitor system

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

--- Comment #13 from QA Administrators  ---
Dear Richard,

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 120111] Comments bar next to the ruler at the left side instead of right

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

--- Comment #6 from QA Administrators  ---
Dear Telesto,

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 127401] Release Notes button leads to English RN on Chinese system

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

--- Comment #3 from Ming Hua  ---
(In reply to Xisco Faulí from comment #2)
> Is it happening because the wiki page is not translated ?
I doubt it, because the handcrafted URL
https://hub.libreoffice.org/ReleaseNotes/?LOvers=6.3=zh-cn redirects
to the simplified Chinese page correctly.

The problem is more likely that LO only uses two-letter locale codes for these
URLs.  I suspect that Brazilian users (pt-BR) are also affected by this bug.

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

[Libreoffice-bugs] [Bug 127363] Add Sept as an abbreviation of September

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

Eike Rathke  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |
 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 107575] [META] Number format bugs and enhancements

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

Bug 127363 Summary: Add Sept as an abbreviation of September
https://bugs.documentfoundation.org/show_bug.cgi?id=127363

   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 127363] Add Sept as an abbreviation of September

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

--- Comment #7 from Commit Notification 
 ---
Eike Rathke committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/f526a525758c8e4507e0bcc039330f4fc8a174b4

Resolves: tdf#127363 accept SEPT as SEP for September

It will be available in 6.4.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 127363] Add Sept as an abbreviation of September

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.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: svl/source

2019-09-26 Thread Eike Rathke (via logerrit)
 svl/source/numbers/zforfind.cxx |   23 ---
 1 file changed, 16 insertions(+), 7 deletions(-)

New commits:
commit f526a525758c8e4507e0bcc039330f4fc8a174b4
Author: Eike Rathke 
AuthorDate: Thu Sep 26 19:44:41 2019 +0200
Commit: Eike Rathke 
CommitDate: Fri Sep 27 01:23:16 2019 +0200

Resolves: tdf#127363 accept SEPT as SEP for September

Change-Id: Idc0fb30308ca32428125656dc8b2ce68e35c4770
Reviewed-on: https://gerrit.libreoffice.org/79655
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/svl/source/numbers/zforfind.cxx b/svl/source/numbers/zforfind.cxx
index 0872ea5b5121..cdf4d1e255e0 100644
--- a/svl/source/numbers/zforfind.cxx
+++ b/svl/source/numbers/zforfind.cxx
@@ -640,13 +640,22 @@ short ImpSvNumberInputScan::GetMonth( const OUString& 
rString, sal_Int32& nPos )
 res = sal::static_int_cast< short >(-(i+1)); // negative
 break;  // for
 }
-else if ( i == 8 && pUpperAbbrevMonthText[i] == "SEPT" &&
-StringContainsWord( "SEP", rString, nPos ) )
-{   // #102136# The correct English form of month September 
abbreviated is
-// SEPT, but almost every data contains SEP instead.
-nPos = nPos + 3;
-res = sal::static_int_cast< short >(-(i+1)); // negative
-break;  // for
+else if (i == 8)
+{
+// This assumes the weirdness is applicable to all locales.
+if (pUpperAbbrevMonthText[i] == "SEPT" && StringContainsWord( 
"SEP", rString, nPos))
+{   // #102136# The correct English form of month September 
abbreviated is
+// SEPT, but almost every data contains SEP instead.
+nPos = nPos + 3;
+res = sal::static_int_cast< short >(-(i+1)); // negative
+break;  // for
+}
+else if (pUpperAbbrevMonthText[i] == "SEP" && 
StringContainsWord( "SEPT", rString, nPos))
+{   // And vice versa, accept SEPT for SEP
+nPos = nPos + 4;
+res = sal::static_int_cast< short >(-(i+1)); // negative
+break;  // for
+}
 }
 }
 if (!res)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127773] HIG AutoCorrect Dialog update

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

--- Comment #2 from andreas_k  ---
Created attachment 154568
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154568=edit
AutoCorrect Dialog Tabs 02

Thanks for the Feedback Thomas. This is (hopefully) how improvements should
work.

Tab 1
- buttons are horizontal next to the main window
- text only checkbox is also horizontal in the last row
- reason is similar layout like Tab 2

Tab 2
- buttons and checkbox are to the bottom
- layout has now two columns
- benefit is to have more space/focus for the two list's

Tab 3
- No Header cause it was the same than tab name

Tab 4
- No Header
- Default button on the bottom
- than enough space for labels, ...

Tab 5
- yes that one need really some love
- two column layout first word completion second Collected words
- different commands -> different groups, less space two columns needed
- gray out work well if something is not selected
- accept width, mind. word length, max entries are not related to collected
words, if someone know an good label, I make an group label for the three
commands.

-- 
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: Deprecated G_TYPE_INSTANCE_GET_PRIVATE in vcl/unx/gtk/gloactiongroup.cxx

2019-09-26 Thread Arkadiy Illarionov
I work on fix here:
https://gerrit.libreoffice.org/#/c/79663/

Regards,
Arkadiy Illarionov


On Thu, Sep 26, 2019 at 1:12 PM Stephan Bergmann 
wrote:

> Ever since
> <
> https://gerrit.libreoffice.org/plugins/gitiles/core/+/36c1c2c2754dda6e8d2b2802e3881465adaafbec%5E!/>
>
> "Added GLOMenu and GLOActionGroup. Menu is published with actions (not
> working)", g_lo_action_group_init in vcl/unx/gtk/gloactiongroup.cxx
> contains a call
>
> > group->priv = G_TYPE_INSTANCE_GET_PRIVATE (group,
> >  G_TYPE_LO_ACTION_GROUP,
> >  GLOActionGroupPrivate);
>
> that GLib 2.62 (as seen on Fedora 31) now warns about:
>
> > [CXX] vcl/unx/gtk3/gtk3gloactiongroup.cxx
> > In file included from vcl/unx/gtk3/gtk3gloactiongroup.cxx:3:
> > vcl/unx/gtk3/../gtk/gloactiongroup.cxx:317:19: warning: G_ADD_PRIVATE
> [-W#pragma-messages]
> > group->priv = G_TYPE_INSTANCE_GET_PRIVATE (group,
> >   ^
> > /usr/include/glib-2.0/gobject/gtype.h:643:145: note: expanded from macro
> 'G_TYPE_INSTANCE_GET_PRIVATE'
> > #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)
>  ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance),
> (g_type))) GLIB_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
> >
>^
> > /usr/include/glib-2.0/glib/gversionmacros.h:831:49: note: expanded from
> macro 'GLIB_DEPRECATED_MACRO_IN_2_58_FOR'
> > # define GLIB_DEPRECATED_MACRO_IN_2_58_FOR(f)
>  GLIB_DEPRECATED_MACRO_FOR(f)
> > ^
> > /usr/include/glib-2.0/glib/gmacros.h:990:38: note: expanded from macro
> 'GLIB_DEPRECATED_MACRO_FOR'
> > #define GLIB_DEPRECATED_MACRO_FOR(f) _GLIB_GNUC_DO_PRAGMA(GCC warning #f)
> >  ^
> > /usr/include/glib-2.0/glib/gmacros.h:988:33: note: expanded from macro
> '_GLIB_GNUC_DO_PRAGMA'
> > #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
> > ^
> > :57:6: note: expanded from here
> >  GCC warning "G_ADD_PRIVATE"
> >  ^
> > 1 warning generated.
>
> (And while Clang keeps that a warning even with -Werror, it causes a
> true error breaking the build when building with GCC and --enable-werror.)
>
> <
> https://developer.gnome.org/gobject/stable/gobject-Type-Information.html#G-TYPE-INSTANCE-GET-PRIVATE:CAPS>
>
> states:  "G_TYPE_INSTANCE_GET_PRIVATE has been deprecated since version
> 2.58 and should not be used in newly-written code.  Use G_ADD_PRIVATE
> and the generated your_type_get_instance_private() function instead"
>
> But I have no idea how to fix that.  So if anybody can clean it up, that
> would be great.  (Failing that, we can always add a sledgehammer
>
> > #define GLIB_DISABLE_DEPRECATION_WARNINGS
>
> near the top of vcl/unx/gtk/gloactiongroup.cxx, similar to what is done
> in
> <
> https://gerrit.libreoffice.org/plugins/gitiles/core/+/59f96e1736c14575aee7575e73b50e96cf467bb0%5E!/>
>
> "While I could swear that it worked yesterday".)
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-bugs] [Bug 125226] suggestion for enhancements

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

--- Comment #3 from jlbr...@portugalmail.com ---
Please pay attention to the following: programs like Frontpage may not be used
anymore, but others like RocketCake or DreamWeaver still exist, and if they do,
it's for some reason. It was a similar program like this that I was referring
to when I suggested to add a webpage creator to the suite.

-- 
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: LibreOffice 6.3.2 & macOS 10.15 beta 9

2019-09-26 Thread Christian Lohmaier
Hi *,

On Thu, Sep 26, 2019 at 10:21 PM Larry Beck  wrote:
>
> After 6.3.2 install, I get the error below and see attached image for
> actual error message.

The error message shows A LibreOfficeDev version, not a release version.

> 6.3.1 was already installed and working fine when
> I upgraded to macOS 10.15 beta 9, now I cannot even install 6.3.1 again
> or any RC

installing RC or final release should be possible, but not nightly/daily builds.

> “LibreOfficeDev.app” can’t be opened because its integrity cannot be
> verified. This software needs to be updated. Contact the developer for
> more information.

This is due to the notarization that Apple now enforces with the new
version of macOS.
notarization didn't have any errors and didn't show any warnings
either. (for notarization you upload the whole installset to apple,
they analyze it and that's it)

No problem installing on 10.14, and Gatekeeper is happy with the
signature and also recognizes the notarization:

$ spctl --assess -vv ~/Desktop/LibreOffice.app/
/Users/tdf/Desktop/LibreOffice.app/: accepted
source=Notarized Developer ID
origin=Developer ID Application: The Document Foundation (7P5S3ZLCN7)

and
$ codesign -vv --deep --strict ~/Desktop/LibreOffice.app/
/Users/tdf/Desktop/LibreOffice.app/: valid on disk
/Users/tdf/Desktop/LibreOffice.app/: satisfies its Designated Requirement

Also when opening it shows the "has been downloaded from" notice
with the added "Apple checked for malware and didn't find any" notice
that is added when the notarization is valid.

> “LibreOffice.app” can’t be opened because its integrity cannot be
> verified. This software needs to be updated. Contact the developer for
> more information.

Only 6.3.x will be notarized (& stamped) with the extended signature,
6.2.x cannot be used without modifying gatekeeper.
That being said: Gatekeeper should be set to allow Mac Store as well
as verified/identified Developers - but that should be the default...

So if you really tried with 6.3.2 final release, please verify the
checksum of the download
https://download.documentfoundation.org/libreoffice/stable/6.3.2/mac/x86_64/LibreOffice_6.3.2_MacOS_x86-64.dmg.mirrorlist

and please check what your Gatekeeper is set to in system settings →
Security. Although I'd expect a different message if it was set to
only App Store..

If the checksum matches, Gatekeeper is set to allow AppStore as well
as verified Developers, then it definitely is not intended behaviour
and Apple changed signing requirements or similar without updating the
tools to detect that on stable version of the OS/the notarization
system as a whole...

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

[Libreoffice-bugs] [Bug 127804] New: copy/paste using alt key reverses lines

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

Bug ID: 127804
   Summary: copy/paste using alt key reverses lines
   Product: LibreOffice
   Version: 6.3.2.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rl...@margulski.name

Description:
1) highlight text using alt key
eg. line 1
line 2
line 3
2) the cop & paste
gives: line 3
   line 2
   line 1
notices in release 6.3.2.2


Steps to Reproduce:
1.hightlight text using alt key
2.copy
3.paste

Actual Results:
line 3
line 2
line 1

Expected Results:
line 1
line 2
line 3


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 102019] [META] Dialog bugs and enhancements

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||127803


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127803
[Bug 127803] Appearance for consistent Dialogs
-- 
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 127803] Appearance for consistent Dialogs

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

Thomas Lendo  changed:

   What|Removed |Added

 CC||thomas.le...@gmail.com
 Blocks||102019


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102019
[Bug 102019] [META] Dialog 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 127773] HIG AutoCorrect Dialog update

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

--- Comment #1 from Thomas Lendo  ---
(In reply to andreas_k from comment #0)
> Tab 1: Replace
> - Replace and Width are now Headers and bold (All tabs has now headers in
> bold)
Looks good despite they're no real headings.

> - Text only is on very right cause AutoInclude (Tab 2) is also very right
> otherwise you get in trouble maybe cause in Tab 2 the headers are very long.
Don't like that as this setting is directly linked to the 'With' field as
written in the help:
https://help.libreoffice.org/6.4/en-US/text/shared/01/06040200.html (Text only:
Saves the entry in the With box without formatting. When the replacement is
made, the text uses the same format as the document text.)

> Tab 2: Exceptions
> - AutoInclude are now in the row of the headers (as Text only on Tab 1)
This won't work with many languages that have longer strings than English, for
example in German the second heading won't work.

> Tab 3: Options
> - I only add an Header (translation is needed) cause according to our HIG
> each section need an header
Is duplicating the tab name really necessary? I would like to have it for a11y
reasons in the dialog but it shouldn't visible in the UI for the eyes.

> Tab 4: Localized Options
> - Header was added
Same as in tab 3.

> - Single and Double Quotes need less spaces
The 'Default' buttons should go in a new row below as they work not only to the
end quote but also to the start quote. Second issue is the string length.
Please have always languages in mind with many many characters more than
English. With that in mind, the whole changes in the below part of tab 4 won't
work.

> Tab 5: Word Completion
> - added Headers (if someone has better labels, please comment)
> - Accept with was moved to Word completion cause with Enable checkbox Accept
> with grayed out so it will be part of this group
> - Headers are on top, Labels are left to the configure widget so all Labels
> are now left
In principal, this dialog needs improvement. For me the most important thing is
to have appropriate indents. 'Enable word completion' and 'Collect words' are
the main strings, all others are secondary strings which should be indented.
What I don't like is the duplicating of the two headings. The more people must
read to conceive the whole content of a dialog, the more untidy this dialog
appears.

-- 
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 127712] Flag for whether choosing a style clears direct formatting

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

--- Comment #7 from Eyal Rozenberg  ---
(In reply to Heiko Tietze from comment #6)
> I still disagree
> with it as you have many ways to apply a style and it would be not clear
> what style has the flag and kills your direct formatting. 

If no style provided by Libreoffice has this as a default - then you only get
this behavior if you specifically asked for it.

> It solves one minor problem (ctrl+m is just a keypress away) 

Ah, but it's just pressing Ctrl+m - it's selecting the entire paragraph and
pressing Ctrl+m. And the change may be subtle, e.g. change in vertical space
above/before the paragraph.

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

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

2019-09-26 Thread Jan Holesovsky (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c000d9bedd220d6d84838cddb3b055c9265d6133
Author: Jan Holesovsky 
AuthorDate: Tue Aug 7 19:09:41 2018 +0200
Commit: Gerrit Code Review 
CommitDate: Thu Sep 26 22:49:53 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'distro/collabora/cp-6.2'
  - Revert the .xhp parts of "Deploy videos in New Help (WIP)"

Partially reverts commit 93ebf037016819613322ef1c39951a3de893ec14.

Change-Id: I21224f97e9c47d5dfeb8e000102237a5664d3d41

diff --git a/helpcontent2 b/helpcontent2
index 44e403cdedc7..1a36eb14ff38 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 44e403cdedc700d814fc62c8f435405ced0bb85d
+Subproject commit 1a36eb14ff3816bbaa3f3f3477b3c0a29cd73def
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: Branch 'distro/collabora/cp-6.2' - AllLangHelp_shared.mk source/text

2019-09-26 Thread Jan Holesovsky (via logerrit)
 AllLangHelp_shared.mk   |1 -
 source/text/scalc/main.xhp  |1 -
 source/text/sdraw/main.xhp  |1 -
 source/text/shared/06/youtubevideos.xhp |   23 ---
 source/text/simpress/main.xhp   |1 -
 source/text/smath/main.xhp  |1 -
 source/text/swriter/main.xhp|1 -
 7 files changed, 29 deletions(-)

New commits:
commit 1a36eb14ff3816bbaa3f3f3477b3c0a29cd73def
Author: Jan Holesovsky 
AuthorDate: Tue Aug 7 19:09:41 2018 +0200
Commit: Andras Timar 
CommitDate: Thu Sep 26 22:49:41 2019 +0200

Revert the .xhp parts of "Deploy videos in New Help (WIP)"

Partially reverts commit 93ebf037016819613322ef1c39951a3de893ec14.

Change-Id: I21224f97e9c47d5dfeb8e000102237a5664d3d41

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 6d87868ef..785b94ddd 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -517,7 +517,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 helpcontent2/source/text/shared/05/0160 \
 helpcontent2/source/text/shared/05/new_help \
 helpcontent2/source/text/shared/05/err_html \
-helpcontent2/source/text/shared/06/youtubevideos \
 helpcontent2/source/text/shared/06/svx_screenshots \
 helpcontent2/source/text/shared/07/0900 \
 helpcontent2/source/text/shared/3dsettings_toolbar \
diff --git a/source/text/scalc/main.xhp b/source/text/scalc/main.xhp
index ab1504912..6341084e7 100644
--- a/source/text/scalc/main.xhp
+++ b/source/text/scalc/main.xhp
@@ -31,7 +31,6 @@
 
 
 Welcome to the $[officename] Calc Help
-
 How to 
Work With $[officename] Calc
 
 
diff --git a/source/text/sdraw/main.xhp b/source/text/sdraw/main.xhp
index 911d45ba9..93bbe2572 100644
--- a/source/text/sdraw/main.xhp
+++ b/source/text/sdraw/main.xhp
@@ -33,7 +33,6 @@
 
 
   Welcome to the $[officename] Draw 
Help
-  
   How 
to Work With $[officename] Draw
   
   
diff --git a/source/text/shared/06/youtubevideos.xhp 
b/source/text/shared/06/youtubevideos.xhp
deleted file mode 100644
index 48022df8f..0
--- a/source/text/shared/06/youtubevideos.xhp
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-  
-YouTube Videos
-/text/shared/06/youtubevideos.xhp
-  
-
-
-
-https://www.youtube-nocookie.com/embed/6HUnR5IoAQk; 
id="vid_id61521568603544" type="video/youtube" width="560" 
height="315"/>
-
-
-
diff --git a/source/text/simpress/main.xhp 
b/source/text/simpress/main.xhp
index 6d87987d5..b4e28c754 100644
--- a/source/text/simpress/main.xhp
+++ b/source/text/simpress/main.xhp
@@ -33,7 +33,6 @@
 
 
 Welcome 
to the $[officename] Impress Help
-
 How to 
Work With $[officename] Impress
 
 
diff --git a/source/text/smath/main.xhp b/source/text/smath/main.xhp
index e343f10d0..6e447a8ac 100644
--- a/source/text/smath/main.xhp
+++ b/source/text/smath/main.xhp
@@ -26,7 +26,6 @@
 
 
 Welcome 
to the $[officename] Math Help
-
 How to 
Work With $[officename] Math
 
 
diff --git a/source/text/swriter/main.xhp b/source/text/swriter/main.xhp
index 457a0048b..3bff6f76b 100644
--- a/source/text/swriter/main.xhp
+++ b/source/text/swriter/main.xhp
@@ -33,7 +33,6 @@
 
 
 %PRODUCTNAME Writer Help
-
 Working 
With %PRODUCTNAME Writer
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127629] UI: Question to open links when opening a master document in English but different UI language

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

--- Comment #5 from Thomas Lendo  ---
1) Go to
https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/current/
2) Download the program deb and the langpack deb for your non-English language.
3) Install and open it.
4) Open a master document that contains subdocuments.
5) Question to open these subdocuments pops up according to screenshot comment
0.

Tested with today's build.
Version: 6.4.0.0.alpha0+
Build-ID: c02b5cf6472ccb45a916369db493a40ed3e21d60
CPU-Threads: 4; BS: Linux 4.15; UI-Render: Standard; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-09-25_12:26:22
Gebietsschema: de-AT (de_AT.UTF-8); UI-Sprache: de-DE
Calc: threaded

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

[Libreoffice-bugs] [Bug 127803] Appearance for consistent Dialogs

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

--- Comment #4 from andreas_k  ---
I will do the .ui update work. 

(Heiko will write the guideline.)

So we only need an developer to make the widget. But only the widget is needed,
no additional dev work. 

So we talk about 
 - 10 % dev work
 - 70 % .ui change work (done by me)
 - 20 % guideline, usability, ...

When the work is finished
 - consistent configure layout
 - more consistent .ui files
 - less widgets (less codebase)
 - more flexibility cause change can be done centralized
 - better platform integration

-- 
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 127803] Appearance for consistent Dialogs

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

--- Comment #3 from andreas_k  ---
In addition it will maybe give LOOL the "possibility" for a better usage of the
.ui dialog files.

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

[Libreoffice-bugs] [Bug 127803] Appearance for consistent Dialogs

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

--- Comment #2 from andreas_k  ---
I think with an additional widget we can save ~25% of the .ui code (no specific
padding, no GtkAlignment widget, ...

-- 
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 6.3.2 & macOS 10.15 beta 9

2019-09-26 Thread Larry Beck
After 6.3.2 install, I get the error below and see attached image for
actual error message. 6.3.1 was already installed and working fine when
I upgraded to macOS 10.15 beta 9, now I cannot even install 6.3.1 again
or any RC or nightly, get the same error.

I have tried installing 6.3.1, 6.3.2, 6.3.2.2, 6.3.3.0.0

“LibreOfficeDev.app” can’t be opened because its integrity cannot be
verified. This software needs to be updated. Contact the developer for
more information.

AND

“LibreOffice.app” can’t be opened because its integrity cannot be
verified. This software needs to be updated. Contact the developer for
more information.



-- 
Larry Beck
la...@larrybeck.net
https://LarryBeck.net


signature.asc
Description: OpenPGP digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-bugs] [Bug 127803] Appearance for consistent Dialogs

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

andreas_k  changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 127803] Appearance for consistent Dialogs

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

--- Comment #1 from andreas_k  ---
Created attachment 154567
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154567=edit
Gnome Control Center with LibreOffice Dialog Widget Idea

My enhancement will be to have ONE specific widget that can be use in ALL .ui
Dialog files and this widget is defined in the LibreOffice guidelines.

The Widget contain of an Header line with the Label and An Content Area where
you can add than an GtkBox, GtkGrid element or whatever is needed for the
Widget.

Padding to other Widgets are predefined, Header Layout is predefined. As I love
the Gnome Control Center with the colored boxes, the colored boxes are
predefined.

-- 
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 99889] add "use indexed colours" checkbox in the PDF Export option dialog

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

Jérôme  changed:

   What|Removed |Added

 CC||jerome.bo...@wanadoo.fr

--- Comment #2 from Jérôme  ---
This bug still exists in version 6.3.1.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 127803] Appearance for consistent Dialogs

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

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com
   Keywords||needsUXEval

-- 
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 127803] Appearance for consistent Dialogs

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

andreas_k  changed:

   What|Removed |Added

   Keywords||needsDevEval

-- 
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 98932] add "use indexed colours" checkbox in "compress image" dialog

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

Jérôme  changed:

   What|Removed |Added

 CC||jerome.bo...@wanadoo.fr

--- Comment #2 from Jérôme  ---
This bug still exists in version 6.3.1.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 127803] New: Appearance for consistent Dialogs

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

Bug ID: 127803
   Summary: Appearance for consistent Dialogs
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

LibreOffice has a guideline for dialogues [1] it's not very detailed, but can
be improved.

If you have a look at the different .ui files you will see that each file is
customized. Ordinary it look something like that:

- GtkFrame
  - GtkAlignment
  - GtkLabel
  - GtkGrid
- different widgets

The problem is that GtkAlignment has .ui specific padding, GtkLabel has .ui
specific attributs (bold), GtkGrid has .ui specific paddings, ...

In the end each .ui file is unique, if you want to change the global dialog
layout, you have to change > 500 .ui files and than you will also have specific
differences.

[1] https://wiki.documentfoundation.org/Design/PropertyDialog

-- 
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 84815] Presentation minimizer : new option for keeping lossless and jpeg original image file format

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

Jérôme  changed:

   What|Removed |Added

 CC||jerome.bo...@wanadoo.fr

--- Comment #2 from Jérôme  ---
This bug exists in version 6.3.1.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 99887] new option for keeping lossless and jpeg original image file format

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

Jérôme  changed:

   What|Removed |Added

 CC||jerome.bo...@wanadoo.fr

--- Comment #2 from Jérôme  ---
This bug still exists in version 6.3.1.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 107479] Style "Text Body" can't be hidden

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

--- Comment #8 from Thomas Lendo  ---
(In reply to Xisco Faulí from comment #7)
> @Thomas, Why did you add the keyword 'bibisectRequest' ?
When the hiding feature was implemented in version 4 then it would be
interesting who and which patch is responsible for that.

-- 
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-09-26 Thread andreas kainz (via logerrit)
 sw/uiconfig/sglobal/menubar/menubar.xml  |1 +
 sw/uiconfig/sweb/menubar/menubar.xml |1 +
 sw/uiconfig/swform/menubar/menubar.xml   |1 +
 sw/uiconfig/swreport/menubar/menubar.xml |1 +
 sw/uiconfig/swriter/menubar/menubar.xml  |1 +
 sw/uiconfig/swxform/menubar/menubar.xml  |1 +
 6 files changed, 6 insertions(+)

New commits:
commit 5f01b90b305696915d500df81d153d262053d4a9
Author: andreas kainz 
AuthorDate: Thu Sep 26 00:00:24 2019 +0200
Commit: andreas_kainz 
CommitDate: Thu Sep 26 21:52:03 2019 +0200

menubars add separator before AutoCorrectDlg for better visibility

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

diff --git a/sw/uiconfig/sglobal/menubar/menubar.xml 
b/sw/uiconfig/sglobal/menubar/menubar.xml
index 1b6ae10caa1e..c020fc014626 100644
--- a/sw/uiconfig/sglobal/menubar/menubar.xml
+++ b/sw/uiconfig/sglobal/menubar/menubar.xml
@@ -721,6 +721,7 @@
   
   
   
+  
   
 
   
diff --git a/sw/uiconfig/sweb/menubar/menubar.xml 
b/sw/uiconfig/sweb/menubar/menubar.xml
index aeeb4f2547ac..521b8931e8da 100644
--- a/sw/uiconfig/sweb/menubar/menubar.xml
+++ b/sw/uiconfig/sweb/menubar/menubar.xml
@@ -592,6 +592,7 @@
   
   
   
+  
   
 
   
diff --git a/sw/uiconfig/swform/menubar/menubar.xml 
b/sw/uiconfig/swform/menubar/menubar.xml
index eee985a05a12..7640667b277b 100644
--- a/sw/uiconfig/swform/menubar/menubar.xml
+++ b/sw/uiconfig/swform/menubar/menubar.xml
@@ -673,6 +673,7 @@
   
   
   
+  
   
 
   
diff --git a/sw/uiconfig/swreport/menubar/menubar.xml 
b/sw/uiconfig/swreport/menubar/menubar.xml
index 6e6773e08c82..7f929432a8e8 100644
--- a/sw/uiconfig/swreport/menubar/menubar.xml
+++ b/sw/uiconfig/swreport/menubar/menubar.xml
@@ -632,6 +632,7 @@
   
   
   
+  
   
 
   
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 772ea5ee85a5..a71147117a39 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -724,6 +724,7 @@
   
   
   
+  
   
 
   
diff --git a/sw/uiconfig/swxform/menubar/menubar.xml 
b/sw/uiconfig/swxform/menubar/menubar.xml
index 7c6f020fc0ab..2ffc863af248 100644
--- a/sw/uiconfig/swxform/menubar/menubar.xml
+++ b/sw/uiconfig/swxform/menubar/menubar.xml
@@ -720,6 +720,7 @@
   
   
   
+  
   
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127629] UI: Question to open links when opening a master document in English but different UI language

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

--- Comment #4 from Julien Nabet  ---
Could you give minimal step by step process to reproduce 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 127802] New: EDITING FORMATTING

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

Bug ID: 127802
   Summary: EDITING FORMATTING
   Product: LibreOffice
   Version: 6.3.1.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: m...@dave-blair.de

Created attachment 154566
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154566=edit
Screenshot: Clicking "hidden" has no effect. Expected effect: Hide/unhide all
marked text.

I work on client texts.

I often have to hide selected parts of a text, work on the visible text, and
unhide the whole text again so I know what to work on and also for billing
purposes. This is an integral part of my workflow.

I'd like to be able to click ctrl-f10, mark everything using ctrl-a and remove
the hidden flag via Font Effects (or via key combo but that's not really the
problem) as I can in MS Word.

LO Writer does not allow me to change the corresponding checkmark in Font
Effects unless all the text under it is either hidden or unhidden. I haven't
found a way of doing a search and replace using formatting as "hidden" is the
only option in Font Effects that Search/Replace doesn't include.

So I have to go through each section individually and manually unhide it. Which
seems to be an awful lot of unnecessary work.

At the moment I have to start up a Windows VM, start Word, and open the
document just to be able to unhide all the hidden text sections. 

IIRC this was not a problem on previous versions of LO writer.

I am aware that I can select "Clear direct formatting" but that destroys all
formatting, not just the hidden flag, so that's not really an option.

Unfortunately, I'm very limited as to what I can and can't do to a text as I
process client files that are sent to me, and have to send them back with only
the alterations that are actually required by the client. That includes
applying styles, conditional formatting and similar.

-- 
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 76324] CALC becomes very slow with 5000+ comments

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

--- Comment #84 from Julien Nabet  ---
Created attachment 154565
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154565=edit
perf flamegraph (gen rendering)

I didn't find a way to prevent AccessibleDocument to be created so I launched
LO with gen rendering which doesn't call accessible part it seems. (at least, I
don't see AccessibleDocument in this Flamegraph)

-- 
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 40961] should set configuration at installation time

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

--- Comment #14 from Jérôme  ---
Created attachment 154564
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154564=edit
/opt/libreofficedev6.3/program/soffice in version 6.3_6.3.3.0.0

I downloaded the below daily build here :

https://dev-builds.libreoffice.org/daily/libreoffice-6-3/Linux-rpm_deb-x86_64@86-TDF/2019-09-24_23.33.05/libreoffice-6-3~2019-09-24_23.33.05_LibreOfficeDev_6.3.3.0.0_Linux_x86-64_deb.tar.gz

Into this file, I found the libreofficedev6.3_6.3.3.0.0-1_amd64.deb package
which has the attached file with the below path :
opt/libreofficedev6.3/program/soffice

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

[Libreoffice-bugs] [Bug 76324] CALC becomes very slow with 5000+ comments

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

Julien Nabet  changed:

   What|Removed |Added

 Attachment #154503|0   |1
is obsolete||

-- 
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 76324] CALC becomes very slow with 5000+ comments

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

--- Comment #83 from Julien Nabet  ---
Created attachment 154563
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154563=edit
Flamegraph

New Flamegraph following
https://cgit.freedesktop.org/libreoffice/core/commit/?id=e51a2917ab19156f5a5d2b9474a5a46a52e9e527

-- 
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 76324] CALC becomes very slow with 5000+ comments

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

--- Comment #82 from Julien Nabet  ---
Created attachment 154562
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154562=edit
bt when creating first comment

Here's the bt when creating the first comment

-- 
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 76324] CALC becomes very slow with 5000+ comments

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

--- Comment #81 from Julien Nabet  ---
Created attachment 154561
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154561=edit
bt1

I updated master sources (b56a4eaf5eb856c36d3539dc7d2e6fa94b6551f8).

LO calls the AccessibleDocument ctr only when launching Calc.
Here's the bt from the ctr.

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

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

2019-09-26 Thread Henry Castro (via logerrit)
 vcl/source/window/paint.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit a960bd6e896129104a12bf8bd0145797097119f2
Author: Henry Castro 
AuthorDate: Wed Sep 25 07:11:24 2019 -0400
Commit: Tor Lillqvist 
CommitDate: Thu Sep 26 21:10:04 2019 +0200

tdf#126967:vcl: lok: avoid starting idle paint task

In the Tiled rendering case the invalidation is handled
by sending logic invalidate notifications to client side.
Starting an idle paint task, it provokes an infinity loop
that it does not have the chance to process client side messages
(mpPollCallback).

Change-Id: I6ef1bbd6270592eebfeef0c8a37945bf5ddd3580
Reviewed-on: https://gerrit.libreoffice.org/79537
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist 
Tested-by: Tor Lillqvist 
(cherry picked from commit bb11efa477b6700744560d3999190c65d016600b)
Reviewed-on: https://gerrit.libreoffice.org/79591

diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx
index 6fd447cbce70..27056ee3f331 100644
--- a/vcl/source/window/paint.cxx
+++ b/vcl/source/window/paint.cxx
@@ -652,6 +652,9 @@ IMPL_LINK_NOARG(Window, ImplHandlePaintHdl, Timer *, void)
 else if ( mpWindowImpl->mbReallyVisible )
 {
 ImplCallOverlapPaint();
+if (comphelper::LibreOfficeKit::isActive() &&
+mpWindowImpl->mpFrameData->maPaintIdle.IsActive())
+mpWindowImpl->mpFrameData->maPaintIdle.Stop();
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 83946] [META] Tracking changes issues

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

Bug 127218 Summary: Manage Changes Dialog Too Big (Wide), Cannot Be Resized To 
A Smaller Size
https://bugs.documentfoundation.org/show_bug.cgi?id=127218

   What|Removed |Added

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

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

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

2019-09-26 Thread Henry Castro (via logerrit)
 sc/source/ui/condformat/condformatdlgentry.cxx |8 
 vcl/source/window/paint.cxx|3 +++
 2 files changed, 11 insertions(+)

New commits:
commit bb11efa477b6700744560d3999190c65d016600b
Author: Henry Castro 
AuthorDate: Wed Sep 25 07:11:24 2019 -0400
Commit: Tor Lillqvist 
CommitDate: Thu Sep 26 20:52:27 2019 +0200

tdf#126967:vcl: lok: avoid starting idle paint task

In the Tiled rendering case the invalidation is handled
by sending logic invalidate notifications to client side.
Starting an idle paint task, it provokes an infinity loop
that it does not have the chance to process client side messages
(mpPollCallback).

Change-Id: I6ef1bbd6270592eebfeef0c8a37945bf5ddd3580
Reviewed-on: https://gerrit.libreoffice.org/79537
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist 
Tested-by: Tor Lillqvist 

diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx
index d8703a4c5b0f..85c182ab58e4 100644
--- a/vcl/source/window/paint.cxx
+++ b/vcl/source/window/paint.cxx
@@ -654,6 +654,9 @@ IMPL_LINK_NOARG(Window, ImplHandlePaintHdl, Timer *, void)
 else if ( mpWindowImpl->mbReallyVisible )
 {
 ImplCallOverlapPaint();
+if (comphelper::LibreOfficeKit::isActive() &&
+mpWindowImpl->mpFrameData->maPaintIdle.IsActive())
+mpWindowImpl->mpFrameData->maPaintIdle.Stop();
 }
 }
 
commit eb2b96f9c686401066f420d0f21937fc14eee1f7
Author: Caolán McNamara 
AuthorDate: Thu Sep 26 16:34:43 2019 +0100
Commit: Caolán McNamara 
CommitDate: Thu Sep 26 20:51:55 2019 +0200

Resolves: tdf#127416 unparent iconset block on dtor

otherwise gtk keeps the widgets around

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

diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx 
b/sc/source/ui/condformat/condformatdlgentry.cxx
index 6214ca939c5f..229b4a05e931 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -1281,10 +1281,12 @@ private:
 std::unique_ptr mxFtEntry;
 std::unique_ptr mxEdEntry;
 std::unique_ptr mxLbEntryType;
+weld::Container* mpContainer;
 
 public:
 ScIconSetFrmtDataEntry(weld::Container* pParent, ScIconSetType eType, 
const ScDocument* pDoc,
 sal_Int32 i, const ScColorScaleEntry* pEntry = nullptr);
+~ScIconSetFrmtDataEntry();
 void Show() { mxGrid->show(); }
 void Hide() { mxGrid->hide(); }
 void set_grid_top_attach(int nTop)
@@ -1305,6 +1307,7 @@ 
ScIconSetFrmtDataEntry::ScIconSetFrmtDataEntry(weld::Container* pParent, ScIconS
 , mxFtEntry(mxBuilder->weld_label("label"))
 , mxEdEntry(mxBuilder->weld_entry("entry"))
 , mxLbEntryType(mxBuilder->weld_combo_box("listbox"))
+, mpContainer(pParent)
 {
 mxImgIcon->set_from_icon_name(ScIconSetFormat::getIconName(eType, i));
 if(pEntry)
@@ -1337,6 +1340,11 @@ 
ScIconSetFrmtDataEntry::ScIconSetFrmtDataEntry(weld::Container* pParent, ScIconS
 }
 }
 
+ScIconSetFrmtDataEntry::~ScIconSetFrmtDataEntry()
+{
+mpContainer->move(mxGrid.get(), nullptr);
+}
+
 ScColorScaleEntry* ScIconSetFrmtDataEntry::CreateEntry(ScDocument* pDoc, const 
ScAddress& rPos) const
 {
 sal_Int32 nPos = mxLbEntryType->get_active();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 126967] App hangs after trying to change line width

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

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

https://git.libreoffice.org/core/commit/bb11efa477b6700744560d3999190c65d016600b

tdf#126967:vcl: lok: avoid starting idle paint task

It will be available in 6.4.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 126967] App hangs after trying to change line width

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.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

  1   2   3   4   5   6   >