core.git: officecfg/registry sd/source

2024-04-19 Thread Cor Nouws (via logerrit)
 officecfg/registry/schema/org/openoffice/Office/Impress.xcs |7 +++
 sd/source/ui/view/frmview.cxx   |3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 7c2ed9919d6d9d286d9062b91577d6bb2b7de8aa
Author: Cor Nouws 
AuthorDate: Thu Apr 11 21:01:18 2024 +0200
Commit: Justin Luth 
CommitDate: Sat Apr 20 00:34:46 2024 +0200

tdf#160601 add expert option for default slides per row in slide sorter


Change-Id: Ib122ad0fce8159c1ceb092bcc65a59ba1ad23bc9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166174
Reviewed-by: Justin Luth 
Tested-by: Jenkins

diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
index e6bda773491f..699cdc752a2f 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
@@ -423,6 +423,13 @@
 
 true
   
+  
+
+  Default number of slides per row in slide sorter.
+  Sorter slides per row
+
+4
+  
   
 
 
diff --git a/sd/source/ui/view/frmview.cxx b/sd/source/ui/view/frmview.cxx
index 61b7bfdf2ecf..50cf9d636396 100644
--- a/sd/source/ui/view/frmview.cxx
+++ b/sd/source/ui/view/frmview.cxx
@@ -41,6 +41,7 @@
 #include 
 #include 
 #include 
+#include 
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
@@ -222,7 +223,7 @@ FrameView::FrameView(SdDrawDocument* pDrawDoc, FrameView* 
pFrameView /* = NULL *
 SetEliminatePolyPoints(false);
 mbDoubleClickTextEdit = false;
 mbClickChangeRotation = false;
-mnSlidesPerRow = 4;
+mnSlidesPerRow = 
officecfg::Office::Impress::Misc::SorterSlidesPerRow::get();
 
 {
 bool bUseContrast = 
Application::GetSettings().GetStyleSettings().GetHighContrastMode();


Re: LibreOffice build dependencies souce URI for Ubuntu (latest) ?

2019-10-29 Thread Cor Nouws
Hi Michael,

Michael Weghorn wrote on 29/10/2019 08:08:

> "distroname" is a placeholder and needs to be replaced by the actual
> code name for your Ubuntu version, which would e.g. be "bionic" for
> Ubuntu 18.04 etc.

Ah ;)

> I've adapted the wiki accordingly. Please feel free to improve further
> if you have more ideas.

Will keep an eye on that!

Thanks!
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger https://nl.libreoffice.org
- volunteer https://www.libreoffice.org
- Member Board The Document Foundation
- http://www.nouenoff.nl / https://www.mijncloudoffice.nl
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

LibreOffice build dependencies souce URI for Ubuntu (latest) ?

2019-10-28 Thread Cor Nouws
Hi,

Following this
  https://wiki.documentfoundation.org/Development/Linux_Build_Dependencies

with #2, adding
  deb-src http://archive.ubuntu.com/ubuntu/ distroname main
to /apt/etc/sources.list

then apt-get update gives an error
Err:7 http://archive.ubuntu.com/ubuntu distroname Release

  404  Not Found [IP: 2001:67c:1360:8001::21 80]

And without that line (obviously)
  sudo apt-get build-dep libreoffice
reports the missing source URI..

Asking here since obviously I can't find how the " .. should look
something like these:" from our wiki should be precisely.

Thanks!
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger https://nl.libreoffice.org
- volunteer https://www.libreoffice.org
- Member Board The Document Foundation
- http://www.nouenoff.nl / https://www.mijncloudoffice.nl
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

manually changing content.xml > invalid xml.. but why

2019-09-05 Thread Cor Nouws
Hi,

ODT with form controls wil print the form:label"foo" text in newer
versions..
So I try to remove these labels from the content.xml.

This results in invalid xml file.. that LO needs to repair on opening.
Already the slightest change in the xml file (adding a space in string
"foo") makes the file invalid.
Both Geany and Emacs give the same problem.

Hints appreciated.

thnx
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger https://nl.libreoffice.org
- volunteer https://www.libreoffice.org
- Member Board The Document Foundation
- http://www.nouenoff.nl / https://www.mijncloudoffice.nl
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: manually changing content.xml > invalid xml.. but why

2019-09-04 Thread Cor Nouws
Hi Eike, Regina,

Thanks for the answers.. Solved.

Eike Rathke wrote on 9/4/19 8:26 PM:

> How do you re-zip the file?

Let me elaborate. It is far from the first time that I unzip an odf
fully, change something, and then rezip.
Never had any problem. Might just have been lucky :)

> Best is to freshen the zip with just the
> content.xml to keep the original file order and compression, i.e. the
> 'mimetype' file MUST be the first entry in the zip archive and MUST NOT
> be compressed. So,
> 
>   zip -f filename.ods content.xml
> 
> should do.

Indeed, that helps. (Notably the Gnome archive manager allows to open
one file to edit and have it refreshed after closing the editor - this
is similar to what Regina writes).

> If that doesn't help then it's something different ("invalid
> xml" is a vague description).

"The file XXX is corrupt and therefore cannot be opened. ..."
The invalid xml notice is something that is shown in the emacs status.
But appears to be a red herring to me now. Especially since that notice
appears without doing anything in the file. Prolly checked against
another xml schema.

Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger https://nl.libreoffice.org
- volunteer https://www.libreoffice.org
- Member Board The Document Foundation
- http://www.nouenoff.nl / https://www.mijncloudoffice.nl
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

manually changing content.xml > invalid xml.. but why

2019-09-04 Thread Cor Nouws
Hi,

ODT with form controls wil print the form:label"foo" text in newer
versions..
So I try to remove from the content.xml.
This results in invalid xml file.. that LO needs to repair on opening.
Already the slightest change in the xml file (adding a space in string
"foo") makes the file invalid.
Both Geany and Emacs give the same problem.

Hints appreciated.

thnx
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger https://nl.libreoffice.org
- volunteer https://www.libreoffice.org
- Member Board The Document Foundation
- http://www.nouenoff.nl / https://www.mijncloudoffice.nl
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-ux-advise] (no subject)

2019-07-21 Thread Cor Nouws

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger https://nl.libreoffice.org
- volunteer https://www.libreoffice.org
- Member Board The Document Foundation
- http://www.nouenoff.nl / https://www.mijncloudoffice.nl
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

[Libreoffice-ux-advise] Ctrl+Enter to trigger the default button in dialogs

2019-07-21 Thread Cor Nouws
Hi friends,

From dialogs in the past I know that Ctrl+Enter triggers the default
button, often OK.
This is of course extremely convenient, especially in situations where
the 'o' is accelerator for one or more widgets beside the OK button.

I'm absolutely willing to file one or more bugs on this subject. But
before doing so: has there been some design decision, or is there
something else that I should know in this area?

greetings,
Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger https://nl.libreoffice.org
- volunteer https://www.libreoffice.org
- Member Board The Document Foundation
- http://www.nouenoff.nl / https://www.mijncloudoffice.nl
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - officecfg/registry

2019-05-27 Thread Cor Nouws (via logerrit)
 officecfg/registry/schema/org/openoffice/Office/Writer.xcs |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0d657498080aad86f4b97309fff9bf589c57dc2e
Author: Cor Nouws 
AuthorDate: Thu May 23 16:20:43 2019 +0200
Commit: Michael Stahl 
CommitDate: Mon May 27 11:35:11 2019 +0200

Revert "tdf#113241 better default for number recognition options in Writer 
tables"

This reverts commit 2b0cb3cf4ac35dbe29b203d24adf5604a860cde5.
As per tdf#125371 there are changes in existing documents in cells that are 
re-calculated on file-open. IMO this needs to be fixed before this patch can be 
re-applied. As such there is no question on the changed settings in the Options.

Change-Id: Ib748cc520d4d475097cd5fd7e5500456b34f0789
Reviewed-on: https://gerrit.libreoffice.org/72860
Tested-by: Jenkins
Reviewed-by: Xisco Faulí 
Reviewed-on: https://gerrit.libreoffice.org/72885
Reviewed-by: Michael Stahl 

diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 259c3d2f4cf3..a5e6a121b03b 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -2296,7 +2296,7 @@
 Specifies whether only entries with the defined format are 
accepted. This option is only available if the number format recognition is 
active (Number_recognition = True).
 Number format recognition
   
-  true
+  false
 
 
   
@@ -2306,7 +2306,7 @@
 Specifies whether all numbers are aligned below right of the 
cell and not above left (as in the case of text). This option is only available 
if number format recognition is active (Number_recognition = True).
 Alignment
   
-  true
+  false
 
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-05-23 Thread Cor Nouws (via logerrit)
 officecfg/registry/schema/org/openoffice/Office/Writer.xcs |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f5b9590fc06811a9dff550c6998d1d1088507e23
Author: Cor Nouws 
AuthorDate: Thu May 23 16:20:43 2019 +0200
Commit: Xisco Faulí 
CommitDate: Thu May 23 23:20:05 2019 +0200

Revert "tdf#113241 better default for number recognition options in Writer 
tables"

This reverts commit 2b0cb3cf4ac35dbe29b203d24adf5604a860cde5.
As per tdf#125371 there are changes in existing documents in cells that are 
re-calculated on file-open. IMO this needs to be fixed before this patch can be 
re-applied. As such there is no question on the changed settings in the Options.

Change-Id: Ib748cc520d4d475097cd5fd7e5500456b34f0789
Reviewed-on: https://gerrit.libreoffice.org/72860
Tested-by: Jenkins
Reviewed-by: Xisco Faulí 

diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 3b147dcfd25d..7eeb05e0dee3 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -2296,7 +2296,7 @@
 Specifies whether only entries with the defined format are 
accepted. This option is only available if the number format recognition is 
active (Number_recognition = True).
 Number format recognition
   
-  true
+  false
 
 
   
@@ -2306,7 +2306,7 @@
 Specifies whether all numbers are aligned below right of the 
cell and not above left (as in the case of text). This option is only available 
if number format recognition is active (Number_recognition = True).
 Alignment
   
-  true
+  false
 
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

cppunitTest fail on .. language tags(?)

2019-01-15 Thread Cor Nouws
Hi,

jenkins fails on
 https://gerrit.libreoffice.org/#/c/66169/
with
 
https://ci.libreoffice.org/job/gerrit_linux_gcc_release/23586/consoleFull#547894439d893063f-7f3d-4b7e-b56f-4e0f225817cd

did an additional build, that fails in test_languagetag. (see below)
I remember with initially committing there was a warning on language
tags, which I suppressed with --no-verify ..

Hints & other help appreciated.

$ make CPPUNIT_TEST_NAME="CppunitTest_sfx2_classification" VALGRIND=memcheck

../git/libreoffice/solenv/gbuild/PythonTest.mk:41: recipe for target
'../git/libreoffice/workdir/PythonTest/pyuno_pytests_ssl/done' failed
make[1]: ***
[../git/libreoffice/workdir/PythonTest/pyuno_pytests_ssl/done] Error 1
make[1]: *** Waiting for unfinished tasks...

../git/libreoffice/i18nlangtag/qa/cppunit/test_languagetag.cxx: In
member function ‘void {anonymous}::TestLanguageTag::testAllTags()’:

../git/libreoffice/i18nlangtag/qa/cppunit/test_languagetag.cxx:46:6:
note: variable tracking size limit exceeded with
-fvar-tracking-assignments, retrying without

 void TestLanguageTag::testAllTags()
  ^~~
Makefile:282: recipe for target 'build' failed


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger https://nl.libreoffice.org
- volunteer https://www.libreoffice.org
- Member Board The Document Foundation
- http://www.nouenoff.nl / https://www.mijncloudoffice.nl
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-qa] Bug hunting session quick download link not (yet) OK

2018-10-20 Thread Cor Nouws
Hi,

Link on https://wiki.documentfoundation.org/QA/BugHuntingSession/6.2.0Alpha
under quick start:
   https://www.libreoffice.org/download/download/?version=6.2.0
shows the page with 6.1 and 6.0

And I don't think that the download page will show an alpha soon :)

Also not sure if we already want to show 6.2 on
https://www.libreoffice.org/download/pre-releases/

So point to pre-releases
 https://dev-builds.libreoffice.org/pre-releases/
or nightly builds
 https://dev-builds.libreoffice.org/daily/
?

Thanks for Kees from Dutch list for noticing,
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger https://nl.libreoffice.org
- volunteer https://www.libreoffice.org
- Member Board The Document Foundation
- http://www.nouenoff.nl / https://www.mijncloudoffice.nl
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] Next level of QA and how to get there

2018-07-04 Thread Cor Nouws
Hi Ilamri,

Ilmari Lauhakangas wrote on 26-06-18 15:34:

> Well, I have used a message like this for years, when I contacted people
> through Bugzilla. The point of my message was not to start a brainstorm
> of ideas, but just to write down something concrete about what will
> likely happen when our team evolves. So simply an inspiration, something
> to look forward to.

As such, that is an important part of a plan to get more people
involved, that may be successful. It is a positive mark at the horizon.

> If you have ideas for recruiting sources, go ahead and put them to test.
> Then you can report how it went.

You know at least as I do, that it's not easy. Hence my looking for a
plan, a perspective, that has some potential to win people. Sorry that I
used your text as a start for that ;)

Cheers,
Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- Member The Document Foundation
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] Next level of QA and how to get there

2018-06-26 Thread Cor Nouws
Hi Ilmari, all,

Ilmari Lauhakangas wrote on 13-06-18 15:05:
> The impact of the QA team has been roughly on the same level for four
> years and it is getting boring. Now that we have new contributors
> trickling in through VolunteerMatch, we have some hope of leveling up.

Good to read!

> What does getting to the next level mean? Freedom. We will be able to
> learn new skills and complete projects that have been languishing in our
> TODOs for ages. Maybe even have time to read a book or watch a movie (I
> know, preposterous).

Many wishes and needs.. I do appreciate your write up and ideas.
I've tried some things occasionally in The Netherlands to get people
involved. But not good enough..

> ... In practice: only needing an average rate of one
> triaged report per day per regular tester. This would signal
> sustainability.

Could this be a nice and attractive promise to new volunteer workers in
this area: try to triage one bug a day?

If so, this is a message I could use in our community and wrap it up.
For example: "I am looking for 3 users that ...".  And then explain how
great that would be for LibreOffice (QA). And play it careful, with a
message "one bug every day or every two days"
However, since I'm busy and try to be lazy, it would really help me if
one or two others, in their language/country/group would want to try the
same. We can make a mini-project out of it, encourage / nag / help each
other..
And if there are two/three with some new volunteers, we can have some
times for opening/starting session?

Idea, volunteers?

Cheers,
Cor
-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- Member The Document Foundation
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-commits] core.git: sw/uiconfig

2018-04-26 Thread Cor Nouws
 sw/uiconfig/swriter/menubar/menubar.xml |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6440f3cd504a0aa1f9522a4be60dc382cf9eef52
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Fri Apr 20 17:08:21 2018 +0200

tdf#115344 - bring back Format > Columns in Writer

Change-Id: I4bcfd72deb6e317e70118bfad066221caa42e4e1
Reviewed-on: https://gerrit.libreoffice.org/53217
Tested-by: Jenkins <c...@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>

diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 2f35c433ec4e..2fc46d52df93 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -440,6 +440,7 @@
   
   
   
+  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - svx/uiconfig

2018-03-30 Thread Cor Nouws
 svx/uiconfig/ui/classificationdialog.ui |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 87e8815b57d384587b4d6ccd092f54fa2c539970
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Thu Mar 29 16:54:35 2018 +0200

tdf#116692 (Paragraph) Classification Dialog does not show translated UI

Change-Id: I9a08fe3d2d5efc14c8845993d3b18a230df51052
Reviewed-on: https://gerrit.libreoffice.org/52098
Tested-by: Jenkins <c...@libreoffice.org>
Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>
Signed-off-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
Reviewed-on: https://gerrit.libreoffice.org/52143

diff --git a/svx/uiconfig/ui/classificationdialog.ui 
b/svx/uiconfig/ui/classificationdialog.ui
index ef3548c8db42..bbab194c6fb5 100644
--- a/svx/uiconfig/ui/classificationdialog.ui
+++ b/svx/uiconfig/ui/classificationdialog.ui
@@ -1,6 +1,6 @@
 
 
-
+
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: svx/uiconfig

2018-03-29 Thread Cor Nouws
 svx/uiconfig/ui/classificationdialog.ui |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ffc49bd2fba97659919d9232ae42ca675c1aa9d0
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Thu Mar 29 16:54:35 2018 +0200

tdf#116692 (Paragraph) Classification Dialog does not show translated UI

Change-Id: I9a08fe3d2d5efc14c8845993d3b18a230df51052
Reviewed-on: https://gerrit.libreoffice.org/52098
Tested-by: Jenkins <c...@libreoffice.org>
Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>

diff --git a/svx/uiconfig/ui/classificationdialog.ui 
b/svx/uiconfig/ui/classificationdialog.ui
index a18131959587..4e730ac9aece 100644
--- a/svx/uiconfig/ui/classificationdialog.ui
+++ b/svx/uiconfig/ui/classificationdialog.ui
@@ -1,6 +1,6 @@
 
 
-
+
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-qa] Happy New Year

2018-01-01 Thread Cor Nouws
My best wishes to all fellow QA-ers for 2018 - that we may enjoy many
high quality releases!
With joy & growth in each ones personal life,

Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: correctly adding Help source to local repo

2017-10-27 Thread Cor Nouws
Hi Eike, Christian,

Eike Rathke wrote on 24-10-17 15:56:

> Define "correctly" ;-)

Ah, you got me ;)

Let me reply that the answers of you two made it clear to me that a
simple git clone would not have worked.
And give me useful hints that will help me to get the help
indeed integrated in the existing build.
If I come to it, and have additional questions, I'll be back here of course.

thanks for now!
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


correctly adding Help source to local repo

2017-10-23 Thread Cor Nouws
Hi,

I have /git/libreoffice.

Will the command
  git clone http://anongit.freedesktop.org/git/libreoffice/help.git
my_directory  (1)
correctly add the Help to the current repo?

thanks - Cor

1)
https://wiki.documentfoundation.org/Documentation/Help_Content#Retrieve_the_help_files

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2017-10-15 Thread Cor Nouws
 sc/uiconfig/scalc/ui/optformula.ui |   92 -
 1 file changed, 20 insertions(+), 72 deletions(-)

New commits:
commit e0867557d1176a1449b1babf7cfa8dcf5cff4b84
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Thu Oct 12 22:42:33 2017 +0200

tdf#105853 improve layout Options > Calc > Formula ... separator

thanks Olivier for help with mastering Glade ;)

Change-Id: If2e2381168a98d5b04c28d6625800d03b0c5e868
Reviewed-on: https://gerrit.libreoffice.org/43352
Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sc/uiconfig/scalc/ui/optformula.ui 
b/sc/uiconfig/scalc/ui/optformula.ui
index 4e37a1e9b9ec..8bd0fe9bca06 100644
--- a/sc/uiconfig/scalc/ui/optformula.ui
+++ b/sc/uiconfig/scalc/ui/optformula.ui
@@ -1,13 +1,7 @@
 
+
 
-  
-  
-1
-32000
-1
-1
-10
-  
+  
   
 True
 False
@@ -44,8 +38,6 @@
   
 0
 1
-1
-1
   
 
 
@@ -63,8 +55,6 @@
   
 1
 0
-1
-1
   
 
 
@@ -78,16 +68,12 @@
   
 0
 0
-1
-1
   
 
   
   
 0
 0
-1
-1
   
 
   
@@ -108,8 +94,6 @@
   
 0
 0
-1
-1
   
 
 
@@ -134,32 +118,28 @@
   
 True
 False
-0
 Excel 2007 and newer:
 True
 ooxmlrecalc
+0
   
   
 0
 0
-1
-1
   
 
 
   
 True
 False
-0
 ODF spreadsheet (not saved by 
%PRODUCTNAME):
 True
 odfrecalc
+0
   
   
 0
 1
-1
-1
   
 
 
@@ -167,8 +147,6 @@
 True
 False
 True
-0
-1
 
   Always recalculate
   Never recalculate
@@ -178,8 +156,6 @@
   
 1
 0
-1
-1
   
 
 
@@ -187,8 +163,6 @@
 True
 False
 True
-0
-1
 
   Always recalculate
   Never recalculate
@@ -198,8 +172,6 @@
   
 1
 1
-1
-1
   
 
   
@@ -220,8 +192,6 @@
   
 0
 3
-1
-1
   
 
 
@@ -258,8 +228,6 @@
   
 0
 0
-1
-1
   
 
 
@@ -281,8 +249,6 @@
   
 0
 0
-1
-1
   
 
 
@@ -296,16 +262,12 @@
   
 1
 0
-1
-1
   
 
   
   
 0
 1
-1
-1
   
 
   
@@ -326,8 +288,6 @@
   
 0
 2
-1
-1
   
 
 
@@ -355,96 +315,81 @@
   
 True
 False
-0
 _Function:
 True
 function
+0
   
   
 0
 0
-

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

2017-10-12 Thread Cor Nouws
 desktop/source/app/cmdlinehelp.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 75d78b09438dcfa045626efd9f19d4a91a031e26
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Thu Oct 12 21:03:34 2017 +0200

EPUB export: add simple example to command line help

Change-Id: Ia1a03f324e9b66dc36abadc326843b88b33ed249
Reviewed-on: https://gerrit.libreoffice.org/43348
Tested-by: Jenkins <c...@libreoffice.org>
Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>

diff --git a/desktop/source/app/cmdlinehelp.cxx 
b/desktop/source/app/cmdlinehelp.cxx
index 43028a72fd10..07b5672ef377 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -154,7 +154,8 @@ namespace desktop
 "   used more than once, the last value of 
OutputFileExtension\n"
 "   [:OutputFilterName] is effective. If --outdir 
is used more\n"
 "   than once, only its last value is effective. 
For example:\n"
-"   --convert-to pdf *.doc\n"
+"   --convert-to pdf *.odt\n"
+"   --convert-to epub *.doc\n"
 "   --convert-to pdf:writer_pdf_Export --outdir 
/home/user *.doc\n"
 "   --convert-to \"html:XHTML Writer File:UTF8\" 
*.doc\n"
 "   --convert-to \"txt:Text (encoded):UTF8\" *.doc\n"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-08-17 Thread Cor Nouws
 loleaflet/src/core/Socket.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 07c5b80756fd3823ade6ebbfd973c8ea1b37caa7
Author: Cor Nouws <c...@nouenoff.nl>
Date:   Thu Aug 17 10:53:51 2017 +0200

Better wording.

Change-Id: I335dd2f6980032464f66c6ba482f6f23d7093144
Reviewed-on: https://gerrit.libreoffice.org/41249
Reviewed-by: Jan Holesovsky <ke...@collabora.com>
Tested-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/loleaflet/src/core/Socket.js b/loleaflet/src/core/Socket.js
index 17203586..b9f9b0fe 100644
--- a/loleaflet/src/core/Socket.js
+++ b/loleaflet/src/core/Socket.js
@@ -389,7 +389,7 @@ L.Socket = L.Class.extend({
}
 
vex.dialog.confirm({
-   message: _('Document has been changed 
in storage. Do you want to discard your changes, and load the new document?'),
+   message: _('Document has been changed 
in storage. Do you want to discard your changes, and load the document from the 
storage?'),
buttons: [
$.extend({}, 
vex.dialog.buttons.YES, { text: _('Discard changes') }),
$.extend({}, 
vex.dialog.buttons.NO, { text: _('Overwrite document') })
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: loleaflet/src

2017-08-17 Thread Cor Nouws
 loleaflet/src/core/Socket.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8a02d9eace04407709567c298b6e12542eceb223
Author: Cor Nouws <c...@nouenoff.nl>
Date:   Thu Aug 17 10:53:51 2017 +0200

Better wording.

Change-Id: I335dd2f6980032464f66c6ba482f6f23d7093144

diff --git a/loleaflet/src/core/Socket.js b/loleaflet/src/core/Socket.js
index 4a91de77..99507627 100644
--- a/loleaflet/src/core/Socket.js
+++ b/loleaflet/src/core/Socket.js
@@ -392,7 +392,7 @@ L.Socket = L.Class.extend({
}
 
vex.dialog.confirm({
-   message: _('Document has been changed 
in storage. Do you want to discard your changes, and load the new document?'),
+   message: _('Document has been changed 
in storage. Do you want to discard your changes, and load the document from the 
storage?'),
buttons: [
$.extend({}, 
vex.dialog.buttons.YES, { text: _('Discard changes') }),
$.extend({}, 
vex.dialog.buttons.NO, { text: _('Overwrite document') })
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: filter/uiconfig

2017-05-15 Thread Cor Nouws
 filter/uiconfig/ui/pdfgeneralpage.ui |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 02cf5ad31794a628a10fddc9fb538fd4e48a6e64
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Wed Feb 8 13:57:39 2017 +0100

tdf#90436 - correct label = Selection/Selected sheet(s)

Change-Id: Ia5158fc7cd7e33367ca4c9785d2995138869b3c4
Reviewed-on: https://gerrit.libreoffice.org/34031
Tested-by: Jenkins <c...@libreoffice.org>
Reviewed-by: Katarina Behrens <katarina.behr...@cib.de>

diff --git a/filter/uiconfig/ui/pdfgeneralpage.ui 
b/filter/uiconfig/ui/pdfgeneralpage.ui
index 11364c0bf308..67612f59c197 100644
--- a/filter/uiconfig/ui/pdfgeneralpage.ui
+++ b/filter/uiconfig/ui/pdfgeneralpage.ui
@@ -123,7 +123,7 @@
   
 False
 True
-_Selected 
sheet(s)
+_Selection/Selected sheet(s)
 0
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-02-08 Thread Cor Nouws
 sd/uiconfig/sdraw/menubar/menubar.xml   |1 +
 sd/uiconfig/sdraw/popupmenu/page.xml|1 +
 sd/uiconfig/simpress/popupmenu/page.xml |1 +
 3 files changed, 3 insertions(+)

New commits:
commit aa974f399306d5db9a6b3ebbad41b8827c475ae1
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Tue Feb 7 10:50:33 2017 +0100

tdf#105818 Grid and Help Lines menu does't always offer what it promises

Change-Id: I7c0c4f932dc953b7892fc0b812c9e9e045230e49
Reviewed-on: https://gerrit.libreoffice.org/33990
Reviewed-by: jan iversen <j...@documentfoundation.org>
Tested-by: jan iversen <j...@documentfoundation.org>

diff --git a/sd/uiconfig/sdraw/menubar/menubar.xml 
b/sd/uiconfig/sdraw/menubar/menubar.xml
index 6c5d945..27698b9 100644
--- a/sd/uiconfig/sdraw/menubar/menubar.xml
+++ b/sd/uiconfig/sdraw/menubar/menubar.xml
@@ -120,6 +120,7 @@
   
   
   
+  
 
   
   
diff --git a/sd/uiconfig/sdraw/popupmenu/page.xml 
b/sd/uiconfig/sdraw/popupmenu/page.xml
index 37a73ed..27093da 100644
--- a/sd/uiconfig/sdraw/popupmenu/page.xml
+++ b/sd/uiconfig/sdraw/popupmenu/page.xml
@@ -31,6 +31,7 @@
   
   
   
+  
 
   
   
diff --git a/sd/uiconfig/simpress/popupmenu/page.xml 
b/sd/uiconfig/simpress/popupmenu/page.xml
index 02ff497..307b2b9 100644
--- a/sd/uiconfig/simpress/popupmenu/page.xml
+++ b/sd/uiconfig/simpress/popupmenu/page.xml
@@ -34,6 +34,7 @@
   
   
   
+  
 
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: filter/source filter/uiconfig

2017-02-07 Thread Cor Nouws
 filter/source/pdf/impdialog.cxx  |   15 ++-
 filter/source/pdf/impdialog.hxx  |3 +++
 filter/uiconfig/ui/pdfgeneralpage.ui |   13 +++--
 3 files changed, 28 insertions(+), 3 deletions(-)

New commits:
commit ae1b9d55ee62e904ecc52359f536b9b5966174bd
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Mon Feb 6 17:20:26 2017 +0100

tdf#90436 - better wording for selection in case of PDF export from Calc

improved patch

Change-Id: I6baf39db88d3fe9322c573a288243689d1696d7f
Reviewed-on: https://gerrit.libreoffice.org/33977
Reviewed-by: Katarina Behrens <katarina.behr...@cib.de>
Tested-by: Katarina Behrens <katarina.behr...@cib.de>

diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx
index 52bae8d..f68ea49 100644
--- a/filter/source/pdf/impdialog.cxx
+++ b/filter/source/pdf/impdialog.cxx
@@ -71,6 +71,7 @@ ImpPDFTabDialog::ImpPDFTabDialog(vcl::Window* pParent, 
Sequence< PropertyValue >
 mnViewPageId(0),
 mnGeneralPageId(0),
 mbIsPresentation( false ),
+mbIsSpreadsheet( false ),
 mbIsWriter( false ),
 
 mbSelectionPresent( false ),
@@ -164,7 +165,7 @@ ImpPDFTabDialog::ImpPDFTabDialog(vcl::Window* pParent, 
Sequence< PropertyValue >
 }
 }
 
-// check if source document is a presentation
+// check if source document is a presentation or a spredsheet or a 
textdocument
 try
 {
 Reference< XServiceInfo > xInfo( rxDoc, UNO_QUERY );
@@ -172,6 +173,8 @@ ImpPDFTabDialog::ImpPDFTabDialog(vcl::Window* pParent, 
Sequence< PropertyValue >
 {
 if ( xInfo->supportsService( 
"com.sun.star.presentation.PresentationDocument" ) )
 mbIsPresentation = true;
+if ( xInfo->supportsService( 
"com.sun.star.sheet.SpreadsheetDocument" ) )
+mbIsSpreadsheet = true;
 if ( xInfo->supportsService( 
"com.sun.star.text.GenericTextDocument" ) )
 mbIsWriter = true;
 }
@@ -479,12 +482,14 @@ ImpPDFTabGeneralPage::ImpPDFTabGeneralPage(vcl::Window* 
pParent, const SfxItemSe
 , mbTaggedPDFUserSelection(false)
 , mbExportFormFieldsUserSelection(false)
 , mbIsPresentation(false)
+, mbIsSpreadsheet(false)
 , mbIsWriter(false)
 , mpaParent(nullptr)
 {
 get(mpRbAll, "all");
 get(mpRbRange, "range");
 get(mpRbSelection, "selection");
+get(mpSelectedSheets, "selectedsheets");
 get(mpEdPages, "pages");
 
 get(mpRbLosslessCompression, "losslesscompress");
@@ -529,6 +534,7 @@ void ImpPDFTabGeneralPage::dispose()
 mpRbAll.clear();
 mpRbRange.clear();
 mpRbSelection.clear();
+mpSelectedSheets.clear();
 mpEdPages.clear();
 mpRbLosslessCompression.clear();
 mpRbJPEGCompression.clear();
@@ -575,6 +581,7 @@ void ImpPDFTabGeneralPage::SetFilterConfigItem( 
ImpPDFTabDialog* paParent )
 mpRbSelection->SetToggleHdl( LINK( this, ImpPDFTabGeneralPage, 
ToggleSelectionHdl ) );
 mbIsPresentation = paParent->mbIsPresentation;
 mbIsWriter = paParent->mbIsWriter;
+mbIsSpreadsheet = paParent->mbIsSpreadsheet;
 
 mpCbExportEmptyPages->Enable( mbIsWriter );
 mpCbExportPlaceholders->Enable( mbIsWriter );
@@ -651,6 +658,12 @@ void ImpPDFTabGeneralPage::SetFilterConfigItem( 
ImpPDFTabDialog* paParent )
 mpCbExportHiddenSlides->Show(false);
 mpCbExportHiddenSlides->Check(false);
 }
+
+if( mbIsSpreadsheet )
+{
+mpRbSelection->SetText(get("selectedsheets")->GetText());
+}
+
 mpCbExportPlaceholders->Show(mbIsWriter);
 if( !mbIsWriter )
 {
diff --git a/filter/source/pdf/impdialog.hxx b/filter/source/pdf/impdialog.hxx
index c2ae742..e960626 100644
--- a/filter/source/pdf/impdialog.hxx
+++ b/filter/source/pdf/impdialog.hxx
@@ -93,6 +93,7 @@ private:
 protected:
 // the following data are the configuration used throughout the dialog and 
pages
 boolmbIsPresentation;
+boolmbIsSpreadsheet;
 boolmbIsWriter;
 boolmbSelectionPresent;
 boolmbUseCTLFont;
@@ -198,6 +199,7 @@ class ImpPDFTabGeneralPage : public SfxTabPage
 VclPtr  mpRbRange;
 VclPtr  mpRbSelection;
 VclPtr mpEdPages;
+VclPtrmpSelectedSheets;
 
 VclPtr  mpRbLosslessCompression;
 VclPtr  mpRbJPEGCompression;
@@ -232,6 +234,7 @@ class ImpPDFTabGeneralPage : public SfxTabPage
 VclPtrmpEdWatermark;
 
 boolmbIsPresentation;
+boolmbIsSpreadsheet;
 boolmbIsWriter;
 
 VclPtr mpaParent;
diff --git a/filter/uiconfig/ui/pd

[Libreoffice-qa] compliments from FOSDEM

2017-02-05 Thread Cor Nouws
Hi girls & guys,

We had a visitor at the booth, doing QA at SUSE, that complimented us
for the information on our WIKI to help starters, bibisecting, easy
hacks and so forth. Good to know and to share :)

ciao - Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-ux-advise] happy new year

2017-01-19 Thread Cor Nouws
Hi friends,

Wishing you a year full of compassion, which is a great source of peace
and happiness. And much joy with our work on LibreOffice.

Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-qa] happy new year

2017-01-01 Thread Cor Nouws
Hi friends,

Wishing you a year full of compassion, which is a great source of peace
and happiness. And much joy with our work on LibreOffice.

Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] minutes of ESC call ...

2016-12-15 Thread Cor Nouws
Hi Bjoern,

Bjoern Michaelsen wrote on 15-12-16 19:10:

> Yes, but the rationale was the extraordinary number of MM regressions we had
> during the cleanup of the old (really horrible) code. That major cleanup is
> finishe for the most part now, activity in the area is back to normal, so no
> justification anymore to highlight MM regressions over regressions elsewhere.

Ah, sure makes sense.
Thanks for explaining,

Ciao - Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] minutes of ESC call ...

2016-12-15 Thread Cor Nouws
Hi Bjoern,

Bjoern Michaelsen wrote on 15-12-16 19:10:

> Yes, but the rationale was the extraordinary number of MM regressions we had
> during the cleanup of the old (really horrible) code. That major cleanup is
> finishe for the most part now, activity in the area is back to normal, so no
> justification anymore to highlight MM regressions over regressions elsewhere.

Ah, sure makes sense.
Thanks for explaining,

Ciao - Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] minutes of ESC call ...

2016-12-15 Thread Cor Nouws
Michael Meeks wrote on 08-12-16 17:56:
> + Mail merge regressions: http://tdf.io/mmregressions
> + 4 open; 4 open last meeting (2 OSX, 1 Linux, 1 generic but hard 
> repro)
>   => drop from the QA section from now - always four.

Counting 5 at the moment.


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] minutes of ESC call ...

2016-12-15 Thread Cor Nouws
Michael Meeks wrote on 08-12-16 17:56:
> + Mail merge regressions: http://tdf.io/mmregressions
> + 4 open; 4 open last meeting (2 OSX, 1 Linux, 1 generic but hard 
> repro)
>   => drop from the QA section from now - always four.

Counting 5 at the moment.


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] [ANN] LibreOffice 5.2.4 RC1 test builds available

2016-12-05 Thread Cor Nouws
Christian Lohmaier wrote on 30-11-16 23:40:

> for the upcoming new version 5.2.4, the builds for RC1 are now
> available on pre-releases.

5.2.3.x builds are still offered on the pre-releases too.


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Bug 46279] Show restart message after extension installation or update menu automatically

2016-10-20 Thread Cor Nouws
Hi all,

Cor Nouws wrote on 14-10-16 20:37:
> Hi Jan,
> 
> Jan Iversen wrote on 14-10-16 19:53:
> 
>> Following our good discussion in the last ESC meeting, we have another
>> example [...]

> [...] 
> I hope my view on the situation does help a bit in our mutual effort :)


So it's good that there is a clear procedure * and that based on that we
can say: if an easyHack is done and closed, it should not have
unexpected unwanted side effects. In the unexpected case that there
appears to be a need for a follow-up, that should be done in a new
issue/easyHack.

May I take the freedom to suggest three things to further enhance this
situation?

- It might well be that in the existing easyHacks, there are some that
didn't go through the now set careful procedure.
To check if there are issues overseen, maybe we can ask 'UX' to do a
review of the existing (older) easyHacks with relation to UI?

- Since we want to be maximal encouraging to new hackers, it is unsure
who follow-up issues will be handled of course.
To prevent that (in some rare cases) favoring more devs will result in
poor UX, maybe we can ask 'dev' to commit themselves to fixing those, if
these are not picked up in reasonable time by an easyHacker?

- In the end we can not prevent that someone reopens a fixed easyHack.
Might that happen, let 'us' react soon and friendly (maybe via direct
mail) explaining and such.

Does that make sense?

Ciao - Cor


*) quoting jani:
1) somebody add keyword “easyhack” to a bug
2) next morning, it is in my mail (automatically), and I look at it and
- needUIEval, if the change has anything to do with the UI or the
workflow
- needDevEval, if there are no code pointers or I am unsure if the
suggestion is a valid development way.
3) needUIEval is removed only by the UI team
4) needDevEval is normally removed by me or a core developer.
5) At this point the easyhack is public


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Bug 46279] Show restart message after extension installation or update menu automatically

2016-10-14 Thread Cor Nouws
Hi Jan,

Jan Iversen wrote on 14-10-16 19:53:

> Following our good discussion in the last ESC meeting, we have another
> example of how to demotivate a new contributor.

I share your concerns about how this all must be properly communicated.
Apart from that:

> When a easyhack no longer has “needsDevEval” and “needsUIEval” is should

this specific issue has not been discussed by UX, didn't have
needsUIEval and I commented on the problem within three weeks of the
commit, because I stumbled over the problem in a daily build. Now it is
three months after my first comment, and I asked for response
repeatedly.. and it today that it's been discussed in the UX team.
(Where it also was announced last week IIRC..)
We know problems caused by unpolished but committed hacks that affected
(..s) users for years. So I want to express my concern on that side of
the situation too.
And IMO it's not optimal that there was no response (in the issue or
direct) on the noticed problem.

> make a new easyhack, describing how the current status can be
> enhanced/changed.

In general I say yes, when it's a glitch.

> That way we do not tell a new contributor his/hers work is rubbish
> (another less polite word for “revert”). Please remember the contributor

So that could have been done earlier.

> Sorry for a frank mail on a friday afternoon, but this is slowly
> becoming a bigger problem. We have enough problems helping new
> contributors become skilled LO developers, there are absolutely no need
> to create more problems.

I hope my view on the situation does help a bit in our mutual effort :)

Ciao - Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: filter/uiconfig

2016-10-14 Thread Cor Nouws
 filter/uiconfig/ui/pdfgeneralpage.ui |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 44a02cc81d8a23f19655ae9f67ff69bdfe683df9
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Fri Aug 19 21:59:35 2016 +0200

Better wording in UI for in case of PDF export from Calc - tdf#90436

Change-Id: I4d53faee7a057e9de20bbff5469a95e2797fcf57
Reviewed-on: https://gerrit.libreoffice.org/28255
Tested-by: Jenkins <c...@libreoffice.org>
Reviewed-by: jan iversen <j...@documentfoundation.org>

diff --git a/filter/uiconfig/ui/pdfgeneralpage.ui 
b/filter/uiconfig/ui/pdfgeneralpage.ui
index 0cfa5c9..c443bfb 100644
--- a/filter/uiconfig/ui/pdfgeneralpage.ui
+++ b/filter/uiconfig/ui/pdfgeneralpage.ui
@@ -77,7 +77,7 @@
 
 
   
-_Selection
+_Selection/Selected sheet(s)
 True
 True
 False
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Problem while building dependencies

2016-10-05 Thread Cor Nouws
Huzaifa wrote on 05-10-16 08:56:

> How can I manually remove 'nl' as in this case or 'in' in my case where
> it seems to point to a local server.
> what commands should I run in the terminal ?

Just use any editor that you like to work with.
(Usually Google helps me with details for OS stuff that I'm not working
often with)

Ciao - Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Problem while building dependencies

2016-10-04 Thread Cor Nouws
Hi Hizaifa,

Huzaifa Iftikhar wrote on 04-10-16 21:22:

> I am new to this community and I would like to contribute to libre.

Welcome :)

> ...
> "E: Unable to fetch some archives, maybe run apt-get update or try with
> --fix-missing?
> 

I stumbled the same problem not so long ago. And added an extra note on
this page:
https://wiki.documentfoundation.org/Development/Linux_Build_Dependencies :
"! Mind, when the source URI points to a 'local' server, e.g.
http://nl.archive.ubuntu.com/ubuntu/, that may give problems too. In the
example removing 'nl' solves it."

Does that help?

Ciao - Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] Small point on Get Involved page

2016-10-04 Thread Cor Nouws
Hi Sophie,

Sophie wrote on 28-09-16 11:34:

> What if you can reproduce the bug in the version in which it is reported
> and is not the latest? and what is the latest version? between Fresh and
> Still? I think removing 'latest' would be less confusing. What do you think?

Or 'in (the latest) version'?


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: minimal dialog width/size ?

2016-10-04 Thread Cor Nouws
Cor Nouws wrote on 02-10-16 21:12:

> I  notice that an extension, that shows dialogs of which the width/size
> is set according to som variables, now produces dialogs with a minimal
> height/width..

created bug:
https://bugs.documentfoundation.org/show_bug.cgi?id=102957


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] bibisect repo

2016-10-03 Thread Cor Nouws
Cor Nouws wrote on 03-10-16 20:07:

> (Providing that
> git://dev-downloads.libreoffice.org/lo-linux-dbgutil-daily-till52.git
> from https://wiki.documentfoundation.org/QA/Bibisect/Linux is a good
> link - which is not the case...)

Forget that - didn't look properly at what I was doing.
Sorry for the noise.

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-qa] bibisect repo

2016-10-03 Thread Cor Nouws
hi

should
  git://dev-downloads.libreoffice.org/lo-linux-dbgutil-daily-till52.git
 from https://wiki.documentfoundation.org/QA/Bibisect/Linux be ok for
Ubuntu 16.04 64 bits ?

(Providing that
git://dev-downloads.libreoffice.org/lo-linux-dbgutil-daily-till52.git
from https://wiki.documentfoundation.org/QA/Bibisect/Linux is a good
link - which is not the case...)


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

minimal dialog width/size ?

2016-10-02 Thread Cor Nouws
Hi,

I  notice that an extension, that shows dialogs of which the width/size
is set according to som variables, now produces dialogs with a minimal
height/width..

I think to remember that I have seen something (?) about minimal
width/size of dialogs. Can't find anything in cgit log however.

Anyone a hint?

thanks!
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: dbg build error on start for missing shared libraries

2016-09-22 Thread Cor Nouws
Michael Stahl wrote on 22-09-16 15:20:
> yes you need to install that library, in fact i'm surprised that it's
> not installed by default on your OS.  oh wait, you said "x86" - probably
> you are using x86_64 OS and don't have 32-bit libraries installed that
> are needed for 32-bit LO, so you need something like "dnf install
> libXinerama.i686".

thanks,
 $ sudo apt-get install lib32stdc++6
did the trick for me.
And then there was some javaldx/libdbus-glib-1.so.2 problem ..

Better to look for a 64 bits dbg version in the first place. That just
works. ;)

Ciao
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member

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


Re: [Libreoffice] minutes of ESC call ...

2016-09-22 Thread Cor Nouws
Hi Bjoern,

Bjoern Michaelsen wrote on 21-09-16 18:45:

> Well, my point is if we make that an explicit requirement (e.g. "properly
> triaged bugs need to be checked for if they are crossplatform or appear on 
> just
> one") the net effects will be that devs dont yet look at the issue as it is 
> not
> properly triaged.

Sure. Now I do not support the idea that 'being proper triaged' is a
prerequisite before developers will/may look at reports.
Apart from that, the repeated example of crossplatform doesn't seem the
most exited example of proper triage to me.
Details of the reason of the bug, clear summary (finding, recognizing),
component, duplicates (may ~indicate importance) regressions (user
expectations, statistics), bibisection come to my mind much earlier.

> [...]  Making every bug perfectly triaged on every
> detail before a dev sees it will waste resources, while just giving devs the
> freedom to push issues back quickly to NEEDINFO with specific details on what
> exactly they would like to know beyond basic triage makes for a much more
> targeted triage.

Sure, my point is that triage is useful for QA and devs. And indeed in a
situation that looks as if there's not really enough hands to confirm
all reports, let alone do proper triage where it would be good, let
alone to do useful clean ups and in depth investigations on certain
areas.., spending too many words on what/how the prefect route &
handling is, seems a bit superfluous ;)
So basically I don't see where we disagree :)

Ciao - Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] minutes of ESC call ...

2016-09-21 Thread Cor Nouws
Áron Budea wrote on 21-09-16 10:25:

> On Wednesday, September 21, 2016 01:11 CEST,<bjoern.michael...@canonical.com> 
> wrote: 
>> Bug states should support the workflow to get the bug fixed -- not the other
>> way around.

And then when the bug status also support QA work, more bugs will be
well triaged and clean, and easy to pick and understand by developers ;)
So both are valid.

And what I read from Árons mail: just New is not enough for QA to see
that a bug is properly triaged.
I bet you that there are many many bugs confirmed and set to New, to
keep the number of unconfirmed low, but where no or hardly any real
triage has been done.
Nice challenge to find those and make sure the information in the
reports is used at it's best.

> Nevertheless, I agree that effort is better spent elsewhere than pursuing
> really obscure bugs, it seems to be something where careful prioritization is
> important.

Not always easy to understand what is obscure and if that makes issues
less relevant. It's always good to see when developers, for whatever
reason, pick up 'minor' issues.

Ciao - Cor



-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


dbg build error on start for missing shared libraries

2016-09-19 Thread Cor Nouws
Hi,

Downloaded and unpacked
http://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86@71-TDF-dbg/current/master_dbg~2016-09-18_23.51.47_LibreOfficeDev_5.3.0.0.alpha0_Linux_x86_archive.tar.gz


& /program/soffice
/home/cono/lotest/TM/LibreOfficeDev_5.3.0.0.alpha0_Linux_x86_archive/program/oosplash:
error while loading shared libraries: libXinerama.so.1: cannot open
shared object file: No such file or directory

Despite the return message, I doubt this is something that I need to fix
with gathering all kind of libraries.. Can someone pls confirm?


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] minutes of ESC call ...

2016-09-01 Thread Cor Nouws
Michael Meeks wrote on 01-09-16 18:02:
> + bugs suggested for attention by Cor:

Thanks for the flowers..

> tdf#62717, tdf#89760, tdf#92837, tdf#94319, tdf#97597
> + are they marked high prio. regressions ? (Michael)
>+ had a look through the non-mentioned ones (Robinson)
>+ not all high prio.

I've set another of those to high prio (with explanation). Now all are
high prio apart from tdf#97597, which I didn't mark as such now, since
more reserach (prolly network stuff) needed. Will see if I can mediate
in that. The issue is of the sort you really don't want to see in a
prof.envir.; marked for dataloss.

Ciao - Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-ux-advise] Fwd: [Bg 100502] The sequence in...

2016-08-28 Thread Cor Nouws
So that's the problem :)


 Forwarded Message 
Subject: [Libreoffice-ux-advise] [Bug 100502] The sequence in the "File
Type" listing can be confusing when picking a filter/ module to use to
import a document
Date: Wed, 22 Jun 2016 06:29:08 +

[...]
The applications are just too similar.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


Re: [Libreoffice-qa] bugs for ESC

2016-08-25 Thread Cor Nouws
I've forgotten this one
  99723 - Setting image Compression in PDF export does not result in
smaller file size

Áron Budea wrote on 25-08-16 02:15:
> May I propose adding the following bug to the list:

>  
> On Wednesday, August 24, 2016 23:30 CEST, Cor Nouws <oo...@nouenoff.nl> 
> wrote: 
>> Let me mention some bugs that I marked as esp. annoying during the last
>> weeks and that I hope will get some visibility:


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-qa] bugs for ESC

2016-08-24 Thread Cor Nouws
Hi,

Let me mention some bugs that I marked as esp. annoying during the last
weeks and that I hope will get some visibility:

62717   FILESAVE: Names Master pages are not saved properly - all change
to -#
86926   page format not readed in DOCX
89760   (Ambiance theme) Buttons like "Close Preview" in Print Preview are
active, but greyed out
92837   Opening a ODS file asks to update external links even if in the
options is marked as "always update"
94319   Copy/Paste of lines (and grouped object with lines inside) places
the copy in unpredictable location
97597   FILEOPEN: XLSX file on server opens with some blank tab pages
101220  Fonts subset into PDF are not being usd to render PDF to canvas,
receive questionable fallback replacement

thanks,
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] Severity level - propose (minor/normal ?) change in policy

2016-08-23 Thread Cor Nouws
Hi Stuart,

V Stuart Foote wrote on 23-08-16 14:03:

> Sorry,  but normal is too high for most interoperability issues.
> 
> "minor loss of function, or other problem where easy workaround is present"

And my proposal is to make an explicit exception for issues that limit
interoperability.
As Pedro explains: there is no serious workaround. Such issues are
really hindering people in using LibreOffice - we do not live and work
on an island.
Of course not every interop issue is serious; luckily many are little
differences. But to me, a real life policy is that interop issues are
not set to 'minor' by default.

Ciao - Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-qa] Severity level - propose (minor/normal ?) change in policy

2016-08-23 Thread Cor Nouws
Hi,

I want to propose a change to severity levels.
IMO interoperabillity issues should ~never be minor.
Ideas, objections?

Ciao - Cor


*) https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Severity

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-commits] core.git: sfx2/classification

2016-08-19 Thread Cor Nouws
 sfx2/classification/example_nl-NL.xml |   38 +-
 1 file changed, 19 insertions(+), 19 deletions(-)

New commits:
commit b6df81b609f5cc9e7cc3080ed86e0433188bf097
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Fri Aug 19 15:25:53 2016 +0200

Dutch example.xml classification: Corrections - tdf#100352

Change-Id: I67812ad38e29f774e84f7685fc95c0579d718cbd
Reviewed-on: https://gerrit.libreoffice.org/28241
Tested-by: Jenkins <c...@libreoffice.org>
Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>

diff --git a/sfx2/classification/example_nl-NL.xml 
b/sfx2/classification/example_nl-NL.xml
index f00e494..7afc170 100644
--- a/sfx2/classification/example_nl-NL.xml
+++ b/sfx2/classification/example_nl-NL.xml
@@ -1,23 +1,23 @@
 
 
-TSCP Example Policy 
Authority
-TSCP Voorbeeld Policy
+Voorbeeld beleidsauthoriteit 
TSCP
+Voorbeeld beleid TSCP
 
 urn:example:tscp:1
 
 
-
+
 
 
 UK-Cabinet
 0
 
 
-
+
 
 
-Document: Koptekst
-Classificatie: Bedrijfsvertrouwelijk
+Document: Header
+Classificatie: Algemeen 
bedrijfsvoering
 
 
 
@@ -25,18 +25,18 @@
 1
 
 
-
+
 
 
-Document: Koptekst
-Classificatie: Bedrijfsvertrouwelijk
+Document: Header
+Classificatie: Vertrouwelijk
 
 
-Document: Voettekst
-De inhoud van dit document is vertrouwelijk. 
Verspreid het niet extern zonder de vereiste goedkeuring.
+Document: Footer
+De inhoud van dit document is vertrouwelijk. 
Verspreid het uitsluitend met de vereiste toestemming.
 
 
-Document: Watermerk
+Document: Watermark
 Vertrouwelijk
 
 
@@ -45,19 +45,19 @@
 2
 
 
-
+
 
 
-Document: Koptekst
-Classificatie: Vertrouwelijk
+Document: Header
+Classificatie: Intern
 
 
-Document: Voettekst
-De inhoud van dit document is uitsluitend voor 
intern gebruik. Verspreid het niet extern zonder de vereiste 
goedkeuring.
+Document: Footer
+De inhoud van dit document is uitsluitend voor 
intern gebruik. Verspreid het niet buiten de organisatie.
 
 
-Document: Watermerk
-Vertrouwelijk
+Document: Watermark
+Intern
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: adding bookmark to Help source for index ?

2016-08-09 Thread Cor Nouws
Olivier Hallot wrote on 08-08-16 03:59:

> The file classificationbar.xhp has more than one bookmark as you show.
> Have I missed something?

that example with bookmarks is taken from commit
dc56b449b539d845460903a0c614ee9df48b7962 ;)


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


build-dep libreoffice' complains

2016-08-06 Thread Cor Nouws
Hi,

'apt-get build-dep libreoffice' complains
 'E Unable to find a source package for libreoffice'
yet.. mij sources list does have (e.g.)
 'deb-src http://nl.archive.ubuntu.com/ubuntu/ xenial main restricted'

That is according to our wiki... (1)
So what else can be wrong?

Thanks!

1)
 
https://wiki.documentfoundation.org/Development/Linux_Build_Dependencies#Unable_to_find_source_package_for_.22libreoffice.22_on_Debian.2FUbuntu


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


adding bookmark to Help source for index ?

2016-08-06 Thread Cor Nouws
Hi,

I've noticed that classificationbar.xhp is not shown in the Help index.
Looking at another help file, I expect that a bookmark tag is needed.
That however has some id .. where would that come from? Autogenerated?
Example:

  views; defaults

thanks,
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: build-dep libreoffice' complains

2016-08-05 Thread Cor Nouws
answer to myself:

Cor Nouws wrote on 05-08-16 14:40:

>  'deb-src http://nl.archive.ubuntu.com/ubuntu/ xenial main restricted'

the 'http://nl.archive' is the problem. Changing to http://archive
solves it.
I've noted that on the wiki.


>  
> https://wiki.documentfoundation.org/Development/Linux_Build_Dependencies#Unable_to_find_source_package_for_.22libreoffice.22_on_Debian.2FUbuntu



-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] [ANN] LibreOffice 5.1.5 RC2 test builds available

2016-07-28 Thread Cor Nouws
Hi Christian,

Christian Lohmaier wrote on 28-07-16 00:01:

> Grab the builds from here here:
> 
>  http://dev-builds.libreoffice.org/pre-releases/

http://dev-builds.libreoffice.org/pre-releases/deb/x86/ only has
5.3.0.0.alpha0 builds at the moment.


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] [libreoffice-l10n] [ANN] LibreOffice 5.2.0 RC2 available

2016-07-20 Thread Cor Nouws
Hi Martin,

Martin Srebotnjak wrote on 20-07-16 17:10:
> Also, this toolbar background around the three dropdown lists is not the
> same as with other toolbars on OSX, as if it is not transparent/using
> themes for background.

Please file an issue.
Another issue with invisible buttons has been resolved in the mean time
  https://bugs.documentfoundation.org/show_bug.cgi?id=100600

Ciao - Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] [libreoffice-l10n] [ANN] LibreOffice 5.2.0 RC2 available

2016-07-20 Thread Cor Nouws
Hi Serg, all,

Serg Bormant wrote on 20-07-16 10:34:

> Test please.
> 
> LibreOffice Version: 5.2.0.2
> Build ID: a7567a46e5d2953c320b13eb88a3981c4f9bd1e0
> ... 
> 2. Select menu View - Toolbars - Classification
> ...
> 
> Cannot locate these items in Pootle. How to translate them?

There is a sample.xml in the source that can be lozalized.
See https://bugs.documentfoundation.org/show_bug.cgi?id=100352

> "National Security:"
> http://opengrok.libreoffice.org/xref/core/sfx2/source/view/view.src#116
> 
> Context for neighbor "Export Control:" item seems broken:
> https://translations.documentfoundation.org/ru/libo_ui/translate/sfx2/source/view.po#unit=109168746
> 
> Context:
> view.src
> STR_CLASSIFIED_NATIONAL_SECURITY
> STR_CLASSIFIED_EXPORT_CONTROL
> string.text
> 
> May be something goes wrong on message extracting.

Not sure what you mean here without looking into it.

Ciao - Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-commits] core.git: sfx2/classification

2016-07-14 Thread Cor Nouws
 sfx2/classification/example_nl-NL.xml |   71 ++
 1 file changed, 71 insertions(+)

New commits:
commit f9ef86c7a1c10e16c4aa4988706047058ef7f167
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Wed Jul 13 09:49:11 2016 +0200

Dutch example.xml - file added too.. - related: tdf#100352

Change-Id: I8f16c5982a4ca10bebf0acd5de718b9dbdfe61d8
Reviewed-on: https://gerrit.libreoffice.org/27200
Tested-by: Jenkins <c...@libreoffice.org>
Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>

diff --git a/sfx2/classification/example_nl-NL.xml 
b/sfx2/classification/example_nl-NL.xml
new file mode 100644
index 000..7bfd749
--- /dev/null
+++ b/sfx2/classification/example_nl-NL.xml
@@ -0,0 +1,71 @@
+
+
+TSCP Example Policy 
Authority
+TSCP Voorbeeld Policy
+
+urn:example:tscp:1
+
+
+
+
+
+NL Overheid
+0
+
+
+
+
+
+Document: Koptekst
+Classificatie: Bedrijfsvertrouwelijk
+
+
+
+NL Overheid
+1
+
+
+
+
+
+Document: Koptekst
+Classificatie: Bedrijfsvertrouwelijk
+
+
+Document: Voettekst
+De inhoud van dit document is vertrouwelijk. 
Verspreid het niet extern zonder de vereiste goedkeuring.
+
+
+Document: Watermerk
+Vertrouwelijk
+
+
+
+NL Overheid
+2
+
+
+
+
+
+Document: Koptekst
+Classificatie: Vertrouwelijk
+
+
+Document: Voettekst
+De inhoud van dit document is uitsluitend voor 
intern gebruik. Verspreid het niet extern zonder de vereiste 
goedkeuring.
+
+
+Document: Watermerk
+Vertrouwelijk
+
+
+
+NL Overheid
+3
+
+
+
+
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice-qa] [libreoffice-design] Minutes of the Design Hangout: 2016-Jul-01

2016-07-12 Thread Cor Nouws
Hi Heiko,

Heiko Tietze wrote on 12-07-16 13:00:
>>>-> New colors are added to user.soc; predefined palettes are not touched 
>>> (except from Tools > Options)
>> What is meant here?
>> ...
>> b. that the predefined palettes cannot be changed in any other dialog?
> 
> Tools > Colors is not touched. It is b) plus having another palette
> user.soc, which can be modified in the area dialog.

So then the Add/Modify/Delete buttons must be inactive when not in the
Tools > Colors dialog, unless the something from the displayed users.soc
has the focus. I guess. Or visually matched to the users.soc area, so
that it is more or less self explaining when there is not yet a custom
color added.

> It's still in discussion. Unfortunately the color widgets do not have
> a common code base, AFAIK. And there are some more bananas to circuit.

Is there any concern against my suggestion, e.g. always showing a
(small) list for the colors in the user.soc ?

Ciao - Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] [libreoffice-design] Minutes of the Design Hangout: 2016-Jul-01

2016-07-12 Thread Cor Nouws
Hi Rishabh, all,

Heiko Tietze wrote on 01-07-16 15:32:

>   * Area Fill (Rishabh)
> * Jul-01:
>   + Decision of how to handle Add/Modify/Delete 
> -> Add/Modify as buttons below presets (perhaps one of them as con 
> only
> -> Rename and delete goes into a new context menu
>   + Decision on manipulation of palette for solid colors
> -> New colors are added to user.soc; predefined palettes are not 
> touched (except from Tools > Options)

What is meant here?
a. If a color is added in Tools > Options that it is added to the
predefined palette and not to the user.soc; or
b. that the predefined palettes cannot be changed in any other dialog?

If a: how must a user grasp the logic of that, and understand that added
colors end up in different places (both file and UI) ?
If b... ?

> -> Discussion how user.soc is handled (always shown below standard 
> palette?)

Assuming that a color added by the user is special, it makes sense to
have it available always. Showing it as a separate (not at the end of
the colors of predefined palettes) prevents confusion on adding/removing
colors. Not showing them always, will confuse adding and removing colors
too.

I do not get info from the discussion last minutes, nor from the pad nor
from https://bugs.documentfoundation.org/show_bug.cgi?id=94551



Heiko Tietze wrote on 09-07-16 10:02:
> 2016-July-08 Present:

>   + Goals for next week -
>  
>  + Color tab -
> + Include mulitple palettes in color tab.
> + Include user.soc for custom colors.
>   + Points to be discussed -
>  ...

>  + Color tab design with multiple palette and user.soc list.
> + Discussion on workflow
>  + Workflow for moving between fillstyle tabs inside area tab.
> + Preserve old entry selection till the dialog is open (?).
>  + Multiple palettes in new color selecting widget to replace legacy 
> color listbox.


Ciao - Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

someone willing to look at backtrace?

2016-05-20 Thread Cor Nouws
Hi,

There is an issue that cannot be reproduced by one of us, but does have
a backtrace.
Can maybe someone look if it gives useful pointer?
 https://bugs.documentfoundation.org/show_bug.cgi?id=95530#c10

thanks,
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] minutes of ESC call ...

2016-04-23 Thread Cor Nouws
Hi all,

Michael Meeks wrote on 21-04-16 18:29:
> + Most Pressing Bugs:

Some (..) meetings back this annoying Mac issue
  https://bugs.documentfoundation.org/show_bug.cgi?id=49853
was mentioned in the ESC. Which resulted in some good attention from
regular and less frequent LibreOffice hackers.
Alas apparently the latter got stuck, and there is no progress. So if
someone could have a look .. :)

Thanks,
Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] regression keyword

2016-04-22 Thread Cor Nouws
Cor Nouws wrote on 22-04-16 22:59:

> Now the wiki says " Fresh regressions are usually pretty annoying for
> ...

Was added back in 2012 by Peter Mladek.
Better update that?

Ciao,

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] regression keyword

2016-04-22 Thread Cor Nouws
Hi Terrence,

Terrence Enger wrote on 22-04-16 22:23:

> Use the keyword regression if the previous minor version or
> bugfix release works correctly. Please do not mark older bugs
> as regressions.
> 
> Is this restriction to *recent* regressions right?

Thanks for notifying.
To be honest, I've not noticed that before. Or deleted it from my memory
directly after seeing ;)
Such a rule would seem illogic to me too.

Now the wiki says " Fresh regressions are usually pretty annoying for
affected users and easier to fix. Thus they are treated with a higher
priority by the developers. On the other hand, if it takes months or
years to report a regression, it must be in a less used functionality.
People are used to live with it, and thus it is less important. "

Which may partly be true, but not so logic.
- The importance of a bug does not solely depend on the number of people
that are affected.
- Nor is it impossible that a bug (regression) is discovered or reported
late, since not all features are used by all and some user-types tend to
start with newer versions relatively late.
- Nevertheless, it is of course expected that regressions with
wide/major impact are reported soon.
- Still I would suggest to use the keyword always and let developers
decide on when to act, or not.
Apart from that, the keyword is used for statistics and it's
questionable to influence those by debatable rules ;)

Makes sense?
Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] minutes of ESC call ...

2016-04-22 Thread Cor Nouws
Hi all,

Michael Meeks wrote on 21-04-16 18:29:
> + Most Pressing Bugs:

Some (..) meetings back this annoying Mac issue
  https://bugs.documentfoundation.org/show_bug.cgi?id=49853
was mentioned in the ESC. Which resulted in some good attention from
regular and less frequent LibreOffice hackers.
Alas apparently the latter got stuck, and there is no progress. So if
someone could have a look .. :)

Thanks,
Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] Proposal for BH sessions organization

2016-02-29 Thread Cor Nouws
Hey Sophie,

Sophie wrote on 29-02-16 18:27:
> But bug hunting sessions are dedicated to new features and testing them
> thoroughly before the releases, so what you propose is something

Sure. It's no one else but us, though, that determine the purpose of BHS.
So if we learn that a certain approach is not appealing any more (or not
at the moment), why not change? As BHS' currently do not work for new
release testing, it would be a pity not to use them for another hard
needed subject.

>  so what you propose is something
> different, but could be implemented under another name like "code
> squeezing sessions" 

Another event could possibly put extra pressure on people's agenda. Not
sure if that will be met with applause :)

But.. it's my feeling and my opinion. If there is strong evidence of
support for something else: fine for me :)

Cheers,
Cor



-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] [libreoffice-design] Excel key bindings for Calc

2016-02-29 Thread Cor Nouws
Hi Jay,

Thanks for working on this!

Yousuf 'Jay' Philips wrote on 29-02-16 10:40:

> I'm currently working on an option for having Calc use Excel's
> keyboard shortcuts. So i'm gathering a list of shortcuts to see which
> ones can be integrated in Calc's default mode and which would be
> exclusive to an Excel keybinding mode.

For the proper context, I would like to add the following:
over time some 'classic' OpenOffice short cut keys have been changed to
meet people's expectation when coming from Excel.
Now Kohei has been so good to add .. Option > Calc > Compatibility.
There all keys can be switched at once.

I'm not sure if it will be a success if _all_ the short cuts that are to
be identified as from Excel, will be changed with one single switch ;)
But that point is certainly at table for discussion..

Ciao,
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] Proposal for BH sessions organization

2016-02-22 Thread Cor Nouws
Hi Sophie,

Thanks for knotting the ideas together :)

Sophie wrote on 16-02-16 17:17:

> - come with 10 features to test thoroughly during the BH, the list is
> taken from the release notes and selected by QA members, submitted to
> ESC, they could give a quick feedback/input, (derived from Cor and
> Miguel Angel ideas)

My idea was about organizing energy around an area in the product/code
to do things around a tender to get lots of bugs clarified and resolved.
Not about features from the release notes.

I expect a new approach with specific, changing goals (maybe each
session), to attract more people, to be more appealing, awakening a
feeling of urgency.

Cheers,
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: Document with a zero-sized graphic - how to handle?

2016-02-14 Thread Cor Nouws
Chris Sherlock wrote on 14-02-16 03:11:

> Also wondering if it might be worthwhile back-porting?

AFAIAC: sure.

Thanks,
Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] Revisiting BH (Bughunt) session organization

2016-02-05 Thread Cor Nouws
Hi Sophie, all,

Sophie wrote on 04-02-16 14:02:

> We would like to rethink the bug hunting sessions organization to make
> them more attractive. The last ones were really too quiet with few
> people joining.

Good that you ask! I've noticed the problem too.
No clear idea for a solution in mind yet, but let me start to explain
what we've seen over the past years.
With the first (few) bughunt sessions there was a clear energy among the
QA volunteers. Because is was new, there was the feeling of urgency,
excitement and so on. And it was new to the general public and media
too. So there was a great coverage.
Now it's not new, maybe some people have the feeling that getting a bit
more rest is more urgent then doing a bit more QA work, there is no
feeling of urgency. It's a PR, that we know will be there 6 times a year...

> What would be your ideas?
> Cloph already proposed to have them on one day only. Would Friday be the
> good day?

Thinking of a new form is good. And maybe even more.
What pops up in my mind now: imagine that the ESC defines a area in
product, that could benefit from a tender to get bugs solved and that
the board puts, say, 100 k in (I realize there are some constraints
around that, but expect that could be solved). Such a project would
probably benefit from a careful clean up and further testing of bugs in
that area. So that would be new and have a new appealing goal.

Anyway: the regular form doesn't work any more. So maybe with each new
release define a goal (announce something related to new features for
example), and find a different or related form?

Look forward to what others think,
Ciao,
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: build error: makefile 244 "recipe for target 'build' failed"

2016-01-27 Thread Cor Nouws
Cor Nouws wrote on 27-01-16 00:26:

>> If that's the case "make clean" could help.
> Trying.. Will know more tomorrow.

Build just finished.
Indeed that helped.

Merci,

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


build error: makefile 244 "recipe for target 'build' failed"

2016-01-26 Thread Cor Nouws
Hi,

See http://pastebin.com/XNGLBytm
Do I see it correct that LinkTarget/Executable/cppunittester should be
made available?
Or - what I would prefer ATM - can I skip the need to have that (the
less checks the better on my old laptop :) )

thanks,
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: build error: makefile 244 "recipe for target 'build' failed"

2016-01-26 Thread Cor Nouws
Hi Maxim,

Maxim Monastirsky wrote on 26-01-16 22:54:

> Well, that shows linker issues which mention the new GCC ABI, so I
> guess this might be caused by some of the objects compiled with the old
> ABI. Did you update your OS recently? 

15:10 to be precise. But didn't build afterwards (started once, gave
same error)

> If that's the case "make clean" could help.
Trying.. Will know more tomorrow.

Thanks,
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: instsetoo_native/inc_openoffice

2016-01-05 Thread Cor Nouws
 instsetoo_native/inc_openoffice/windows/msi_languages/ActionTe.ulf |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bca7a33548c3257e19c8838786c22af9528fb0e8
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Mon Dec 28 00:28:30 2015 +0100

tdf#96636 - Text "Removing files" during installation is confusing..

Change-Id: Id3f9e17bf68ad5ca2d9a7571aed49f5a3d81b932
Reviewed-on: https://gerrit.libreoffice.org/20970
Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/ActionTe.ulf 
b/instsetoo_native/inc_openoffice/windows/msi_languages/ActionTe.ulf
index 213f6df..d5ecd8d 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_languages/ActionTe.ulf
+++ b/instsetoo_native/inc_openoffice/windows/msi_languages/ActionTe.ulf
@@ -233,7 +233,7 @@ en-US = "Removing applications"
 en-US = "Application: [1], Command line: [2]"
 
 [OOO_ACTIONTEXT_73]
-en-US = "Removing files"
+en-US = "Removing files from previous installation"
 
 [OOO_ACTIONTEXT_74]
 en-US = "File: [1], Directory: [9]"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Creating new global Gallery themes

2016-01-03 Thread Cor Nouws
Hi Dave,

Dave Koelmeyer wrote on 02-01-16 09:00:

> First, apologies for resorting to the developers list for this query.

Seeing this mail, I found your mail on the users list and responded
there. Hope that it will help.

Cheers,
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] qtz 32 bits for DEB?? Re: [ANN] LibreOffice 5.1.0 RC1 available

2015-12-27 Thread Cor Nouws
Cor Nouws wrote on 19-12-15 09:19:

> Ah nice... alas for 32 bits DEB they are not.
> http://dev-builds.libreoffice.org/daily/libreoffice-5-1/Linux-rpm_deb-x86@71-TDF/

https://bugs.documentfoundation.org/show_bug.cgi?id=96744


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

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

2015-12-22 Thread Cor Nouws
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d1407130ad5ea1741d1fac14eea75f18ba119c53
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Sat Oct 17 15:35:35 2015 +0200

tdf#94865 resolve duplicate accelerator - File>Template and File>Export

demoing on LibreOffice_Nl Community day

Change-Id: Idc17d430491627ed20ff31803a19dd8b9646397e
Reviewed-on: https://gerrit.libreoffice.org/19417
Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index f7e7e8b..6e9b725 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5999,7 +5999,7 @@
   
   
 
-  ~Templates
+  Te~mplates
 
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-qa] qtz 32 bits for DEB?? Re: [ANN] LibreOffice 5.1.0 RC1 available

2015-12-19 Thread Cor Nouws
Hi Regina,

Regina Henschel wrote on 18-12-15 17:44:

>> Now we need a qtz "langpack", reveling the String ID's to check (recent)
>> translations.
>> However - apologies - I lost track on where I can find the most recent.
>> Anyone?
> 
> I think, they are here
> http://dev-builds.libreoffice.org/daily/libreoffice-5-1/Win-x86@62-merge-TDF/current/

Ah nice... alas for 32 bits DEB they are not.
http://dev-builds.libreoffice.org/daily/libreoffice-5-1/Linux-rpm_deb-x86@71-TDF/


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] [ANN] LibreOffice 5.1.0 RC1 available

2015-12-18 Thread Cor Nouws

Christian Lohmaier wrote on 18-12-15 01:20:

>   http://www.libreoffice.org/download/pre-releases/

Hurray :)

Now we need a qtz "langpack", reveling the String ID's to check (recent)
translations.
However - apologies - I lost track on where I can find the most recent.
Anyone?

Ciao,
Cor



-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] [ANN] LibreOffice 5.1.0 RC1 test builds available

2015-12-16 Thread Cor Nouws
Hi Christian,

Christian Lohmaier wrote on 16-12-15 17:46:

> for the upcoming new version 5.1.0, the builds for RC1 are now
> available on pre-releases.

Is
  http://dev-builds.libreoffice.org/pre-releases/deb/x86/
still loading?

Ciao,


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] [ANN] LibreOffice 5.1.0 RC1 test builds available

2015-12-16 Thread Cor Nouws
Christian Lohmaier wrote on 16-12-15 18:50:

> Sorry, forgot to upload the Linux 32bit builds. Away from my ssh keys
> right now, so can only fix later tonight.

No problem. Good to know it will be there a bit later!

Thanks,
Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-qa] are all active QA-people aware of this ?

2015-12-15 Thread Cor Nouws
Hi all,

TDF is lucky to have quite some active QA-people among its members!
However it might well be that not all have a notion ot this
possibility... Does that apply for you, or do you know someone maybe not
realizing that being a member is a valuable link to the governance of
our community:  please look here
 
https://wiki.documentfoundation.org/TDF/Membership_Committee#How_to_apply_for_membership

http://www.documentfoundation.org/foundation/application-for-tdf-community-membership/

Thanks!
Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-commits] voting.git: vote/include

2015-12-08 Thread Cor Nouws
 vote/include/step2-choose.php |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2855ba0fcbe0c30777ea65cd4bbac273c8e7f718
Author: Cor Nouws <cor.no...@documentfoundation.org>
Date:   Tue Dec 8 12:41:11 2015 +0100

clarification about number of votes

Change-Id: I1a25c2b3b261c4c5c8851ddb8f44a9edb4ed48b8
Reviewed-on: https://gerrit.libreoffice.org/20465
Reviewed-by: Cor Nouws <cor.no...@documentfoundation.org>
Reviewed-by: Andras Timar <andras.ti...@collabora.com>
Tested-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/vote/include/step2-choose.php b/vote/include/step2-choose.php
index d8ab84c..5cbf78b 100644
--- a/vote/include/step2-choose.php
+++ b/vote/include/step2-choose.php
@@ -14,7 +14,7 @@ function step2_do () {
   $result .= "Once you are happy with the order, submit your vote. You will 
have ";
   $result .= "the chance to review and confirm your ballot on the next 
page.";
 
-  $result .= "You can vote for as few or as many candidates as you choose. 
";
+  $result .= "You can vote for up to 10 candidates of your choice, with no 
restrictions. ";
   $result .= "Your vote will be counted for your first choice candidate as ";
   $result .= "long as the candidate is still in the race, and when the 
candidate is eliminated, your ";
   $result .= "vote will transfer to the next preference candidate still in the 
";
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice-qa] [tdf-early] LibreOffice 5.0.4 RC1 test builds available

2015-12-02 Thread Cor Nouws
Hi Christian,

Christian Lohmaier wrote on 01-12-15 18:50:

> For the upcoming version 5.0.4 the builds for RC1 are now available on
> pre-releases.
> ...
> Grab the builds from here here:
> http://dev-builds.libreoffice.org/pre-releases/

Looking at
  http://dev-builds.libreoffice.org/pre-releases/deb/x86/
I see
 LibreOfficeDEV_5.1.0.0.beta1...
 LibreOffice_4.4.7.1_...
 LibreOffice_4.4.7.2_...

No 5.0.4.1 ..

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] [tdf-early] LibreOffice 5.0.4 RC1 test builds available

2015-12-02 Thread Cor Nouws
Christian Lohmaier wrote on 02-12-15 22:06:

>> No 5.0.4.1 ..
> 
> Sorry for that - fixed.

No problem - thanks :)

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-qa] BugHuntSessie page misses 32 bits Linux..

2015-12-02 Thread Cor Nouws
Why?
I've added them.

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] Reminder: QA Meeting on Wednesday

2015-11-26 Thread Cor Nouws
Joel Madero wrote on 25-11-15 16:22:

> Feel free to email the developer list and try to recruit developers to
> do what you're asking. No one is stopping you from doing this :) Doing
> it when many (most) of the regressions are not fully triaged might be a
> frustrating process for all involved.

There is a gradually growing number of regressions. Also bibisected
regressions. I know the ESC has attention for this, and that the board
recently approved projects/investments that are intended to help to
change this trend.
Pedro has a point that he doesn't like to accept the situation, and -
learning from his contributions - he is helping a lot with good work here.
Alas no ready to use solution from me today :)
It's on my mind, as some of you may know from some grumbling mails that
I send now and then. I expect to have some room next week to spend more
time on thinking for this. E.g. the suggestion for positive stimulation,
as mentioned also by Bjoern.

Pedro: can you please ping me in a week or so?

Thanks,
Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] Reminder: QA Meeting on Wednesday

2015-11-26 Thread Cor Nouws
Hi Joel,

Joel Madero wrote on 26-11-15 02:31:
> If QA members just bisected each regression (fully bisect) and
> prioritized correctly I *honestly* believe that the regression count
> would fall. I don't understand why this point is being ignored as it's
> literally *completely* in our control.

Sorry to say that I'm afraid that I can't support you in that believe.
Not at the moment.
In the early days, there was the meme that we needed good bug reports.
Then that changed to good sample documents; tThen finding the first
affected version; and now bibisecting.
Don't get me wrong: I don't say that good QA is very important. But
currently I think that doing proper triage on all partly triaged and
unconfirmed bugs would only increase the number of unresolved regressions :)

Ciao,
Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: build start problem

2015-10-01 Thread Cor Nouws
julien2412 wrote on 01-10-15 09:07:
> Hi Cor,
> 
> You may give it a new try since dev-www.libreoffice.org seems to respond.
> 
> (About logs, could you run "export LANG=C" before putting logs?
> The goal of this command is to have logs will be in English, it may help to
> understand the pb for some people like me :-)
> )

Thanks Julien ;)

Still the same problem.

Here you go in English (fresh attempt):

$ make
cd /home/cono/src/git/libreoffice/external/tarballs/tmp && wget
--progress=dot:mega -Q 0 -P "." -l 0 -nd -nH -N
http://dev-www.libreoffice.org/src/80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2
2>&1 | tee -a /home/cono/src/git/libreoffice/external/tarballs/fetch.log
&& [ $PIPESTATUS -eq 0 ] && SUM=`md5sum
80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2 | sed "s/
.*//"` && if test "$SUM" != "80d063d6db4c010e18c606af8aed6231"; then
echo ERROR: expected checksum for
80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2 is
80d063d6db4c010e18c606af8aed6231 2>&1 | tee -a
/home/cono/src/git/libreoffice/external/tarballs/fetch.log; false; fi &&
mv 80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2 ../
--2015-10-01 09:22:53--
http://dev-www.libreoffice.org/src/80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)...
2001:67c:2178:7::70, 195.135.221.70
Connecting to dev-www.libreoffice.org
(dev-www.libreoffice.org)|2001:67c:2178:7::70|:80...  failed: Connection
timed out.
Connecting to dev-www.libreoffice.org
(dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 671856 (656K) [application/x-bzip]
Saving to: './80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2'

 0K  ..  100% 1.25M=0.5s

2015-10-01 09:25:01 (1.25 MB/s) -
'./80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2' saved
[671856/671856]

(and then retrying.)

 failed: Connection timed out.
Connecting to dev-www.libreoffice.org
(dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1103318 (1.1M) [application/x-gzip]
Saving to: './libpng-1.5.18.tar.gz'

 0K  100% 1.09M=1.0s

2015-10-01 09:27:09 (1.09 MB/s) - './libpng-1.5.18.tar.gz' saved
[1103318/1103318]


failed: Connection timed out.
Connecting to dev-www.libreoffice.org
(dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1652670 (1.6M) [application/x-gzip]
Saving to: './1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz'

 0K    . 100% 1.69M=0.9s

2015-10-01 09:29:18 (1.69 MB/s) -
'./1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz' saved
[1652670/1652670]






-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: build start problem

2015-10-01 Thread Cor Nouws
Tor Lillqvist wrote on 01-10-15 09:33:

> just takes quite a long time to get many files downloaded.

So the "failed: connection time out " is just there to confuse me ;)


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


build start problem

2015-09-30 Thread Cor Nouws
hi

setting up clean libreoffice build env. autogen.sh goes .. then with
make there is a connection time out when connecting to
dev-www.libreoffice.org)|2001:67c:2178:7::70|:80...
See http://pastebin.com/sUrx7Pjf  hint :) ?

Ctrl-C:
  Makefile.fetch:103: recipi for goal
'/home/cono/src/git/libreoffice/workdir/download' failed
  make: *** [/home/cono/src/git/libreoffice/workdir/download] unterupted..


hints?

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-ux-advise] Issue on default line spacing

2015-09-28 Thread Cor Nouws
Hi all,

Input appreciated for
 https://bugs.documentfoundation.org/show_bug.cgi?id=94464

thanks,
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member

-- 
Cor Nouws, Chairman Membership Committee
The Document Foundation, Kurfürstendamm 188, 10707 Berlin
Gemeinnützige rechtsfähige Stiftung des bürgerlichen Rechts
Legal details: http://www.documentfoundation.org/imprint

GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
mobile  : +31 (0)6 25 20 7001
skype   : cornouws
blog: cor4office-nl.blogspot.com
twitter : cor4office
jabber  : cor4off...@jabber.org

___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


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

2015-09-25 Thread Cor Nouws
 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit e3aa3e4ac57d61126a30c2fdfd1fca5bd8489888
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Fri Sep 25 01:48:33 2015 +0200

tdf#94498  UI: Ctrl+Shift+F does not repeat search in Basic IDE

Change-Id: I3ab5e945d1a9243978bacb540e9b4b5ca43dfa0d
Reviewed-on: https://gerrit.libreoffice.org/18833
Reviewed-by: Caolán McNamara <caol...@redhat.com>
Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu 
b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index e926801..dd154d9 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -301,6 +301,12 @@
 .uno:GotoLine
   
 
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:RepeatSearch
+  
+
   
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: basctl/uiconfig

2015-09-25 Thread Cor Nouws
 basctl/uiconfig/basicide/menubar/menubar.xml |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 421b17a602ea7993c124c4d25e58eb284a443b1c
Author: Cor Nouws <oo...@nouenoff.nl>
Date:   Fri Sep 25 11:00:03 2015 +0200

tdf#94497 UI: Object catalog not available in menu > View in BasicIDE

Change-Id: I996723cf3af8365d078103bb54d469f7a2c735fe
Reviewed-on: https://gerrit.libreoffice.org/18838
Tested-by: Jenkins <c...@libreoffice.org>
Reviewed-by: Caolán McNamara <caol...@redhat.com>
Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/basctl/uiconfig/basicide/menubar/menubar.xml 
b/basctl/uiconfig/basicide/menubar/menubar.xml
index 2c12262..4d680f6 100644
--- a/basctl/uiconfig/basicide/menubar/menubar.xml
+++ b/basctl/uiconfig/basicide/menubar/menubar.xml
@@ -63,6 +63,8 @@
 
 
 
+
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


  1   2   3   4   5   6   7   8   9   >