Re: build error - uno::RuntimeException',make[1]: *** [../gbuild/Gallery.mk:57:
Cor Nouws wrote on 10/10/24 18:31: thoughts? Was working in an older branch etc. Corrected/cleaned that etc. Running make again now. / thanks Gabriel 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 of The Document Foundation - director www.nouenoff.nl - initiator www.mijncloudoffice.nl
build error - uno::RuntimeException',make[1]: *** [../gbuild/Gallery.mk:57:
Hi, Fresh installation & build (Ubuntu 24.04) [CMP] sc/util/scui [CMP] sc/util/scfilt [RDB] services [BIN] postprocess [GAL] backgrounds [GAL] sounds [MOD] postprocess Aborted (core dumped) terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException' make[1]: *** [../libreoffice/solenv/gbuild/Gallery.mk:57: ../libreoffice/workdir/Gallery/sounds.done] Error 1 make[1]: *** Waiting for unfinished jobs Aborted (core dumped) terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException' make[1]: *** [../libreoffice/solenv/gbuild/Gallery.mk:57: ../libreoffice/workdir/Gallery/backgrounds.done] Error 1 make: *** [Makefile:296: build] Error 2 thoughts? 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 of The Document Foundation - director www.nouenoff.nl - initiator www.mijncloudoffice.nl
core.git: officecfg/registry sd/source
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) ?
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) ?
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
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
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
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-commits] core.git: Branch 'libreoffice-6-2' - officecfg/registry
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
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(?)
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-commits] core.git: sw/uiconfig
sw/uiconfig/swriter/menubar/menubar.xml |1 + 1 file changed, 1 insertion(+) New commits: commit 6440f3cd504a0aa1f9522a4be60dc382cf9eef52 Author: Cor Nouws 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 Reviewed-by: Samuel Mehrbrodt 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
svx/uiconfig/ui/classificationdialog.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 87e8815b57d384587b4d6ccd092f54fa2c539970 Author: Cor Nouws 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 Reviewed-by: Miklos Vajna Signed-off-by: Adolfo Jayme Barrientos 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
svx/uiconfig/ui/classificationdialog.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ffc49bd2fba97659919d9232ae42ca675c1aa9d0 Author: Cor Nouws 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 Reviewed-by: Miklos Vajna 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
Re: correctly adding Help source to local repo
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&explanation 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
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
sc/uiconfig/scalc/ui/optformula.ui | 92 - 1 file changed, 20 insertions(+), 72 deletions(-) New commits: commit e0867557d1176a1449b1babf7cfa8dcf5cff4b84 Author: Cor Nouws 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 Tested-by: Adolfo Jayme Barrientos 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 -1 -1 True False -
[Libreoffice-commits] core.git: desktop/source
desktop/source/app/cmdlinehelp.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 75d78b09438dcfa045626efd9f19d4a91a031e26 Author: Cor Nouws 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 Reviewed-by: Miklos Vajna 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
loleaflet/src/core/Socket.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 07c5b80756fd3823ade6ebbfd973c8ea1b37caa7 Author: Cor Nouws 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 Tested-by: Jan Holesovsky 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
loleaflet/src/core/Socket.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8a02d9eace04407709567c298b6e12542eceb223 Author: Cor Nouws 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
filter/uiconfig/ui/pdfgeneralpage.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 02cf5ad31794a628a10fddc9fb538fd4e48a6e64 Author: Cor Nouws 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 Reviewed-by: Katarina Behrens 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
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 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 Tested-by: jan iversen 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
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 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 Tested-by: Katarina Behrens 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/pdfgeneralpage.ui b/filter/uiconfig/ui/pdfgeneralpage.ui
Re: [Libreoffice-qa] minutes of ESC call ...
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 ...
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: [Bug 46279] Show restart message after extension installation or update menu automatically
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
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
filter/uiconfig/ui/pdfgeneralpage.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 44a02cc81d8a23f19655ae9f67ff69bdfe683df9 Author: Cor Nouws 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 Reviewed-by: jan iversen 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
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
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: minimal dialog width/size ?
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
minimal dialog width/size ?
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
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 ...
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 ...
Áron Budea wrote on 21-09-16 10:25: > On Wednesday, September 21, 2016 01:11 CEST, > 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
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 ...
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-commits] core.git: sfx2/classification
sfx2/classification/example_nl-NL.xml | 38 +- 1 file changed, 19 insertions(+), 19 deletions(-) New commits: commit b6df81b609f5cc9e7cc3080ed86e0433188bf097 Author: Cor Nouws Date: Fri Aug 19 15:25:53 2016 +0200 Dutch example.xml classification: Corrections&improvements - tdf#100352 Change-Id: I67812ad38e29f774e84f7685fc95c0579d718cbd Reviewed-on: https://gerrit.libreoffice.org/28241 Tested-by: Jenkins Reviewed-by: Miklos Vajna 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 ?
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
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 ?
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
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
[Libreoffice-commits] core.git: sfx2/classification
sfx2/classification/example_nl-NL.xml | 71 ++ 1 file changed, 71 insertions(+) New commits: commit f9ef86c7a1c10e16c4aa4988706047058ef7f167 Author: Cor Nouws 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 Reviewed-by: Miklos Vajna 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
someone willing to look at backtrace?
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 ...
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: Document with a zero-sized graphic - how to handle?
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: build error: makefile 244 "recipe for target 'build' failed"
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
Re: build error: makefile 244 "recipe for target 'build' failed"
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
build error: makefile 244 "recipe for target 'build' failed"
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
[Libreoffice-commits] core.git: instsetoo_native/inc_openoffice
instsetoo_native/inc_openoffice/windows/msi_languages/ActionTe.ulf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bca7a33548c3257e19c8838786c22af9528fb0e8 Author: Cor Nouws 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 Tested-by: Adolfo Jayme Barrientos 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
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
[Libreoffice-commits] core.git: officecfg/registry
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d1407130ad5ea1741d1fac14eea75f18ba119c53 Author: Cor Nouws 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 Tested-by: Adolfo Jayme Barrientos 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-commits] voting.git: vote/include
vote/include/step2-choose.php |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2855ba0fcbe0c30777ea65cd4bbac273c8e7f718 Author: Cor Nouws 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 Reviewed-by: Andras Timar Tested-by: Andras Timar 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: build start problem
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
Re: build start problem
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
build start problem
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-commits] core.git: basctl/uiconfig
basctl/uiconfig/basicide/menubar/menubar.xml |2 ++ 1 file changed, 2 insertions(+) New commits: commit 421b17a602ea7993c124c4d25e58eb284a443b1c Author: Cor Nouws 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 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara 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
[Libreoffice-commits] core.git: officecfg/registry
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |6 ++ 1 file changed, 6 insertions(+) New commits: commit e3aa3e4ac57d61126a30c2fdfd1fca5bd8489888 Author: Cor Nouws 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 Tested-by: Caolán McNamara 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: Branch 'libreoffice-5-0' - sw/source
sw/source/core/doc/docbm.cxx | 12 +--- sw/source/core/inc/MarkManager.hxx |2 ++ 2 files changed, 11 insertions(+), 3 deletions(-) New commits: commit a9670e0735b77ecc40aa8af4106af7d32ec548a0 Author: Cor Nouws Date: Wed Sep 23 00:40:06 2015 +0200 tdf#86397 Bookmark: no consecutive name numbering applied when copied this partially changes behaviour introduced with commit bb00a0097900ae054401f7758a915047cfde4065 but without the performace problems from the old code thanks to kendy for helping (cherry picked from commit 2fcf8923d2c520a5a16b1b3a45877adaadd7eab4) Change-Id: I5dab81b58262f67db1c70223c612636a8b8c90ee Reviewed-on: https://gerrit.libreoffice.org/18816 Reviewed-by: Miklos Vajna Tested-by: Miklos Vajna diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx index be4805c..9b93a37 100644 --- a/sw/source/core/doc/docbm.cxx +++ b/sw/source/core/doc/docbm.cxx @@ -1108,9 +1108,13 @@ namespace sw { namespace mark OUStringBuffer sBuf; OUString sTmp; -// Try the name "XXX", where XXX is a number. Start the number at the existing count rather than 1 -// in order to increase the chance that already the first one will not exist. -sal_Int32 nCnt = m_vAllMarks.size() + 1; +// try the name "XXX" (where XXX is a number starting from 1) unless there is +// a unused name. Due to performance-reasons (especially in mailmerge-Szenarios) there +// is a map m_aMarkBasenameMapUniqueOffset which holds the next possible offset (XXX) for +// rName (so there is no need to test for nCnt-values smaller than the offset). +sal_Int32 nCnt = 1; +MarkBasenameMapUniqueOffset_t::const_iterator aIter = m_aMarkBasenameMapUniqueOffset.find(rName); +if(aIter != m_aMarkBasenameMapUniqueOffset.end()) nCnt = aIter->second; while(nCnt < SAL_MAX_INT32) { sTmp = sBuf.append(rName).append(nCnt).makeStringAndClear(); @@ -1120,6 +1124,8 @@ namespace sw { namespace mark break; } } +m_aMarkBasenameMapUniqueOffset[rName] = nCnt; + return sTmp; } diff --git a/sw/source/core/inc/MarkManager.hxx b/sw/source/core/inc/MarkManager.hxx index 50186fd..b797764 100644 --- a/sw/source/core/inc/MarkManager.hxx +++ b/sw/source/core/inc/MarkManager.hxx @@ -27,6 +27,7 @@ namespace sw { namespace mark { +typedef std::unordered_map MarkBasenameMapUniqueOffset_t; class MarkManager : private ::boost::noncopyable @@ -109,6 +110,7 @@ namespace sw { container_t m_vFieldmarks; std::unordered_set m_aMarkNamesSet; +mutable MarkBasenameMapUniqueOffset_t m_aMarkBasenameMapUniqueOffset; // container for annotation marks container_t m_vAnnotationMarks; ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: sw/source
sw/source/core/doc/docbm.cxx | 12 +--- sw/source/core/inc/MarkManager.hxx |2 ++ 2 files changed, 11 insertions(+), 3 deletions(-) New commits: commit 2fcf8923d2c520a5a16b1b3a45877adaadd7eab4 Author: Cor Nouws Date: Wed Sep 23 00:40:06 2015 +0200 tdf#86397 Bookmark: no consecutive name numbering applied when copied this partially changes behaviour introduced with commit bb00a0097900ae054401f7758a915047cfde4065 but without the performace problems from the old code thanks to kendy for helping Change-Id: I5dab81b58262f67db1c70223c612636a8b8c90ee diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx index 916323e..556ba8e 100644 --- a/sw/source/core/doc/docbm.cxx +++ b/sw/source/core/doc/docbm.cxx @@ -1105,9 +1105,13 @@ namespace sw { namespace mark OUStringBuffer sBuf; OUString sTmp; -// Try the name "XXX", where XXX is a number. Start the number at the existing count rather than 1 -// in order to increase the chance that already the first one will not exist. -sal_Int32 nCnt = m_vAllMarks.size() + 1; +// try the name "XXX" (where XXX is a number starting from 1) unless there is +// a unused name. Due to performance-reasons (especially in mailmerge-Szenarios) there +// is a map m_aMarkBasenameMapUniqueOffset which holds the next possible offset (XXX) for +// rName (so there is no need to test for nCnt-values smaller than the offset). +sal_Int32 nCnt = 1; +MarkBasenameMapUniqueOffset_t::const_iterator aIter = m_aMarkBasenameMapUniqueOffset.find(rName); +if(aIter != m_aMarkBasenameMapUniqueOffset.end()) nCnt = aIter->second; while(nCnt < SAL_MAX_INT32) { sTmp = sBuf.append(rName).append(nCnt).makeStringAndClear(); @@ -1117,6 +1121,8 @@ namespace sw { namespace mark break; } } +m_aMarkBasenameMapUniqueOffset[rName] = nCnt; + return sTmp; } diff --git a/sw/source/core/inc/MarkManager.hxx b/sw/source/core/inc/MarkManager.hxx index e3484a2..479a0ee 100644 --- a/sw/source/core/inc/MarkManager.hxx +++ b/sw/source/core/inc/MarkManager.hxx @@ -28,6 +28,7 @@ namespace sw { namespace mark { +typedef std::unordered_map MarkBasenameMapUniqueOffset_t; class MarkManager : private ::boost::noncopyable @@ -110,6 +111,7 @@ namespace sw { container_t m_vFieldmarks; std::unordered_set m_aMarkNamesSet; +mutable MarkBasenameMapUniqueOffset_t m_aMarkBasenameMapUniqueOffset; // container for annotation marks container_t m_vAnnotationMarks; ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
Re: [Libreoffice-qa] Minutes of ESC call: 2015-07-30
Hi all, Jan Holesovsky wrote on 01-08-15 02:43: > + !!!please file easy hacks if you have ideas!!! (Bjoern) For ideas, query with "needsDevEval" in Whiteboard. At least part of those could be good candidates. 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 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: [Libreoffice-qa] minutes of ESC call ...
Michael Meeks wrote on 12-03-15 17:19: > + please file an Easy-Hack this week: just a bug with whiteboard: (All) > + http://bit.ly/1KR4HWX Those looking for ideas: pls query for needDevEval/needsDevEval @Whiteboard. > * GSoC (Cedric/Thorsten) > ... > + more ideas much appreciated I would have some, but will not be able to provide mentoring that is needed. 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
hackfest wiki
Hi *, People joining may want to list themselves here https://wiki.documentfoundation.org/Hackfest/FOSDEM2015 Looks sweeter when we propagate via social media. 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: sc/uiconfig sw/uiconfig
sc/uiconfig/scalc/menubar/menubar.xml|3 ++- sw/uiconfig/sglobal/menubar/menubar.xml |3 ++- sw/uiconfig/swform/menubar/menubar.xml |3 ++- sw/uiconfig/swreport/menubar/menubar.xml |3 ++- sw/uiconfig/swriter/menubar/menubar.xml |3 ++- sw/uiconfig/swxform/menubar/menubar.xml |3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) New commits: commit cca366231538c62696a424b43353027905e3dfbf Author: Cor Nouws Date: Thu Nov 13 15:24:55 2014 +0100 fdo#86252: Menu 'Merge Documents' is at wrong position Fixing a small mistake that slipped through with the many great improvements Change-Id: I252f2f05e6d624094507cc1f825faab5912e006e Reviewed-on: https://gerrit.libreoffice.org/12407 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara diff --git a/sc/uiconfig/scalc/menubar/menubar.xml b/sc/uiconfig/scalc/menubar/menubar.xml index 489e892..00368d3 100644 --- a/sc/uiconfig/scalc/menubar/menubar.xml +++ b/sc/uiconfig/scalc/menubar/menubar.xml @@ -93,9 +93,10 @@ + + - diff --git a/sw/uiconfig/sglobal/menubar/menubar.xml b/sw/uiconfig/sglobal/menubar/menubar.xml index 294e445..be10398 100644 --- a/sw/uiconfig/sglobal/menubar/menubar.xml +++ b/sw/uiconfig/sglobal/menubar/menubar.xml @@ -106,9 +106,10 @@ + + - diff --git a/sw/uiconfig/swform/menubar/menubar.xml b/sw/uiconfig/swform/menubar/menubar.xml index 7c9ae51..d29a58a 100644 --- a/sw/uiconfig/swform/menubar/menubar.xml +++ b/sw/uiconfig/swform/menubar/menubar.xml @@ -105,9 +105,10 @@ + + - diff --git a/sw/uiconfig/swreport/menubar/menubar.xml b/sw/uiconfig/swreport/menubar/menubar.xml index f744dab..eb0a968 100644 --- a/sw/uiconfig/swreport/menubar/menubar.xml +++ b/sw/uiconfig/swreport/menubar/menubar.xml @@ -106,9 +106,10 @@ + + - diff --git a/sw/uiconfig/swriter/menubar/menubar.xml b/sw/uiconfig/swriter/menubar/menubar.xml index 2b13789..1495eb5 100644 --- a/sw/uiconfig/swriter/menubar/menubar.xml +++ b/sw/uiconfig/swriter/menubar/menubar.xml @@ -110,9 +110,10 @@ + + - diff --git a/sw/uiconfig/swxform/menubar/menubar.xml b/sw/uiconfig/swxform/menubar/menubar.xml index e59469e..bbba7b2 100644 --- a/sw/uiconfig/swxform/menubar/menubar.xml +++ b/sw/uiconfig/swxform/menubar/menubar.xml @@ -107,9 +107,10 @@ + + - ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Changes to 'refs/changes/40/1040/1'
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Changes to 'refs/changes/68/1168/2'
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Changes to 'refs/changes/84/4284/1'
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Changes to 'refs/changes/59/6659/2'
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Changes to 'refs/changes/68/1168/1'
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Changes to 'refs/changes/84/4284/2'
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Changes to 'refs/changes/87/4087/2'
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Changes to 'refs/changes/87/4087/1'
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Changes to 'refs/changes/87/1787/1'
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
Re: spadmin, fax machines, etc. is this still useful ?
Hi Caolán, Caolán McNamara wrote (14-03-14 11:45) > So the question is if any part of > spadmin is still useful? Is there anyone still configuring fax machines > or using the other options there, and if so for what purpose ? I would not be surprised.. but will ask some contacts to be more sure (for as far as my network is concerned). thanks for asking, 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 signature.asc Description: OpenPGP digital signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: [Libreoffice-ux-advise] Minutes of ESC call 2014-01-09
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cor Nouws wrote (16-01-14 18:56) > Jan Holesovsky wrote (09-01-14 18:41) >> * Pending Action Items: + need design for copying styles between >> templates (Cor Nouws/other UX?) cf. >> http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01658.html >> >> http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01663.html > > This is one of the two things that I'm hoping to focus on at the > Brussels-UX-Hackfest! So we worked out a solution for: - copying styles between templates - opening templates not from the repos - including Styles in the Side bar It's close to finished. I hope that Astron/me can finish details soon. 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 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.14 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJS8sMUAAoJEOSdc2WxNICmxRcH/2uQp4eTXQfFLFtPDrHC8d4T xoo451M0RwU4iytUTprzTwCe6o4BPfl0r4tlyuG2Rgv1MJRP/3HM1602lfJl2gsq NXvW2+Xg3RQhKgsTAaesVp8aLBALgw/bJKMpmhEV+BAdIGg3PNc0269LbsU1VvR8 5HrPdLijcy5XiNr20Qi5FQBGMd6GdguhXZmsfG7yEh5+UOXhTzqFWbvCuSuIYl1m MuIBeT2gGUYOsLePFDzEdDIXw8BuFlyOX0qMC/mroKvU4sxBGeeyZSzuripD+D8n dritoclTNbePBp/sAew9ePW2tdm2EQ2oA7hiJCkN/B4AoWZ8yyZr4D3YeitFBKE= =IDPM -END PGP SIGNATURE- ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: Minutes of ESC call 2014-01-09
Jan Holesovsky wrote (09-01-14 18:41) > * Pending Action Items: > + need design for copying styles between templates (Cor Nouws/other UX?) > cf. > http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01658.html > > http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01663.html This is one of the two things that I'm hoping to focus on at the Brussels-UX-Hackfest! Cheers, -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member signature.asc Description: OpenPGP digital signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: build error in libdbaselo.so
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Eike, Eike Rathke wrote (20-12-13 13:25) > Might be related to ccache if you have that enabled and interrupted > the last build at a very unfortunate time. If so then try the > command Sounds plausible - my whole OS did freeze when I was doing some greedy tasks too fast .. > CCACHE_RECACHE=1 make > /home/cono/src/git/libo_core/workdir/CxxObject/framework/source/services/urltransformer.o > > which hopefully builds only that target, and then continue with a > normal make. Will try - thanks for your advise! Cor - -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.14 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJStDpAAAoJEOSdc2WxNICm+YMH/Aj9DEiuYQFXQaEuiKap25OV wnZajS730pQSBHgAKHF7pNs8hdNqBL75E/4TPtPNTPcUSGaeiomxvPrM3PvMJFyt L9xqZBFpLaXG0Q4ETYhUu8jboqljbSOlChooF90MmwQxVUqqevJLq6SLPgLCeBuX huzGA5t0KhILmh9yzHTGMJBV45XJzDey4hhi4Z8LFM3RxXYaIYgEYthbE2loDHhH z6pnRxctPno2SO1ZRyIc3LmCYbrL4JBitV3F/VnIcFGiWMLtySxNa26M5k4AKsxh BEGHm/FEvQL6N0TAtNOoSvG9/luRseWM0WYcLyYJVqZ8YnVahAbGBgSLXAnQH90= =ySVE -END PGP SIGNATURE- ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: minutes of ESC call ...
Michael Meeks wrote (20-12-13 10:36) > > On Thu, 2013-12-19 at 22:24 +0100, Cor Nouws wrote: >> Michael Meeks wrote (19-12-13 21:24) >>> * Pending Action Items: >>> + need design for copying styles between templates (Cor Nouws/other UX?) >>> cf. >>> http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01658.html >>> >>> http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01663.html >> >> Thanks for having that here. >> It's on my wish list (= portal to a todo list) to have a clear state of >> wishes etc, in this area. > > IIRC we had some ux-advise bugzilla bridge here, so presumably we could > queue all the open tasks and just query the UX component there for open > tasks ? Yes that would help. But for what I've seen, quite a number of issues around this, is not in a well triaged & clarified state. Some work to be done there first, IMO, to prevent something is missed. (And cleaning up bugzilla around certain tasks is a always good of course.) Cheers, Cor -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
build error in libdbaselo.so
Hi, FYI: fresh pull & make clean last night ... [build LNK] Library/libdbaselo.so /home/cono/src/git/libo_core/workdir/CxxObject/framework/source/services/urltransformer.o: file not recognized: File truncated collect2: error: ld returned 1 exit status make[1]: *** [/home/cono/src/git/libo_core/instdir/program/libfwklo.so] Error 1 make[1]: *** Waiting for unfinished tasks... make: *** [build] Error 2 Cheers, -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: minutes of ESC call ...
Michael Meeks wrote (19-12-13 21:24) > * Pending Action Items: > + need design for copying styles between templates (Cor Nouws/other UX?) > cf. > http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01658.html > > http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01663.html Thanks for having that here. It's on my wish list (= portal to a todo list) to have a clear state of wishes etc, in this area. Cheers, Cor -- - Cor Nouws - http://nl.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: officecfg/registry
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ae2a19fa846f533e6ec7d1bb9839a6a709862872 Author: Cor Nouws Date: Tue Nov 12 23:47:06 2013 +0100 fdo#59427 next step template menu: change string New Document.. to Manage TODO: uno:NewDoc sh/could be changed to, but lets fit that in future improvements/changes in this area Change-Id: I5e926afbd8cb714962091a973167c928adf0225a Reviewed-on: https://gerrit.libreoffice.org/6659 Reviewed-by: Björn Michaelsen Tested-by: Björn Michaelsen diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 7b539e1..a16b900 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1882,7 +1882,7 @@ - New Document From Template + Manage 1 ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
Re: Vendors Name via UNO API / Basic Macros
Hi Thomas, *, Thomas Krumbein wrote (14-11-13 09:21) Because in LO 4.1 we have some API-changes, macros should now have a version-switch. There are different methods to get the internal version-number - that is not a problem. But: The version number itself is not suffcient because AOO 4.1.0 will start soon and this version-number is identical to LO 4.1.0. For the DocumentInfo - that changed from 3.x to 4.x, I use the following: If HasUnoInterfaces(ThisComponent, "com.sun.star.document.XDocumentInfoSupplier") Then ' 3.x s = ThisComponent.Documentinfo.Keywords ' example Else s = ThisComponent.getDocumentProperties.Keywords(0) End If I've not yet been looking into details to possibly distinct between pré and after 4.1.0 for the Date . In general: Would be nice if for every API change there is something as I place above here, to check from e.g. the aivailable interface what to do. (Sidenote: the change in page formatting, that a page style can have different headers/footers on the first page in use, which is very positive for MsWord interoperability, may give a challenge too in code that manages printing: the page format as such could be used to distinct between various trays to print to. But that cannot be done in the same way now for documents using that feature ;) ) Cheers, Cor -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: menu question
Cor Nouws wrote (12-11-13 21:15) I'll provide a patch for the different text of the menu entry. https://gerrit.libreoffice.org/#/c/6659/ And maybe should update the Help too .. ? (hints for finding that appreciated ..) -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: menu question
Hi Caolan, Cor Nouws wrote (21-08-13 10:21) So, for you file->templates->save as template and file->templates->new doc from template do not bring up any dialogs ? They do for me. Yep. As from yesterday evening I have the 420alpha1 installed and I see that it works as expected there. (Was reported also by Thomas on the QA-list. So there must be something odd in my local repo...) I'll provide a patch for the different text of the menu entry. And maybe should update the Help too .. ? Cheers, -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: [libreoffice-projects] minutes of ESC call ...
Michael Meeks wrote (07-11-13 17:34) + Munich: mail-merge slowness callgrinded: + view layout fiddled with 6 million times for 2k documents or somesuch + why are we doing layout at all ? (Bjoern) Headers/footers & fields (in multi page documents) -- - Cor Nouws - http://nl.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] minutes of ESC call ...
Hi, Michael Meeks wrote (24-10-13 22:35) * Completed Action Items: [...] Already some time ago some action items dropped from this list, but that are not at all finished, only touched. I propose to add at least the next one again: " Cor Nouws wrote (22-05-13 23:30) Michael Meeks wrote (16-05-13 17:25) * Pending Action Items + need design for copying styles between templates (Astron/UX) + either in that dialog or a new dialog + also issue with only editing templates that are inthe mgr FYI: there is some work on this: http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01658.html + responses! (and this split thread http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01663.html ) State as per now: - one issue (editing templates) looks solved - ideas for second (copying styles) looks promising (but code difficulties for 'copying' what works in sw to sc may be there ;) ) - input for third (visibility of various) still welcome " -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: error in unit test
Cor Nouws wrote (21-10-13 23:53) Marcos Souza wrote (17-10-13 00:23) Now it worked for me... [...] @Cor, can you try this now? Do a pull and try to build again? Maybe do a make clean. I always do a make clean since I only do a build now and then... I'll tray again soon .. Indeed, it succeeded this time. Miracles ;) -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: error in unit test
Hi Thorsten, Thorsten Behrens wrote (17-10-13 00:09) Cor Nouws wrote: - Sixth pixel is not green Interesting - are you per chance running under some reduced color depth mode? It is possible that the bitmaps generated are not truecolor then. I'm not aware that I ever tweaked the color depth of my installation (and to be honest, can't even find it because Ubuntu does something different then /etc/X11/xorg.conf nowadays ;) Forum does give answer yet. ) But I'll try further .. -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: error in unit test
Hi Marcos, Marcos Souza wrote (17-10-13 00:23) Now it worked for me... I don't know why. I pulled this afternoon(in Brazil) and it worked. I did a make clean and compiled this again. Thanks a lot for helping me in this issue. @Cor, can you try this now? Do a pull and try to build again? Maybe do a make clean. I always do a make clean since I only do a build now and then... I'll tray again soon .. -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
error in unit test
Hi, Build error yesterday. Today fress pull and again make. Same error (below). Any simple suggestions? thanks - Cor [build DEP] LNK:Library/libsofficeapp.so [build LNK] Library/libsofficeapp.so warn:i18nlangtag:15610:1:i18nlangtag/source/languagetag/languagetag.cxx:674: LanguageTag::registerOnTheFly: not cross-inserted 0x51 for 'dz' have 'bo' canvasbitmaptest.cxx:183:Assertion Test name: (anonymous namespace)::CanvasBitmapTest::runTest assertion failed - Expression: pRGBStart[5].Red == vcl::unotools::toDoubleColor(aCol.GetRed()) & & pRGBStart[5].Green == vcl::unotools::toDoubleColor(aCol.GetGreen()) && pRGBSt art[5].Blue == vcl::unotools::toDoubleColor(aCol.GetBlue()) - Sixth pixel is not green Failures !!! Run: 2 Failure total: 1 Failures: 1 Errors: 0 warn:legacy.osl:15610:1:unotools/source/config/configmgr.cxx:167: OSL_ASSERT: items_.empty() Error: a unit test failed, please do one of: [] make[1]: *** [/home/cono/src/git/libo_core/workdir/unxlngi6/CppunitTest/vcl_complextext.test] Fout 1 make[1]: *** Wachten op onvoltooide taken... make: *** [build] Fout 2 -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
error in unit test
Hi, Build error yesterday. Today fress pull and again make. Same error (below). Any simple suggestions? thanks - Cor [build DEP] LNK:Library/libsofficeapp.so [build LNK] Library/libsofficeapp.so warn:i18nlangtag:15610:1:i18nlangtag/source/languagetag/languagetag.cxx:674: LanguageTag::registerOnTheFly: not cross-inserted 0x51 for 'dz' have 'bo' canvasbitmaptest.cxx:183:Assertion Test name: (anonymous namespace)::CanvasBitmapTest::runTest assertion failed - Expression: pRGBStart[5].Red == vcl::unotools::toDoubleColor(aCol.GetRed()) & & pRGBStart[5].Green == vcl::unotools::toDoubleColor(aCol.GetGreen()) && pRGBSt art[5].Blue == vcl::unotools::toDoubleColor(aCol.GetBlue()) - Sixth pixel is not green Failures !!! Run: 2 Failure total: 1 Failures: 1 Errors: 0 warn:legacy.osl:15610:1:unotools/source/config/configmgr.cxx:167: OSL_ASSERT: items_.empty() Error: a unit test failed, please do one of: [] make[1]: *** [/home/cono/src/git/libo_core/workdir/unxlngi6/CppunitTest/vcl_complextext.test] Fout 1 make[1]: *** Wachten op onvoltooide taken... make: *** [build] Fout 2 -- - Cor Nouws - http://nl.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] minutes of ESC call ...
Hi Michael, Of course I need to apologise for the inconvinient moment (all the work before the conference et cetera) that I posted the below - still I would appreiciate if it could be picked up ;) Cio, Cor Cor Nouws wrote (21-09-13 13:58) Hi Michael, Michael Meeks wrote (19-09-13 17:16) * Completed Action Items [...] + come up with a proposal on what still needs improving in sidebar land (Cor) [ in discussion on the list ] I missed that it was set as an AI, but OK ;) However, when it ís there... I would rather keep it open on the to do list, and only mark it completed when there is a (more or less) comprehensive proposal. The same applies for the topic Template Manager: where there was an AI for designs. That AI was marked as Completed at the moment that there was just the fist step in the process. But the whole task is still stalled and incomplete.. [from previous thread] Cor Nouws wrote (22-05-13 23:30) Michael Meeks wrote (16-05-13 17:25) * Pending Action Items + need design for copying styles between templates (Astron/UX) + either in that dialog or a new dialog + also issue with only editing templates that are in the mgr FYI: there is some work on this: http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01658.html + responses! (and this split thread http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01663.html ) State as per now: - one issue (editing templates) looks solved - ideas for second (copying styles) looks promising (but code difficulties for 'copying' what works in sw to sc may be there ;) ) - input for third (visibility of various) still welcome Cheers, Cor -- - Cor Nouws - http://nl.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] minutes of ESC call ...
bjoern wrote (03-10-13 18:27) On Thu, Oct 03, 2013 at 04:58:34PM +0100, Michael Meeks wrote: [...] AI: + ask Rob to turn 'regression' status off (Robinson) Given the "QA person has to confirm it is" requirement, how about not completely turning this of, but make the BSA e.g. add "possibleregression" to whiteboard status? That would: - keep queries to 'regression' keyword clean for devs - allows QA guys to query for 'possibleregression' and confirm/reject them (thus fasttracking real regressions to devs) Looks fine to me. Thanks for all the work and thinking on better&easier QA :) Cor -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: minutes of ESC face-to-face ...
Hi all, Michael Meeks wrote (25-09-13 02:30) * do developers have a good overview of bugs filed vs. their module ? (Cor) [...] + concern is that developers may overlook things (Cor) Idea was more to learn how that works for the people. Knowing that, helps me for exmaple to do less, or more effective work (skip actions that I may considered being covered by the way devs tend to act). Answers given were halepful in that respect :) Cheers Cor Great to meet here and have open and effective exchange of ideas ! -- - Cor Nouws - http://nl.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] minutes of ESC call ...
Hi Michael, Michael Meeks wrote (19-09-13 17:16) * Completed Action Items [...] + come up with a proposal on what still needs improving in sidebar land (Cor) [ in discussion on the list ] I missed that it was set as an AI, but OK ;) However, when it ís there... I would rather keep it open on the to do list, and only mark it completed when there is a (more or less) comprehensive proposal. The same applies for the topic Template Manager: where there was an AI for designs. That AI was marked as Completed at the moment that there was just the fist step in the process. But the whole task is still stalled and incomplete.. [from previous thread] Cor Nouws wrote (22-05-13 23:30) Michael Meeks wrote (16-05-13 17:25) * Pending Action Items + need design for copying styles between templates (Astron/UX) + either in that dialog or a new dialog + also issue with only editing templates that are in the mgr FYI: there is some work on this: http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01658.html + responses! (and this split thread http://www.mail-archive.com/libreoffice-ux-advise@lists.freedesktop.org/msg01663.html ) State as per now: - one issue (editing templates) looks solved - ideas for second (copying styles) looks promising (but code difficulties for 'copying' what works in sw to sc may be there ;) ) - input for third (visibility of various) still welcome Cheers, Cor -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: minutes of ESC call ...
Michael Meeks wrote (05-09-13 17:03) + come up with a proposal on what still needs improving in sidebar land (Astron) Published some thoughts on this (as promised lóng ago ;) ) http://lists.freedesktop.org/archives/libreoffice-ux-advise/2013-September/002323.html -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: menu question
Caolán McNamara wrote (16-08-13 16:41) So, for you file->templates->save as template and file->templates->new doc from template do not bring up any dialogs ? They do for me. Yep. Perhaps move your .config/libreoffice dir away for a second and see if there's a config problem with reusing an older config ? I use a clean userprofile already. (Will try to make some time later this week and contact via irc maybe) -- - Cor Nouws - http://nl.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: include/sfx2 officecfg/registry sc/uiconfig sd/uiconfig sw/uiconfig
include/sfx2/sfxcommands.h |1 + officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |5 + sc/uiconfig/scalc/menubar/menubar.xml|8 +++- sd/uiconfig/sdraw/menubar/menubar.xml|8 +++- sd/uiconfig/simpress/menubar/menubar.xml |8 +++- sw/uiconfig/sglobal/menubar/menubar.xml |8 +++- sw/uiconfig/sweb/menubar/menubar.xml |8 +++- sw/uiconfig/swform/menubar/menubar.xml |8 +++- sw/uiconfig/swreport/menubar/menubar.xml |8 +++- sw/uiconfig/swriter/menubar/menubar.xml |8 +++- sw/uiconfig/swxform/menubar/menubar.xml |8 +++- 11 files changed, 69 insertions(+), 9 deletions(-) New commits: commit 12a034623e015ca05b56c82ebb63230ce731bab4 Author: Cor Nouws Date: Fri Jun 14 17:35:25 2013 +0200 fdo#59427 first step for template menu takes care for File > Template > Save and File > Template > Manage however the menu for the latter comes from uno:NewDoc and thus has to be changed > TODO Change-Id: I0600847724fc5ccb3ef13d57355d8eb54970cc9b Reviewed-on: https://gerrit.libreoffice.org/4284 Reviewed-by: Noel Power Tested-by: Noel Power diff --git a/include/sfx2/sfxcommands.h b/include/sfx2/sfxcommands.h index 78cbd7a..4d4a9d3 100644 --- a/include/sfx2/sfxcommands.h +++ b/include/sfx2/sfxcommands.h @@ -50,6 +50,7 @@ #define CMD_SID_CHECKIN ".uno:CheckIn" #define CMD_SID_OPENURL ".uno:OpenUrl" #define CMD_SID_OPTIONS ".uno:Options" +#define CMD_SID_TEMPLATE_MENU ".uno:TemplateMenu" #define CMD_SID_ORGANIZER ".uno:Organizer" #define CMD_SID_PASTE ".uno:Paste" #define CMD_SID_PASTE_SPECIAL ".uno:PasteSpecial" diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 241e43e..809cee0 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -5594,6 +5594,11 @@ Template Manager + + + ~Templates + + Edit with External Tool diff --git a/sc/uiconfig/scalc/menubar/menubar.xml b/sc/uiconfig/scalc/menubar/menubar.xml index b217702..a45cf12 100644 --- a/sc/uiconfig/scalc/menubar/menubar.xml +++ b/sc/uiconfig/scalc/menubar/menubar.xml @@ -25,10 +25,16 @@ + + + + + + + - diff --git a/sd/uiconfig/sdraw/menubar/menubar.xml b/sd/uiconfig/sdraw/menubar/menubar.xml index 0f2d312..c3021faf 100644 --- a/sd/uiconfig/sdraw/menubar/menubar.xml +++ b/sd/uiconfig/sdraw/menubar/menubar.xml @@ -25,10 +25,16 @@ + + + + + + + - diff --git a/sd/uiconfig/simpress/menubar/menubar.xml b/sd/uiconfig/simpress/menubar/menubar.xml index 9ad2019..2fd3032 100644 --- a/sd/uiconfig/simpress/menubar/menubar.xml +++ b/sd/uiconfig/simpress/menubar/menubar.xml @@ -25,10 +25,16 @@ + + + + + + + - diff --git a/sw/uiconfig/sglobal/menubar/menubar.xml b/sw/uiconfig/sglobal/menubar/menubar.xml index 3c310f2..a72d86f 100644 --- a/sw/uiconfig/sglobal/menubar/menubar.xml +++ b/sw/uiconfig/sglobal/menubar/menubar.xml @@ -25,10 +25,16 @@ + + + + + + + - diff --git a/sw/uiconfig/sweb/menubar/menubar.xml b/sw/uiconfig/sweb/menubar/menubar.xml index 30229a7..3bec1a9 100644 --- a/sw/uiconfig/sweb/menubar/menubar.xml +++ b/sw/uiconfig/sweb/menubar/menubar.xml @@ -25,10 +25,16 @@ + + + + + + + - diff --git a/s
Re: menu question
Caolán McNamara wrote (14-06-13 17:25) Can you provide the full thing as a patch. A quick read through it suggest that it should have worked. Is here now: https://gerrit.libreoffice.org/4284 thanks, -- - Cor Nouws - http://nl.libreoffice.org - The Document Foundation Membership Committee Member ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[PATCH] fdo#59427 first step for template menu
t/menubar/menubar.xml +++ b/sw/uiconfig/swreport/menubar/menubar.xml @@ -25,10 +25,16 @@ + + + + + + + - diff --git a/sw/uiconfig/swriter/menubar/menubar.xml b/sw/uiconfig/swriter/menubar/menubar.xml index 618e757..71f9b4d 100644 --- a/sw/uiconfig/swriter/menubar/menubar.xml +++ b/sw/uiconfig/swriter/menubar/menubar.xml @@ -25,10 +25,16 @@ + + + + + + + - diff --git a/sw/uiconfig/swxform/menubar/menubar.xml b/sw/uiconfig/swxform/menubar/menubar.xml index e1d2c83..be5e2cd 100644 --- a/sw/uiconfig/swxform/menubar/menubar.xml +++ b/sw/uiconfig/swxform/menubar/menubar.xml @@ -25,10 +25,16 @@ + + + + + + + - -- To view, visit https://gerrit.libreoffice.org/4284 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0600847724fc5ccb3ef13d57355d8eb54970cc9b Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Cor Nouws ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice