[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 Date: Sun, 6 Feb 2011 21:33:22 +0100 Subject: [PATCH] fix cppcheck errors and warnings --- i18npool/source/localedata/localedata.cxx | 77 ++

Re: [Libreoffice] [GSOC] Progress Report

2011-05-10 Thread Xisco Faulí
27;ve just realized I only sent the last email to Andras, shit . 2011/5/9 Xisco Faulí > 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'

[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

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

2011-05-17 Thread Xisco Faulí
thing. Greetings. 2011/5/17 Xisco Faulí > AFAICS this line causes troubles: xResource = > smgr.createInstance("com.sun.star.resource.VclStringResourceLoader") . > When I try to use any XInvocation method on it, i get a Segmentation Fault > error ( I have the OS in german s

[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 the

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

2011-05-24 Thread Xisco Faulí
files needed for creating the fax wizard converted. 2011/5/24 Michael Meeks > > On Tue, 2011-05-24 at 00:18 +0200, Xisco Faulí wrote: > > Anyway I spent some time working on the google project last week as > > well. So far I've already converted ~40 files. > >

[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 PropertyValue:

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 > Hi Xisc

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

2011-05-30 Thread Xisco Faulí
like to create a git repository so it would be easier for you to follow my evolution. Grettings 2011/5/24 Xisco Faulí > 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 > pl

[Libreoffice] [GSOC] Report #2: Java to Wizard

2011-06-07 Thread Xisco Faulí
Hello everybody, I have already something to show you this week. The python version already loads the document preview and the wizard dialog. The code was pushed by björn today: http://cgit.freedesktop.org/libreoffice/components/commit/?h=feature/gsoc2011_wizards&id=e1530212132d2a3388e6d1acedc809a

[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 dialog

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 fix

[Libreoffice] [GSOC] Weekly Report #4

2011-06-21 Thread Xisco Faulí
Hello, I'd like to share with you a video i've just recorded where you can see how my work is going. http://www.youtube.com/watch?v=IfHA6gjVsIA There're still 2 issues that don't work properly. - Logo, Date and Subject Line work wierdly because they don't hide the component: As you can see on the

[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 workin

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

2011-06-30 Thread Xisco Faulí
2011/6/29 Cedric Bosdonnat > 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: > >

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

2011-07-01 Thread Xisco Faulí
2011/6/30 Michael Meeks > 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 te

[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í
ins small. > > Cheers, > > Peter > > Am 04.07.11 12:42, schrieb Michael Meeks: > > Hi Xisco, > > > > Peter - Xisco is working on re-writing the wizards in Java :-) > > > > On Fri, 2011-07-01 at 16:05 +0200, Xisco Faulí wrote:

[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 basi

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

2011-07-13 Thread Xisco Faulí
.pro/installation/opt/program/../basis-link/program/libabplo.so: cannot get factory of demanded implementation: org.openoffice.comp.abp.OAddressBookSourcePilot Greetings 2011/7/12 Michael Meeks > Hi Xisco, > >First - again nice to hear of your good work :-) > > On Tue, 20

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

2011-07-14 Thread Xisco Faulí
2011/7/14 Matúš Kukan > Hi Xisco, > > On 14 July 2011 00:41, Xisco Faulí 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 >

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 > Hi! > > How to create a

[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 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 i'm

[Libreoffice] Remove Dead Code

2011-02-27 Thread Xisco Faulí
Greetings From c5b8c6d29ebd8bebcb7f8ba8bfb3fefc1dabc1b8 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Sun, 27 Feb 2011 15:07:02 +0100 Subject: [PATCH] Remove Dead Code --- sfx2/source/dialog/basedlgs.cxx | 10 - sfx2/source/dialog/dinfdlg.cxx|3 +- sfx2/source/dialog/d

[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 Date: Sun, 27 Feb 2011 21:12:58 +0100 Subject: [PATCH] Revert 2 OSL_FAIL --- sfx2/source/doc/guisaveas.cxx |

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í > In a previous commit, OSL_ASSERT were changed into OSL_FAIL but 2 of them > c

[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 c

[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í
rame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); - rtl::OUString url = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:CloseDoc")); - dispatchRequests(xModel,url); -*/ 2011/3/17 Jan Holesovsky > Hi Xisco, > > On 2011-03-12 at 02:25 +0100, Xisco Faulí

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

2011-03-18 Thread Xisco Faulí
earlier whitespace-only changes were skipped. I'd suggest that you > break patch-0001 into smaller pieces because >1 lines are simply too > much. > > Christina > > > > Am 08.03.2011 21:06, schrieb Xisco Faulí: > > Hello, > > I've been working on

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

2011-03-19 Thread Xisco Faulí
oßmanith > 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

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 );

[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@lists.freedesktop.o

[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 Date: Fri, 25 Mar 2011 20:44:20 +0100 Subject: [PATCH] Remove DBG_TRACE_BASIC --- basic/source/classes/sbxmod.cxx |4 - basic/source/comp/sbcomp.cx

Re: [Libreoffice] Error building smoketestoo_native

2011-03-25 Thread Xisco Faulí
ion failed - 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 > On Fri, 2011-03-25 at 19:06 +0100, Xisco Faulí wrote: > > Hello,

[Libreoffice] GSoC: Wizards, Java to Python conversion

2011-03-28 Thread Xisco Faulí
Dear all, I was wondering if this task is suitable for the GSoC and if there is anyone who's willing to be a mentor of it. http://wiki.documentfoundation.org/Easy_Hacks#Wizards:_Java_to_Python.3F_conversion Greetings ___ LibreOffice mailing list LibreOf

[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 Date: Mon, 28 Mar 2011 17:03:18 +0200 Subject: [PATCH] Remove unotest macro --- basic/source/app/mybasic.cxx | 22 -- 1 files changed, 0 insertio

[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 0.

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 > Hi *, > > On Mon, Apr 4, 2011 at 10:57 PM, Xisco Faulí wrote: > > Hello there, > > I've been taking a look to this > > bug: https://bugs.freedesktop.org/s

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í > 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 Date: Wed, 6 Apr 2011 16:53:52 +0200 Subject: [PATCH] use RTL_CONSTASCII_USTRINGPARAM --- xmloff/source/chart/SchXMLAxisContext.cxx| 88 +- xmloff/

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 > Thanks, pushed! > > --tml > > From 6e2b921ea0d5a780bf910cb6bd1a2abc856a78f8 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Thu, 7 Apr 2011 00:17:14 +0200 Subject: [PATCH] use RTL_CONSTASCII_USTRINGPARAM --- framework/source/

[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 cr

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 > >

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/trunk&id=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 > > I've seen this was implemented in Apache Openoffice recently. Probably we > > can just merg

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 y

Re: Euro Converter Wizard

2013-05-15 Thread Xisco Faulí
/15 Caolán McNamara > 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.

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 Libreoffic

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

2016-09-08 Thread Xisco Faulí
n 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:50, Xisco Faulí wrote: Hi all, taking into account that some of us are present at Brno Libreoffice Conference this week, we're goin

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 Libreoffic

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 > On Sat, 2013-01-05 at 02:51 +0100, Xisco Faulí wrote: > > Hello everybody, > > >

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í > 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

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 > Hi, > > just checking lp#780399 on libreoffice4beta1 and trying to launch the > wizards > without Java installed, I either: > > - get a wizard (awesome! Thanks Xis

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, "/primitive2D/transform/mas

[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: Sat Feb 27 00:17:25 20

[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 15:22:59 2016 + Reve

[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 worth

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 a

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

2015-09-10 Thread Xisco Faulí
think 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 : > On Wed, 2015-08-26 at 16:59 +0200, Xisco Faulí wrote: > > Hello, > > >

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 fix

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 : > Hi, > > Am 05.11.2015 um 10:30 schrieb Xisco Faulí: > > Hi all, > > Recently I've been working on some fixes for filter/source/svg/* and

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 l

[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 to

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

2011-08-16 Thread Xisco Faulí
http://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 > 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 `/home/xisco/libo

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 > On Wed, Sep 14, 2011 at 4:19 PM, Xisco Faulí wrote: > > log: > > /usr/bin/ld: cannot find -lcrmf > > collect2: ld returned 1 exit status > > make[4]: *** [libpi

Re: [Libreoffice] build error in moz

2011-09-16 Thread Xisco Faulí
it works. Thanks ;) 2011/9/15 Norbert Thiebaud > On Wed, Sep 14, 2011 at 8:47 PM, Norbert Thiebaud > wrote: > > On Wed, Sep 14, 2011 at 7:25 PM, Xisco Faulí > 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 maili

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

2011-09-18 Thread Xisco Faulí
Wed, 2011-09-07 at 11: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/C

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 un

[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 -

problems with python3.3 and UNO components

2012-11-22 Thread Xisco Faulí
.py", line 297, in _uno_import raise ImportError( "type "+ name + "." +x + " is unknown" ) ImportError: type apport.fileutils.likely_packaged is unknown Original exception was: Traceback (most recent call last): File "

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í > 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 intera

[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í Date: Fri Mar 16 12:22:19 2018 +0100 tdf#116364: Revert "tdf#113660: show Master Slide label in handout view"

[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í Date: Fri Mar 16 12:22:19 2018 +0100 tdf#116364: Revert "tdf#113660: show Master Slide label in handout view"

[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í Date: Fri Mar 16 12:22:19 2018 +0100 tdf#116364: Revert "tdf#113660: show Master Slide label in handout view"

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 https://lists.freedesktop.org/

Re: Crash test update

2016-04-22 Thread Xisco Faulí
Hi Markus, 2016-04-20 20:46 GMT+02:00 Markus Mohrhard : > Hey Xisco, > > On Wed, Apr 20, 2016 at 3:55 PM, Xisco Faulí wrote: > >> Hi Caolan, >> >> Noob question, should the crash testing detect failures like this one: >> https://bugs.documentfoundation.org/s

[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 w

[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 t

[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: 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' - 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: 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' - 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: 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-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: 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í