officecfg/registry/schema/org/openoffice/Office/Common.xcs | 4 ++-- officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs | 1 - postprocess/signing/signing.pl | 1 + 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit b0e90e9b5deb19565fc60732621b215fcae77741 Author: Andras Timar <[email protected]> AuthorDate: Wed Apr 18 07:19:00 2018 -0700 Commit: Andras Timar <[email protected]> CommitDate: Mon Jan 16 14:31:40 2023 +0100 [cp] HACK: sleep before sign On Windows, with 16x parallel build, build-nocheck target fails, because it tries to sign a file that is already in use (gengal). Change-Id: Ic582334f2c02f5e38f49d048fc0425025ffeee41 Reviewed-on: https://gerrit.libreoffice.org/75235 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Andras Timar <[email protected]> diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl index 793900ca074c..80a9c01866a3 100644 --- a/postprocess/signing/signing.pl +++ b/postprocess/signing/signing.pl @@ -41,6 +41,7 @@ my @args = (); my @files_to_sign = (); #### main ##### +sleep(120); $myname = script_id(); if ( $#ARGV < 2 ) { usage(); commit e9c2f5d7fcd1a589e120aecc0de43fe07b33d885 Author: László Németh <[email protected]> AuthorDate: Mon Mar 26 22:08:26 2018 +0200 Commit: Andras Timar <[email protected]> CommitDate: Mon Jan 16 14:31:30 2023 +0100 [cp] tdf#116586 hu_AkH11 is not a default personal dictionary Reviewed-on: https://gerrit.libreoffice.org/51921 Reviewed-by: Andras Timar <[email protected]> Tested-by: Jenkins <[email protected]> (cherry picked from commit 2d08125e2ad971ac81ba8ca7a0af616e768372e6) Change-Id: Ib3ea432872d5bb729c9b56d66a9c338cff2bbf8b diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs index 2ecc4ae34804..b9d3382ecc33 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs @@ -214,7 +214,6 @@ <it>en-GB.dic</it> <it>sl.dic</it> <it>technical.dic</it> - <it>hu_AkH11.dic</it> </value> </prop> <prop oor:name="IsUseDictionaryList" oor:type="xs:boolean" oor:nillable="false"> commit 356308c149b89d8d9581174a87f727f1259acb77 Author: Mike Kaganski <[email protected]> AuthorDate: Sun May 7 09:29:00 2017 +0200 Commit: Andras Timar <[email protected]> CommitDate: Mon Jan 16 14:31:18 2023 +0100 [cp] tdf#107649: Try system credentials first by default Change-Id: I39f3cd85153f939c1a5ebd7c6830c0175328a966 Reviewed-on: https://gerrit.libreoffice.org/37335 Reviewed-by: Andras Timar <[email protected]> Tested-by: Andras Timar <[email protected]> (cherry picked from commit 0be936f739752ce773f1c77f2c1dab022af785f5) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113279 Tested-by: Mike Kaganski <[email protected]> Reviewed-by: Mike Kaganski <[email protected]> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 3d0741834b44..061576881380 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -989,7 +989,7 @@ automatically for all resources that support it (regardless of whether they are in "AuthenticateUsingSystemCredentials" list or not).</desc> </info> - <value>false</value> + <value>true</value> </prop> </group> <group oor:name="Dictionaries"> commit 81376a34b37bd05db671c25376e8cb0e01eed121 Author: Mike Kaganski <[email protected]> AuthorDate: Wed Sep 30 17:26:11 2020 +0200 Commit: Andras Timar <[email protected]> CommitDate: Mon Jan 16 14:31:12 2023 +0100 [cp] Disable BuiltInHelpNotInstalledPopUp by default Change-Id: Iac00c3d12113dfb66e3753c04a8e10f4802e5cfd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103661 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Andras Timar <[email protected]> (cherry picked from commit f1d6eb20ef0acb9c982c7d89e798cd77901283e8) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113278 Tested-by: Mike Kaganski <[email protected]> Reviewed-by: Mike Kaganski <[email protected]> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index ea175aabf532..3d0741834b44 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3668,7 +3668,7 @@ <info> <desc>Activates "Built-in help is not installed" pop-up</desc> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="HelpStyleSheet" oor:type="xs:string" oor:nillable="false"> <info>
