License Statement

2012-05-11 Thread Clio
All of my past & future contributions to LibreOffice may be licensed 
under the MPL/LGPLv3+ dual license.


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


Re: [Libreoffice] smoke

2011-05-31 Thread Clio


  
  
31.05.2011 10:49, Ben Engbers пишет:

  After a new ./g pull -r I did make dev-install. 2 Hours later, I finally
got the same errormsg as yesterday:

  internal build errors:

ERROR: error 65280 occurred while making
/home/bengbers/Src/LibreOffice/libo/smoketestoo_native

 it seems that the error is inside 'smoketestoo_native', please re-run build
 inside this module to isolate the error and/or test your fix:

It may be a stupid question but when I issue 'make' or 'build' in the
smoketestoo_native directory, I only get the message that the build
command is not found or that make can't find a makefile.

How should I rebuild only this module?

Ben


There should be instructions after the error, such as:

 it seems that the error is inside 'smoketestoo_native', please re-run build
 inside this module to isolate the error and/or test your fix:
---

rm -Rf /.../unxlngi6.pro # optional module 'clean'
/bin/bash
cd /.../
source ./LinuxX86Env.Set.sh
cd smoketestoo_native
build
  

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


Re: [Libreoffice] [PUSHED] Re: REVIEW for fix#37211

2011-05-24 Thread Clio

18.05.2011 05:24, Jan Holesovsky пишет:

Hi Noel,

On 2011-05-17 at 17:47 +0100, Noel Power wrote:


following patch fixes regressions reported in
https://bugs.freedesktop.org/show_bug.cgi?id=37211&;
https://bugs.freedesktop.org/show_bug.cgi?id=37170

https://bugs.freedesktop.org/attachment.cgi?id=46831

it would be great to get the 1 review for libreoffice-3-4  ( not
critical so no point pushing for the release branch I think )


Thank you for that, reviewed&  pushed :-)

Regards,
Kendy
.

Please, can anyone make third review to this patch (if my review counts) 
and push it to libreoffice-3-4-0 ?

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


Re: [Libreoffice] Please, review the patch to baside2b.cxx on 17-Feb-2011

2011-05-23 Thread Clio

23.05.2011 05:17, Noel Power пишет:

But, it seems in summary Cntrl+Z didn't enable the toolbar redo, Andreas
made some patch and it it didn't fix things completely, I hope that is
an accurate.

Yes.

Now we move onto bug https://bugs.freedesktop.org/show_bug.cgi?id=37405
which you think is somehow related to the patch you mention. Have you
tried without it ? because somehow I doubt that it could be responsible
for it.


You are right. I tried to comment the line, and the bug remains as 
before (the crash is reproducible too). Sorry.



So, as to whether it makes sense to just remove this (
especially as a point of urgency ) is debatable.



I agree. There some cleanups and translations seem to be overwritten. 
But the file from LibO 3.3.2 is unfit for 3.4 as well.


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


Re: [Libreoffice] Please, review the patch to baside2b.cxx on 17-Feb-2011

2011-05-20 Thread Clio

Please, see here, that the patch actually added 1 line:
http://svn.services.openoffice.org/opengrok/diff/DEV300_m106/basctl/source/basicide/baside2b.cxx?r2=%2FDEV300_m106%2Fbasctl%2Fsource%2Fbasicide%2Fbaside2b.cxx%40275666%3Ad11c441ed074&r1=%2FDEV300_m106%2Fbasctl%2Fsource%2Fbasicide%2Fbaside2b.cxx%40273924%3Ada255a63b325
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Please, review the patch to baside2b.cxx on 17-Feb-2011

2011-05-20 Thread Clio
Forgot to add: A regression example is Bug 37405 – Undo is broken in 
Basic IDE

https://bugs.freedesktop.org/show_bug.cgi?id=37405
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Please, review the patch to baside2b.cxx on 17-Feb-2011

2011-05-20 Thread Clio
I suggest to review the last change to baside2b.cxx on master, because 
this doesn't fix anything and causes regressions. At last, all previous 
changes to that file such as code cleanup and translations were removed 
by this last patch.


Please, look at the history:
http://opengrok.libreoffice.org/diff/components/basctl/source/basicide/baside2b.cxx?r2=%2Fcomponents%2Fbasctl%2Fsource%2Fbasicide%2Fbaside2b.cxx%407d97d71560ae2d00af0e8b45e9fdb6c3c2694301&r1=%2Fcomponents%2Fbasctl%2Fsource%2Fbasicide%2Fbaside2b.cxx%40c710e982117b49893f1fc2be7fe96a51cc5dd6d0

The last commit is by ab, see i#108119# (Bug 108119 – Undo and Redo 
buttons don't work in OOo Basic in OOO320m8

http://openoffice.org/bugzilla/show_bug.cgi?id=108119)

The fix on 17-Feb-2011 added only 1 line:
468pBindings->Invalidate( SID_UNDO );
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] REVIEW for fix#37211

2011-05-18 Thread Clio

18.05.2011 04:40, Noel Power пишет:


In anycase this should be fixed at the latest in 3.4.1, if we get the
right amount of reviewers it will appear in 3.4.0.



With libreoffice-3.4.0.1 branch + Linux I tested this patch and it seems 
to be OK: Del key works fine and also i#50481# (A short cut Ctrl-A 
works, but Edit - Select All is disable. 
http://openoffice.org/bugzilla/show_bug.cgi?id=50481 (fdo 
https://bugs.freedesktop.org/show_bug.cgi?id=36832) seems to be resolved 
too.

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


Re: [Libreoffice] REVIEW for fix#37211

2011-05-17 Thread Clio

17.05.2011 12:47, Noel Power пишет:


( not critical
so no point pushing for the release branch I think )

If it is not fixed in 3.4.0, you can't Select All neither with the menu 
nor with Ctrl A. And Delete key not working would be very annoing too.

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


Re: [Libreoffice] How to edit gallery files?

2011-03-31 Thread Clio

31.03.2011 05:45, Michael Meeks пишет:

Hi Clio,

On Wed, 2011-03-30 at 02:50 -0400, Clio wrote:

Default shapes (such as flower) are stored in the gallery sg24 (others
hidden galleries are sg25 and sg36). (If you delete this sg24 gallery
you can't draw the flower from the toolbox anymore.) I tried to copy the
gallery to the user gallery folder and rename the filenames, but still
it doesn't appear in the galleries list. How to edit it?


Right ! :-) and of course our default shapes need to be interoperable -
so they match the Microsoft ones I suspect, so editing needs to be done
carefully with that in mind.

To show hidden galleries there are some magic environment variables:

GALLERY_SHOW_HIDDEN_THEMES
GALLERY_SHOW_PRIVATE_TITLE
AVOID_BURN_IN_FOR_GALLERY_THEME
GALLERY_ENABLE_ID_DIALOG

and perhaps more - have a root around in the code for them I guess.
Looking forward to seeing the result of your work :-)

"ATB,

Michael.


Thank you very much!

BTW, for anyone who would like to create/change custom shapes, these 
links would be helpful:

http://books.evc-cit.info/odbook/custom_shapes_article.pdf
http://wiki.services.openoffice.org/wiki/Custom_shapes
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PATCH] changes for custom shapes signet, puzzle and heart

2011-03-31 Thread Clio
In 3.3 (and earlier) a few default shapes were broken: flower, signet, 
heart, and puzzle. For example, see sceenshot of the flower in the bug 
http://openoffice.org/bugzilla/show_bug.cgi?id=111258 . In OOo-Dev 3.4 
they were fixed, except the signet. See the illustration 
http://ubuntuone.com/p/kQW/ of what was fixed.
Here is the modified hidden gallery with fixed signet, changed puzzle 
and heart (heart now has the handle). (See the picture of them here: 
http://ubuntuone.com/p/kQe/ ) The gallery is in the archive sg24.tar.gz.



Archive: http://ubuntuone.com/p/kRb/
(Patch: http://ubuntuone.com/p/kRc/)

(changes are LGPLv3 or Later / MPL)




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


[Libreoffice] [PATCH] changes for custom shapes signet, puzzle and heart

2011-03-31 Thread Clio
In 3.3 (and earlier) a few default shapes were broken: flower, signet, 
heart, and puzzle. For example, see sceenshot of the flower in the bug 
http://openoffice.org/bugzilla/show_bug.cgi?id=111258 . In OOo-Dev 3.4 
they were fixed, except the signet. See the illustration 
http://ubuntuone.com/p/kQW/ of what was fixed.
Here is the modified hidden gallery with fixed signet, changed puzzle 
and heart (heart now has the handle). (See the picture of them here: 
http://ubuntuone.com/p/kQe/ ) The gallery is in the archive sg24.tar.gz.



Archive: http://ubuntuone.com/p/kRb/
(Patch: http://ubuntuone.com/p/kRc/)

(changes are LGPLv3 or Later / MPL)




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


[Libreoffice] How to edit gallery files?

2011-03-29 Thread Clio
Default shapes (such as flower) are stored in the gallery sg24 (others 
hidden galleries are sg25 and sg36). (If you delete this sg24 gallery 
you can't draw the flower from the toolbox anymore.) I tried to copy the 
gallery to the user gallery folder and rename the filenames, but still 
it doesn't appear in the galleries list. How to edit it?

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


Re: [Libreoffice] XCU and XCS files in recent releases

2011-03-28 Thread Clio
It seems XCU were renamed to XCD (D - default). XCD - default registry 
values.

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


Re: [Libreoffice] dev300m103: list of python scripts is empty (?)

2011-03-28 Thread Clio

28.03.2011 04:54, Caolán McNamara пишет:

Sorry, what's your bug ? Are you reporting that in LibreOffice master,
post merge of the dev300m103 stuff into it, that the python scripting
under windows is now nonfunctional again ?

Yes. But I forgot that fdo#33555 affects oly Windows. I get the same 
behavior in Linux now with LibreOffice 3.4.0 dev300m103.
To reproduce: Start office, got to Python macroses list or try to 
install the extension (from fdo#33555): 
https://bugs.freedesktop.org/attachment.cgi?id=42291 . Other python 
extensions registering uno-components (such as MRI) work fine. Just 
Python macroses don't work. (Not sure if this is reproducible?)

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


[Libreoffice] dev300m103: list of python scripts is empty (?)

2011-03-26 Thread Clio
It seems that python scripting is not working in dev300m103 as it was 
the case with LibO 3.3.0 
(https://bugs.freedesktop.org/show_bug.cgi?id=33355). (Maybe the fix is 
not in 3.4 yet?)

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


Re: [Libreoffice] [PATCH] Bug 35480 - Curves have round control points with black background (Draw) (if confirmed)

2011-03-24 Thread Clio

24.03.2011 09:02, Thorsten Behrens пишет:

Clio wrote:

The problem is in the file markers2.png. If saved (in GIMP) as
illustrated on the screenshot (RGB Mode applied before saving it),
then all looks fine in Draw. In hg.services.openoffice.org the file
markers2.png have size 4.3kB, the newly saved file has the same size
around 4.3kB, but the former file markers2.png in LibO is 2.2kB. If
this bug is confirmed, then here is the screenshot with GIMP save as
PNG settings, the new file and the patch (LGPLv3 or later / MPL).


Hi Clio,

sorry, don't really get your point - recent master does not show the
black background as in your screenshot? The different size is due to
an optimization run with "optipng".

I'd suggest to have further discussions in the bug,

Cheers,

-- Thorsten


I can't check this with master, I have only dev-build 3.3.1. The 
screenshot is made with LibO 3.3.2 Final + Ubuntu 10.04 x86, and the 
problm exists on Windows XP virtual machine with 3.3.2(rc1?) (maybe the 
videocard matters? Intel GMA 900). With dev-build 3.3.1 with differently 
saved markers2.png, sometimes I see grey background (not black). But 
with the file posted here the round markers are transparent. With the 
markers2.png file from hg.services.openoffice.org they are transparent 
too. If the problem is not reproducible or already fixed in master, then 
never mind.

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


[Libreoffice] [PATCH] Bug 35480 - Curves have round control points with black background (Draw) (if confirmed)

2011-03-22 Thread Clio
The problem is in the file markers2.png. If saved (in GIMP) as 
illustrated on the screenshot (RGB Mode applied before saving it), then 
all looks fine in Draw. In hg.services.openoffice.org the file 
markers2.png have size 4.3kB, the newly saved file has the same size 
around 4.3kB, but the former file markers2.png in LibO is 2.2kB. If this 
bug is confirmed, then here is the screenshot with GIMP save as PNG 
settings, the new file and the patch (LGPLv3 or later / MPL).
<><>>From 94a1af60d1a263782eb8226e397b4844a46a63d7 Mon Sep 17 00:00:00 2001
From: Clio 
Date: Tue, 22 Mar 2011 21:00:08 -0400
Subject: [PATCH] fdo#35480 - Curves have round control points with black background

---
 default_images/svx/res/markers2.png |  Bin 2250 -> 4362 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/default_images/svx/res/markers2.png b/default_images/svx/res/markers2.png
index 0a69bbecd1ab10e3335fb696f3c968cc6933cb88..59dfd8cb58f145bba42d47803a58d334cfc8e0e5 100644
GIT binary patch
literal 4362
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
Ef};p`m;e9(

delta 2249
zcmV;)2sZbMBFYhv8Gi!+004S?I>-P30Hsh&R7C**0KmY&GXMb0%mB;)0DypinE(L)
z{{S;H0A>IHfPeu1005bp0Du4hW@Z4)GXVcH05dZ)W@cvpnVFe0GygL)|7K?YnP!=0
zX8+90%*@OH%*+6QfB-Wy0GXKpW@Z30W&r>H0GZ5Y|Nk@p|9=3?|1+7Hng9RH|Nmy0
znVFfH0L%aY{{R30005Z)X8&dYW&i+y0Ga=p05bqH|1-@0%>V!Yn+WrQ1bW%=J
z06^y0W&i*O(@8`@RCr#5k6UuZFbG50j{rY!_rJ6TO-SpyN%$}t(C8Sk`x2|}LxjCb
z)c8@&*S>gK2!DpKErRk(k21CtDMy211PVYvr~tyUJ8*7P7tceom;x|kOObLodT|TZ
zoTxI$P(b2CbG8dXPw5(y=9oqCko-tJAm{}nsQoixOe}q({a%%#Ed)1%p7QB%Q|JlP
z3!$%6;^0eS@Vg?Y<@!*rG|YoPE5J{(s%}(c?NlD?K7Y2v4&tDM@kF5sF6mY{lh<1{
zid4I$iXEJIiA6p6Gcu?eFVhJKT~#Ep97RbcFSnj$y5QFxY4z-pSb1BMXhCRcO>FG;
z)Dji$=q@!p(cQm@|5!Cq
zqJeDRo6KTWgd8f;7X%Xww8Gnbq9eIYE|ZC9PLycSn&im@6!XGUmnI#Z202WMdw51C
zH_1OyyV5{?ej6VACyO71RX3Q)HvQ!xrLe;|5P$p$l|;~VV>$Kv*=T)hTlA+NBu!QW
zx4e>>IZ-E+sZh}QEwRahtcfAY@{(1on$TM^2VMm#l&P`vpx&am

[Libreoffice] images in images.zip and other issues, please have a look

2011-03-06 Thread Clio
*1.* LibO-3.3.all_x86: help_en(ru, etc). File 'sdatabase.jar' is not 
used - included in the archive 'shared.jar'.


LibO-3.3.1_win_x86:
*2.* Toolbar_Standart: F7 'Spelling and Grammar = 
images.zip\res\commandimagelist\l{s}c_spellingandgrammardialog.png' 
(Writer and Web) named as 'Spelling=...l{s}c_spelldialog.png' (Calc and 
Other). GUI is not used Files 
images.zip\res\commandimagelist\lc_spelling.png;sc_spelling.png
*3.* Toolbar_Formatting: Ctrl(Align)+L,E,R,J 
('images.zip\res\commandimagelist\...') Libre.Writer and Libre.Web used 
other pictures in Libre.Calc and Libre.Other_Programs.
*4.* Program used only 'images.zip\res\odb{s,t,f,g,p}_32.png'. GUI is 
not used other 'OD***.PNG'
*5.* The High contrasting images may not be used in the following 
themes: Galaxy, Tango, Classic, Oxygen, Industrial and Crystal.


(source: http://forumooo.ru/index.php/topic,1052.msg10728.html#msg10728)
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PATCH] need review: fix for #116920

2011-02-14 Thread Clio
Please, have a look at this patch. On my Linux system it seems to work 
fine. Here is the issue it could fix: 
http://qa.openoffice.org/issues/show_bug.cgi?id=116920 - "Sometimes RND 
returns 1 (one)" .


Here is how the code should look after the patch is applied:

RTLFUNC(Rnd)
{
(void)pBasic;
(void)bWrite;

if ( rPar.Count() > 2 )
StarBASIC::Error( SbERR_BAD_ARGUMENT );
else
{
double nRand = (double)rand();
nRand = ( nRand / ((double)RAND_MAX + 1.0));
rPar.Get(0)->PutDouble( nRand );
}
}

(Changes if they are accepted are LGPLv3/MPL)
>From 858a00fb247937fcba6bce32b376d52e5076831f Mon Sep 17 00:00:00 2001
From: Clio 
Date: Mon, 14 Feb 2011 13:02:09 -0400
Subject: [PATCH] IZ #116920 RND returns one fix

---
 basic/source/runtime/methods.cxx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index ce96f66..039c5d6 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -3446,7 +3446,7 @@ RTLFUNC(Rnd)
 else
 {
 double nRand = (double)rand();
-nRand = ( nRand / (double)RAND_MAX );
+nRand = ( nRand / ((double)RAND_MAX + 1.0));
 rPar.Get(0)->PutDouble( nRand );
 }
 }
-- 
1.7.0.4

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


Re: [Libreoffice] [PATCH] added translation to description.xml

2011-01-31 Thread Clio

31.01.2011 06:17, Cedric Bosdonnat пишет:

On Sat, 2011-01-29 at 20:05 -0400, Clio wrote:

added Russian translation to dictionaries/ru_RU/description.xml


Well I forgot to ask you... do you agree to push the patch under LGPLv3+
and MPL?


Yes, of course.
Thank you.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PATCH] added translation to description.xml

2011-01-29 Thread Clio

added Russian translation to dictionaries/ru_RU/description.xml
>From 602f1a9a22b18dc936230b7733f3d9650806e08d Mon Sep 17 00:00:00 2001
From: Clio 
Date: Sat, 29 Jan 2011 19:42:14 -0400
Subject: [PATCH] Added Russian translation to description.xml

---
 dictionaries/ru_RU/description.xml |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dictionaries/ru_RU/description.xml b/dictionaries/ru_RU/description.xml
index e9110f2..b2425ab 100644
--- a/dictionaries/ru_RU/description.xml
+++ b/dictionaries/ru_RU/description.xml
@@ -4,6 +4,7 @@
 
 
 Russian spelling dictionary, hyphenation dictionary and thesaurus
+Русский словарь проверки орфографии, словарь переносов и синонимов
 
 
 
-- 
1.7.0.4

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


[Libreoffice] Please have a look (possibly redundant 256x256 icons in soffice.bin)

2010-12-22 Thread Clio

Quoted from here (translated from Russian to English by Google):
http://translate.google.ru/translate?hl=ru&sl=ru&tl=en&u=http%3A%2F%2Fforumooo.ru%2Findex.php%2Ftopic%2C1189.msg9066.html%23msg9066

Resource "icons" file soffice.bin similar resource (copied) "namesake" 
of soffice.exe. Therefore, the ICO-files (except 18.ico and 40.ico) 
contain redundant interface 7 th page size of 256x256 pixels.

--- ---
I attach a file soffice.bin (OOo-330m18), whose pages will not have 
256x256. Work in OOo-3.3.0rs8 Win_HR new errors do not cause. Use may 
surprise a noticeable reduction in memory usage and reduced time to 
launch applications.

* soffice_bin.zip (179.62 KB)


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