[Libreoffice-bugs] [Bug 135890] Chart Properties Dialog broken on some workflows

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135890

raal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz

--- Comment #2 from raal  ---
I can confirm with Version: 7.1.0.0.alpha0+
Build ID: ce6c6a5ad6c9dde09bb0bb0c51e16d828cfe0ef7
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

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


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - download.lst external/nss

2020-08-18 Thread Michael Stahl (via logerrit)
 download.lst |4 -
 external/nss/UnpackedTarball_nss.mk  |4 +
 external/nss/macos-dlopen.patch.0|   25 +++
 external/nss/nss-android.patch.1 |   22 +-
 external/nss/nss-bz1646594.patch.1   |   16 +++
 external/nss/nss.bzmozilla1238154.patch  |   12 +
 external/nss/nss.nspr-parallel-win-debug_build.patch |   40 ---
 7 files changed, 69 insertions(+), 54 deletions(-)

New commits:
commit 38dbbea5993e66eccb2171416c2497393a7eaf6c
Author: Michael Stahl 
AuthorDate: Fri Aug 7 18:57:00 2020 +0200
Commit: Andras Timar 
CommitDate: Wed Aug 19 07:29:11 2020 +0200

nss: upgrade to release 3.55.0

Fixes CVE-2020-6829, CVE-2020-12400 CVE-2020-12401 CVE-2020-12403.
(also CVE-2020-12402 CVE-2020-12399 in older releases since 3.47)

* external/nss/nss.nspr-parallel-win-debug_build.patch:
  remove, merged upstream

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100345
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 495a5944a3d442cfe748a3bb0dcef76f6a961d30)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100420
Reviewed-by: Xisco Fauli 
(cherry picked from commit 227d30a3a17f2fffb1a166cdc3e2a796bb335214)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100590
Reviewed-by: Caolán McNamara 
(cherry picked from commit 94cecbfdf3cf01fe3d5658c7edf78696da2a249f)

Change-Id: I8b48e25ce68a2327cde1420abdaea8f9e51a7888
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100864
Tested-by: Michael Stahl 
Reviewed-by: Michael Stahl 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100903
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Andras Timar 

diff --git a/download.lst b/download.lst
index 4668fc931810..0871634bf595 100644
--- a/download.lst
+++ b/download.lst
@@ -203,8 +203,8 @@ export MYTHES_SHA256SUM := 
1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b
 export MYTHES_TARBALL := a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz
 export NEON_SHA256SUM := 
db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca
 export NEON_TARBALL := neon-0.30.2.tar.gz
-export NSS_SHA256SUM := 
861a4510b7c21516f49a4cfa5b871aa796e4e1ef2dfe949091970e56f9d60cdf
-export NSS_TARBALL := nss-3.53-with-nspr-4.25.tar.gz
+export NSS_SHA256SUM := 
ec6032d78663c6ef90b4b83eb552dedf721d2bce208cec3bf527b8f637db7e45
+export NSS_TARBALL := nss-3.55-with-nspr-4.27.tar.gz
 export ODFGEN_SHA256SUM := 
2c7b21892f84a4c67546f84611eccdad6259875c971e98ddb027da66ea0ac9c2
 export ODFGEN_VERSION_MICRO := 6
 export ODFGEN_TARBALL := libodfgen-0.1.$(ODFGEN_VERSION_MICRO).tar.bz2
diff --git a/external/nss/UnpackedTarball_nss.mk 
b/external/nss/UnpackedTarball_nss.mk
index 92902b2da6bf..8fa1edd530cc 100644
--- a/external/nss/UnpackedTarball_nss.mk
+++ b/external/nss/UnpackedTarball_nss.mk
@@ -21,7 +21,9 @@ $(eval $(call gb_UnpackedTarball_add_patches,nss,\
 external/nss/clang-cl.patch.0 \
 external/nss/nss.vs2015.patch \
 external/nss/nss.vs2015.pdb.patch \
-external/nss/nss.nspr-parallel-win-debug_build.patch \
+external/nss/nss.bzmozilla1238154.patch \
+   external/nss/nss-bz1646594.patch.1 \
+external/nss/macos-dlopen.patch.0 \
 $(if $(filter iOS,$(OS)), \
 external/nss/nss-ios.patch) \
 $(if $(filter ANDROID,$(OS)), \
diff --git a/external/nss/macos-dlopen.patch.0 
b/external/nss/macos-dlopen.patch.0
new file mode 100644
index ..1889b8df7cd3
--- /dev/null
+++ b/external/nss/macos-dlopen.patch.0
@@ -0,0 +1,25 @@
+--- nspr/pr/src/linking/prlink.c
 nspr/pr/src/linking/prlink.c
+@@ -799,7 +799,7 @@
+  * The reason is that DARWIN's dlopen ignores the provided path
+  * and checks for the plain filename in DYLD_LIBRARY_PATH,
+  * which could load an unexpected version of a library. */
+-if (strchr(name, PR_DIRECTORY_SEPARATOR) == NULL) {
++if (strchr(name, PR_DIRECTORY_SEPARATOR) == NULL || strncmp(name, 
"@loader_path/", 13) == 0) {
+   /* no slash, allow to load from any location */
+   okToLoad = PR_TRUE;
+ } else {
+--- nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c
 nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c
+@@ -224,7 +224,11 @@
+ static PRStatus PR_CALLBACK pkix_getDecodeFunction(void)
+ {
+ pkix_decodeFunc.smimeLib = 
++#if defined DARWIN
++  PR_LoadLibrary("@loader_path/" 
SHLIB_PREFIX"smime3."SHLIB_SUFFIX);
++#else
+   PR_LoadLibrary(SHLIB_PREFIX"smime3."SHLIB_SUFFIX);
++#endif
+ if (pkix_decodeFunc.smimeLib == NULL) {
+   return PR_FAILURE;
+ }
diff --git a/external/nss/nss-android.patch.1 b/external/nss/nss-android.patch.1
index c45a8b892391..9b120d63ab8c 100644
--- a/external/nss/nss-android.patch.1
+++ 

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - download.lst external/nss

2020-08-18 Thread Jan-Marek Glogowski (via logerrit)
 download.lst |4 -
 external/nss/ExternalProject_nss.mk  |6 +-
 external/nss/UnpackedTarball_nss.mk  |   34 
 external/nss/nsinstall.py|7 ++-
 external/nss/nss-3.13.5-zlib-werror.patch|7 +--
 external/nss/nss-win32-make.patch.1  |2 
 external/nss/nss.nspr-parallel-win-debug_build.patch |   40 +++
 external/nss/nss.windows.patch   |4 -
 8 files changed, 75 insertions(+), 29 deletions(-)

New commits:
commit 97ff5ea60e1b465e33a8a56b748213add5b25b19
Author: Jan-Marek Glogowski 
AuthorDate: Wed Jun 26 18:09:19 2019 +0200
Commit: Andras Timar 
CommitDate: Wed Aug 19 07:28:56 2020 +0200

NSS: enable parallel build

Since NSS 3.53, the Makefile based build should be fixed (upstream
bug 290526). The only missing patch is a minimal NSPR fix for the
"NSPR, configure + make, parallel, Windows, MS VS, debug" build.
That patch isn't incuded in the NSPR 4.25 release (but it's already
in the mercurial repo for NSPR 4.26).

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95218
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 
(cherry picked from commit b56e8d6def26a0430853835e997f1be841840a61)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100419
Reviewed-by: Michael Stahl 
(cherry picked from commit c1bce55faebd9ad8751d7b6b9a7f77dff7b3d507)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100589
(cherry picked from commit 3e4dbb1708d4b3b7619602b63602b884a7bb2caa)

Change-Id: I8eaa3792a12bdff734e56ac3f552991478957e23
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100863
Tested-by: Michael Stahl 
Reviewed-by: Michael Stahl 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100902
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 

diff --git a/download.lst b/download.lst
index 842e98a33dd7..4668fc931810 100644
--- a/download.lst
+++ b/download.lst
@@ -203,8 +203,8 @@ export MYTHES_SHA256SUM := 
1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b
 export MYTHES_TARBALL := a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz
 export NEON_SHA256SUM := 
db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca
 export NEON_TARBALL := neon-0.30.2.tar.gz
-export NSS_SHA256SUM := 
07d4276168f59bb3038c7826dabb5fbfbab8336ddf65e4e6e43bce89ada78c64
-export NSS_TARBALL := nss-3.47.1-with-nspr-4.23.tar.gz
+export NSS_SHA256SUM := 
861a4510b7c21516f49a4cfa5b871aa796e4e1ef2dfe949091970e56f9d60cdf
+export NSS_TARBALL := nss-3.53-with-nspr-4.25.tar.gz
 export ODFGEN_SHA256SUM := 
2c7b21892f84a4c67546f84611eccdad6259875c971e98ddb027da66ea0ac9c2
 export ODFGEN_VERSION_MICRO := 6
 export ODFGEN_TARBALL := libodfgen-0.1.$(ODFGEN_VERSION_MICRO).tar.bz2
diff --git a/external/nss/ExternalProject_nss.mk 
b/external/nss/ExternalProject_nss.mk
index 4d175e184da5..6a344da33c83 100644
--- a/external/nss/ExternalProject_nss.mk
+++ b/external/nss/ExternalProject_nss.mk
@@ -19,11 +19,11 @@ ifeq ($(OS),WNT)
 $(call gb_ExternalProject_get_state_target,nss,build): $(call 
gb_ExternalExecutable_get_dependencies,python)
$(call gb_ExternalProject_run,build,\
$(if $(MSVC_USE_DEBUG_RUNTIME),USE_DEBUG_RTL=1,BUILD_OPT=1) \
-   MOZ_MSVCVERSION=9 OS_TARGET=WIN95 \
+   OS_TARGET=WIN95 \
$(if $(filter X86_64,$(CPUNAME)),USE_64=1) \
LIB="$(ILIB)" \
XCFLAGS="-arch:SSE $(SOLARINC)" \
-   $(MAKE) -j1 nss_build_all RC="rc.exe $(SOLARINC)" \
+   $(MAKE) nss_build_all RC="rc.exe $(SOLARINC)" \
NSINSTALL='$(call 
gb_ExternalExecutable_get_command,python) $(SRCDIR)/external/nss/nsinstall.py' \
NSS_DISABLE_GTESTS=1 \
,nss)
@@ -46,7 +46,7 @@ $(call gb_ExternalProject_get_state_target,nss,build): $(call 
gb_ExternalExecuta
$(if $(filter iOS-ARM,$(OS)-$(CPUNAME)),CPU_ARCH=arm) \
NSPR_CONFIGURE_OPTS="--build=$(BUILD_PLATFORM) 
--host=$(HOST_PLATFORM)") \
NSDISTMODE=copy \
-   $(MAKE) -j1 AR="$(AR)" \
+   $(MAKE) AR="$(AR)" \
RANLIB="$(RANLIB)" \
NMEDIT="$(NM)edit" \
COMMA=$(COMMA) \
diff --git a/external/nss/UnpackedTarball_nss.mk 
b/external/nss/UnpackedTarball_nss.mk
index 9783b1928097..92902b2da6bf 100644
--- a/external/nss/UnpackedTarball_nss.mk
+++ b/external/nss/UnpackedTarball_nss.mk
@@ -12,32 +12,32 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,nss))
 $(eval $(call gb_UnpackedTarball_set_tarball,nss,$(NSS_TARBALL)))
 
 $(eval $(call gb_UnpackedTarball_add_patches,nss,\
-   external/nss/nss.patch \
-   external/nss/nss.aix.patch \
-   external/nss/nss-3.13.5-zlib-werror.patch \
-  

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - download.lst external/curl

2020-08-18 Thread Michael Stahl (via logerrit)
 download.lst  |4 ++--
 external/curl/ExternalPackage_curl.mk |2 +-
 external/curl/ExternalProject_curl.mk |1 +
 external/curl/clang-cl.patch.0|4 ++--
 external/curl/curl-msvc.patch.1   |8 
 5 files changed, 10 insertions(+), 9 deletions(-)

New commits:
commit 0b8d282830a2cf4c0445ab8716e6173f8416408f
Author: Michael Stahl 
AuthorDate: Mon Jun 29 14:00:56 2020 +0200
Commit: Andras Timar 
CommitDate: Wed Aug 19 07:27:24 2020 +0200

curl: upgrade to release 7.71.0

Fixes CVE-2020-8169, and about 3 other ones that don't affect LO/libcmis.

Disable new optional dependencies "ngtcp2" and "quiche".

Change-Id: I595ed909c4e792ac3244643511a338b117e7f102
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97406
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit cb0c7e26e5708010b1fe941ae2f66134f31ed876)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97386
Reviewed-by: Thorsten Behrens 
(cherry picked from commit 43130216127913d30074d3fe99c5706dcce44dee)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97572
Tested-by: Michael Stahl 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100904
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Andras Timar 

diff --git a/download.lst b/download.lst
index 8f407f2bb34d..842e98a33dd7 100644
--- a/download.lst
+++ b/download.lst
@@ -29,8 +29,8 @@ export CPPUNIT_SHA256SUM := 
3d569869d27b48860210c758c4f313082103a5e58219a7669b52
 export CPPUNIT_TARBALL := cppunit-1.14.0.tar.gz
 export CT2N_SHA256SUM := 
71b238efd2734be9800af07566daea8d6685aeed28db5eb5fa0e6453f4d85de3
 export CT2N_TARBALL := 
1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt
-export CURL_SHA256SUM := 
7766d263929404f693905b5e5222aa0f2bdf8c66ab4b8758f0c0820a42b966cd
-export CURL_TARBALL := curl-7.65.0.tar.xz
+export CURL_SHA256SUM := 
cdf18794393d8bead915312708a9e5d819c6e9919de14b20d5c8e7987abd9772
+export CURL_TARBALL := curl-7.71.0.tar.xz
 export EBOOK_SHA256SUM := 
7e8d8ff34f27831aca3bc6f9cc532c2f90d2057c778963b884ff3d1e34dfe1f9
 export EBOOK_TARBALL := libe-book-0.1.3.tar.xz
 export EPOXY_SHA256SUM := 
002958c5528321edd53440235d3c44e71b5b1e09b9177e8daf677450b6c4433d
diff --git a/external/curl/ExternalPackage_curl.mk 
b/external/curl/ExternalPackage_curl.mk
index 56c418b6ef0c..8da569e3e0cf 100644
--- a/external/curl/ExternalPackage_curl.mk
+++ b/external/curl/ExternalPackage_curl.mk
@@ -20,7 +20,7 @@ $(eval $(call 
gb_ExternalPackage_add_file,curl,$(LIBO_LIB_FOLDER)/libcurl.4.dyli
 else ifeq ($(OS),AIX)
 $(eval $(call 
gb_ExternalPackage_add_file,curl,$(LIBO_LIB_FOLDER)/libcurl.so,lib/.libs/libcurl.so.4))
 else
-$(eval $(call 
gb_ExternalPackage_add_file,curl,$(LIBO_LIB_FOLDER)/libcurl.so.4,lib/.libs/libcurl.so.4.5.0))
+$(eval $(call 
gb_ExternalPackage_add_file,curl,$(LIBO_LIB_FOLDER)/libcurl.so.4,lib/.libs/libcurl.so.4.6.0))
 endif
 
 endif # $(DISABLE_DYNLOADING)
diff --git a/external/curl/ExternalProject_curl.mk 
b/external/curl/ExternalProject_curl.mk
index 73d5620eaa01..b1029ea779e3 100644
--- a/external/curl/ExternalProject_curl.mk
+++ b/external/curl/ExternalProject_curl.mk
@@ -48,6 +48,7 @@ $(call gb_ExternalProject_get_state_target,curl,build):
--without-libidn2 --without-libpsl --without-librtmp \
--without-libssh2 --without-metalink --without-nghttp2 \
--without-libssh --without-brotli \
+   --without-ngtcp2 --without-quiche \
--disable-ares \
--disable-dict --disable-file --disable-gopher 
--disable-imap \
--disable-ldap --disable-ldaps --disable-manual 
--disable-pop3 \
diff --git a/external/curl/clang-cl.patch.0 b/external/curl/clang-cl.patch.0
index 2f7fe567460c..2fbb10c2a9aa 100644
--- a/external/curl/clang-cl.patch.0
+++ b/external/curl/clang-cl.patch.0
@@ -4,8 +4,8 @@
  !ELSE
  CC_NODEBUG  = $(CC) /O2 /DNDEBUG
  CC_DEBUG= $(CC) /Od /D_DEBUG /RTC1 /Z7 /LDd
--CFLAGS  = /I. /I ../lib /I../include /nologo /W4 /wd4127 /EHsc /DWIN32 
/FD /c /DBUILDING_LIBCURL $(SOLARINC)
-+CFLAGS  = /I. /I ../lib /I../include /nologo /W4 /wd4127 /EHsc /DWIN32 /c 
/DBUILDING_LIBCURL $(SOLARINC)
+-CFLAGS  = /I. /I ../lib /I../include /nologo /W4 /EHsc /DWIN32 /FD /c 
/DBUILDING_LIBCURL $(SOLARINC)
++CFLAGS  = /I. /I ../lib /I../include /nologo /W4 /EHsc /DWIN32 /c 
/DBUILDING_LIBCURL $(SOLARINC)
  !ENDIF
  
  LFLAGS = /nologo /machine:$(MACHINE)
diff --git a/external/curl/curl-msvc.patch.1 b/external/curl/curl-msvc.patch.1
index 80160958c99d..a5b79a8e9c49 100644
--- a/external/curl/curl-msvc.patch.1
+++ b/external/curl/curl-msvc.patch.1
@@ -6,8 +6,8 @@ MSVC: using SOLARINC
  !ELSE
  CC_NODEBUG  = $(CC) /O2 /DNDEBUG
  CC_DEBUG= $(CC) /Od /D_DEBUG /RTC1 /Z7 /LDd
--CFLAGS  = /I. /I ../lib /I../include /nologo /W4 /wd4127 /EHsc 

[Libreoffice-bugs] [Bug 135891] Error with background colors when Pasting Calc OLE object to Impress

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135891

raal  changed:

   What|Removed |Added

   Keywords||possibleRegression
 CC||r...@post.cz

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


[Libreoffice-bugs] [Bug 134466] FILEOPEN DOCX: The formula format has compatibility problems

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134466

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #12 from raal  ---
No repro Version: 7.1.0.0.alpha0+
Build ID: ce6c6a5ad6c9dde09bb0bb0c51e16d828cfe0ef7
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 135594] Unable to access a file in server throu macro

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135594

--- Comment #4 from karadai...@hotmail.com ---
i found the cause of the problem.
Until LO 6.4.5 you have to use convertToUrl( ), but in LO 7.0 need not to use
this, just the string.See the sub open_file.

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


[Libreoffice-bugs] [Bug 135400] [FILESAVE] Saving as xlsx (2007-365) would bring ~50 white rectangles putting at position (0, 0)

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135400

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 135450] Allow option for Bibliography database to be duplicated and saved with the current Writer file

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135450

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 135447] Memory usage increases after inserting chart multiple times

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135447

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 135136] Groups "Recent files" and "All files" on Android LO viewer are visually cut

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135136

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 135435] ACCESSIBILITY: No information from screenreader in "check for updates" window

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135435

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 130086] Impossible to open libre office

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130086

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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


[Libreoffice-bugs] [Bug 134305] [EDITING] Grouped image refuses Original Size command

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134305

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 135419] Sometimes animations and transitions are ignored by Impress

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135419

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 135431] Position and Size of dimension lines depend on each other

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135431

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 135423] ACCESSIBILITY: No Screenreader Output in the "Autotext" create/edit dialog

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135423

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 128728] Imports from MS Word have objects misaligned

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128728

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

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 123896] Dummy FIle menu

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123896

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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


[Libreoffice-bugs] [Bug 75285] "1-bit colormap" PNG images print as solid black boxes

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75285

--- Comment #31 from QA Administrators  ---
Dear Rik Shaw,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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


[Libreoffice-bugs] [Bug 104468] [META] DOCX (OOXML) image-related issues

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104468
Bug 104468 depends on bug 128728, which changed state.

Bug 128728 Summary: Imports from MS Word have objects misaligned
https://bugs.documentfoundation.org/show_bug.cgi?id=128728

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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


[Libreoffice-bugs] [Bug 130086] Impossible to open libre office

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130086

--- Comment #4 from QA Administrators  ---
Dear q.db,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 126217] in lubuntu window has no icon

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126217

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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


[Libreoffice-bugs] [Bug 123896] Dummy FIle menu

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123896

--- Comment #6 from QA Administrators  ---
Dear Aleksander Machniak,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 126217] in lubuntu window has no icon

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126217

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

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 128728] Imports from MS Word have objects misaligned

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128728

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

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


[Libreoffice-bugs] [Bug 130801] Formatting in Writer

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130801

--- Comment #3 from QA Administrators  ---
Dear Müller,

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


Re: Is Idp down now?

2020-08-18 Thread himajin100000

seems the issue is now gone

On 2020-08-19 09:30, himajin10 wrote:
When I try to use SSO, my web browser returns "The connection has timed 
out".

--
himajin10

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


[Libreoffice-bugs] [Bug 135898] New: Can't drag a slide after dropping the slide to the original place

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135898

Bug ID: 135898
   Summary: Can't drag a slide after dropping the slide to the
original place
   Product: LibreOffice
   Version: 6.4.5.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: chang-...@umin.ac.jp

In the slide sorter view or in the normal view, I try to drag a slide slightly
dragging it. The cursor changes from an arrow to a hand. Then, I change my mind
and drop the slide to the original place.  After this procedure, slide dragging
stops working. I can never drag any slide. The cursor never changes to a hand.

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


Is Idp down now?

2020-08-18 Thread himajin100000
When I try to use SSO, my web browser returns "The connection has timed 
out".

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


Re: "Bullets and Numbering" translation

2020-08-18 Thread himajin100000

Now I confirmed that the issue is resolved.
Thank you Caolan!
--
himajin10

On 2020-08-07 20:53, Caolán McNamara wrote:

On Fri, 2020-08-07 at 14:03 +0900, himajin10 wrote:

Hi,

Does anyone  know the background behind why "Source string comment"
gives SVX_NUM_ARABIC for "A, B, C, ..." ?

https://translations.documentfoundation.org/translate/libo_ui-master/svxmessages/en/?offset==+note%3AbBGa7+_by=-priority%2Cposition=


The source is svx/inc/numberingtype.hrc and the strings are extracted
for translation by ./solenv/bin/hrcex which will run...

xgettext -C --add-comments --keyword=NC_:1c,2 --keyword=NNC_:1c,2,3 --
from-code=UTF-8 --no-wrap svx/inc/numberingtype.hrc -o -

on that .hrc. In the current numberingtypes.hrc the comments are
*after* the string so xgettext has put each comment with the following
translation, not the correct one which is the one before the comment.
It should have appeared as "1, 2, 3, ..." with a Source string comment
of SVX_NUM_ARABIC.

https://gerrit.libreoffice.org/c/core/+/100309 will change the .hrc so
that the next time hrcex is used to extract the translations the
comments will get matched to the correct translation.


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


[Libreoffice-bugs] [Bug 135897] New: Client Session is not cleaned properly when check file info is failed

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135897

Bug ID: 135897
   Summary: Client Session is not cleaned properly when check file
info is failed
   Product: LibreOffice Online
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ranggaperm...@catalyst.net.nz

When LibreOffice Online is trigger checkFileInfo and WOPI host not returning
200 (OK), LibreOffice Online not calling Client Session Destructor, which will
make the number of session keeps increasing and memory leak happens.

Probably the cause is because, when checkFileInfo is failed, LibreOfficeOnline
does not put the client session on DocumentBroker's sessions map, which
resulting it will fails to clean up the session because it cannot find the
session on Document Broker's session map.

Logs are as follow.


wsd-6-01627 2020-08-16 20:27:40.35 [ docbroker_0bc ] INF  Thread 1627
(7fea8dffb700) of process 6 formerly unnamed is now called [docbroker_0bc].|
common/Util.cpp:577
wsd-6-01627 2020-08-16 20:27:40.311234 [ docbroker_0bc ] INF  Starting
polling thread [docbroker_0bc] with thread affinity set to 0x7fea8dffb700.|
net/Socket.cpp:179
wsd-6-01627 2020-08-16 20:27:40.311265 [ docbroker_0bc ] INF  Starting
docBroker polling thread for docKey
[/alfresco/s/wopi/files/db23baa9-e412-49ca-be24-6a6a434afa3f].|
wsd/DocumentBroker.cpp:222
wsd-6-01627 2020-08-16 20:27:40.311400 [ docbroker_0bc ] INF  Filesystem
[/opt/online/jails/.] has 5730 MB free (29.1272%).| common/FileUtil.cpp:400
wsd-6-01627 2020-08-16 20:27:40.313206 [ docbroker_0bc ] INF  Doc
[/alfresco/s/wopi/files/db23baa9-e412-49ca-be24-6a6a434afa3f] attached to child
[1558].| wsd/DocumentBroker.cpp:272
wsd-6-01627 2020-08-16 20:27:40.313601 [ docbroker_0bc ] INF  Loading
[/alfresco/s/wopi/files/db23baa9-e412-49ca-be24-6a6a434afa3f] for session
[c5bc] and jail [Ocb109d8VB7kg1OG].| wsd/DocumentBroker.cpp:533
wsd-6-01627 2020-08-16 20:27:40.313754 [ docbroker_0bc ] INF  jailPath:
/user/docs/Ocb109d8VB7kg1OG, jailRoot: /opt/online/jails/Ocb109d8VB7kg1OG|
wsd/DocumentBroker.cpp:557
wsd-6-01627 2020-08-16 20:27:40.313890 [ docbroker_0bc ] INF  Public URI
[https://alfresco.wgtn.cat-it.co.nz/alfresco/s/wopi/files/db23baa9-e412-49ca-be24-6a6a434afa3f?access_token=2um6n8ka99dv78q42p7gmh57g_token_ttl=1597613851130=edit]
considered WOPI.| wsd/Storage.cpp:271
wsd-6-01627 2020-08-16 20:27:40.314203 [ docbroker_0bc ] INF  WopiStorage
ctor with localStorePath: [/opt/online/jails/Ocb109d8VB7kg1OG], jailPath:
[/user/docs/Ocb109d8VB7kg1OG], uri:
[https://alfresco.wgtn.cat-it.co.nz/alfresco/s/wopi/files/db23baa9-e412-49ca-be24-6a6a434afa3f?access_token=2um6n8ka99dv78q42p7gmh57g_token_ttl=1597613851130=edit],
reuseCookies: [false].| wsd/Storage.hpp:361
wsd-6-01627 2020-08-16 20:27:40.404698 [ docbroker_0bc ] ERR 
WOPI::CheckFileInfo failed with 400 400| wsd/Storage.cpp:555
wsd-6-01627 2020-08-16 20:27:40.405897 [ docbroker_0bc ] ERR  loading
document exception: WOPI::CheckFileInfo failed| wsd/DocumentBroker.cpp:1334
wsd-6-01627 2020-08-16 20:27:40.406089 [ docbroker_0bc ] ERR  Failed to add
session to [/alfresco/s/wopi/files/db23baa9-e412-49ca-be24-6a6a434afa3f] with
URI
[https://alfresco.wgtn.cat-it.co.nz/alfresco/s/wopi/files/db23baa9-e412-49ca-be24-6a6a434afa3f?access_token=2um6n8ka99dv78q42p7gmh57g_token_ttl=1597613851130=edit]:
WOPI::CheckFileInfo failed| wsd/DocumentBroker.cpp:1296
wsd-6-01627 2020-08-16 20:27:40.406218 [ docbroker_0bc ] INF  Doc
[/alfresco/s/wopi/files/db23baa9-e412-49ca-be24-6a6a434afa3f] has no more
sessions. Marking to destroy.| wsd/DocumentBroker.cpp:1299
wsd-6-01627 2020-08-16 20:27:40.406371 [ docbroker_0bc ] INF  Terminating
dead DocumentBroker for docKey
[/alfresco/s/wopi/files/db23baa9-e412-49ca-be24-6a6a434afa3f].|
wsd/DocumentBroker.cpp:426
wsd-6-01627 2020-08-16 20:27:40.406504 [ docbroker_0bc ] INF  Finished
polling doc [/alfresco/s/wopi/files/db23baa9-e412-49ca-be24-6a6a434afa3f].
stop: true, continuePolling: true, ShutdownRequestFlag: false, TerminationFlag:
false, closeReason: dead. Flushing socket.| wsd/DocumentBroker.cpp:433
wsd-6-01627 2020-08-16 20:27:40.406599 [ docbroker_0bc ] INF  Flushing
socket for doc [/alfresco/s/wopi/files/db23baa9-e412-49ca-be24-6a6a434afa3f]
for 2000 ms. stop: true, continuePolling: true, ShutdownRequestFlag: false,
TerminationFlag: false. Terminating child with reason: [dead].|
wsd/DocumentBroker.cpp:449
wsd-6-01627 2020-08-16 20:27:40.406757 [ docbroker_0bc ] ERR  No DocBroker
found, or DocBroker marked to be destroyed. Terminating session ToClient-c5bc|
wsd/ClientSession.cpp:325
wsd-6-01627 2020-08-16 20:27:40.406893 [ docbroker_0bc ] ERR  No DocBroker
found, or DocBroker marked to be 

[Libreoffice-bugs] [Bug 135803] Menu Entry View => Formatting Marks should have a submenu with more detailed settings

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135803

--- Comment #7 from V Stuart Foote  ---
(In reply to Adalbert Hanßen from comment #6)
> 
> But enabling them all in a freshly installed program should not be much work
> and probably it already serves almost everyone best. Not showing tabs does
> not make sense for me and this must have changed recently (inadvertently?).
> 

The 'Tabs' checkbox *is* enabled by default with a clean/new user profile
(please see the attachment) and the tab mark arrows *are* shown by default. 

To verify, clear your user profile (Help -> Restart in Safe Mode).

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


[Libreoffice-ux-advise] [Bug 135803] Menu Entry View => Formatting Marks should have a submenu with more detailed settings

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135803

--- Comment #7 from V Stuart Foote  ---
(In reply to Adalbert Hanßen from comment #6)
> 
> But enabling them all in a freshly installed program should not be much work
> and probably it already serves almost everyone best. Not showing tabs does
> not make sense for me and this must have changed recently (inadvertently?).
> 

The 'Tabs' checkbox *is* enabled by default with a clean/new user profile
(please see the attachment) and the tab mark arrows *are* shown by default. 

To verify, clear your user profile (Help -> Restart in Safe Mode).

-- 
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 135803] Menu Entry View => Formatting Marks should have a submenu with more detailed settings

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135803

--- Comment #6 from Adalbert Hanßen  ---
(In reply to V Stuart Foote from comment #4)
> Created attachment 164431 [details]
> Tools -> Options -> Writer -> Formatting Aids dialog -- with default settings
> 
> The menu View -> 'Toggle Formatting Marks' (or its +F10 shortcut) is
> "at hand" during editing. Default configuration of the attributes is as
> shown in the attached clip from a clean reset user profile.
> ...

But enabling them all in a freshly installed program should not be much work
and probably it already serves almost everyone best. Not showing tabs does not
make sense for me and this must have changed recently (inadvertently?).

BTW: If I remember right, MS Word lets one select which formatting marks to
show if they are enabled. They don't (or did not) bury that parametrizing
feature so far away.

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


[Libreoffice-ux-advise] [Bug 135803] Menu Entry View => Formatting Marks should have a submenu with more detailed settings

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135803

--- Comment #6 from Adalbert Hanßen  ---
(In reply to V Stuart Foote from comment #4)
> Created attachment 164431 [details]
> Tools -> Options -> Writer -> Formatting Aids dialog -- with default settings
> 
> The menu View -> 'Toggle Formatting Marks' (or its +F10 shortcut) is
> "at hand" during editing. Default configuration of the attributes is as
> shown in the attached clip from a clean reset user profile.
> ...

But enabling them all in a freshly installed program should not be much work
and probably it already serves almost everyone best. Not showing tabs does not
make sense for me and this must have changed recently (inadvertently?).

BTW: If I remember right, MS Word lets one select which formatting marks to
show if they are enabled. They don't (or did not) bury that parametrizing
feature so far away.

-- 
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-ux-advise] [Bug 135803] Menu Entry View => Formatting Marks should have a submenu with more detailed settings

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135803

--- Comment #5 from Adalbert Hanßen  ---
in reply to Comment 3 from Dieter:

> Personally I won't support such a submenu, because I think that are settings 
> you normally will change only once.

That's right. Unfortunately the place where to change it is far away from where
the thing is invoked.

If we have more such situations: What about if someone holds his mouse for
longer than three seconds on such an item, then the submenu pops out.

-- 
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 135803] Menu Entry View => Formatting Marks should have a submenu with more detailed settings

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135803

--- Comment #5 from Adalbert Hanßen  ---
in reply to Comment 3 from Dieter:

> Personally I won't support such a submenu, because I think that are settings 
> you normally will change only once.

That's right. Unfortunately the place where to change it is far away from where
the thing is invoked.

If we have more such situations: What about if someone holds his mouse for
longer than three seconds on such an item, then the submenu pops out.

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


[Libreoffice-bugs] [Bug 134213] Changed transparency handling in Draw breaks export to PNG of transparent objects over pictures with just default Layout layer, forces use of additional layer(s) for tr

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134213

--- Comment #50 from V Stuart Foote  ---
(In reply to mwtjunkmail from comment #47)
> And the  is what came from the link off of the Help, About
> window, so apparently that's broken too.

That is bug 135133, meanwhile correct MD5 hash signature for build is available
in the install's program\version.ini if anyone asks.

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


[Libreoffice-bugs] [Bug 134213] Changed transparency handling in Draw breaks export to PNG of transparent objects over pictures with just default Layout layer, forces use of additional layer(s) for tr

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134213

--- Comment #49 from mwtjunkm...@gmail.com ---
And the  is what came from the link off of the Help, About
window, so apparently that's broken too.(In reply to mwtjunkmail from comment
#45)
> Created attachment 164434 [details]
> PNG export result with skia rendering
> 
> This is the output of using Skia rendering with a transparent object with no
> borders. There should not be the gray outline around it.

And I'm talking strictly about the white/gray outline around the transparent
box, not the big white lines on the edges of the screenshot, that's me being
sloppy with the screen grab.

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


[Libreoffice-bugs] [Bug 134213] Changed transparency handling in Draw breaks export to PNG of transparent objects over pictures with just default Layout layer, forces use of additional layer(s) for tr

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134213

--- Comment #48 from mwtjunkm...@gmail.com ---
And the  is what came from the link off of the Help, About
window, so apparently that's broken too.(In reply to mwtjunkmail from comment
#45)
> Created attachment 164434 [details]
> PNG export result with skia rendering
> 
> This is the output of using Skia rendering with a transparent object with no
> borders. There should not be the gray outline around it.

And I'm talking strictly about the white/gray outline around the transparent
box, not the big white lines on the edges of the screenshot, that's me being
sloppy with the screen grab.

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


[Libreoffice-bugs] [Bug 134213] Changed transparency handling in Draw breaks export to PNG of transparent objects over pictures with just default Layout layer, forces use of additional layer(s) for tr

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134213

--- Comment #47 from mwtjunkm...@gmail.com ---
And the  is what came from the link off of the Help, About
window, so apparently that's broken too.

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


[Libreoffice-bugs] [Bug 134213] Changed transparency handling in Draw breaks export to PNG of transparent objects over pictures with just default Layout layer, forces use of additional layer(s) for tr

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134213

--- Comment #46 from mwtjunkm...@gmail.com ---
Forgot the version information. Tested 2020.08.18 with

Version: 7.1.0.0.alpha0+ (x64)
Build ID: 
CPU threads: 8; OS: Windows 10.0 Build 20190; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

Skia rendering.

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


[Libreoffice-bugs] [Bug 134213] Changed transparency handling in Draw breaks export to PNG of transparent objects over pictures with just default Layout layer, forces use of additional layer(s) for tr

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134213

--- Comment #45 from mwtjunkm...@gmail.com ---
Created attachment 164434
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164434=edit
PNG export result with skia rendering

This is the output of using Skia rendering with a transparent object with no
borders. There should not be the gray outline around it.

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


[Libreoffice-bugs] [Bug 134213] Changed transparency handling in Draw breaks export to PNG of transparent objects over pictures with just default Layout layer, forces use of additional layer(s) for tr

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134213

--- Comment #44 from mwtjunkm...@gmail.com ---
Created attachment 164433
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164433=edit
Expectation of PNG output with a transparent object

This is a screen shot of an LO document. There are no borders set on the
transparent box in the upper left of the picture. 
This is the expectation.

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


[Libreoffice-bugs] [Bug 134213] Changed transparency handling in Draw breaks export to PNG of transparent objects over pictures with just default Layout layer, forces use of additional layer(s) for tr

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134213

--- Comment #43 from mwtjunkm...@gmail.com ---
Getting close but we're not there yet. With Skia rendering, there is a
white/gray outline around a transparent box on the PNG export where there is no
border defined at all in the drawing document.

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


[Libreoffice-bugs] [Bug 135788] Substitute fonts Linux Libertine and Linux Biolinum with Libertinus

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135788

V Stuart Foote  changed:

   What|Removed |Added

 CC||tim_e...@sil.org

--- Comment #5 from V Stuart Foote  ---
(In reply to Caleb Maclennan from comment #4)
> ... 
> I do realize this proposal is a non-trivial change, but if there is anything
> I can do on the upstream end with the font project to facilitate such a
> transition do let me know.

Hi Caleb and thank you for the kind offer! And remember Khaled is still kicking
around the LO project ;-)

Khaled did the HarfBuzz integration extending work by Martin Hosken and Tim
Eves from SIL, and capitalizing on the Graphite font feature support where
LibreOffice has not yet implemented complete OpenType support.

As yet the OT support remains incomplete compared to the Graphite font
features--meaning that eliminating the deployed Graphite enabled Linux
Libertine G and Linux Biolinum G fonts will break documents that had made use
of them.

No expectation that upstream would agree to maintain both Graphite and
OpenType--but that would be ideal--maybe the SIL mavens could be persuaded to
lend a hand and Graphite enable a Libertinus G build? 

Maybe László has some of his notes on the original Graphite effort?

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


[Libreoffice-bugs] [Bug 133490] Unwanted "Text box" movement after Undo'ing last Move

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133490

Telesto  changed:

   What|Removed |Added

   Severity|major   |critical

--- Comment #10 from Telesto  ---
Bumping priority up a little bit as the bug even results totally unrelated
images moving across pages..

And the fix should ideally make it into 6.4 final

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


[Libreoffice-bugs] [Bug 133490] Unwanted "Text box" movement after Undo'ing last Move

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133490

--- Comment #9 from Telesto  ---
Created attachment 164432
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164432=edit
Redundant example file

Having another example which smell like this bug where an image of page 3 is
moving to page 11 after undo of a frame movement

1. open the attached file
2. Go to page 10
3. Move the frame to 3 different positions on the page (drag and drop)
4. Undo everything

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


[Libreoffice-bugs] [Bug 135896] New: Add hyperlink to file location

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135896

Bug ID: 135896
   Summary: Add hyperlink to file location
   Product: LibreOffice
   Version: 6.4.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dac...@public-files.de

a direct button for opening a location of a file would be great.

This is especially useful if one does not remember where the last file(s) were
stored but can find them through function:
File --> Recent Document

Thus, the following enhancement is proposed:

Add a hyperlink to the "location" item in the files properties.

Access:

File --> Properties

Location should be a hyperlink opening the folder of the very file with system
file browser.


Thanks for considering.

BTW, the recent documents could be enhanced by adding a search function like
item C here:
https://helpx.adobe.com/content/dam/help/en/acrobat/using/whats-new-acrobat-2020/jcr_content/main-pars/image/acro-home.png

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


[Libreoffice-bugs] [Bug 135788] Substitute fonts Linux Libertine and Linux Biolinum with Libertinus

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135788

--- Comment #4 from Caleb Maclennan  ---
Like David above (who kindly contacted me to inform me about this issue) I am
also a long time LibreOffice user (also OpenOffice before it). It was through
this project that I first discovered and fell in love with Linux Libertine.
Fate, it seems, is not without a sense of irony. I am now the maintainer of the
Libertinus fonts project which is the only active and de-facto replacement fork
for Linux Libertine.

Having used the original font family extensively but run into many of its rough
edges I was quite excited when Khaled Hosny initiated the fork project and
started cleaning things up. While all the improvements he made were
incremental, they were significant and made for a much better experience
overall. I've since published many full books in it in several languages to
good effect. It's only recently that I've fallen into the maintainer role
myself, so I say this vouching for somebody else's work not just my baby.

I do realize this proposal is a non-trivial change, but if there is anything I
can do on the upstream end with the font project to facilitate such a
transition do let me know.

-- 
You are receiving this mail because:
You 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: cui/source

2020-08-18 Thread Stephan Bergmann (via logerrit)
 cui/source/dialogs/about.cxx |3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 9f4f44bbc7864cb7f1c996f9da6f4fabd81d0783
Author: Stephan Bergmann 
AuthorDate: Tue Aug 18 21:53:06 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Aug 18 23:53:49 2020 +0200

Remove code that has become nonsense over time

The getToken call started out as

> commit 6f9dff66ee12c3cf5874fd4a33b82dbb090fe124
> Author: Caolán McNamara 
> Date:   Tue Jun 28 13:00:51 2011 +0100
>
> break build id into multiple lines if using g log
>
> diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
> index 3157a9b48fd7..863bd90312fa 100644
> --- a/cui/source/dialogs/about.cxx
> +++ b/cui/source/dialogs/about.cxx
> @@ -72,13 +72,34 @@ Image SfxApplication::GetApplicationLogo()
>  return Image( aBitmap );
>  }
>
> -/* intense magic to get strong version information */
> +/* get good version information */
>  static String
>  GetBuildId()
>  {
>  rtl::OUString sDefault;
> -String sBuildId( utl::Bootstrap::getBuildIdData( sDefault ) );
> -OSL_ENSURE( sBuildId.Len() > 0, "No BUILDID in bootstrap file" );
> +rtl::OUString sBuildId( utl::Bootstrap::getBuildIdData( sDefault ) );
> +//strip trailing - from ./g log
> +if (!sBuildId.isEmpty() && sBuildId.getStr()[sBuildId.getLength()-1] 
== '-')
> +{
> +rtl::OUStringBuffer aBuffer;
> +sal_Int32 nIndex = 0;
> +do
> +{
> +rtl::OUString aToken = sBuildId.getToken( 0, '-', nIndex );
> +if (!aToken.isEmpty())
> +{
> +aBuffer.append(aToken);
> +if (nIndex % 5)
> +aBuffer.append(static_cast('-'));
> +else
> +aBuffer.append(static_cast('\n'));
> +}
> +}
> +while ( nIndex >= 0 );
> +sBuildId = aBuffer.makeStringAndClear();
> +}
> +
> +OSL_ENSURE( sBuildId.getLength() > 0, "No BUILDID in bootstrap file" 
);
>  return sBuildId;
>  }
>

presumably at a time when utl::Bootstrap::getBuildIdData returned multiple 
git
hashes for the split repositories back then, separated by dashes.

Then

> commit 8a3aae9b694deb2b41157509e84815a5b7fb7655
> Author: Andrew Higginson 
> Date:   Tue Apr 10 12:43:48 2012 +0100
>
> Resolves: fdo#31022 about dialog is suboptimal
>
[...]
> diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
> index 3ee3e8fad261..a4352e1dd396 100644
> --- a/cui/source/dialogs/about.cxx
> +++ b/cui/source/dialogs/about.cxx
[...]
> +rtl::OUString AboutDialog::GetBuildId()
> +{
> +rtl::OUString sDefault;
> +rtl::OUString sBuildId(utl::Bootstrap::getBuildVersion(sDefault));
> +if (!sBuildId.isEmpty())
> +return sBuildId;
> +
> +sBuildId = utl::Bootstrap::getBuildIdData(sDefault);
> +
> +if (!sBuildId.isEmpty())
> +{
> +sal_Int32 nIndex = 0;
> +return sBuildId.getToken( 0, '-', nIndex );
> +}
> +
> +OSL_ENSURE( !sBuildId.isEmpty(), "No BUILDID in bootstrap file" );
> +return sBuildId;
> +}
[...]

changed that to only use the first dash-separated part of
utl::Bootstrap::getBuildIdData.  The commit (and the corresponding
 "EasyHacks: 
'About
dialog' wording and layout are suboptimal") is vague on why it did that, but
maybe the value returned by utl::Bootstrap::getBuildIdData had meanwhile 
been
reduced to a single git monorepo hash value without any dashes anyway.

Finally,

> commit ab846145bbd56f4308c8657df8b1354a403edd74
> Author: Heiko Tietze 
> Date:   Wed Apr 29 11:39:57 2020 +0200
>
> Resolves tdf#132322 - Link to Gerrit hash reintroduced
>
> Mulit-line label split, Build realized as link_button
>
> Required changes also solve tdf#132066 partially as many
> localized strings are not anymore copied to clipboard
>
> Change-Id: I346fdc65cd1734f17854eccd587fe0b7e216e720
> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93119
> Tested-by: Jenkins
> Reviewed-by: Heiko Tietze 
>
[...]
> diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
> index ed58d06acc1c..845ad5496a37 100644
> --- a/cui/source/dialogs/about.cxx
> +++ b/cui/source/dialogs/about.cxx
[...]
> +OUString AboutDialog::GetBuildString() {
>
[...]
> +  OUString sDefault;
> +  OUString sBuildId(utl::Bootstrap::getBuildVersion(sDefault));
> +  if (sBuildId.isEmpty())
> +

[Libreoffice-bugs] [Bug 58434] Show formatting marks when displaying non-printing characters +F10, rather than field shading +F8 (for formatting marks as in comment 18)

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58434

V Stuart Foote  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 135803] Menu Entry View => Formatting Marks should have a submenu with more detailed settings

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135803

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=58
   ||434
 OS|Linux (All) |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-ux-advise] [Bug 135803] Menu Entry View => Formatting Marks should have a submenu with more detailed settings

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135803

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=58
   ||434
 OS|Linux (All) |All

-- 
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-ux-advise] [Bug 135803] Menu Entry View => Formatting Marks should have a submenu with more detailed settings

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135803

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #4 from V Stuart Foote  ---
Created attachment 164431
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164431=edit
Tools -> Options -> Writer -> Formatting Aids dialog -- with default settings

The menu View -> 'Toggle Formatting Marks' (or its +F10 shortcut) is "at
hand" during editing. Default configuration of the attributes is as shown in
the attached clip from a clean reset user profile.

Work remains on bug 58434 to move the full complement of formatting marks under
the +F10 toggle--but configuration of the marks that will show on
document canvas is best kept only in the Tools -> Options dialog, including
adding entries for bug 58434. 

So leaving the menu entry directly functional by mouse, keyboard accelerator,
or shortcut.  The additional menu level would just disrupt established usage.

-1 and => 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 135803] Menu Entry View => Formatting Marks should have a submenu with more detailed settings

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135803

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #4 from V Stuart Foote  ---
Created attachment 164431
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164431=edit
Tools -> Options -> Writer -> Formatting Aids dialog -- with default settings

The menu View -> 'Toggle Formatting Marks' (or its +F10 shortcut) is "at
hand" during editing. Default configuration of the attributes is as shown in
the attached clip from a clean reset user profile.

Work remains on bug 58434 to move the full complement of formatting marks under
the +F10 toggle--but configuration of the marks that will show on
document canvas is best kept only in the Tools -> Options dialog, including
adding entries for bug 58434. 

So leaving the menu entry directly functional by mouse, keyboard accelerator,
or shortcut.  The additional menu level would just disrupt established usage.

-1 and => 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-bugs] [Bug 135882] Firebird embedded: Firebird Embedded not an available option when creating new database

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135882

--- Comment #5 from m.a.riosv  ---
Seems the first version affected is 6.4.

I'll ask in Telegram LibreOffice QA, if someone can update 6.4 release notes.

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


[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - icon-themes/elementary

2020-08-18 Thread Rizal Muttaqin (via logerrit)
 icon-themes/elementary/links.txt   |   10 +-
 icon-themes/elementary/res/lx03245.png |binary
 icon-themes/elementary/res/lx03246.png |binary
 icon-themes/elementary/res/lx03247.png |binary
 icon-themes/elementary/res/lx03248.png |binary
 icon-themes/elementary/res/lx03249.png |binary
 icon-themes/elementary/res/lx03250.png |binary
 icon-themes/elementary/res/lx03251.png |binary
 icon-themes/elementary/res/lx03255.png |binary
 9 files changed, 1 insertion(+), 9 deletions(-)

New commits:
commit cef5d15e810f16e4f02b8d1a0ce38703a0f6b4f9
Author: Rizal Muttaqin 
AuthorDate: Tue Aug 18 07:21:57 2020 +0700
Commit: Rizal Muttaqin 
CommitDate: Tue Aug 18 23:38:03 2020 +0200

elementary: tdf#134887 Use different icons for extra large

Change-Id: I84582058033761d6cd5a175fa4da508c97a6866e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100909
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 
(cherry picked from commit c0fb40ddbf82c60052bab41f9ad1e9647ddc99a8)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100932

diff --git a/icon-themes/elementary/links.txt b/icon-themes/elementary/links.txt
index 672caf5cb22b..63f01928ebfe 100644
--- a/icon-themes/elementary/links.txt
+++ b/icon-themes/elementary/links.txt
@@ -1990,24 +1990,16 @@ res/lx03228.png res/otg_32_8.png
 res/lx03239.png cmd/32/dbrelationdesign.png
 res/lx03242.png res/mainapp_32_8.png
 res/lx03243.png res/lx03123.png
-res/lx03245.png res/odb_24_8.png
 res/lx03245_32.png res/odb_32_8.png
-res/lx03246.png res/odg_24_8.png
 res/lx03246_32.png res/odg_32_8.png
-res/lx03247.png res/odf_24_8.png
 res/lx03247_32.png res/odf_32_8.png
-res/lx03248.png res/odm_24_8.png
 res/lx03248_32.png res/odm_32_8.png
-res/lx03249.png res/odp_24_8.png
 res/lx03249_32.png res/odp_32_8.png
-res/lx03250.png res/ods_24_8.png
 res/lx03250_32.png res/ods_32_8.png
-res/lx03251.png res/odt_24_8.png
 res/lx03251_32.png res/odt_32_8.png
 res/lx03252.png res/otg_32_8.png
 res/lx03253.png res/otp_32_8.png
 res/lx03254.png res/ots_32_8.png
-res/lx03255.png res/ott_24_8.png
 res/lx03255_32.png res/ott_32_8.png
 res/lx03256.png cmd/lc_insertplugin.png
 res/mainapp_32.png res/mainapp_32_8.png
@@ -2468,7 +2460,7 @@ cmd/32/addtextbox.png cmd/32/insertfixedtext.png
 cmd/lc_addtextbox.png cmd/lc_insertfixedtext.png
 cmd/sc_addtextbox.png cmd/sc_insertfixedtext.png
 
-# Edit menu
+# Edit menu 
 # ===
 cmd/32/authoritiesentrydialog.png cmd/32/dbviewaliases.png
 cmd/32/changesmenu.png cmd/32/accepttrackedchange.png
diff --git a/icon-themes/elementary/res/lx03245.png 
b/icon-themes/elementary/res/lx03245.png
new file mode 100644
index ..ab1c7c34de00
Binary files /dev/null and b/icon-themes/elementary/res/lx03245.png differ
diff --git a/icon-themes/elementary/res/lx03246.png 
b/icon-themes/elementary/res/lx03246.png
new file mode 100644
index ..986ecafb8fc7
Binary files /dev/null and b/icon-themes/elementary/res/lx03246.png differ
diff --git a/icon-themes/elementary/res/lx03247.png 
b/icon-themes/elementary/res/lx03247.png
new file mode 100644
index ..b701132d2717
Binary files /dev/null and b/icon-themes/elementary/res/lx03247.png differ
diff --git a/icon-themes/elementary/res/lx03248.png 
b/icon-themes/elementary/res/lx03248.png
new file mode 100644
index ..9d1e612d4ee0
Binary files /dev/null and b/icon-themes/elementary/res/lx03248.png differ
diff --git a/icon-themes/elementary/res/lx03249.png 
b/icon-themes/elementary/res/lx03249.png
new file mode 100644
index ..8e3d0469b26d
Binary files /dev/null and b/icon-themes/elementary/res/lx03249.png differ
diff --git a/icon-themes/elementary/res/lx03250.png 
b/icon-themes/elementary/res/lx03250.png
new file mode 100644
index ..89edb9d1c1fe
Binary files /dev/null and b/icon-themes/elementary/res/lx03250.png differ
diff --git a/icon-themes/elementary/res/lx03251.png 
b/icon-themes/elementary/res/lx03251.png
new file mode 100644
index ..e312d00f7159
Binary files /dev/null and b/icon-themes/elementary/res/lx03251.png differ
diff --git a/icon-themes/elementary/res/lx03255.png 
b/icon-themes/elementary/res/lx03255.png
new file mode 100644
index ..bf697f41783f
Binary files /dev/null and b/icon-themes/elementary/res/lx03255.png differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 135895] Outline Changes Not Selection-Specific

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135895

--- Comment #2 from kit...@tutanota.com ---
Created attachment 164430
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164430=edit
Basic Outline Doc showing results of only changing bottom outline

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


[Libreoffice-bugs] [Bug 135895] Outline Changes Not Selection-Specific

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135895

kit...@tutanota.com changed:

   What|Removed |Added

 CC||kit...@tutanota.com

--- Comment #1 from kit...@tutanota.com ---
Created attachment 164429
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164429=edit
Basic Outline Doc

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


[Libreoffice-bugs] [Bug 135895] New: Outline Changes Not Selection-Specific

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135895

Bug ID: 135895
   Summary: Outline Changes Not Selection-Specific
   Product: LibreOffice
   Version: 7.0.0.1 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kit...@tutanota.com

Description:
When selecting one of two outlines, and then applying a change to it, both
outlines on the page are changed.

Steps to Reproduce:
1.Create simple numbered outline
2.Add blank lines
3.Create second numbered outline
4.Select all of second outline
5.Select Bullets and Numbering icon at bottom of page
6.Select a different outline style or type

Actual Results:
Bad

Expected Results:
Should have only affected the selected text area


Reproducible: Always


User Profile Reset: No



Additional Info:
gerrit.libreoffice.org / core / 04ba7e3f1e51af6c5d653e543a620e36719083fd

(S/B a button to select what you want, as in other major programs.)

-- 
You are receiving this mail because:
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[2]: Enabling Calc macro recording

2020-08-18 Thread Andrew Pitonyak

I guess if it will end up in the documentation, I should be more specific and 
not just go from memory!

The most versatile method to manipulate an LO document is to get the internal 
UNO objects and manipulate them. Using the model provides significant control, 
but you must understand much about the different services and interfaces. 
Another method, which requires very little understanding of the LO internals, 
is to use a UNO dispatcher. The macro recorder uses the dispatcher for all 
commands. The dispatcher requires (1) the command to dispatch such as 
".uno:Undo", (2) arguments that control the dispatch, and (3) an object capable 
of performing the dispatch. When writing your own macros, it is usually better 
to use the object model rather than the dispatcher. That said, some things are 
best handled by the dispatcher; for example, controlling the clipboard. The 
problem with using the macro recorder are that: 

1. The dispatches are not documented and are stated to be subject to change; 
although I have not seen them change over time. 
2. The recorder ignores some values from dialogs that are opened while 
recording a macro. It is possible, therefore, that you will record a 
complicated macro that will not actually playback everything that you did. One 
example is CSV import, the generated macro does nothing. I just verified that 
this is true. 


Side note, my book OOME, which is available as a free download, contains a 
macro that will enumerate the supported dispatches. Last time I ran it, it 
generated over 300,000 rows of dispatch commands. 

On Tuesday, August 18, 2020 14:40 EDT, "Steve (GMail)" 
 wrote:
  Thanks Andrew. I feel a need to put a brief clarification in Chapter 12 of 
the 7.0 Calc Guide. Regards, Steve  -- Original Message --From: "Andrew 
Pitonyak" To: "Steve (GMail)" 
Cc: "Development List" 
Sent: 18/08/2020 19:31:34Subject: Re: 
Enabling Calc macro recording It may not record input from a dialog. As an 
example, if you import a CSV file, I think that it does not remember the 
parameters that you used for the import. 

The macro it produces does not use commands that directly modify the underlying 
object model but instead build an object to encapsulate each call and send that 
object. This can make it more difficult to modify the created macro. 

On Tuesday, August 18, 2020 14:00 EDT, "Steve (GMail)" 
 wrote:
  All, In Calc, I notice the option to enable macro recording at Tools > 
Options > LibreOffice > Advanced is entitled "Enable macro recording (may be 
limited)".  Can anybody advise what to "(may be limited)" caveat refers to? 
Regards,
Steve Fanning 


 


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


[Libreoffice-bugs] [Bug 135893] Image pasted twice when copy/pasting a caption frame with image after DOCX export

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135893

raal  changed:

   What|Removed |Added

 CC||vmik...@collabora.com
   Keywords|bibisectRequest |bibisected, bisected

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

6fd5254d3931c117e681077824c9dd92b3169519 is the first bad commit
commit 6fd5254d3931c117e681077824c9dd92b3169519
Author: Matthew Francis 
Date:   Sun Mar 15 01:15:52 2015 +0800

source-hash-c7307c77254557646f33017af915f6808a861e29

commit c7307c77254557646f33017af915f6808a861e29
Author: Miklos Vajna 
AuthorDate: Fri Aug 15 15:59:56 2014 +0200
Commit: Miklos Vajna 
CommitDate: Fri Aug 15 16:48:58 2014 +0200

fdo#82191 sw::DocumentLayoutManager: copy textbox content of draw
formats

The SwFmtCntnt, i.e. the content of the draw format was already copied,
but that's only a pointer to the real content: instead duplicate the
real contents on copy, that's how we copy fly frames as well.

Change-Id: I42475e356aaa1c54c08fb23a6a395d1726e5f33e

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


GSoC "Extending the UITest framework" Week (11) Report

2020-08-18 Thread ahmed El-Shreif
Hello all,

Here is my Week (11) report:
https://ahmedelshreifgsoc20.blogspot.com/2020/08/week-11-report.html

waiting for all your feedback.

Thanks,
Ahmed ElShreif
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2020-08-18 Thread Mert Tumer (via logerrit)
 desktop/source/lib/init.cxx |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 021d17006c970bbd784bc3a5474d56fff02fdca0
Author: Mert Tumer 
AuthorDate: Mon Aug 17 11:40:38 2020 +0300
Commit: Andras Timar 
CommitDate: Tue Aug 18 23:01:25 2020 +0200

Fix hyperlink popup does not show up

The popup does not show up when double clicking
same cell after first one when the cell has a
hyperlink. This is because LOK_CALLBACK_INVALIDATE
_VISIBLE_CURSOR message is filtered out when it
is duplicate and hyperlink is inside this callback.

Selecting different cell after editing one does not
make calc to send another invalidate cursor message
because it is only sent if the selected cell is being
edited. This confuses the ui experience, so this patch
prevents the callback from being filtered out
if only it contains a hyperlink. If there is not a hyperlink
on the cursor position the duplicate callbacks will still
be filtered out.

Signed-off-by: Mert Tumer 
Change-Id: Ibca0887b7d49633e476bc63d08bc0b7cc309d710
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100851
Tested-by: Jenkins
Reviewed-by: Andras Timar 
(cherry picked from commit 06bed3046b4ca62a50566f42d3a7079f0b563935)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100934
Tested-by: Jenkins CollaboraOffice 

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 02bf19602150..4d96e34333ea 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1554,10 +1554,15 @@ void CallbackFlushHandler::queue(const int type, const 
char* data)
 case LOK_CALLBACK_CALC_FUNCTION_LIST:
 case LOK_CALLBACK_JSDIALOG:
 {
+// deleting the duplicate of visible cursor message can cause 
hyperlink popup not to show up on second/or more click on the same place.
+// If the hyperlink is not empty we can bypass that to show 
the popup
+const bool hyperLinkException = type == 
LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR &&
+payload.find("\"hyperlink\":\"\"") == std::string::npos &&
+payload.find("\"hyperlink\": {}") == std::string::npos;
 const int nViewId = lcl_getViewId(payload);
 removeAll(
-[type, nViewId] (const queue_type::value_type& elem) {
-return (elem.Type == type && nViewId == 
lcl_getViewId(elem));
+[type, nViewId, hyperLinkException] (const 
queue_type::value_type& elem) {
+return (elem.Type == type && nViewId == 
lcl_getViewId(elem) && !hyperLinkException);
 }
 );
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 135893] Image pasted twice when copy/pasting a caption frame with image after DOCX export

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135893

raal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #3 from raal  ---
Confirm with Version: 7.1.0.0.alpha0+
Build ID: ce6c6a5ad6c9dde09bb0bb0c51e16d828cfe0ef7
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 37134] Tabbed UI: Document-per-tab (similar to Firefox, Opera, gedit) MDI

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37134

--- Comment #54 from luciano_f  ---

in OnlyOffice this feature is native

See this attached image.

https://ibb.co/r4dPWsx

https://mega.nz/file/lvhTmDoC#fwXtaYfy4iugnujHaTH19nl2o4qWyE1RQ8ZdmzOGzd0

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


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

2020-08-18 Thread Mert Tumer (via logerrit)
 desktop/source/lib/init.cxx |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 06bed3046b4ca62a50566f42d3a7079f0b563935
Author: Mert Tumer 
AuthorDate: Mon Aug 17 11:40:38 2020 +0300
Commit: Andras Timar 
CommitDate: Tue Aug 18 22:29:25 2020 +0200

Fix hyperlink popup does not show up

The popup does not show up when double clicking
same cell after first one when the cell has a
hyperlink. This is because LOK_CALLBACK_INVALIDATE
_VISIBLE_CURSOR message is filtered out when it
is duplicate and hyperlink is inside this callback.

Selecting different cell after editing one does not
make calc to send another invalidate cursor message
because it is only sent if the selected cell is being
edited. This confuses the ui experience, so this patch
prevents the callback from being filtered out
if only it contains a hyperlink. If there is not a hyperlink
on the cursor position the duplicate callbacks will still
be filtered out.

Signed-off-by: Mert Tumer 
Change-Id: Ibca0887b7d49633e476bc63d08bc0b7cc309d710
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100851
Tested-by: Jenkins
Reviewed-by: Andras Timar 

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 78f152166acd..beb35b4e5fcc 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1546,10 +1546,15 @@ void CallbackFlushHandler::queue(const int type, const 
char* data)
 case LOK_CALLBACK_CALC_FUNCTION_LIST:
 case LOK_CALLBACK_JSDIALOG:
 {
+// deleting the duplicate of visible cursor message can cause 
hyperlink popup not to show up on second/or more click on the same place.
+// If the hyperlink is not empty we can bypass that to show 
the popup
+const bool hyperLinkException = type == 
LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR &&
+payload.find("\"hyperlink\":\"\"") == std::string::npos &&
+payload.find("\"hyperlink\": {}") == std::string::npos;
 const int nViewId = lcl_getViewId(payload);
 removeAll(
-[type, nViewId] (const queue_type::value_type& elem) {
-return (elem.Type == type && nViewId == 
lcl_getViewId(elem));
+[type, nViewId, hyperLinkException] (const 
queue_type::value_type& elem) {
+return (elem.Type == type && nViewId == 
lcl_getViewId(elem) && !hyperLinkException);
 }
 );
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 133081] With OpenGL rendering sm formula 'lline', 'ldline' bracket lines of matrix are shifted out of node box, default GDI and Skia rendering unaffected

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133081

Army_bloodcore  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #15 from Army_bloodcore  ---
Solved in 7.0.0.3, thanks.

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


[Libreoffice-bugs] [Bug 93529] [META] VCL/OpenGL rendering tracker bug for 5.0+

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529
Bug 93529 depends on bug 133081, which changed state.

Bug 133081 Summary: With OpenGL rendering sm formula 'lline', 'ldline' bracket 
lines of matrix are shifted out of node box, default GDI and Skia rendering 
unaffected
https://bugs.documentfoundation.org/show_bug.cgi?id=133081

   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-ux-advise] [Bug 135803] Menu Entry View => Formatting Marks should have a submenu with more detailed settings

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135803

Dieter  changed:

   What|Removed |Added

 Blocks||85811
 Ever confirmed|1   |0
Summary|View>Formatting Marks no|Menu Entry View =>
   |longer shows tabs by|Formatting Marks should
   |default after install.  |have a submenu with more
   |Improve View>Formatting |detailed settings
   |Marks   |
 Status|NEEDINFO|UNCONFIRMED
   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #3 from Dieter  ---
(In reply to Adalbert Hanßen from comment #2)
> Dieter,
> 
> yes, I want such a submenu. 

cc: Design-Team for further input and decision.

Personally I won't support such a submenu, because I think that are settings
you normaly will change only once.


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 135803] Menu Entry View => Formatting Marks should have a submenu with more detailed settings

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135803

Dieter  changed:

   What|Removed |Added

 Blocks||85811
 Ever confirmed|1   |0
Summary|View>Formatting Marks no|Menu Entry View =>
   |longer shows tabs by|Formatting Marks should
   |default after install.  |have a submenu with more
   |Improve View>Formatting |detailed settings
   |Marks   |
 Status|NEEDINFO|UNCONFIRMED
   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #3 from Dieter  ---
(In reply to Adalbert Hanßen from comment #2)
> Dieter,
> 
> yes, I want such a submenu. 

cc: Design-Team for further input and decision.

Personally I won't support such a submenu, because I think that are settings
you normaly will change only once.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=85811
[Bug 85811] [META] Main menu bar 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 85811] [META] Main menu bar bugs and enhancements

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85811

Dieter  changed:

   What|Removed |Added

 Depends on||135803


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=135803
[Bug 135803] Menu Entry View => Formatting Marks should have a submenu with
more detailed settings
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135894] New: Add a "Distribution" button to the Tabbed interface

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135894

Bug ID: 135894
   Summary: Add a "Distribution" button to the Tabbed interface
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rafael.palma.l...@gmail.com

There is a functionality on LO Impress that allows the user to evenly
distribute objects horizontally or vertically. This is done by selecting the
objects, right clicking them and then using the "Distribution" dialog.

However, I think it would be a great idea to add this functionality to the
Tabbed user interface, right next to the "Arrange" and "Align" subgroups, which
are inside the "Layout" tab.

This would make a better use of the Tabbed interface. Also, for many users this
is a more intuitive way to find this feature.

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


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

2020-08-18 Thread Miklos Vajna (via logerrit)
 oox/qa/unit/data/graphic-stroke.pptx |binary
 oox/qa/unit/vml.cxx  |   32 +++
 oox/source/drawingml/graphicshapecontext.cxx |2 +
 oox/source/vml/vmlshape.cxx  |   15 
 4 files changed, 49 insertions(+)

New commits:
commit b2d834d6727626f070bb4dde3e1c65da1169f729
Author: Miklos Vajna 
AuthorDate: Tue Aug 18 17:43:57 2020 +0200
Commit: Miklos Vajna 
CommitDate: Tue Aug 18 21:51:22 2020 +0200

tdf#132555 PPTX VML import: handle stroke properties of image shapes

ComplexShape::implConvertAndInsert() returns early in the graphic object
shape case, so stroke model is not applied at all.

Also fix a problem in ShapeBase::finalizeFragmentImport(), where the
shape type had no stroke, but the shape itself had, and the later should
win.

The warning in OleObjectGraphicDataContext::onCreateContext() now points
out that  is ignored as a child of ,
which probably should be addressed at some stage, but it's not required
to fix the missing stroke.

Change-Id: I4ab43b4c6d40d9f43caad22b85f5b885fa8b4ef1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100952
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins

diff --git a/oox/qa/unit/data/graphic-stroke.pptx 
b/oox/qa/unit/data/graphic-stroke.pptx
new file mode 100644
index ..f4465476fcc6
Binary files /dev/null and b/oox/qa/unit/data/graphic-stroke.pptx differ
diff --git a/oox/qa/unit/vml.cxx b/oox/qa/unit/vml.cxx
index 089d61085b74..d43d2d5645ae 100644
--- a/oox/qa/unit/vml.cxx
+++ b/oox/qa/unit/vml.cxx
@@ -11,8 +11,10 @@
 #include 
 
 #include 
+#include 
 #include 
 #include 
+#include 
 #include 
 
 using namespace ::com::sun::star;
@@ -109,6 +111,36 @@ CPPUNIT_TEST_FIXTURE(OoxVmlTest, 
testShapeNonAutosizeWithText)
 CPPUNIT_ASSERT_EQUAL(static_cast(5398), 
xShape->getSize().Width);
 }
 
+CPPUNIT_TEST_FIXTURE(OoxVmlTest, testGraphicStroke)
+{
+load("graphic-stroke.pptx");
+uno::Reference 
xDrawPagesSupplier(getComponent(), uno::UNO_QUERY);
+uno::Reference 
xDrawPage(xDrawPagesSupplier->getDrawPages()->getByIndex(0),
+ uno::UNO_QUERY);
+
+uno::Reference xShape;
+for (sal_Int32 i = 0; i < xDrawPage->getCount(); ++i)
+{
+uno::Reference xInfo(xDrawPage->getByIndex(i), 
uno::UNO_QUERY);
+if (!xInfo->supportsService("com.sun.star.drawing.GraphicObjectShape"))
+{
+continue;
+}
+
+xShape.set(xInfo, uno::UNO_QUERY);
+break;
+}
+CPPUNIT_ASSERT(xShape.is());
+
+drawing::LineStyle eLineStyle{};
+xShape->getPropertyValue("LineStyle") >>= eLineStyle;
+// Without the accompanying fix in place, this test would have failed with:
+// - Expected: 1
+// - Actual  : 0
+// i.e. line style was NONE, not SOLID.
+CPPUNIT_ASSERT_EQUAL(drawing::LineStyle_SOLID, eLineStyle);
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oox/source/drawingml/graphicshapecontext.cxx 
b/oox/source/drawingml/graphicshapecontext.cxx
index 39a090bf43c4..61d96b583c67 100644
--- a/oox/source/drawingml/graphicshapecontext.cxx
+++ b/oox/source/drawingml/graphicshapecontext.cxx
@@ -226,6 +226,8 @@ ContextHandlerRef 
OleObjectGraphicDataContext::onCreateContext( sal_Int32 nEleme
 return new GraphicShapeContext( *this, mpMasterShapePtr, 
mpShapePtr );
 break;
 }
+SAL_WARN("oox", "OleObjectGraphicDataContext::onCreateContext: unhandled 
element: "
+<< getBaseToken(nElement));
 return nullptr;
 }
 
diff --git a/oox/source/vml/vmlshape.cxx b/oox/source/vml/vmlshape.cxx
index b6fe01b08347..f22a98576a16 100644
--- a/oox/source/vml/vmlshape.cxx
+++ b/oox/source/vml/vmlshape.cxx
@@ -292,7 +292,15 @@ void ShapeBase::finalizeFragmentImport()
 if (aType[ 0 ] == '#')
 aType = aType.copy(1);
 if( const ShapeType* pShapeType = mrDrawing.getShapes().getShapeTypeById( 
aType ) )
+{
+// Make sure that the stroke props from maTypeModel have priority over 
the stroke props from
+// the shape type.
+StrokeModel aMergedStrokeModel;
+
aMergedStrokeModel.assignUsed(pShapeType->getTypeModel().maStrokeModel);
+aMergedStrokeModel.assignUsed(maTypeModel.maStrokeModel);
 maTypeModel.assignUsed( pShapeType->getTypeModel() );
+maTypeModel.maStrokeModel = aMergedStrokeModel;
+}
 else {
 // Temporary fix, shapetype not found if referenced from different 
substream
 // FIXME: extend scope of ShapeContainer to store all shapetypes from 
the document
@@ -1346,6 +1354,13 @@ Reference< XShape > ComplexShape::implConvertAndInsert( 
const Reference< XShapes
 // AS_CHARACTER shape: vertical orientation default is bottom, MSO 
default is top.
 if ( maTypeModel.maPosition != "absolute" && 

[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/src

2020-08-18 Thread gokaysatir (via logerrit)
 loleaflet/src/control/Control.LokDialog.js |5 +
 1 file changed, 5 insertions(+)

New commits:
commit e07f47d2486a07826bfa025cd2d47b267474848c
Author: gokaysatir 
AuthorDate: Wed Aug 12 17:20:54 2020 +0300
Commit: Aron Budea 
CommitDate: Tue Aug 18 21:49:03 2020 +0200

loleaflet: Prevent sidebar from opening when file is on read only mode.

This patch is for preventing sidebar from being launched when:
   * Document is on read only mode (No need for an editor bar when doc is 
read-only).
   * Also the main reason for this patch was to hide Sidebar when revision 
history is open (NC).

Change-Id: I4d78c65a7e8f39b0827b9e23ecc24fcd9520fef8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100601
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Henry Castro 
(cherry picked from commit eb8e075ce02e54da4f5eca86157919001978cda0)
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100933
Reviewed-by: Aron Budea 

diff --git a/loleaflet/src/control/Control.LokDialog.js 
b/loleaflet/src/control/Control.LokDialog.js
index 57b5fdc95..117ae0873 100644
--- a/loleaflet/src/control/Control.LokDialog.js
+++ b/loleaflet/src/control/Control.LokDialog.js
@@ -1009,6 +1009,11 @@ L.Control.LokDialog = L.Control.extend({
},
 
_launchSidebar: function(id, width, height) {
+   // In read-only mode, we don't need to show sidebar. This if 
clause prevents sidebar from opening also when revision history is open.
+   if (this._map.isPermissionReadOnly()) {
+   return;
+   }
+
console.log('_launchSidebar: start: id: ' + id + ', width: ' + 
width + ', height: ' + height);
if ((window.mode.isMobile() || window.mode.isTablet())
&& !this._map.isPermissionEdit())
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 135881] Support WOFF encoded fonts when used in SVG

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135881

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||576
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||rb.hensc...@t-online.de,
   ||vstuart.fo...@utsa.edu
   Keywords||needsUXEval
 OS|Windows (All)   |All
 Blocks||88278
Summary|Support Unicode in SVG  |Support WOFF encoded fonts
   ||when used in SVG
   Severity|normal  |enhancement

--- Comment #2 from V Stuart Foote  ---
The fonts contained in the SVG are WOFF encoded. There is no support in LO for
them. Also, the font naming for the WOFF fonts seems challenging as well,
meaning likely font fallback would be mishandled.

LO is not alone, i.e. open the attached SVGs in Inkscape--not very useful
results there either.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88278
[Bug 88278] [META] SVG import image filter (all modules)
-- 
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 135881] Support WOFF encoded fonts when used in SVG

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135881

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||576
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||rb.hensc...@t-online.de,
   ||vstuart.fo...@utsa.edu
   Keywords||needsUXEval
 OS|Windows (All)   |All
 Blocks||88278
Summary|Support Unicode in SVG  |Support WOFF encoded fonts
   ||when used in SVG
   Severity|normal  |enhancement

--- Comment #2 from V Stuart Foote  ---
The fonts contained in the SVG are WOFF encoded. There is no support in LO for
them. Also, the font naming for the WOFF fonts seems challenging as well,
meaning likely font fallback would be mishandled.

LO is not alone, i.e. open the attached SVGs in Inkscape--not very useful
results there either.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88278
[Bug 88278] [META] SVG import image filter (all modules)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88278] [META] SVG import image filter (all modules)

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88278

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||135881


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=135881
[Bug 135881] Support WOFF encoded fonts when used in SVG
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97576] INSERT: SVG font glyphs ignored

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97576

V Stuart Foote  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 135893] Image pasted twice when copy/pasting a caption frame with image after DOCX export

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135893

Telesto  changed:

   What|Removed |Added

Version|7.1.0.0.alpha0+ Master  |4.4.0.3 release
 CC||r...@post.cz
   Keywords||bibisectRequest, regression

--- Comment #2 from Telesto  ---
Also in
4.4.7.2

no repro with
Versie: 4.2.0.4 
Build ID: 05dceb5d363845f2cf968344d7adab8dcfb2ba71

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


[Libreoffice-bugs] [Bug 33173] Tabbed UI (Writer): Division/section-per-tab (similar to Lotus WordPro)

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33173

--- Comment #52 from V Stuart Foote  ---
(In reply to Todd from comment #51)
> (In reply to luciano_f from comment #50)
> > ...
> > https://2.bp.blogspot.com/-dRhyfe1x7fM/WOIXKpGfBDI/JiI/
> > Ae0hxxJx3DsWUWgKVT_88nH-dqdKxiszwCLcB/s1600/Screenshot%2Bfrom%2B2017-04-
> > 02%2B21-35-31.png
> > 
> 
> I am not seeing division tabs in your screen shot.
> 
> The Firefox style tabs at the top are sweet and I'd like to see them in LO,
> but they are not division tabs.  Division tabs on in the document

Right, that is the Tabbed UI -- MDI of see also bug 37134, not tabbed document
sections as here.

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


[Libreoffice-bugs] [Bug 135893] New: Image pasted twice when copy/pasting a caption frame with image after DOCX export

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135893

Bug ID: 135893
   Summary: Image pasted twice when copy/pasting a caption frame
with image after DOCX export
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Image pasted twice when copy/pasting a caption frame with image after DOCX
export

Steps to Reproduce:
1. Open the attached file
2. Save as DOCX
3. File reload
4. Select the image frame
5. CTRL+X
6. CTRL+V

Actual Results:
2 shapes

Expected Results:
1 shapes


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: nl-NL
Calc: CL

also in
Version: 6.0.5.0.0+
Build ID: 15ea1cda0b3c37ff944ad9a239b7ed453e8b0591
CPU threads: 4; OS: Windows 6.3; UI render: default; 
Locale: nl-NL (nl_NL); Calc: CL

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


[Libreoffice-bugs] [Bug 135893] Image pasted twice when copy/pasting a caption frame with image after DOCX export

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135893

--- Comment #1 from Telesto  ---
Created attachment 164428
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164428=edit
Example file

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


[Libreoffice-bugs] [Bug 135888] copy/paste of text boxes results in separate shape and text frame

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135888

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #2 from Telesto  ---
Without sample file bit hard to confirm or track..

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


[Libreoffice-bugs] [Bug 135892] Naming of the Style inspector. Should it be Style Inspector/ style explorer/ style examiner; and how well does it translate

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135892

--- Comment #5 from Telesto  ---
I checked a few languages.. but translations are surely not 'harmonic'. There
are quite some twists and turns. 

Styles inspektor translated as 'Formatvorlagen' German. Which is the same as
'Styles' Formatvorlagen. Dutch has same issue; both called "Opmaakprofielen".

Spanish/French/English/Norwegian are OK; translation wise.. not sure how
natural/common 'Inspector' usage is.

-- 
You are receiving this mail because:
You 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 135892] Naming of the Style inspector. Should it be Style Inspector/ style explorer/ style examiner; and how well does it translate

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135892

--- Comment #5 from Telesto  ---
I checked a few languages.. but translations are surely not 'harmonic'. There
are quite some twists and turns. 

Styles inspektor translated as 'Formatvorlagen' German. Which is the same as
'Styles' Formatvorlagen. Dutch has same issue; both called "Opmaakprofielen".

Spanish/French/English/Norwegian are OK; translation wise.. not sure how
natural/common 'Inspector' usage is.

-- 
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 135877] Libreoffice Math PDF Export Problem(Windows and Linux version)

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135877

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

   What|Removed |Added

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

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
it's an old problem where you have a long formula in Formula editor. When you
export your formula to PDF then Math write on sheet a formula WITH its code
from Formula editor! And I don't know why it make so

And I saw a dupe for it

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


[Libreoffice-bugs] [Bug 135885] Export as EPUB badly broken on Writer 7.0.0.3

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135885

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

   What|Removed |Added

 Blocks||114162


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114162
[Bug 114162] [META] EPUB export 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 114162] [META] EPUB export bugs and enhancements

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114162

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

   What|Removed |Added

 Depends on||135885


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=135885
[Bug 135885] Export as EPUB badly broken on Writer 7.0.0.3
-- 
You are receiving this mail because:
You 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/source

2020-08-18 Thread Jim Raykowski (via logerrit)
 sw/source/core/doc/DocumentContentOperationsManager.cxx |   31 
 sw/source/uibase/utlui/content.cxx  |   59 
 2 files changed, 31 insertions(+), 59 deletions(-)

New commits:
commit 54691ea52a91491ae251473c83b61f9adaf0b581
Author: Jim Raykowski 
AuthorDate: Sun Aug 16 11:23:57 2020 -0800
Commit: Jim Raykowski 
CommitDate: Tue Aug 18 21:12:12 2020 +0200

Improve location of unfold fold code use in outline move

Change-Id: I299f871c4d6e06f63efaf80e04cb668c52ae8543
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100829
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx 
b/sw/source/core/doc/DocumentContentOperationsManager.cxx
index 695057d342c2..0049560c4047 100644
--- a/sw/source/core/doc/DocumentContentOperationsManager.cxx
+++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx
@@ -89,6 +89,9 @@
 #include 
 #include 
 
+#include 
+#include 
+#include 
 
 using namespace ::com::sun::star::i18n;
 
@@ -2431,6 +2434,27 @@ bool DocumentContentOperationsManager::MoveRange( SwPaM& 
rPaM, SwPosition& rPos,
 bool DocumentContentOperationsManager::MoveNodeRange( SwNodeRange& rRange, 
SwNodeIndex& rPos,
 SwMoveFlags eMvFlags )
 {
+std::vector aFoldedOutlineNdsArray;
+SwWrtShell* pWrtShell = dynamic_cast(m_rDoc.GetEditShell());
+if (pWrtShell && pWrtShell->GetViewOptions() && 
pWrtShell->GetViewOptions()->IsShowOutlineContentVisibilityButton())
+{
+// unfold all folded outline content
+SwOutlineNodes rOutlineNds = m_rDoc.GetNodes().GetOutLineNds();
+for (SwOutlineNodes::size_type nPos = 0; nPos < rOutlineNds.size(); 
++nPos)
+{
+SwNode* pNd = rOutlineNds[nPos];
+if (pNd->IsTextNode()) // should always be true
+{
+bool bOutlineContentVisibleAttr = true;
+
pNd->GetTextNode()->GetAttrOutlineContentVisible(bOutlineContentVisibleAttr);
+if (!bOutlineContentVisibleAttr)
+{
+aFoldedOutlineNdsArray.push_back(pNd);
+pWrtShell->ToggleOutlineContentVisibility(nPos);
+}
+}
+}
+}
 // Moves all Nodes to the new position.
 // Bookmarks are moved too (currently without Undo support).
 
@@ -2556,6 +2580,13 @@ bool DocumentContentOperationsManager::MoveNodeRange( 
SwNodeRange& rRange, SwNod
 m_rDoc.GetFootnoteIdxs().UpdateAllFootnote();
 }
 
+if (pWrtShell && pWrtShell->GetViewOptions() && 
pWrtShell->GetViewOptions()->IsShowOutlineContentVisibilityButton())
+{
+// fold all outlines that were folded before move
+for (SwNode* pNd : aFoldedOutlineNdsArray)
+pWrtShell->ToggleOutlineContentVisibility(pNd, true);
+}
+
 m_rDoc.getIDocumentState().SetModified();
 return true;
 }
diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index 061c164cdf1e..cf7329ee267f 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -2772,7 +2772,6 @@ void SwContentTree::ExecCommand(const OString& rCmd, bool 
bOutlineWithChildren)
 
 SwOutlineNodes::difference_type nDirLast = bUp ? -1 : 1;
 bool bStartedAction = false;
-std::vector aFoldedOutlineNdsArray;
 for (auto const& pCurrentEntry : selected)
 {
 assert(pCurrentEntry && lcl_IsContent(*pCurrentEntry, *m_xTreeView));
@@ -2794,28 +2793,6 @@ void SwContentTree::ExecCommand(const OString& rCmd, 
bool bOutlineWithChildren)
 if (!bStartedAction)
 {
 pShell->StartAllAction();
-if (bUpDown)
-{
-if 
(pShell->GetViewOptions()->IsShowOutlineContentVisibilityButton())
-{
-// unfold all folded outline content
-SwOutlineNodes rOutlineNds = 
pShell->GetDoc()->GetNodes().GetOutLineNds();
-for (SwOutlineNodes::size_type nPos = 0; nPos < 
rOutlineNds.size(); ++nPos)
-{
-SwNode* pNd = rOutlineNds[nPos];
-if (pNd->IsTextNode()) // should always be true
-{
-bool bOutlineContentVisibleAttr = true;
-
pNd->GetTextNode()->GetAttrOutlineContentVisible(bOutlineContentVisibleAttr);
-if (!bOutlineContentVisibleAttr)
-{
-aFoldedOutlineNdsArray.push_back(pNd);
-pShell->ToggleOutlineContentVisibility(nPos);
-}
-}
-}
-}
-}
 pShell->StartUndo(bLeftRight ? SwUndoId::OUTLINE_LR : 
SwUndoId::OUTLINE_UD);
 bStartedAction = true;
 }
@@ -2987,15 +2964,6 @@ void 

[Libreoffice-bugs] [Bug 123370] [META] "Expression is faulty" regressions

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123370

Gabor Kelemen  changed:

   What|Removed |Added

URL||https://libreoffice-dev.blo
   ||gspot.com/2019/11/calculati
   ||ons-inside-of-writer-tables
   ||.html

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


[Libreoffice-bugs] [Bug 135803] View>Formatting Marks no longer shows tabs by default after install. Improve View>Formatting Marks

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135803

--- Comment #2 from Adalbert Hanßen  ---
Dieter,

yes, I want such a submenu. 

At least, after a new install, all selectable items should be enabled by
default. (This modification probably would be made with the least effort).

But the submenu is better, because the place to configure View>Formatting Marks
is too far away to where you would enable the whole function.

Also consider my side findings (if the same code is involved for the first
one).

Regards
Adalbert

-- 
You are receiving this mail because:
You 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 135892] Naming of the Style inspector. Should it be Style Inspector/ style explorer/ style examiner; and how well does it translate

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135892

--- Comment #4 from Julien Nabet  ---
Created attachment 164427
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164427=edit
screenshot with keyid

keyid view shows a different result.

-- 
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 33173] Tabbed UI (Writer): Division/section-per-tab (similar to Lotus WordPro)

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33173

--- Comment #51 from Todd  ---
(In reply to luciano_f from comment #50)
> I am also very interested in this Guides feature that would make LibreOffice
> very powerful and I don’t see it as something so complex to develop because
> it’s just Layout.
> 
> Even OnyOffice already has this functionality.
> 
> https://www.onlyoffice.com/en/
> 
> https://2.bp.blogspot.com/-dRhyfe1x7fM/WOIXKpGfBDI/JiI/
> Ae0hxxJx3DsWUWgKVT_88nH-dqdKxiszwCLcB/s1600/Screenshot%2Bfrom%2B2017-04-
> 02%2B21-35-31.png
> 
> Thankful.

I am not seeing division tabs in your screen shot.

The Firefox style tabs at the top are sweet and I'd like to see them in LO, but
they are not division tabs.  Division tabs on in the document

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


[Libreoffice-bugs] [Bug 135892] Naming of the Style inspector. Should it be Style Inspector/ style explorer/ style examiner; and how well does it translate

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135892

--- Comment #4 from Julien Nabet  ---
Created attachment 164427
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164427=edit
screenshot with keyid

keyid view shows a different result.

-- 
You are receiving this mail because:
You 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 135866] Problem rotating images in WRITER when anchored "As Character"

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135866

Telesto  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|unspecified |6.0.0.3 release
 Ever confirmed|0   |1
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

--- Comment #2 from Telesto  ---
Found in
7.1

and in
6.0

4.4.7.2 didn't allow rotation (possible for this reason)

-- 
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-ux-advise] [Bug 135892] Naming of the Style inspector. Should it be Style Inspector/ style explorer/ style examiner; and how well does it translate

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135892

--- Comment #3 from Julien Nabet  ---
Created attachment 164426
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164426=edit
screenshot with French UI

On pc Debian x86-64 with master sources updated today, I got quite a lot of
strings not translated.

-- 
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 135892] Naming of the Style inspector. Should it be Style Inspector/ style explorer/ style examiner; and how well does it translate

2020-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135892

--- Comment #3 from Julien Nabet  ---
Created attachment 164426
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164426=edit
screenshot with French UI

On pc Debian x86-64 with master sources updated today, I got quite a lot of
strings not translated.

-- 
You are receiving this mail because:
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   >