[Libreoffice] Fix cppcheck errors and warnings

2011-02-06 Thread Xisco Faulí
Some non-compiladed code have been deleted as well. Grettings From 04b66c4fc3bfdf6a95d3933a813868c1e28cf195 Mon Sep 17 00:00:00 2001 From: Xisco xisco@Xisco-PC.(none) Date: Sun, 6 Feb 2011 21:33:22 +0100 Subject: [PATCH] fix cppcheck errors and warnings ---

[Libreoffice] Revert some changing from last commit

2011-02-27 Thread Xisco Faulí
In a previous commit, OSL_ASSERT were changed into OSL_FAIL but 2 of them created the build fail. From 6a1c81ffb1bfdb5361cf885a89d29b8fcb362e2d Mon Sep 17 00:00:00 2001 From: Xisco Fauli aniste...@gmail.com Date: Sun, 27 Feb 2011 21:12:58 +0100 Subject: [PATCH] Revert 2 OSL_FAIL ---

Re: [Libreoffice] Revert some changing from last commit

2011-03-03 Thread Xisco Faulí
Well, I don't know what fails at that moment but i've built it again and everything is allright. The patch doesn't need to be applied. 2011/2/27 Xisco Faulí aniste...@gmail.com In a previous commit, OSL_ASSERT were changed into OSL_FAIL but 2 of them created the build fail

[Libreoffice] [PATCH] Remove most of dead code in libs-core

2011-03-08 Thread Xisco Faulí
Hello, I've been working on removing dead code in libs-core for a while ago. I'd say libs-core it's now 98-99% dead code free. I built all the modules I worked in, and everything is allright. I tried to attach the patches into a previous email but it was too big so the mailing list refused it. I

[Libreoffice] Doubt about bogus and commented code

2011-03-11 Thread Xisco Faulí
Hello there, I've seen quite often something like this: -/* - #i2345# - if ( nSlotId = SID_SFX_START !SfxMenuManager::IsPopupFunction(nSlotId) ) - { - // Echte Popups sollen keine SlotIds haben; leider sind - // da noch Altlasten mit herumzuschleppen ... - String aTitle = pSVMenu-GetItemText(

Re: [Libreoffice] Doubt about bogus and commented code

2011-03-17 Thread Xisco Faulí
xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); - rtl::OUString url = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( .uno:CloseDoc)); - dispatchRequests(xModel,url); -*/ 2011/3/17 Jan Holesovsky ke...@suse.cz Hi Xisco, On 2011-03-12 at 02:25 +0100, Xisco Faulí wrote: I've seen quite often

Re: [Libreoffice] [PATCH] [WIP] Remove most of dead code in libs-core

2011-03-19 Thread Xisco Faulí
chrrossman...@web.de Patch 0025 now is already pushed but I'll wait until I see a new version on the ML. Christina Am 18.03.2011 22:01, schrieb Xisco Faulí: Well, i'm working on it again, so it would be better to forget this patches and wait for the new ones i'm working on. I'll let you

Re: [Libreoffice] comment unnecessary?

2011-03-20 Thread Xisco Faulí
yeah, it's right, the code looks as follow: OSL_ENSURE( aInfo.mpOldBasicPassword, ImplRepository::impl_createManagerForModel: wrong BasicLibraries implementation! ); pBasicManager-SetLibraryContainerInfo( aInfo ); //pBasicCont-setBasicManager( pBasicManager );

License Statement

2012-05-03 Thread Xisco Faulí
Dear All, I'm still alive but still travelling so I can't code at the moment. I'm coming back in a few months and I'm looking forward to finish the work I did during the last GSOC. For now, here you have my license statement: All of my past future contributions to LibreOffice may be licensed

[Libreoffice] Error building smoketestoo_native

2011-03-25 Thread Xisco Faulí
Hello, I'm trying to build this module with valgrind ( export VALGRIND=memcheck ) and I get an error in cpptest. You can find the debug's output here: http://dl.dropbox.com/u/1274885/debugoutput ___ LibreOffice mailing list

[Libreoffice] [PATCH] Remove DBG_TRACE_BASIC

2011-03-25 Thread Xisco Faulí
Hi, This macro is never defined so I delete it. Bye From 6281ffb378d83ef0a44e17f7da3de88d8d284c8a Mon Sep 17 00:00:00 2001 From: Xisco Fauli aniste...@gmail.com Date: Fri, 25 Mar 2011 20:44:20 +0100 Subject: [PATCH] Remove DBG_TRACE_BASIC --- basic/source/classes/sbxmod.cxx |4 -

Re: [Libreoffice] Error building smoketestoo_native

2011-03-25 Thread Xisco Faulí
- Expected: 2 - Actual : 0 Failures !!! Run: 1 Failure total: 1 Failures: 1 Errors: 0 dmake: Error code 1, while making 'cpptest' I attach the output of ./g log --one-1 2011/3/25 Caolán McNamara caol...@redhat.com On Fri, 2011-03-25 at 19:06 +0100, Xisco Faulí wrote: Hello, I'm trying

[Libreoffice] [PATCH] Remove obsolete macro

2011-03-28 Thread Xisco Faulí
Last time It was used was back in 2000. From a4b55d6390006b032a34cc6a252726d3e35e2dcf Mon Sep 17 00:00:00 2001 From: Xisco Fauli aniste...@gmail.com Date: Mon, 28 Mar 2011 17:03:18 +0200 Subject: [PATCH] Remove unotest macro --- basic/source/app/mybasic.cxx | 22 -- 1 files

[Libreoffice] Questions about measure units.

2011-04-04 Thread Xisco Faulí
Hello there, I've been taking a look to this bug: https://bugs.freedesktop.org/show_bug.cgi?id=34899 and i've realized that Km and Miles can be never used because the maximum value is set to 20 cm and the number of decimals to 2: DecimalDigits = 2 ; So whatever value I use,I always get 0.00km or

Re: [Libreoffice] Questions about measure units.

2011-04-04 Thread Xisco Faulí
Ouch, sorry ! this bug https://bugs.freedesktop.org/show_bug.cgi?id=34396 2011/4/4 Christian Lohmaier lohmaier+libreoff...@googlemail.com Hi *, On Mon, Apr 4, 2011 at 10:57 PM, Xisco Faulí aniste...@gmail.com wrote: Hello there, I've been taking a look to this bug: https

Re: [Libreoffice] Questions about measure units.

2011-04-04 Thread Xisco Faulí
Anyway how do you set the scale ? Drawing scale ? if so, in grid option is still shown 0.00 km. Besides in Impress doesn't exist such an option. Greetings 2011/4/5 Xisco Faulí aniste...@gmail.com Ouch, sorry ! this bug https://bugs.freedesktop.org/show_bug.cgi?id=34396 2011/4/4 Christian

[Libreoffice] [PATCH] use RTL_CONSTASCII_USTRINGPARAM

2011-04-06 Thread Xisco Faulí
Licesed under LGPLv3 and GPL. From e7cbf2c25e1b08a2421663eaf5639df30a536ee4 Mon Sep 17 00:00:00 2001 From: Xisco Fauli aniste...@gmail.com Date: Wed, 6 Apr 2011 16:53:52 +0200 Subject: [PATCH] use RTL_CONSTASCII_USTRINGPARAM --- xmloff/source/chart/SchXMLAxisContext.cxx| 88

Re: [Libreoffice] [PATCH] [PUSHED] use RTL_CONSTASCII_USTRINGPARAM

2011-04-06 Thread Xisco Faulí
Here it goes another patch, Same licence. 2011/4/6 Tor Lillqvist tlillqv...@novell.com Thanks, pushed! --tml From 6e2b921ea0d5a780bf910cb6bd1a2abc856a78f8 Mon Sep 17 00:00:00 2001 From: Xisco Fauli aniste...@gmail.com Date: Thu, 7 Apr 2011 00:17:14 +0200 Subject: [PATCH] use

[Libreoffice] [GSOC] Progress Report

2011-05-08 Thread Xisco Faulí
Hello everybody, My task during the GSOC period is going to be the conversion of the Wizard menus into python. I met Björn Michäelsen last monday and we decided, on broad lines, the course to follow. First I'll create a basic fax design using pyuno, then I'll make it customized and finally I'll

Re: [Libreoffice] [GSOC] Progress Report

2011-05-10 Thread Xisco Faulí
only sent the last email to Andras, shit . 2011/5/9 Xisco Faulí aniste...@gmail.com I think it could be a good idea to use a python to java converter too but unfortunately I couldn't run any converter againt the code. First I tried with java2python but it doesn't work with java 5 grammer. I

[Libreoffice] [GSOC] Wizards, Java to Python report #2

2011-05-16 Thread Xisco Faulí
Hello everybody, As Michael Meeks suggested in my first report, I'm using a Java to Python converter, which name is Yava2python. So far, I've already converted all the files in the folder fax and some in ui and common. It's not straightforward, so it takes some time and some researches. The only

Re: [Libreoffice] [GSOC] Wizards, Java to Python report #2

2011-05-17 Thread Xisco Faulí
something. Greetings. 2011/5/16 Alexander Thurgood alex.thurg...@gmail.com Le 16/05/11 10:19, Xisco Faulí a écrit : Hi Xisco, The only thing I haven't been able to convert is the method initResources in common/resource.java : http://opengrok.libreoffice.org/xref/components/wizards/com

[Libreoffice] [GSOC] Weekly Report: Wizards....

2011-05-23 Thread Xisco Faulí
Hello everybody, I'm sorry for the one day delay in the weekly report but I had a project deadline today and I was working hard on it. Anyway I spent some time working on the google project last week as well. So far I've already converted ~40 files. I'll still need more time in order to summit

[Libreoffice] [GSOC] Java Python, problem with uno.invoke

2011-05-27 Thread Xisco Faulí
Hello, I have converted the method setControlProperty in UnoDialog: http://opengrok.libreoffice.org/xref/components/wizards/com/sun/star/wizards/ui/UnoDialog.java#149 as follow: def setControlProperty(self, ControlName, PropertyName, PropertyValue): try: if

Re: [Libreoffice] [GSOC] Java Python, problem with uno.invoke

2011-05-28 Thread Xisco Faulí
Hello, It's funny how close I was to the solution and the time it took me to find it. uno.invoke(xPSet, setPropertyValue, (PropertyName, uno.Any( \ []string,PropertyValue))) Thank you John for your answer. 2011/5/28 John LeMoyne Castle

Re: [Libreoffice] [GSOC] Weekly Report: Wizards....

2011-05-30 Thread Xisco Faulí
it would be easier for you to follow my evolution. Grettings 2011/5/24 Xisco Faulí aniste...@gmail.com Yes, that's right, i'm focusing on the fax wizard first, anyway it uses other classes, such as UI components or document handlers, which are mostly placed in common and ui. The way I've been

[Libreoffice] [GSOC] Report #3: Wizards

2011-06-13 Thread Xisco Faulí
Hi, After i did my first commit last tuesday i worked for 2 days on adding the button listeners and fixing some errors: http://cgit.freedesktop.org/libreoffice/components/?h=feature%2Fgsoc2011_wizards Then, on Thursday and on Friday I started to optimize it ( it takes 10 sec for showing the

Re: [Libreoffice] [GSOC] Report #3: Wizards

2011-06-14 Thread Xisco Faulí
Hi, I'm sorry I didn't say anything yesterday but I was all day long at my university and I didn't have time to test anything. Before i went to sleep I did a make clean make ( why ? I guess i didn't have anything to loose ) and now everything works correctly. it looks like the problem was fixed

[Libreoffice] [GSOC] Report #5. Wizards

2011-06-28 Thread Xisco Faulí
Hello, Sorry for the delay but I had a visit last weekend and I wasn't able to work on it until yesterday night. What I've done during the week: - Improve the boot speed - Clean a bit the code - Show a message when a file is going to be overwritten - Load the previous configuration Now i'm

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-06-30 Thread Xisco Faulí
2011/6/29 Cedric Bosdonnat cedric.bosdonnat@free.fr Hi Xisco, On Wed, 2011-06-29 at 01:23 +0200, Xisco Faulí wrote: Sorry for the delay but I had a visit last weekend and I wasn't able to work on it until yesterday night. What I've done during the week: - Improve the boot speed

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-01 Thread Xisco Faulí
2011/6/30 Michael Meeks michael.me...@novell.com Hi Xisco, On Thu, 2011-06-30 at 18:28 +0200, Xisco Faulí wrote: Correct me if i'm wrong but as i've seen in the fax wizard,each kind of template has its own template so I believe it's the same for the letter templates and every localize

[Libreoffice] [GSOC] Report #6. Wizards

2011-07-04 Thread Xisco Faulí
Hello, I've been working this week on converting the letter wizard and as Cedric suggested me in the last report, I merged the feature branch into master. You can find the code in the component repository. Fax and Letter wizards aren't fully functional yet but I'd appreciate if someone gives it a

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-08 Thread Xisco Faulí
is working on re-writing the wizards in Java :-) On Fri, 2011-07-01 at 16:05 +0200, Xisco Faulí wrote: Michael wrote: Weelll - so you're both right; but really we need to grub about inside the templates themselves to add some improved translation scheme I

[Libreoffice] [GSOC] Report #7: Wizards

2011-07-11 Thread Xisco Faulí
Hello there, Here's what i've done this week: - Fix a visualitation problem related to Letter Wizard - Start to work on Agenda Wizard - Talk with Björn about adding the python files into the makefile so we can call it from File Wizards and remove the Java code - a bit of cleaning - Migrate

Re: [Libreoffice] [GSOC] Report #7: Wizards

2011-07-13 Thread Xisco Faulí
+0200, Xisco Faulí wrote: - Migrate basic to the new resource service rewrote by Björn a while ago. Ooh - right :-) and I assume we've merged this all to master ? By the way, I was wondering whether it would be better to convert the basic code into python as well. There's some code

Re: [Libreoffice] [GSOC] Report #7: Wizards

2011-07-14 Thread Xisco Faulí
2011/7/14 Matúš Kukan matus.ku...@gmail.com Hi Xisco, On 14 July 2011 00:41, Xisco Faulí aniste...@gmail.com wrote: Hello, I took a look to the problem related to the Adress Data Souce Wizard ( it's not loaded on master ) and it's not caused by the changes i've been working on. I

Re: [Libreoffice] LibreOffice Python -- how to create a simple inputbox?

2011-07-15 Thread Xisco Faulí
you can use the model com.sun.star.awt.UnoControlEditModel. Take a look to this page: http://wiki.services.openoffice.org/wiki/ES/Desarrollo/Add-on_de_Soporte . I couldn't find it in english but the code fits your needs pretty well ;) Greetings 2011/7/15 Stanislav Pika stasp...@gmail.com Hi!

[Libreoffice] [GSOC] Report #8. Wizard

2011-07-18 Thread Xisco Faulí
Hello, What have I done this week? - Work on the agenda wizard. I wanted it to be done about last weekend but there's a bug ( which affects the java wizard on master too ) and it took me a while to find it out. I reported the bug here: https://bugs.freedesktop.org/show_bug.cgi?id=39313. I don't

[Libreoffice] [GSOC] Report #10. Wizards

2011-08-02 Thread Xisco Faulí
Hello everybody, I finished last weekend the agenda wizard ( perhaps there're still some minor not-really-relevant issues to fix) and I'm already working on the last wizard, the web one. I also have in mind that I still have to create the make files for calling the python code within libo but

[Libreoffice] [GSOC] how to call python code from the menu

2011-08-15 Thread Xisco Faulí
Hello everybody, before I merge the gsoc branch into master I'd like to integrate the python code into libo and get rid of the java code. I know i have to edit this file http://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/Common.xcu but i can't figure out how

Re: [Libreoffice] [GSOC] how to call python code from the menu

2011-08-16 Thread Xisco Faulí
://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/Writer.xcu#30 ) but then how libo knows that this service refers to mailmerge.py ? Greetings 2011/8/16 Caolán McNamara caol...@redhat.com On Mon, 2011-08-15 at 19:02 +0200, Xisco Faulí wrote: Hello everybody

Re: [Libreoffice] [GSOC] how to call python code from the menu

2011-09-06 Thread Xisco Faulí
Hello, I've tried to follow your steps but placing the code in wizards/com/sun/star/wizards/fax/CallWizard.py. So far I haven't been able to build it successfully. It complains and says: ERROR: File not found: CallWizard.py I attach a file with the changes I've done. Greetings 2011/8/17 Caolán

[Libreoffice] build error in moz

2011-09-14 Thread Xisco Faulí
log: /usr/bin/ld: cannot find -lcrmf collect2: ld returned 1 exit status make[4]: *** [libpipnss.so] Error 1 make[4]: Leaving directory `/home/xisco/libo/moz/ unxlngi6.pro/misc/build/mozilla/I_objdir/security/manager/ssl/src' make[3]: *** [libs] Error 2 make[3]: Leaving directory

Re: [Libreoffice] build error in moz

2011-09-14 Thread Xisco Faulí
I pulled master to the last commit and built it again but it still fails 2011/9/15 Norbert Thiebaud nthieb...@gmail.com On Wed, Sep 14, 2011 at 4:19 PM, Xisco Faulí aniste...@gmail.com wrote: log: /usr/bin/ld: cannot find -lcrmf collect2: ld returned 1 exit status make[4

Re: [Libreoffice] build error in moz

2011-09-16 Thread Xisco Faulí
it works. Thanks ;) 2011/9/15 Norbert Thiebaud nthieb...@gmail.com On Wed, Sep 14, 2011 at 8:47 PM, Norbert Thiebaud nthieb...@gmail.com wrote: On Wed, Sep 14, 2011 at 7:25 PM, Xisco Faulí aniste...@gmail.com wrote: I pulled master to the last commit and built it again but it still fails

[Libreoffice] make dev-install reruns the build

2011-09-17 Thread Xisco Faulí
Hello, I chatted with scarabeus and we both agreed that there's a problem when running make dev-install because it reruns the build for install targets when It shouldn't. Let's me know if any further information is needed Cheers ___ LibreOffice

Re: [Libreoffice] [GSOC] how to call python code from the menu

2011-09-18 Thread Xisco Faulí
:24 +0100, Caolán McNamara wrote: On Tue, 2011-09-06 at 19:49 +0200, Xisco Faulí wrote: Hello, I've tried to follow your steps but placing the code in wizards/com/sun/star/wizards/fax/CallWizard.py. So far I haven't been able to build it successfully. It complains and says: ERROR

Pyuno ImportError

2013-01-04 Thread Xisco Faulí
Hello everybody, I've just built libreoffice after a couple of weeks and now pyuno fails to import elements from the API, like from com.sun.star.awt.VclWindowPeerAttribute import OK. It worked well before Christmas. Any regression introduced during this time? regards, Xisco

Re: Pyuno ImportError

2013-01-16 Thread Xisco Faulí
Hello, I rebuilt master and it doesn't happen anymore. Probably I did something wrong because noone but me complained about it. Sorry for the inconvience. Regards 2013/1/16 Caolán McNamara caol...@redhat.com On Sat, 2013-01-05 at 02:51 +0100, Xisco Faulí wrote: Hello everybody, I've

Duplicated default templates

2013-01-18 Thread Xisco Faulí
Hello everybody, working on agenda wizard I came across this folder install/share/template/common/wizard/agenda where all default agenda templates are duplicated. Is there any reason why they are duplicated ? None of the other wizard's templates are. If noone yeld about it I'd like to proceed and

Re: Duplicated default templates

2013-01-19 Thread Xisco Faulí
#175 Regards, Xisco 2013/1/18 Xisco Faulí aniste...@gmail.com Hello everybody, working on agenda wizard I came across this folder install/share/template/common/wizard/agenda where all default agenda templates are duplicated. Is there any reason why they are duplicated ? None of the other

Re: Wizards and Java

2013-01-21 Thread Xisco Faulí
Hi, Yes, we should pop up a 'you need Java' message too. This wizard still uses Java. Regards, Xisco 2013/1/21 Bjoern Michaelsen bjoern.michael...@canonical.com Hi, just checking lp#780399 on libreoffice4beta1 and trying to launch the wizards without Java installed, I either: - get a

[ANNOUNCE] Fax wizard replaced

2012-10-14 Thread Xisco Faulí
Hello all, I've just pushed a commit to master that replace the java fax wizard with the python wizard(1). The wizard works pretty well for me on linux but I haven't been able to test it on windows nor mac. I'd appreciate if you can give it a try and give me some feedbacks. Go to file - wizards -

Euro Converter Wizard

2013-05-14 Thread Xisco Faulí
Hello all, Euro Converter Wizard has become a bit outdated nowadays and I'm wondering if it'd convenient to get rid of it. Personally I'd do so, but I'd like to hear from you, especially from the libreoffice expect to decide together what's the best. So please, I'd appreciate if you could share

Re: Euro Converter Wizard

2013-05-15 Thread Xisco Faulí
McNamara caol...@redhat.com On Tue, 2013-05-14 at 13:44 +0200, Cedric Bosdonnat wrote: On Tue, 2013-05-14 at 12:54 +0200, Xisco Faulí wrote: Euro Converter Wizard has become a bit outdated nowadays and I'm wondering if it'd convenient to get rid of it. Personally I'd do so, but I'd

problems with python3.3 and UNO components

2012-11-22 Thread Xisco Faulí
: Couldn't convert __main__.TerminateListenerProcAdapter object at 0xb70cb9ec to a UNO type; caught exception: attributes typeName and/or value of uno.Enum are not strings any idea ? Regards, Xisco Faulí ___ LibreOffice mailing list LibreOffice

Re: problems with python3.3 and UNO components

2012-11-26 Thread Xisco Faulí
wizard using python3.3 so this is a big step foward. Thank you to all of you guys. Regards, Xisco Faulí 2012/11/22 Xisco Faulí aniste...@gmail.com Hello all, I built libreoffice with python3.3 today in order to adapt python code to this version and I realized python3.3 has a different behaviour

Re: problems with python3.3 and UNO components

2012-12-10 Thread Xisco Faulí
Hi there, On Mon, 2012-11-26 at 10:07 +0100, Xisco Faulí wrote: I rebuilt master with the latest changes made by Michael Stahl, Michael Meeks and Julien Nabet and desktop.addTerminateListener(TerminateListenerProcAdapter(test)) does not fail anymore. However, print(dir(desktop)) still

Python Wizard for Agenda - unclickable text insert placeholders ?

2012-12-10 Thread Xisco Faulí
Hello Alex, Agenda Wizard hasn't been ported to python yet. There's already a python version of this wizard but some parts of it do not work as expected so for now File Wizards Agenda calls the java wizard. I always try to work on it in my free time but I don't have much recently :( Anyway, I

Implementing alternate compatibility functions (such as 0^0 = ERROR)

2013-02-22 Thread Xisco Faulí
Hello, I've seen this was implemented in Apache Openoffice recently. Probably we can just merge it into Libreoffice. Commit: http://cgit.freedesktop.org/libreoffice/core/commit/?h=aoo/trunkid=908088f614cda46d9c996e40579611df27276394 Regards, Xisco ___

Re: Implementing alternate compatibility functions (such as 0^0 = ERROR)

2013-02-22 Thread Xisco Faulí
I'm sorry, I didn't know about that discussion. You're right, it's pointless to do the same here, so it's better just to stop the discussion. Please accept my apologies Xisco 2013/2/22 Tor Lillqvist t...@iki.fi I've seen this was implemented in Apache Openoffice recently. Probably we can

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

2015-10-30 Thread Xisco Faulí
> > * Hackfests (Bjoern) > + Could we join the GNOME hack-fest in Madrid ? (Bjoern) > + booked a room. > + if they get 5x more LibreOffice hackers - would be good. > + 3x confirmed people: Bubli, JanI, Bjoern. > + volunteers are invited. > + may

Two svg import filters

2015-11-05 Thread Xisco Faulí
Hi all, Recently I've been working on some fixes for filter/source/svg/* and my intention would be to spend some more time to fix other issues in this filter as there's plenty of room for improvements. However, I'd like to know if a decision is going to be make wrt this topic before I do other

Re: Two svg import filters

2015-11-05 Thread Xisco Faulí
Hi, it would be nice if this topic can be dicussed today at the ESC meeting. Regards 2015-11-05 12:22 GMT+01:00 Armin Le Grand <armin_le_gr...@me.com>: > Hi, > > Am 05.11.2015 um 10:30 schrieb Xisco Faulí: > > Hi all, > > Recently I've been working on some fixes for

[Idea] Add files from SVG Test Suite Overview to get-bugzilla-attachments-by-mimetype (crashtest)

2015-08-26 Thread Xisco Faulí
Hello, Reviewing some issues in bugzilla, I found that some of them make mention of files in the SVG Test Suite Overview(1), so I thought it could be a good a idea to include the files from the different test suite editions into get-bugzilla-attachments-by-mimetype. Do you think it would be

Re: [Idea] Add files from SVG Test Suite Overview to get-bugzilla-attachments-by-mimetype (crashtest)

2015-09-10 Thread Xisco Faulí
it would be worth to improve the downloader script to download those compressed files and uncompress the files that can be used for the testing? Regards 2015-08-28 12:23 GMT+02:00 Caolán McNamara <caol...@redhat.com>: > On Wed, 2015-08-26 at 16:59 +0200, Xisco Faulí wrote:

Patch for 55185

2015-09-15 Thread Xisco Faulí
Hi all, going through some issues in bugzilla, I found that https://bugs.documentfoundation.org//show_bug.cgi?id=55185 has a patch attached that was never reviewed. Could any dev take a look at it and review it please? Regards ___ LibreOffice mailing

Problem with assertXPath and doubles

2016-02-07 Thread Xisco Faulí
Hi all, I'm writing you this email because I came across a problem when trying to use assetXPath to check a double value. I created this test https://gerrit.libreoffice.org/#/c/22196/ to cover the opacity attribute, which is 0.5, however, If I do assertXPath(pDocument,

[Libreoffice-commits] core.git: svgio/inc svgio/source

2016-02-27 Thread Xisco Faulí
svgio/inc/svgio/svgreader/svgstyleattributes.hxx |2 +- svgio/source/svgreader/svgstyleattributes.cxx| 17 - 2 files changed, 1 insertion(+), 18 deletions(-) New commits: commit 85fcf15ff41ceb95f46dee586ff7187551be4955 Author: Xisco Faulí Date:

[Libreoffice-commits] core.git: svgio/qa

2016-03-07 Thread Xisco Faulí
svgio/qa/cppunit/SvgImportTest.cxx | 36 svgio/qa/cppunit/data/tdf97538.svg | 10 -- 2 files changed, 46 deletions(-) New commits: commit af46264bccbc16bf1edf9c5cbe944a4b883a1353 Author: Xisco Faulí Date: Mon Mar 7

Re: Crash test update

2016-04-22 Thread Xisco Faulí
Hi Markus, 2016-04-20 20:46 GMT+02:00 Markus Mohrhard <markus.mohrh...@googlemail.com>: > Hey Xisco, > > On Wed, Apr 20, 2016 at 3:55 PM, Xisco Faulí <aniste...@gmail.com> wrote: > >> Hi Caolan, >> >> Noob question, should the crash testi

Re: Crash test update

2016-04-20 Thread Xisco Faulí
Hi Caolan, Noob question, should the crash testing detect failures like this one: https://bugs.documentfoundation.org/show_bug.cgi?id=76115 Best Regards, Xisco ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Fwd: [Libreoffice-qa] Fwd: QA Meeting @ Brno Libreoffice Conference. Wed 19.00-20.00(UTC+2)

2016-09-07 Thread Xisco Faulí
Hi all, taking into account that some of us are present at Brno Libreoffice Conference this week, we're going to have a face-to-face QA meeting from 19.00 to 20.00 UTC+2 at the Red Hat Offices while the hackfest session is taking place. Therefore, I invite everybody present at the

Re: Fwd: [Libreoffice-qa] Fwd: QA Meeting @ Brno Libreoffice Conference. Wed 19.00-20.00(UTC+2)

2016-09-08 Thread Xisco Faulí
free to extend this email if it's needed. Regards, Xisco On 07.09.2016 10:50, Xisco Faulí wrote: Hi all, taking into account that some of us are present at Brno Libreoffice Conference this week, we're going to have a face-to-face QA meeting from 19.00 to 20.00 UTC+2 at the Red Hat Offices while

Fwd: [Libreoffice-qa] Fwd: QA Meeting @ Brno Libreoffice Conference. Wed 19.00-20.00(UTC+2)

2016-09-09 Thread Xisco Faulí
Hi all, taking into account that some of us are present at Brno Libreoffice Conference this week, we're going to have a face-to-face QA meeting from 19.00 to 20.00 UTC+2 at the Red Hat Offices while the hackfest session is taking place. Therefore, I invite everybody present at the

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

2018-03-19 Thread Xisco Faulí
sd/source/ui/sidebar/SlideBackground.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit b120932c77332f95ae40d7bd96b972ce87e7693a Author: Xisco Faulí <xiscofa...@libreoffice.org> Date: Fri Mar 16 12:22:19 2018 +0100 tdf#116364: Revert "tdf#113660: show Master

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sd/source

2018-03-19 Thread Xisco Faulí
sd/source/ui/sidebar/SlideBackground.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 855ae519db73b81a64d991b99c8993e6a192df08 Author: Xisco Faulí <xiscofa...@libreoffice.org> Date: Fri Mar 16 12:22:19 2018 +0100 tdf#116364: Revert "tdf#113660: show Master

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0-3' - sd/source

2018-03-23 Thread Xisco Faulí
sd/source/ui/sidebar/SlideBackground.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 08ed147729b4b5a4f884b300b0d2e99b6267936a Author: Xisco Faulí <xiscofa...@libreoffice.org> Date: Fri Mar 16 12:22:19 2018 +0100 tdf#116364: Revert "tdf#113660: show Master

Re: [Libreoffice-qa] New Whiteboard Statuses

2014-06-05 Thread Xisco Faulí
Hello all, does it make sense to include another status for the regression issues where the problematic commit has been identified ? I'm asking it because yesterday I spent some time on this task and I could chase down two regressions, one of them made by a Collabora developer ( I've already sent

[Libreoffice-qa] Bugzilla Idea: Issues assign to me

2015-11-10 Thread Xisco Faulí
Hi all, Do you think it would be plausible to have a link in bugzilla's menu to quickly check the issues assign to oneself like the link 'My bugs'? Right now, the only way I found to check this is in 'Advanced Search' - Custom Search - Assignee equals to 'user' which IMHO, is quite tedious. On

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

2015-10-30 Thread Xisco Faulí
> > * Hackfests (Bjoern) > + Could we join the GNOME hack-fest in Madrid ? (Bjoern) > + booked a room. > + if they get 5x more LibreOffice hackers - would be good. > + 3x confirmed people: Bubli, JanI, Bjoern. > + volunteers are invited. > + may

Re: [Libreoffice-qa] Fwd: QA Meeting @ Brno Libreoffice Conference. Wed 19.00-20.00(UTC+2)

2016-09-08 Thread Xisco Faulí
-- Number of subscribers might help here. it's worth a try. I think I've mentioned all the main topics we covered yesterday. However, I may have forgotten something, so feel free to extend this email if it's needed. Regards, Xisco On 07.09.2016 10:05, Xisco Faulí wrote: Original

[Libreoffice-qa] Fwd: QA Meeting @ Brno Libreoffice Conference. Wed 19.00-20.00(UTC+2)

2016-09-07 Thread Xisco Faulí
Original Message Subject: QA Meeting @ Brno Libreoffice Conference. Wed 19.00-20.00(UTC+2) Date: 07.09.2016 09:42 From: Xisco Faulí <xiscofa...@libreoffice.org> To: libreoffice-qa@lists.freedesktop.org Hi all, taking into account that some of us are present a

[Libreoffice-commits] core.git: sfx2/source vcl/source

2019-06-29 Thread Xisco Faulí (via logerrit)
commits: commit 32bf6bec39748e64ca84a03e7488abe755747081 Author: Xisco Faulí AuthorDate: Sat Jun 29 23:37:18 2019 +0200 Commit: Xisco Faulí CommitDate: Sun Jun 30 01:13:19 2019 +0200 Revert "Rewrite all the logger statements with the new grammar syntax" This reve

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

2019-09-04 Thread Xisco Faulí (via logerrit)
vcl/source/control/button.cxx | 10 -- 1 file changed, 10 deletions(-) New commits: commit ebd7af9aebb5b76255aa299dd8047cb4266215a4 Author: Xisco Faulí AuthorDate: Wed Sep 4 16:22:10 2019 +0200 Commit: Adolfo Jayme Barrientos CommitDate: Thu Sep 5 05:02:52 2019 +0200 tdf

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - vcl/source

2019-09-04 Thread Xisco Faulí (via logerrit)
vcl/source/control/button.cxx | 10 -- 1 file changed, 10 deletions(-) New commits: commit ab5da884b16aa54aab8e9773a6e8dbf24e752c36 Author: Xisco Faulí AuthorDate: Wed Sep 4 16:22:10 2019 +0200 Commit: Adolfo Jayme Barrientos CommitDate: Thu Sep 5 05:08:43 2019 +0200 tdf

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sw/qa sw/source

2019-09-24 Thread Xisco Faulí (via logerrit)
Faulí AuthorDate: Tue Sep 24 16:15:54 2019 +0200 Commit: Xisco Faulí CommitDate: Tue Sep 24 18:00:26 2019 +0200 Revert "tdf#107784: DOCX Import: Show citation's title in fields" This reverts commit fadce0c9a7ccbd7222df90e41d8fc16d9d67045f. it needs more wo

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

2019-09-24 Thread Xisco Faulí (via logerrit)
Faulí AuthorDate: Tue Sep 24 18:48:29 2019 +0200 Commit: Xisco Faulí CommitDate: Tue Sep 24 20:59:51 2019 +0200 Revert "tdf#107784: DOCX Import: Show citation's title in fields" This reverts commit 417d993b8b8a86c019758ee0850e4b42967e2afa. it breaks the bi

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sfx2/source

2020-01-27 Thread Xisco Faulí (via logerrit)
sfx2/source/notebookbar/SfxNotebookBar.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2b73347194dde360d9e4be4526657efb511e72ef Author: Xisco Faulí AuthorDate: Mon Jan 27 13:32:07 2020 +0100 Commit: Xisco Faulí CommitDate: Mon Jan 27 18:37:07 2020 +0100

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4-1' - svx/source

2020-02-18 Thread Xisco Faulí (via logerrit)
svx/source/svdraw/svdxcgv.cxx | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) New commits: commit 25937732b9ef881651611f99d4178e90888642a2 Author: Xisco Faulí AuthorDate: Wed Feb 12 11:51:34 2020 +0100 Commit: Xisco Faulí CommitDate: Tue Feb 18 10:01:48 2020

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

2020-02-12 Thread Xisco Faulí (via logerrit)
svx/source/svdraw/svdxcgv.cxx | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) New commits: commit 09e6824bc868990095233825c415556399dd0652 Author: Xisco Faulí AuthorDate: Wed Feb 12 11:51:34 2020 +0100 Commit: Thorsten Behrens CommitDate: Wed Feb 12 22:28:22 2020

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - svx/source

2020-02-12 Thread Xisco Faulí (via logerrit)
svx/source/svdraw/svdxcgv.cxx | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) New commits: commit d3e77bd112c3f7084b0dd92c36ff60f1fd1ddc2f Author: Xisco Faulí AuthorDate: Wed Feb 12 11:51:34 2020 +0100 Commit: Xisco Faulí CommitDate: Thu Feb 13 07:41:21 2020

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - sfx2/source

2020-01-17 Thread Xisco Faulí (via logerrit)
sfx2/source/control/recentdocsviewitem.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit d720e120b6534ff2fdf6cb11f0b46eca454d4e34 Author: Xisco Faulí AuthorDate: Fri Jan 17 14:44:21 2020 +0100 Commit: Noel Grandin CommitDate: Fri Jan 17 20:50:26 2020

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

2020-01-17 Thread Xisco Faulí (via logerrit)
sfx2/source/control/recentdocsviewitem.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit be638ffb1ed82530162d18784e31c3506575ad7b Author: Xisco Faulí AuthorDate: Fri Jan 17 14:44:21 2020 +0100 Commit: Xisco Faulí CommitDate: Fri Jan 17 19:37:12 2020

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4-0' - sfx2/source

2020-01-21 Thread Xisco Faulí (via logerrit)
sfx2/source/control/recentdocsviewitem.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 0768fa976bd44f6a9c96720dcc1a0272c0364e8b Author: Xisco Faulí AuthorDate: Fri Jan 17 14:44:21 2020 +0100 Commit: Christian Lohmaier CommitDate: Tue Jan 21 23:20:33

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - chart2/source sw/qa

2020-03-16 Thread Xisco Faulí (via logerrit)
changed, 48 insertions(+), 33 deletions(-) New commits: commit 2af4d304992d2a508e0d79cd855b93ca7559ebef Author: Xisco Faulí AuthorDate: Wed Mar 11 17:59:40 2020 +0100 Commit: Xisco Faulí CommitDate: Mon Mar 16 10:38:17 2020 +0100 tdf#131291: Revert "tdf#129173 tdf#129175 Fix n

[Libreoffice-commits] core.git: sw/source uitest/writer_tests5

2020-04-22 Thread Xisco Faulí (via logerrit)
sw/source/uibase/inc/conttree.hxx|5 - sw/source/uibase/uitest/uiobject.cxx |1 - uitest/writer_tests5/tdf114724.py| 18 +++--- 3 files changed, 3 insertions(+), 21 deletions(-) New commits: commit 0b48cee16d459d27ebd090d008ec9398c86fc581 Author: Xisco Faulí