Re: bin_library_info script

2014-07-02 Thread Marina Latini



> 
> the error message is correct: "popd" does not take a directory parameter
> - fixed on master by commit
> ffa354e2defcdc86d93c257159f9428e276c2d2e

Thank you ;)

-- 
========
Marina Latini 
mar...@studiostorti.com


Studio Storti Srl
Viale Leonardo da Vinci, 18
36100 - Vicenza (VI)
http://www.studiostorti.com

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


Re: xmlsecurity build error

2014-07-13 Thread Marina Latini


- Messaggio originale -
> Da: "Michael Stahl" 
> A: "Marina Latini" , 
> LibreOffice@lists.freedesktop.org
> Inviato: Lunedì, 30 giugno 2014 13:20:30
> Oggetto: Re: xmlsecurity build error
> 
> 
> hello,
> 
> no idea what could cause this problem, as a wild guess please try if
> this patch avoids the problem:
> 
> https://gerrit.libreoffice.org/#/c/9939/
> 
> you can cherry-pick it to your local git checkout from the web UI by
> clicking on the Download button and then copying the command line after
> "Cherry-pick" and running that command.
> 

Tried without success (with master sources updated before the build). :(

[build CXX] xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx
/home/build/sources/LibreOffice/libreoffice/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx:
 In member function ‘virtual sal_Int32 
SecurityEnvironment_NssImpl::verifyCertificate(const 
com::sun::star::uno::Reference&, const 
com::sun::star::uno::Sequence
 >&)’:
/home/build/sources/LibreOffice/libreoffice/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx:732:66:
 error: ‘__CERT_NewTempCertificate’ was not declared in this scope
PR_TRUE  /* copyDER */);
  ^
make[1]: *** 
[/home/build/sources/LibreOffice/libreoffice/workdir/CxxObject/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.o]
 Errore 1
make[1]: *** Attesa per i processi non terminati


This is my autogen.lastrun

--prefix=/opt/LibreOfficeDev-20140713
--enable-ext-wiki-publisher
--enable-graphite
--enable-orcus
--enable-pch
--enable-epm
--enable-evolution2
--enable-avahi
--enable-symbols
--enable-crashdump
--enable-python=auto
--enable-gtk3
--enable-split-app-modules
--enable-split-opt-features
--disable-gio
--enable-gnome-vfs
--enable-telepathy
--enable-kde4
--enable-gstreamer
--enable-vlc
--enable-eot
--enable-icecream
--enable-extra-gallery
--enable-extra-template
--enable-extra-sample
--enable-extra-font
--enable-online-update
--enable-library-bin-tar
--enable-ext-validator
--enable-ext-barcode
--enable-ext-ct2n
--enable-ext-numbertext
--enable-ext-typo
--enable-ext-google-docs
--enable-ext-nlpsolver
--enable-ext-languagetool
--with-galleries=build
--with-theme=crystal default hicontrast human industrial oxygen sifr tango 
tango_testing
--with-epm=internal
--with-package-format=deb rpm
--with-help
--with-lang=it
--with-krb5
--with-branding=/home/build/sources/LibreOffice/graphics
--with-extra-buildid=Date:2014-07-13
--with-compat-oowrappers
--with-sun-templates
--with-parallelism=2
--with-boost=yes

I tried also to use the option --with-system-nss without success.
I'm building on Ubuntu 14.04 x86_64.
Any hints?

Thanks,
Marina

-- 

Marina Latini 
mar...@studiostorti.com


Studio Storti Srl
Viale Leonardo da Vinci, 18
36100 - Vicenza (VI)
http://www.studiostorti.com

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


rtf filter detection order

2014-07-28 Thread Marina Latini
Hi All,
Can someone point out some informations about the rtf filter detection order?
I know that Calc has its own rtf filter 
(https://bugs.freedesktop.org/show_bug.cgi?id=65017#c19).

Steps to reproduce:

1)  Start LibreOffice
2)  open a rtf document test.rtf
2a) create a test.rtf document with Writer
3)  close the document
4)  open a new blank spreadsheet
5)  now open the same test.rtf from File > Open

test.rtf is opened with Calc

I can't do the same test with MS Office but AOO opens a rtf file only with 
Writer, even if an instance of AOO Calc is active.
* AOO411m3(Build:9772)  -  Rev. 1611634
* 2014-07-18 15:06 - Linux x86_64

* AOO410m18(Build:9764)  -  Rev. 1589052
* 2014-04-22 12:11 - Linux x86_64

This is our bug or our feature?

Tests done on Ubuntu 14.04 x86_64 with LibreOffice:

* Version: 4.3.1.0.0+
* Build ID: 764fdb983d2fd0e24f56db987eba307ae5ae6eea
* TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-4-3, Time: 
2014-07-24_16:46:54

* Version: 4.3.0.3
* Build ID: 08ebe52789a201dd7d38ef653ef7a48925e7f9f7

* Version: 4.3.0.2
* Build ID: 14ed55896fdfcb93ff437b85c4f3e1923d2b1409

* Version: 4.2.6.2
* Build ID: 185f2ce4dcc34af9bd97dec29e6d42c39557298f

* Version: 4.2.6.1
* Build ID: 5fdddf655fba363e34f755715238d0943a44857e

* Version: 4.1.6.2
* Build ID: 40ff705089295be5be0aae9b15123f687c05b0a

Regards,
Marina

-- 
====
Marina Latini 
mar...@studiostorti.com


Studio Storti Srl
Viale Leonardo da Vinci, 18
36100 - Vicenza (VI)
http://www.studiostorti.com

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


Re: rtf filter detection order

2014-07-28 Thread Marina Latini


- Messaggio originale -
> Da: "Kohei Yoshida" 
> A: "Marina Latini" 
> Cc: libreoffice@lists.freedesktop.org
> Inviato: Lunedì, 28 luglio 2014 16:11:52
> Oggetto: Re: rtf filter detection order
> 
> 
> It's our (proud) feature, though as with any other features, some users
> may find it an annoying showstopper breaking their workflow yada yada
> yada, but we are not responsible for that. :-)
> 
> 

Hi Kohei, Maxim, All.
Thank you for the informations. 
I'm happy to find out that this is a feature. :)

Regards,
Marina

> 
> 
> 

-- 

Marina Latini 
mar...@studiostorti.com


Studio Storti Srl
Viale Leonardo da Vinci, 18
36100 - Vicenza (VI)
http://www.studiostorti.com

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


bin_library_info script

2014-06-29 Thread Marina Latini
Hi all,
JFYI, this is a frequent warning displayed while building master with sources 
updated today with git pull:

libreoffice/solenv/bin/bin_library_info.sh: line 38: popd: libreoffice: invalid 
argument popd: use: popd [-n] [+N | -N]

libreoffice/solenv/bin/bin_library_info.sh: line 51: popd: libreoffice: invalid 
argument popd: use: popd [-n] [+N | -N]

The involved functions are:

get_config_sha()
{
pushd ${SRCDIR?} > /dev/null
cat ${BUILDDIR?}/config_host.mk | git hash-object --stdin
popd ${SRCDIR?} > /dev/null
}

and

get_library_gbuild_sha()
{
local module="$1"

pushd ${SRCDIR?} > /dev/null
if [ -d "${SRCDIR}/external/${module?}" ] ; then
git ls-tree -d HEAD "external/${module?}" | cut -f 1 | cut -d " " -f 3
else
git ls-tree -d HEAD | "{module?}" | cut -f 1 | cut -d " " -f 3
fi
popd ${SRCDIR?} > /dev/null
}


Have a nice day and enjoy, today is friday ;)
Marina

-- 

Marina Latini 
mar...@studiostorti.com


Studio Storti Srl
Viale Leonardo da Vinci, 18
36100 - Vicenza (VI)
http://www.studiostorti.com

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


xmlsecurity build error

2014-06-29 Thread Marina Latini
hi all,

is this a known build error? I updated the master branch today with git pull.
http://pastebin.com/4NzPNaUC

Regards,
Marina

-- 

Marina Latini 
mar...@studiostorti.com


Studio Storti Srl
Viale Leonardo da Vinci, 18
36100 - Vicenza (VI)
http://www.studiostorti.com

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


[Libreoffice-commits] core.git: readlicense_oo/license

2017-09-21 Thread Marina Latini
 readlicense_oo/license/LICENSE  |2 +-
 readlicense_oo/license/LICENSE.fodt |2 +-
 readlicense_oo/license/LICENSE.html |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 29bb6d45dd0f8adef0612bea99b3df6de7a6e82b
Author: Marina Latini 
Date:   Wed Sep 20 14:46:25 2017 +0200

License date update

Updated the copyright date from 2014 to 2017

Change-Id: I9d2e6502c97bfa732ab636c9d47221a55d3cde56
Reviewed-on: https://gerrit.libreoffice.org/42547
Tested-by: Jenkins 
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/readlicense_oo/license/LICENSE b/readlicense_oo/license/LICENSE
index b693f984c3ef..54818c9d6283 100644
--- a/readlicense_oo/license/LICENSE
+++ b/readlicense_oo/license/LICENSE
@@ -14,7 +14,7 @@
All trademarks and registered trademarks mentioned herein are the
property of their respective owners.
 
-   Copyright © 2000, 2014 LibreOffice contributors. All rights reserved.
+   Copyright © 2000, 2017 LibreOffice contributors. All rights reserved.
 
This product is based on OpenOffice.org. Portions of this software are
copyright © 2000-2011, Oracle and/or its affiliates.
diff --git a/readlicense_oo/license/LICENSE.fodt 
b/readlicense_oo/license/LICENSE.fodt
index 48f3621c6971..e329d28f1f29 100644
--- a/readlicense_oo/license/LICENSE.fodt
+++ b/readlicense_oo/license/LICENSE.fodt
@@ -3127,7 +3127,7 @@
Jump to MPL Version 2
Third Party Code Additional copyright 
notices and license terms applicable to portions of the Software can be found 
below in this 
document.
All trademarks and registered trademarks 
mentioned herein are the property of their respective owners.
-   Copyright © 2000, 2014 LibreOffice 
contributors. All rights reserved.
+   Copyright © 2000, 2017 LibreOffice 
contributors. All rights reserved.
This product is based on OpenOffice.org. 
Portions of this software are copyright © 2000-2011, Oracle and/or its 
affiliates.
This product has been created by The 
Document Foundation, incorporating many modifications from different 
contributors, see http://www.libreoffice.org/"; text:style-name="Internet_20_link" 
text:visited-style-name="Visited_20_Internet_20_Link">http://www.libreoffice.org/
 for more details.
Note: Do not translate or 
localize this document. Only English version is legally binding.
diff --git a/readlicense_oo/license/LICENSE.html 
b/readlicense_oo/license/LICENSE.html
index f0229b73461e..52512cc8d05c 100644
--- a/readlicense_oo/license/LICENSE.html
+++ b/readlicense_oo/license/LICENSE.html
@@ -115,4 +115,4 @@
.Variable { font-style:italic; }

.Sect1 .T4  { }

... etc. - the rest is truncated
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Make error for barcode extension

2013-12-18 Thread Marina Latini
Hi all,
I've got a make error while trying to build from git source with the option 
--enable-ext-barcode.

here the output:
--
cd libreoffice/external/tarballs/tmp && wget --progress=dot:mega -Q 0 -P "." -l 
0 -nd -nH -N 
http://ooo.itc.hu/oxygenoffice/download/libreoffice/3ed18025a766f1e955707b969c8113a5-Barcode_1.3.5.0.oxt
 2>&1 | tee -a libreoffice/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ] 
&& SUM=`md5sum 3ed18025a766f1e955707b969c8113a5-Barcode_1.3.5.0.oxt | sed "s/ 
.*//"` && if test "$SUM" != "3ed18025a766f1e955707b969c8113a5"; then echo 
ERROR: expected checksum for 
3ed18025a766f1e955707b969c8113a5-Barcode_1.3.5.0.oxt is 
3ed18025a766f1e955707b969c8113a5 2>&1 | tee -a 
libreoffice/external/tarballs/fetch.log; false; fi && mv 
3ed18025a766f1e955707b969c8113a5-Barcode_1.3.5.0.oxt ../ 
--2013-12-18 13:28:47--  
http://ooo.itc.hu/oxygenoffice/download/libreoffice/3ed18025a766f1e955707b969c8113a5-Barcode_1.3.5.0.oxt
Risoluzione di ooo.itc.hu (ooo.itc.hu)... 91.208.36.36
Connessione a ooo.itc.hu (ooo.itc.hu)|91.208.36.36|:80... fallito: Connessione 
rifiutata.
make: *** [libreoffice/workdir/download] Errore 1
--

I think that the error is in Makefile.fetch at line 195:
,$(call 
fetch_Download_item,http://ooo.itc.hu/oxygenoffice/download/libreoffice,$(item)))

Regards,
Marina


Marina Latini 
mar...@studiostorti.com

Studio Storti Srl
Viale Leonardo da Vinci, 18
36100 - Vicenza (VI)
http://www.studiostorti.com

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


Re: Make error for barcode extension

2013-12-19 Thread Marina Latini
Hi All,
yes, now the download works fine. My internet connection is ok, the download of 
the other tarballs works. there was a problem with ooo.itc.hu. Two users on 
libreoffice-dev irc channel told me that this site often has connection 
problems.

Thank you for your time.
Have a nice day,
Marina


Marina Latini 
mar...@studiostorti.com

Studio Storti Srl
Viale Leonardo da Vinci, 18
36100 - Vicenza (VI)
http://www.studiostorti.com


- Messaggio originale -
Da: "Noel Grandin" 
A: "Marina Latini" , libreoffice@lists.freedesktop.org
Inviato: Giovedì, 19 dicembre 2013 7:53:38
Oggetto: Re: Make error for barcode extension

On 2013-12-18 14:40, Marina Latini wrote:
> Risoluzione di ooo.itc.hu (ooo.itc.hu)... 91.208.36.36
> Connessione a ooo.itc.hu (ooo.itc.hu)|91.208.36.36|:80... fallito: 
> Connessione rifiutata.
>

That looks like an internet connectivity problem.
Either your proxy stuff is not configured correctly, or the website on the 
other end was temporarily refusing connections.
I've just checked, and I can download that file now.

Disclaimer: http://www.peralex.com/disclaimer.html

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


deb packages in wrong path

2015-07-10 Thread Marina Latini
Hi all,

JFYI something is going wrong here:
http://download.documentfoundation.org/libreoffice/testing/4.4.5/deb/x86/

the x86_64 packages are in the wrong path.

best,
Marina

-- 
==
Marina Latini 
mar...@studiostorti.com


Studio Storti Srl
Viale Leonardo da Vinci, 18 36100 - Vicenza (VI)
Piazza San Nazaro in Brolo, 15 20122 - Milano (MI)
http://www.studiostorti.com
==
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2017-12-06 Thread Marina Latini
 sd/xml/layoutlist.xml |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1623caf67a0670f332fc45b9f25aac8818cad9a6
Author: Marina Latini 
Date:   Tue Dec 5 18:43:11 2017 +0100

tdf#101014 Keyboard between textboxes - part 2

Fixed the a11y issue in layout AUTOLAYOUT_TITLE_2CONTENT_CONTENT
now the selection via keyboard works as requested

Change-Id: I034776393c8cca68d5cb3702f12111a057d4134b
Reviewed-on: https://gerrit.libreoffice.org/45907
Tested-by: Jenkins 
Reviewed-by: Thorsten Behrens 

diff --git a/sd/xml/layoutlist.xml b/sd/xml/layoutlist.xml
index a7b12821b999..4d139ace483d 100644
--- a/sd/xml/layoutlist.xml
+++ b/sd/xml/layoutlist.xml
@@ -56,8 +56,8 @@
 
 
 
-
-
+
+
 
 
 
___
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' - 2 commits - sd/xml

2017-12-14 Thread Marina Latini
 sd/xml/layoutlist.xml |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 8582e9a837eb5bcf69ea5f82611e4a8cc3e67b98
Author: Marina Latini 
Date:   Tue Dec 5 18:43:11 2017 +0100

tdf#101014 Keyboard between textboxes - part 2

Fixed the a11y issue in layout AUTOLAYOUT_TITLE_2CONTENT_CONTENT
now the selection via keyboard works as requested

Change-Id: I034776393c8cca68d5cb3702f12111a057d4134b
Reviewed-on: https://gerrit.libreoffice.org/45907
Tested-by: Jenkins 
Reviewed-by: Thorsten Behrens 
(cherry picked from commit 1623caf67a0670f332fc45b9f25aac8818cad9a6)
Reviewed-on: https://gerrit.libreoffice.org/46421

diff --git a/sd/xml/layoutlist.xml b/sd/xml/layoutlist.xml
index a7b12821b999..4d139ace483d 100644
--- a/sd/xml/layoutlist.xml
+++ b/sd/xml/layoutlist.xml
@@ -56,8 +56,8 @@
 
 
 
-
-
+
+
 
 
 
commit 08d050776d98022591ec55ea19850b68280b768e
Author: Marina Latini 
Date:   Fri Dec 1 10:01:27 2017 +0100

tdf#101014 Keyboard navigation between textboxes

The tab sequence in layouts AUTOLAYOUT_TITLE_4CONTENT and
AUTOLAYOUT_TITLE_6CONTENT has been modified from left to right on each
line for a better a11y

Change-Id: I92379358860d6866414ceda430a9bd90b63e2743
Reviewed-on: https://gerrit.libreoffice.org/45638
Tested-by: Jenkins 
Reviewed-by: Katarina Behrens 
(cherry picked from commit dccfe8765c25caf8485e659711a6df6c43ed63a9)
Reviewed-on: https://gerrit.libreoffice.org/46420
Reviewed-by: Thorsten Behrens 

diff --git a/sd/xml/layoutlist.xml b/sd/xml/layoutlist.xml
index c458b11507b0..a7b12821b999 100644
--- a/sd/xml/layoutlist.xml
+++ b/sd/xml/layoutlist.xml
@@ -31,8 +31,8 @@
 
 
 
-
-
+
+
 
 
 
@@ -45,9 +45,9 @@
 
 
 
-
+
 
-
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-11-30 Thread Marina Latini
 extras/source/autotext/lang/it/standard/TE/TE.xml |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c0bad92c51ec818ce540f8581cb13575fe09afe4
Author: Marina Latini 
Date:   Thu Nov 30 23:30:12 2017 +0100

Typo in Italian autotext

Fixed a typo in Italian autotext TE

Change-Id: Ied020950669930ef657a9269ced7168d64f4313e
Reviewed-on: https://gerrit.libreoffice.org/45627
Reviewed-by: Julien Nabet 
Tested-by: Julien Nabet 

diff --git a/extras/source/autotext/lang/it/standard/TE/TE.xml 
b/extras/source/autotext/lang/it/standard/TE/TE.xml
index f750d22471f0..69dbfad67ed3 100644
--- a/extras/source/autotext/lang/it/standard/TE/TE.xml
+++ b/extras/source/autotext/lang/it/standard/TE/TE.xml
@@ -2,6 +2,6 @@
 
 http://openoffice.org/2000/office"; 
xmlns:text="http://openoffice.org/2000/text";>
  
-  Udì dei passi leggeri dietro di sé. Non prometteva niente d buono. 
Chi poteva seguirlo a quell'ora della notte e per di più in una strada 
stretta nel quartiere malfamato del porto? Proprio adesso, quando sembrava che 
la sua vita avesse preso una svolta diversa e voleva sparire con il malloppo! 
Forse uno dei suoi colleghi aveva avuto la stessa idea, lo aveva osservato e 
aspettato per alleggerirlo del frutto del suo lavoro. Oppure era solo uno dei 
tanti tutori della legge che aspettava il momento propizio per mettergli le 
manette. Già gli sembrava di udire il "mani in alto!" Si guardò 
intorno. Improvvisamente notò la piccola entrata e si voltò di scatto a 
destra e scomparve tra i due edifici, scontrandosi quasi con i bidoni della 
spazzatura posti in mezzo alla strada. Cercò di trovare una via d'uscita 
nell'oscurità, ma si rese conto che non c'era altra via che quella 
già percorsa attraverso il cortiletto. I passi alle sue spalle si fac
 evano sempre più vicini, finché vide una forma scura girare l'angolo. I 
suoi occhi scrutavano febbrilmente l'oscurità in cerca di una via 
d'uscita. Era questa la fine di tutto? Era stato tutto inutile? La fatica 
e tutti i preparativi... Si accostò tutto alla parete e sperò che 
l'inseguitore non si accorgesse del suo nascondiglio quando una porta 
accanto a lui si aprì all'improvviso sospinta dal vento notturno. Forse 
quella porta era la risposta ai suoi dubbi. Cominciò a muoversi lentamente in 
direzione dell'uscita spingendosi contro il muro. Ma quella porta era 
davvero la via della salvezza?
+  Udì dei passi leggeri dietro di sé. Non prometteva niente di 
buono. Chi poteva seguirlo a quell'ora della notte e per di più in una 
strada stretta nel quartiere malfamato del porto? Proprio adesso, quando 
sembrava che la sua vita avesse preso una svolta diversa e voleva sparire con 
il malloppo! Forse uno dei suoi colleghi aveva avuto la stessa idea, lo aveva 
osservato e aspettato per alleggerirlo del frutto del suo lavoro. Oppure era 
solo uno dei tanti tutori della legge che aspettava il momento propizio per 
mettergli le manette. Già gli sembrava di udire il "mani in alto!" 
Si guardò intorno. Improvvisamente notò la piccola entrata e si voltò di 
scatto a destra e scomparve tra i due edifici, scontrandosi quasi con i bidoni 
della spazzatura posti in mezzo alla strada. Cercò di trovare una via 
d'uscita nell'oscurità, ma si rese conto che non c'era altra 
via che quella già percorsa attraverso il cortiletto. I passi alle sue spalle 
si fa
 cevano sempre più vicini, finché vide una forma scura girare l'angolo. 
I suoi occhi scrutavano febbrilmente l'oscurità in cerca di una via 
d'uscita. Era questa la fine di tutto? Era stato tutto inutile? La fatica 
e tutti i preparativi... Si accostò tutto alla parete e sperò che 
l'inseguitore non si accorgesse del suo nascondiglio quando una porta 
accanto a lui si aprì all'improvviso sospinta dal vento notturno. Forse 
quella porta era la risposta ai suoi dubbi. Cominciò a muoversi lentamente in 
direzione dell'uscita spingendosi contro il muro. Ma quella porta era 
davvero la via della salvezza?
  
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-12-01 Thread Marina Latini
 sd/xml/layoutlist.xml |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit dccfe8765c25caf8485e659711a6df6c43ed63a9
Author: Marina Latini 
Date:   Fri Dec 1 10:01:27 2017 +0100

tdf#101014 Keyboard navigation between textboxes

The tab sequence in layouts AUTOLAYOUT_TITLE_4CONTENT and
AUTOLAYOUT_TITLE_6CONTENT has been modified from left to right on each
line for a better a11y

Change-Id: I92379358860d6866414ceda430a9bd90b63e2743
Reviewed-on: https://gerrit.libreoffice.org/45638
Tested-by: Jenkins 
Reviewed-by: Katarina Behrens 

diff --git a/sd/xml/layoutlist.xml b/sd/xml/layoutlist.xml
index c458b11507b0..a7b12821b999 100644
--- a/sd/xml/layoutlist.xml
+++ b/sd/xml/layoutlist.xml
@@ -31,8 +31,8 @@
 
 
 
-
-
+
+
 
 
 
@@ -45,9 +45,9 @@
 
 
 
-
+
 
-
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Tinderbox 'Linux-rpm_deb-x86_64@46-TDF' seems stuck

2014-08-01 Thread Marina Latini
Hi All,

the latest daily build available from this machine was on July 30th.
@Cloph, can you check it out?

Best,
Marina

-- 

Marina Latini 
mar...@studiostorti.com


Studio Storti Srl
Viale Leonardo da Vinci, 18
36100 - Vicenza (VI)
http://www.studiostorti.com

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


Re: Tinderbox 'Linux-rpm_deb-x86_64@46-TDF' seems stuck

2014-08-04 Thread Marina Latini
Hi all,
we have no more rpm/deb packages from the Tinderbox number 46.
Where can I find a daily build of the master branch for a GNU/linux x86_64 OS 
with .debs package system?
Are there alternatives?

Best,
Marina

-- 

Marina Latini 
mar...@studiostorti.com


Studio Storti Srl
Viale Leonardo da Vinci, 18
36100 - Vicenza (VI)
http://www.studiostorti.com

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


Re: [libreoffice-projects] Program Committee for LibOCon

2016-02-03 Thread Marina Latini

Il 02.02.2016 11:49 Sophie ha scritto:

Hi all,



Hi Sophie


As each year, it's time to form the Program Committee. We need at least
3 or 4 persons available to review the talks proposed by the community,
sort and organize them and then manage the conference program.

*Important note*: you need to be available during July and August as
these are the months during which we set the program.



Count me in!
All the best,
Marina

--
Marina Latini
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] Interoperability Test File

2015-08-25 Thread Marina Latini


- Messaggio originale -
> Da: "Joel Madero" 
> A: "libreoffice-dev" , "Libreoffice-qa" 
> 
> Inviato: Martedì, 25 agosto 2015 6:04:59
> Oggetto: [Libreoffice-qa] Interoperability Test File
> 
> Hi All,

Hi Joel, All,

> 
> I don't know if anyone has a repository of test files for
> interoperability but one of our great users provided a test file and
> reported a whole slew of interop bugs about it.
> 
> https://bugs.documentfoundation.org/attachment.cgi?id=118139
> 
> Bug #'s
> https://bugs.documentfoundation.org/show_bug.cgi?id=93637

bibisected :)

Best,
Marina

-- 
==
Marina Latini 
mar...@studiostorti.com


Studio Storti Srl
Via dell'industria, 8 36040 - Torri di Quartesolo (VI)
Piazza San Nazaro in Brolo, 15 20122 - Milano (MI)
http://www.studiostorti.com
==
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: vcl/opengl

2016-11-10 Thread Marina Latini
 vcl/opengl/opengl_blacklist_windows.xml |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 5e416099f088a2f8a8980e08e3d5b731da0a6d9c
Author: Marina Latini 
Date:   Thu Nov 10 14:34:00 2016 +0100

Windows 8 driver blacklist

Blacklisted intel driver for graphics card Intel(R) HD Graphics 4000 for 
Windows 8.
With this card LibreOffice won't start.

Change-Id: I3f4e04da7b4d61bddb1e755771b6a9538b596c51
Signed-off-by: Marina Latini 
Reviewed-on: https://gerrit.libreoffice.org/30754
Reviewed-by: jan iversen 
Tested-by: jan iversen 

diff --git a/vcl/opengl/opengl_blacklist_windows.xml 
b/vcl/opengl/opengl_blacklist_windows.xml
index 8596f7a..eb1cfc3 100644
--- a/vcl/opengl/opengl_blacklist_windows.xml
+++ b/vcl/opengl/opengl_blacklist_windows.xml
@@ -31,6 +31,9 @@
 
 
 
+
+
+
  
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Marina Latini license statement

2016-11-13 Thread Marina Latini
All of my past & future contributions to LibreOffice may be licensed under the 
MPLv2/LGPLv3+ dual license.

-- 
Marina Latini 
IRC: deneb_alpha on Freenode
GPG key "ID" 0xF010C774 - DAEC 51E7 4316 5FAE EAE0  F256 3DB8 2837 F010 C774
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: bin/removetooltip_markups.sh

2016-12-08 Thread Marina Latini
 bin/removetooltip_markups.sh |   32 +++-
 1 file changed, 31 insertions(+), 1 deletion(-)

New commits:
commit d3c3f15c3266411266c461103f9098e426f42a80
Author: Marina Latini 
Date:   Sun Dec 4 14:39:07 2016 +0100

tdf#102784 Patch 1 - Enhance removetooltip_markups.sh script with checks

This is the first part of this heasy hack. The script parses all the .ui
files checking the existence of tooltip_markup and tooltip_text
properties. If the ui file contains a tooltip_markup property and the
related tooltip_text one, it removes the tooltip_markup line and add the
deletion in a log file. If the ui file contains only a tooltip_markup
propery the script rename it via sed in tooltip_text adding the renaming
in a log file.

Change-Id: I1f027e11c7a2a91596511e2def5f4b850e14fad4
Signed-off-by: Marina Latini 
Reviewed-on: https://gerrit.libreoffice.org/31596
Tested-by: Jenkins 
Tested-by: jan iversen 
Reviewed-by: jan iversen 

diff --git a/bin/removetooltip_markups.sh b/bin/removetooltip_markups.sh
index f7c91b6..5699fce 100755
--- a/bin/removetooltip_markups.sh
+++ b/bin/removetooltip_markups.sh
@@ -10,15 +10,45 @@
 # Run the script in the core directory to remove all tooltip_markup
 # properties from the .ui files
 
+SED_BIN=`which sed`
+CUT_BIN=`which cut`
+LOG_FILE="modified-$(date +%s).log"
+
 removeTooltipMarkup()
 {
+LINE=$(grep -n " temp && mv temp $1
+echo "removed $TEXT from $1 at line $LINE" >> $LOG_FILE
+}
+
+changeTooltipMarkup()
+{
+   LINE=$(grep -n " temp && mv temp $1
+   echo "renamed tooltip_markup from $1 at line $LINE" >> $LOG_FILE
+}
+
+checkTooltipMarkup()
+{
+   TEXT=`grep " $LOG_FILE
 for i in **/*.ui; do
 echo -n "."
-removeTooltipMarkup "$i"
+checkTooltipMarkup "$i"
 done
 
 echo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: .git-hooks/pre-commit

2016-12-08 Thread Marina Latini
 .git-hooks/pre-commit |4 
 1 file changed, 4 insertions(+)

New commits:
commit 4f92098da726ec7afbbda54f2b21c29099b622af
Author: Marina Latini 
Date:   Wed Dec 7 18:46:34 2016 +0100

tdf#102784 - Enhance git pre-commit hook

This pre-commit hook prevents the commit of ui files with tooltip_markup 
property

Change-Id: I70d6f90fc36e782c290f35f0cc9415b9fa96495b
Signed-off-by: Marina Latini 
Reviewed-on: https://gerrit.libreoffice.org/31735
Tested-by: Jenkins 
Reviewed-by: Muhammet Kara 
Tested-by: Muhammet Kara 
Reviewed-by: jan iversen 

diff --git a/.git-hooks/pre-commit b/.git-hooks/pre-commit
index e7b647e..dc13d2a 100755
--- a/.git-hooks/pre-commit
+++ b/.git-hooks/pre-commit
@@ -88,6 +88,10 @@ sub check_whitespaces($)
 {
 bad_line("use font attributes instead of use-markup", $_, 
$src_limited);
 }
+if (/https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-10-28 Thread Marina Latini (via logerrit)
 dictionaries |2 -
 sw/qa/extras/ooxmlexport/data/tdf132149_pgBreak2.odt |binary
 sw/qa/extras/ooxmlexport/ooxmlexport15.cxx   |   24 ---
 sw/source/filter/ww8/wrtw8nds.cxx|   15 ---
 4 files changed, 33 insertions(+), 8 deletions(-)

New commits:
commit 996cb4e64c8e7c4757695334c781efe8816caffc
Author: Marina Latini 
AuthorDate: Wed Oct 28 11:37:27 2020 +0200
Commit: Gerrit Code Review 
CommitDate: Wed Oct 28 10:37:27 2020 +0100

Update git submodules

* Update dictionaries from branch 'master'
  to b75fdcfc8695ba95d624d348fa580ccbc2eff9ce
  - Italian Writing Aids extension forked by LibreItalia.

See CHANGELOG.txt for more details.

Change-Id: Id033e666ba8ef80efd72a22cc68772e1c1e67141
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/104701
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/dictionaries b/dictionaries
index 8cd579e3a67a..b75fdcfc8695 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 8cd579e3a67ab36040501138d17c647db24547a0
+Subproject commit b75fdcfc8695ba95d624d348fa580ccbc2eff9ce
commit 284f7e255c74c17c0c6b263303f4567b5678
Author: Justin Luth 
AuthorDate: Fri Aug 28 15:32:11 2020 +0300
Commit: Miklos Vajna 
CommitDate: Wed Oct 28 10:37:15 2020 +0100

tdf#132149 ww8export: respect ginormous paragraphs

This handles the extremely unlikely case where
a single paragraph contains multiple soft-page-breaks
from spanning more than two pages.

But it makes the unit tests I designed look much
better, so I am happy. I think it might help to
make the code slightly more understandable too,
and it convinces me that I am understanding
this section as I write multiple fixes against it.
[Better evidence than all of this is that Michael Stahl
came the the same conclusion from a code read - I just
beat him to it.]

(P.S. It isn't enough to change CurrentPageDesc, because
that is reset from rNode.FindPageDesc on every WriteText.
So the effective pageDesc needs to be kept track of.)

Change-Id: I5852e90571a74f3df4362caf058f7960f413dad3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101545
Tested-by: Jenkins
Reviewed-by: Justin Luth 
Reviewed-by: Miklos Vajna 

diff --git a/sw/qa/extras/ooxmlexport/data/tdf132149_pgBreak2.odt 
b/sw/qa/extras/ooxmlexport/data/tdf132149_pgBreak2.odt
new file mode 100644
index ..afa7961cb23f
Binary files /dev/null and 
b/sw/qa/extras/ooxmlexport/data/tdf132149_pgBreak2.odt differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
index 65286eaa08b8..a9618eb20145 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
@@ -13,6 +13,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -535,11 +536,28 @@ DECLARE_OOXMLEXPORT_TEST(testTdf132149_pgBreak, 
"tdf132149_pgBreak.odt")
 assertXPath(pDump, "//page[2]/infos/bounds", "width", "5953");  //portrait
 // This two-line 3rd page ought not to exist. DID YOU FIX ME? The real 
page 3 should be "8391" landscape.
 assertXPath(pDump, "//page[3]/infos/bounds", "width", "5953");
+// This really ought to be on odd page 3, but now it is on odd page 5.
+assertXPath(pDump, "//page[5]/infos/bounds", "width", "8391");
+assertXPath(pDump, "//page[5]/infos/prtBounds", "right", "6122");  //Left 
page style
 
 
-//Page break is not lost. This SHOULD be on page 4, but sadly it is not.
-assertXPathContent(pDump, "//page[5]/header/txt", "First Page Style");
-CPPUNIT_ASSERT(getXPathContent(pDump, 
"//page[5]/body/txt").startsWith("Lorem ipsum"));
+//Page style change here must not be lost. This SHOULD be on page 4, but 
sadly it is not.
+assertXPathContent(pDump, "//page[6]/header/txt", "First Page Style");
+CPPUNIT_ASSERT(getXPath(pDump, "//page[6]/body/txt[1]/Text[1]", 
"Portion").startsWith("Lorem ipsum"));
+}
+
+DECLARE_OOXMLEXPORT_TEST(testTdf132149_pgBreak2, "tdf132149_pgBreak2.odt")
+{
+// This 3 page document is designed to visually exaggerate the problems
+// of emulating LO's followed-by-page-style into MSWord's sections.
+
+// The only specified page style change should be between page 1 and 2.
+// When the first paragraph was split into 3, each paragraph specified a 
page break. The last was unnecessary.
+uno::Reference xParaThree(getParagraph(3), 
uno::UNO_QUERY_THROW);
+CPPUNIT_ASSERT_EQUAL(uno::Any(), 
xParaThree->ge

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - 13 commits - brand/cib configure.ac desktop/source download.lst external/curl icon-themes/cib instsetoo_native/inc_common instseto

2019-06-04 Thread Marina Latini (CIB) (via logerrit)
Rebased ref, commits from common ancestor:
commit 4e61eb25cc3013ce7b48f2eafc7784bf880b9395
Author: Marina Latini (CIB) 
AuthorDate: Mon May 20 15:18:34 2019 +0200
Commit: Katarina Behrens 
CommitDate: Tue Jun 4 16:23:01 2019 +0200

Final CIB branding and last edits to config files

Change-Id: Id583453910f50839dbe1f114afc5c6a4aa6c2e07

diff --git a/brand/cib/Image.svg b/brand/cib/Image.svg
new file mode 100644
index ..369941585b61
--- /dev/null
+++ b/brand/cib/Image.svg
@@ -0,0 +1,306 @@
+
+
+
+http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 162 312"
+   xml:space="preserve"
+   id="svg3336"
+   inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+   sodipodi:docname="Image.svg"
+   width="162"
+   height="312"
+   
inkscape:export-filename="C:\cygwin\home\Marina\lode\dev\FLOSS-194\instsetoo_native\inc_common\windows\msi_templates\Binary\ImageBanner.bmp.png"
+   inkscape:export-xdpi="96"
+   inkscape:export-ydpi="96">image/svg+xmlhttp://purl.org/dc/dcmitype/StillImage"; 
/>
+  .cls-1 {
+fill: #961e29;
+  }
+
+  .cls-2 {
+fill: #fff;
+  }
+
+  .cls-1 {
+fill: #961e29;
+  }
+
+  .cls-2 {
+fill: #fff;
+  }
+
+
+   .st0{display:none;}
+   .st1{display:inline;}
+   .st2{fill:#5FA243;}
+   .st3{fill:#FF;}
+   .st4{fill-rule:evenodd;clip-rule:evenodd;fill:#FF;}
+   .st5{fill:#C12521;}
+   .st6{clip-path:url(#SVGID_2_);fill:#FF;}
+   .st7{display:inline;fill:#5FA243;}
+   .st8{display:inline;fill:#C12521;}
+   .st9{display:inline;fill:#FF;}
+   .st10{clip-path:url(#SVGID_4_);fill:#FF;}
+   .st11{font-family:'CIBUnit';}
+   .st12{font-size:17px;}
+
+
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   powered
 by
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/brand/cib/banner.svg b/brand/cib/banner.svg
new file mode 100644
index ..9b03d38ea183
--- /dev/null
+++ b/brand/cib/banner.svg
@@ -0,0 +1,306 @@
+
+
+
+http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 499 58"
+   xml:space="preserve"
+   id="svg3336"
+   inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+   sodipodi:docname="banner.svg"
+   width="499"
+   height="58"
+   
inkscape:export-filename="C:\cygwin\home\Marina\lode\dev\FLOSS-194\brand\cib\intro-highres.png"
+   inkscape:export-xdpi="96"
+   inkscape:export-ydpi="96">image/svg+xmlhttp://purl.org/dc/dcmitype/StillImage"; 
/>
+  .cls-1 {
+fill: #961e29;
+  }
+
+  .cls-2 {
+fill: #fff;
+  }
+
+  .cls-1 {
+fill: #961e29;
+  }
+
+  .cls-2 {
+fill: #fff;
+  }
+
+
+   .st0{display:none;}
+   .st1{display:inline;}
+   

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - 3 commits - brand/cib configure.ac icon-themes/cib icon-themes/cib_svg instsetoo_native/util sysui/desktop

2019-06-05 Thread Marina Latini (CIB) (via logerrit)
Rebased ref, commits from common ancestor:
commit 202bf0d5bac6cb03196b4ca7ab974bae089beab5
Author: Marina Latini (CIB) 
AuthorDate: Mon May 20 15:18:34 2019 +0200
Commit: Katarina Behrens 
CommitDate: Wed Jun 5 14:11:08 2019 +0200

Final CIB branding and last edits to config files

Change-Id: Id583453910f50839dbe1f114afc5c6a4aa6c2e07

diff --git a/brand/cib/Image.svg b/brand/cib/Image.svg
new file mode 100644
index ..369941585b61
--- /dev/null
+++ b/brand/cib/Image.svg
@@ -0,0 +1,306 @@
+
+
+
+http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 162 312"
+   xml:space="preserve"
+   id="svg3336"
+   inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+   sodipodi:docname="Image.svg"
+   width="162"
+   height="312"
+   
inkscape:export-filename="C:\cygwin\home\Marina\lode\dev\FLOSS-194\instsetoo_native\inc_common\windows\msi_templates\Binary\ImageBanner.bmp.png"
+   inkscape:export-xdpi="96"
+   inkscape:export-ydpi="96">image/svg+xmlhttp://purl.org/dc/dcmitype/StillImage"; 
/>
+  .cls-1 {
+fill: #961e29;
+  }
+
+  .cls-2 {
+fill: #fff;
+  }
+
+  .cls-1 {
+fill: #961e29;
+  }
+
+  .cls-2 {
+fill: #fff;
+  }
+
+
+   .st0{display:none;}
+   .st1{display:inline;}
+   .st2{fill:#5FA243;}
+   .st3{fill:#FF;}
+   .st4{fill-rule:evenodd;clip-rule:evenodd;fill:#FF;}
+   .st5{fill:#C12521;}
+   .st6{clip-path:url(#SVGID_2_);fill:#FF;}
+   .st7{display:inline;fill:#5FA243;}
+   .st8{display:inline;fill:#C12521;}
+   .st9{display:inline;fill:#FF;}
+   .st10{clip-path:url(#SVGID_4_);fill:#FF;}
+   .st11{font-family:'CIBUnit';}
+   .st12{font-size:17px;}
+
+
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   powered
 by
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/brand/cib/banner.svg b/brand/cib/banner.svg
new file mode 100644
index ..9b03d38ea183
--- /dev/null
+++ b/brand/cib/banner.svg
@@ -0,0 +1,306 @@
+
+
+
+http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 499 58"
+   xml:space="preserve"
+   id="svg3336"
+   inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+   sodipodi:docname="banner.svg"
+   width="499"
+   height="58"
+   
inkscape:export-filename="C:\cygwin\home\Marina\lode\dev\FLOSS-194\brand\cib\intro-highres.png"
+   inkscape:export-xdpi="96"
+   inkscape:export-ydpi="96">image/svg+xmlhttp://purl.org/dc/dcmitype/StillImage"; 
/>
+  .cls-1 {
+fill: #961e29;
+  }
+
+  .cls-2 {
+fill: #fff;
+  }
+
+  .cls-1 {
+fill: #961e29;
+  }
+
+  .cls-2 {
+fill: #fff;
+  }
+
+
+   .st0{display:none;}
+   .st1{display:inline;}
+   

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - 4 commits - configure.ac icon-themes/breeze icon-themes/colibre icon-themes/elementary icon-themes/karasa_jaga icon-themes/sifr ic

2019-08-14 Thread Marina Latini (CIB) (via logerrit)
 configure.ac   |4 
 icon-themes/breeze/sfx2/res/logo.png   |binary
 icon-themes/breeze/sfx2/res/startcenter-logo.png   |binary
 icon-themes/colibre/sfx2/res/logo.png  |binary
 icon-themes/colibre/sfx2/res/startcenter-logo.png  |binary
 icon-themes/elementary/sfx2/res/logo.png   |binary
 icon-themes/elementary/sfx2/res/startcenter-logo.png   |binary
 icon-themes/karasa_jaga/sfx2/res/logo.png  |binary
 icon-themes/karasa_jaga/sfx2/res/startcenter-logo.png  |binary
 icon-themes/sifr/sfx2/res/logo.png |binary
 icon-themes/sifr/sfx2/res/startcenter-logo.png |binary
 icon-themes/tango/sfx2/res/logo.png|binary
 icon-themes/tango/sfx2/res/startcenter-logo.png|binary
 instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf  |   62 -
 instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt  |  578 
+-
 instsetoo_native/inc_openoffice/windows/msi_templates/Dialog.idt   |   62 -
 instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt |2 
 instsetoo_native/inc_openoffice/windows/msi_templates/TextStyl.idt |   25 
 instsetoo_native/util/openoffice.lst.in|6 
 19 files changed, 360 insertions(+), 379 deletions(-)

New commits:
commit 1dc18167121cc1931893e5b48f3bf8c5426023cf
Author: Marina Latini (CIB) 
AuthorDate: Thu Jul 25 09:16:58 2019 +0200
Commit: Thorsten Behrens 
CommitDate: Wed Aug 14 17:00:47 2019 +0200

Branded logo for the startcenter

All the icon-themes are now using the CIB logo
in the start center.
The CIB icon set is including only the logo
and the start center banner.
That theme can be used also for custom builds
where are required different logos.

Change-Id: If5bbf5899088af0e1f37c0a56b74ab399b10b5e0

diff --git a/icon-themes/breeze/sfx2/res/logo.png 
b/icon-themes/breeze/sfx2/res/logo.png
new file mode 100755
index ..ace737a89fd9
Binary files /dev/null and b/icon-themes/breeze/sfx2/res/logo.png differ
diff --git a/icon-themes/breeze/sfx2/res/startcenter-logo.png 
b/icon-themes/breeze/sfx2/res/startcenter-logo.png
new file mode 100755
index ..17ae1e937963
Binary files /dev/null and b/icon-themes/breeze/sfx2/res/startcenter-logo.png 
differ
diff --git a/icon-themes/colibre/sfx2/res/logo.png 
b/icon-themes/colibre/sfx2/res/logo.png
index 3ae20b710bba..ace737a89fd9 100644
Binary files a/icon-themes/colibre/sfx2/res/logo.png and 
b/icon-themes/colibre/sfx2/res/logo.png differ
diff --git a/icon-themes/colibre/sfx2/res/startcenter-logo.png 
b/icon-themes/colibre/sfx2/res/startcenter-logo.png
index 78bc4ebd9e20..17ae1e937963 100644
Binary files a/icon-themes/colibre/sfx2/res/startcenter-logo.png and 
b/icon-themes/colibre/sfx2/res/startcenter-logo.png differ
diff --git a/icon-themes/elementary/sfx2/res/logo.png 
b/icon-themes/elementary/sfx2/res/logo.png
new file mode 100755
index ..ace737a89fd9
Binary files /dev/null and b/icon-themes/elementary/sfx2/res/logo.png differ
diff --git a/icon-themes/elementary/sfx2/res/startcenter-logo.png 
b/icon-themes/elementary/sfx2/res/startcenter-logo.png
index de93baa47a99..17ae1e937963 100644
Binary files a/icon-themes/elementary/sfx2/res/startcenter-logo.png and 
b/icon-themes/elementary/sfx2/res/startcenter-logo.png differ
diff --git a/icon-themes/karasa_jaga/sfx2/res/logo.png 
b/icon-themes/karasa_jaga/sfx2/res/logo.png
index 9ba6ac0d..ace737a89fd9 100644
Binary files a/icon-themes/karasa_jaga/sfx2/res/logo.png and 
b/icon-themes/karasa_jaga/sfx2/res/logo.png differ
diff --git a/icon-themes/karasa_jaga/sfx2/res/startcenter-logo.png 
b/icon-themes/karasa_jaga/sfx2/res/startcenter-logo.png
index 7d86c09d18fd..17ae1e937963 100755
Binary files a/icon-themes/karasa_jaga/sfx2/res/startcenter-logo.png and 
b/icon-themes/karasa_jaga/sfx2/res/startcenter-logo.png differ
diff --git a/icon-themes/sifr/sfx2/res/logo.png 
b/icon-themes/sifr/sfx2/res/logo.png
new file mode 100755
index ..ace737a89fd9
Binary files /dev/null and b/icon-themes/sifr/sfx2/res/logo.png differ
diff --git a/icon-themes/sifr/sfx2/res/startcenter-logo.png 
b/icon-themes/sifr/sfx2/res/startcenter-logo.png
new file mode 100755
index ..17ae1e937963
Binary files /dev/null and b/icon-themes/sifr/sfx2/res/startcenter-logo.png 
differ
diff --git a/icon-themes/tango/sfx2/res/logo.png 
b/icon-themes/tango/sfx2/res/logo.png
index 9ba6ac0d..ace737a89fd9 100644
Binary files a/icon-themes/tango/sfx2/res/logo.png and 
b/icon-themes/tango/sfx2/res/logo.png differ
diff --git a/icon-themes/tango/sfx2/res/startcenter-logo.png 
b/icon-themes/tango/sfx2/res/startcenter-logo.png
index 78bc4ebd9e20..17ae1e937963 100644
Binary

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

2020-02-13 Thread Marina Latini (SUSE) (via logerrit)
 i18npool/source/localedata/data/fur_IT.xml |4 ++--
 i18npool/source/localedata/data/it_CH.xml  |4 ++--
 i18npool/source/localedata/data/it_IT.xml  |4 ++--
 i18npool/source/localedata/data/lld_IT.xml |4 ++--
 i18npool/source/localedata/data/sc_IT.xml  |4 ++--
 i18npool/source/localedata/data/vec_IT.xml |4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 618d1f1085cd7a9c672b851944aae106868266fa
Author: Marina Latini (SUSE) 
AuthorDate: Tue Feb 11 16:31:37 2020 +0100
Commit: Eike Rathke 
CommitDate: Thu Feb 13 15:36:14 2020 +0100

tdf#130563 Change the default dates format for Italian locale

Change the default dates format from the year with two digits
to the year with four digits avoiding misleading
interpretations of the years.
The change applies to:
it_CH, it_IT, fur_IT, lld_IT, sc_IT, vec_IT

Change-Id: Ib0d2d72e84a162c0e8daee8d4702173013e60af6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88462
Tested-by: Jenkins
Reviewed-by: Eike Rathke 

diff --git a/i18npool/source/localedata/data/fur_IT.xml 
b/i18npool/source/localedata/data/fur_IT.xml
index 343740013934..58aee59db349 100644
--- a/i18npool/source/localedata/data/fur_IT.xml
+++ b/i18npool/source/localedata/data/fur_IT.xml
@@ -110,10 +110,10 @@
 
   DD di 
 
-
+
   DD/MM/YY
 
-
+
   DD/MM/
 
 
diff --git a/i18npool/source/localedata/data/it_CH.xml 
b/i18npool/source/localedata/data/it_CH.xml
index 690b16712518..6447d3c6eefb 100644
--- a/i18npool/source/localedata/data/it_CH.xml
+++ b/i18npool/source/localedata/data/it_CH.xml
@@ -110,10 +110,10 @@
 
   GG.  
 
-
+
   GG.MM.AA
 
-
+
   GG.MM.
 
 
diff --git a/i18npool/source/localedata/data/it_IT.xml 
b/i18npool/source/localedata/data/it_IT.xml
index 8a047c4aa882..4b1bd5567f7f 100644
--- a/i18npool/source/localedata/data/it_IT.xml
+++ b/i18npool/source/localedata/data/it_IT.xml
@@ -110,10 +110,10 @@
 
   GG  
 
-
+
   GG/MM/AA
 
-
+
   GG/MM/
 
 
diff --git a/i18npool/source/localedata/data/lld_IT.xml 
b/i18npool/source/localedata/data/lld_IT.xml
index 5fa8c1120ddd..d6be649f9591 100644
--- a/i18npool/source/localedata/data/lld_IT.xml
+++ b/i18npool/source/localedata/data/lld_IT.xml
@@ -110,10 +110,10 @@
 
   DD,  
 
-
+
   DD/MM/YY
 
-
+
   DD/MM/
 
 
diff --git a/i18npool/source/localedata/data/sc_IT.xml 
b/i18npool/source/localedata/data/sc_IT.xml
index 361c8ca2a65a..5193cc5e8dbb 100644
--- a/i18npool/source/localedata/data/sc_IT.xml
+++ b/i18npool/source/localedata/data/sc_IT.xml
@@ -110,10 +110,10 @@
 
   DD,  
 
-
+
   DD/MM/YY
 
-
+
   DD/MM/
 
 
diff --git a/i18npool/source/localedata/data/vec_IT.xml 
b/i18npool/source/localedata/data/vec_IT.xml
index 086d59857db5..44c14332d461 100644
--- a/i18npool/source/localedata/data/vec_IT.xml
+++ b/i18npool/source/localedata/data/vec_IT.xml
@@ -110,10 +110,10 @@
 
   DD  
 
-
+
   DD/MM/YY
 
-
+
   DD/MM/
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-4' - 22 commits - basctl/uiconfig brand/cib chart2/uiconfig configure.ac dbaccess/source dbaccess/uiconfig desktop/Executable_soffice_s

2020-12-08 Thread Marina Latini (CIB) (via logerrit)
/main.svg |   91 ++
 sysui/desktop/icons/hicolor/48x48/apps/startcenter.png  |binary
 sysui/desktop/icons/hicolor/48x48/apps/startcenter.svg  |   91 ++
 sysui/desktop/icons/hicolor/512x512/apps/main.png   |binary
 sysui/desktop/icons/hicolor/512x512/apps/main.svg   |   91 ++
 sysui/desktop/icons/hicolor/512x512/apps/startcenter.png|binary
 sysui/desktop/icons/hicolor/512x512/apps/startcenter.svg|   91 ++
 sysui/desktop/icons/hicolor/64x64/apps/main.png |binary
 sysui/desktop/icons/hicolor/64x64/apps/main.svg |   91 ++
 sysui/desktop/icons/hicolor/64x64/apps/startcenter.png  |binary
 sysui/desktop/icons/hicolor/64x64/apps/startcenter.svg  |   91 ++
 sysui/desktop/icons/hicolor/scalable/apps/main.png  |binary
 sysui/desktop/icons/hicolor/scalable/apps/main.svg  |   84 +
 sysui/desktop/icons/hicolor/scalable/apps/startcenter.svg   |  418 
+
 sysui/desktop/icons/locolor/16x16/apps/main.png |binary
 sysui/desktop/icons/locolor/16x16/apps/startcenter.png  |binary
 sysui/desktop/icons/locolor/32x32/apps/main.png |binary
 sysui/desktop/icons/locolor/32x32/apps/startcenter.png  |binary
 sysui/desktop/share/create_tree.sh  |8 
 sysui/productlist.mk|4 
 vcl/osx/salprn.cxx  |7 
 vcl/source/gdi/print.cxx|1 
 vcl/source/gdi/print3.cxx   |   16 
 vcl/source/pdf/PDFiumLibrary.cxx|3 
 vcl/unx/generic/print/genprnpsp.cxx |8 
 xmlsecurity/CppunitTest_xmlsecurity_signing.mk  |1 
 xmlsecurity/qa/unit/signing/data/odb_signed_macros.odb  |binary
 xmlsecurity/qa/unit/signing/signing2.cxx|  124 ++
 156 files changed, 5493 insertions(+), 267 deletions(-)

New commits:
commit 6da13ca3dc073a8dd38da6779cb63d7de024207e
Author: Marina Latini (CIB) 
AuthorDate: Thu Jul 25 09:16:58 2019 +0200
Commit: Vasily Melenchuk 
CommitDate: Tue Dec 8 12:42:17 2020 +0300

Branded logo for the startcenter

All the icon-themes are now using the CIB logo
in the start center.
The CIB icon set is including only the logo
and the start center banner.
That theme can be used also for custom builds
where are required different logos.

Change-Id: If5bbf5899088af0e1f37c0a56b74ab399b10b5e0

diff --git a/icon-themes/breeze/sfx2/res/logo.png 
b/icon-themes/breeze/sfx2/res/logo.png
new file mode 100755
index ..ace737a89fd9
Binary files /dev/null and b/icon-themes/breeze/sfx2/res/logo.png differ
diff --git a/icon-themes/breeze/sfx2/res/startcenter-logo.png 
b/icon-themes/breeze/sfx2/res/startcenter-logo.png
new file mode 100755
index ..17ae1e937963
Binary files /dev/null and b/icon-themes/breeze/sfx2/res/startcenter-logo.png 
differ
diff --git a/icon-themes/colibre/sfx2/res/logo.png 
b/icon-themes/colibre/sfx2/res/logo.png
index 3ae20b710bba..ace737a89fd9 100644
Binary files a/icon-themes/colibre/sfx2/res/logo.png and 
b/icon-themes/colibre/sfx2/res/logo.png differ
diff --git a/icon-themes/colibre/sfx2/res/startcenter-logo.png 
b/icon-themes/colibre/sfx2/res/startcenter-logo.png
index 78bc4ebd9e20..17ae1e937963 100644
Binary files a/icon-themes/colibre/sfx2/res/startcenter-logo.png and 
b/icon-themes/colibre/sfx2/res/startcenter-logo.png differ
diff --git a/icon-themes/elementary/sfx2/res/logo.png 
b/icon-themes/elementary/sfx2/res/logo.png
new file mode 100755
index ..ace737a89fd9
Binary files /dev/null and b/icon-themes/elementary/sfx2/res/logo.png differ
diff --git a/icon-themes/elementary/sfx2/res/startcenter-logo.png 
b/icon-themes/elementary/sfx2/res/startcenter-logo.png
index de93baa47a99..17ae1e937963 100644
Binary files a/icon-themes/elementary/sfx2/res/startcenter-logo.png and 
b/icon-themes/elementary/sfx2/res/startcenter-logo.png differ
diff --git a/icon-themes/karasa_jaga/sfx2/res/logo.png 
b/icon-themes/karasa_jaga/sfx2/res/logo.png
index 9ba6ac0d..ace737a89fd9 100644
Binary files a/icon-themes/karasa_jaga/sfx2/res/logo.png and 
b/icon-themes/karasa_jaga/sfx2/res/logo.png differ
diff --git a/icon-themes/karasa_jaga/sfx2/res/startcenter-logo.png 
b/icon-themes/karasa_jaga/sfx2/res/startcenter-logo.png
index 7d86c09d18fd..17ae1e937963 100644
Binary files a/icon-themes/karasa_jaga/sfx2/res/startcenter-logo.png and 
b/icon-themes/karasa_jaga/sfx2/res/startcenter-logo.png differ
diff --git a/icon-themes/sifr/sfx2/res/logo.png 
b/icon-themes/sifr/sfx2/res/logo.png
new file mode 100755
index ..ace737a89fd9
Binary files /dev/null and b