[Libreoffice] [REVIEW][3.5][3.5.0?] fix for fdo#44836 (leaking page breaks)

2012-01-31 Thread Cedric Bosdonnat
Hi all, I just fixed some remaining leaking page breaks. Could someone review and cherry-pick it for 3.5 (and hopefully it's not too late for 3.5.0)? http://cgit.freedesktop.org/libreoffice/core/commit/?id=9babbf346c4d6f76e8b3a243a00e73a173c16ba6 Thanks, -- Cedric

Re: [Libreoffice] [REVIEW]Fix for annoying bug fdo#35669

2012-01-30 Thread Cedric Bosdonnat
Hi Michael, On Thu, 2012-01-26 at 19:35 +0100, Michael Stahl wrote: On 26/01/12 19:30, Michael Stahl wrote: On 26/01/12 16:21, Cedric Bosdonnat wrote: Hi all, Could someone review and cherry-pick this commit to -3-5, -3-5-0 and -3-4? http://cgit.freedesktop.org/libreoffice/core

Re: [Libreoffice] [REVIEW]Fix for annoying bug fdo#35669

2012-01-28 Thread Cedric Bosdonnat
Hi Michael, On Thu, 2012-01-26 at 19:35 +0100, Michael Stahl wrote: sal_uInt16 nMaxDstId = *aIds.end(); oops, now it occurs to me that dereferencing end() is a bad idea in any case, you probably want to use rbegin() instead :) I can only agree with you... I don't really see the

Re: [Libreoffice] [REVIEW][3.5.0][3-5][3-4] fdo#38595 Calc cell borders lost in ODF import

2012-01-27 Thread Cedric Bosdonnat
On Thu, 2012-01-26 at 18:21 +0100, Michael Stahl wrote: On 26/01/12 14:20, Eike Rathke wrote: Hi, please review and cherry-pick to 3-5, 3.5.0 and 3-4 http://cgit.freedesktop.org/libreoffice/core/commit/?id=34315e7ec4062f9521cd19951b5f7f6ad9ce0d2e Resolves

[Libreoffice] [REVIEW] revert sw list styles cleanup

2012-01-27 Thread Cedric Bosdonnat
Hi all, if happens that the changes I made a few months ago aren't really mature and will need more love. I reverted them in master, and it would be cool if someone could review / cherry-pick it in 3.5 and 3.5.0.

Re: [Libreoffice] [REVIEW] fdo#43869 use the old rtf importer for paste

2012-01-26 Thread Cedric Bosdonnat
Hi Miklos, On Wed, 2012-01-25 at 16:49 +0100, Miklos Vajna wrote: See http://cgit.freedesktop.org/libreoffice/core/commit/?id=bb147bbb801b53dba8928340df7e2aa2d4545349 Could somebody sign-off and push to -3-5, please? I cherry-picked it to -3-5, but it would be good to have 2 more reviews to

[Libreoffice] [REVIEW]Fix for annoying bug fdo#35669

2012-01-26 Thread Cedric Bosdonnat
Hi all, Could someone review and cherry-pick this commit to -3-5, -3-5-0 and -3-4? http://cgit.freedesktop.org/libreoffice/core/commit/?id=5e51960dede5015b862df05b7b16f02884647889 Thanks, -- Cedric ___ LibreOffice mailing list

Re: [Libreoffice] [REVIEWED 3-5, 3-5-0] The type-detection of extension-less documents is broken

2012-01-26 Thread Cedric Bosdonnat
Hello Fridrich, On Thu, 2012-01-26 at 14:40 +0100, Fridrich Strba wrote: This patch: http://cgit.freedesktop.org/libreoffice/core/commit/?id=0d9aa8cce792d69d5147a2230b61b1cbdc089206 fixes a bug where the catch-all type detector was called first in the list of type detectors when an

Re: [Libreoffice] Wrong cast to css.table.BorderLine2

2012-01-25 Thread Cedric Bosdonnat
Hi Stephan, On Mon, 2012-01-23 at 21:41 +0100, Stephan Bergmann wrote: where borderline.cxx:128 const table::BorderLine2 rBorder2 = static_cast const table::BorderLine2 ( rStruct ); erroneously treats a BorderLine contained in a TableBorder (created at afmtuno.cxx:776) as a

Re: [Libreoffice] [Libreoffice-qa] weird shortcut key for repeat action in Writer

2012-01-23 Thread Cedric Bosdonnat
On Mon, 2012-01-23 at 06:29 +0100, Jean-Baptiste Faure wrote: Hi all, In LO 3.4.5 and LO 3.5.0 rc1+ we have a weird shortcut key in Writer in the menu Edit Repeat. It is the word Encore. We have that for the UI in French and even for the UI in English. This shortcut key Encore is in Tools

[Libreoffice] [REVIEW] Fixing page break button flickering

2012-01-20 Thread Cedric Bosdonnat
Hi all, Moving the mouse over the page break line simply makes the button flicker... it's then not possible to see or click on it. The bug has only been reported on this list and ux-advise. This is caused by the following commit:

Re: [Libreoffice] [REVIEW] Fix RTF import of dotted and word underline

2012-01-20 Thread Cedric Bosdonnat
Hi Miklos, Your patch is OK for me. I just cherry-picked it and pushed it. -- Cedric On Fri, 2012-01-20 at 01:40 +0100, Miklos Vajna wrote: Hi, See http://cgit.freedesktop.org/libreoffice/core/commit/?id=370fc96b92e59d35c2eb2e14fd77eb14bfc72fd4 Could somebody sign-off and push to -3-5,

Re: [Libreoffice] [PUSHED] Re: [REVIEW][3.5] Writer layout fix for fdo#40438

2012-01-18 Thread Cedric Bosdonnat
Hi Michael, On Tue, 2012-01-17 at 22:23 +0100, Michael Stahl wrote: On 13/01/12 18:07, Cedric Bosdonnat wrote: Hi all, Could some of the other Writer gurus have a look at this patch: it should fix the crasher though it may not be perfect. I'ld prefer a peer review before cherry

[Libreoffice] [REVIEW][3.5] Writer layout fix for fdo#40438

2012-01-13 Thread Cedric Bosdonnat
Hi all, Could some of the other Writer gurus have a look at this patch: it should fix the crasher though it may not be perfect. I'ld prefer a peer review before cherry-picking it to 3.5 http://cgit.freedesktop.org/libreoffice/core/commit/?id=d83488 Thanks, -- Cedric

[Libreoffice] [REVIEW][3.4.x]fdo#38515 annoying crasher fix

2012-01-13 Thread Cedric Bosdonnat
Hello people, Could someone review / cherry-pick this patch for the 3.4.x branches? http://cgit.freedesktop.org/libreoffice/core/commit/?id=4914b23e7e91b184d69eb00a74ce1c463c5754a7 Thanks, -- Cedric ___ LibreOffice mailing list

Re: [Libreoffice] crasher in writer (footer)

2012-01-12 Thread Cedric Bosdonnat
Hi Michael, On Tue, 2012-01-10 at 22:28 +0100, Michael Stahl wrote: should be fixed now on master and libreoffice-3-5: http://cgit.freedesktop.org/libreoffice/core/commit/?id=0e898354fc76339a9a007b30f1ebe123981d0426

Re: [Libreoffice] [Libreoffice-ux-advise] [REVIEW 3-5: Late feature] Improvements in the header / footer behavior

2012-01-05 Thread Cedric Bosdonnat
Hi Kendy all, On Thu, 2011-12-29 at 14:15 +0100, Jan Holesovsky wrote: I have been playing recently with the great new header / footer indicators, and there were 2 things that I considered suboptimal from the UX point of view: - Appearing / disappearing of the controls after 1 second I

Re: [Libreoffice] Cherry pick request: Fix always-false condition of FullCommentURL

2012-01-04 Thread Cedric Bosdonnat
Hi Harri, On Wed, 2012-01-04 at 18:23 +0200, Harri Pitkänen wrote: Release notes for 3.5 mention a new feature for grammar checker developers, the FullCommentURL property. I tried to use it but could not get any visible results with 3.5beta2. Then I looked at git history and noticed that the

Re: [Libreoffice] [Libreoffice-ux-advise] [REVIEW 3-5: Late feature] Improvements in the header / footer behavior

2012-01-02 Thread Cedric Bosdonnat
Hello everyone, Sorry for my lack of responsiveness... but I was on holidays last week. On Fri, 2011-12-30 at 18:18 +0100, Stefan Knorr (Astron) wrote: Yeah ;-) - it is hard to make everyone happy, though I am not that convinced that introducing one more option is the right solution.

Re: [Libreoffice] [REVIEW] fdo#40482 sw: view options changed by printing

2012-01-02 Thread Cedric Bosdonnat
On Thu, 2011-12-22 at 10:11 +, Caolán McNamara wrote: On Wed, 2011-12-21 at 17:11 +0100, Michael Stahl wrote: i'd like to have the fix for $SUBJECT in 3.4.5, it is a regression introduced in 3.4.2 or 3.4.3, am too lazy to check which.

Re: [Libreoffice-ux-advise] [Libreoffice] [REVIEW 3-5: Late feature] Improvements in the header / footer behavior

2012-01-02 Thread Cedric Bosdonnat
Hello everyone, Sorry for my lack of responsiveness... but I was on holidays last week. On Fri, 2011-12-30 at 18:18 +0100, Stefan Knorr (Astron) wrote: Yeah ;-) - it is hard to make everyone happy, though I am not that convinced that introducing one more option is the right solution.

Re: [Libreoffice] [REVIEW] invalid ODF fdo#37390 fdo#44073 fdo#44082

2011-12-23 Thread Cedric Bosdonnat
Hi Michael, On Fri, 2011-12-23 at 00:16 +0100, Michael Stahl wrote: proposing the following commits for 3.4.5, as they prevent LO from writing invalid ODF: http://cgit.freedesktop.org/libreoffice/core/commit/?id=c1e1ef80e8428514499b061e00801a6a6298d0b0

Re: [Libreoffice-ux-advise] Table of Contents hyperlinks by default

2011-12-23 Thread Cedric Bosdonnat
Hi again Cor, On Fri, 2011-12-23 at 11:29 +0100, Cor Nouws wrote: Cedric Bosdonnat wrote (23-12-11 11:15) That style is never used in the code... so we can change it to anything we want here. I'll assign that style to the ToX hyperlinks As it seems to be an impossible quest to get

Re: [Libreoffice] [MacOS] Horizontal cursor positioning in justified text

2011-12-22 Thread Cedric Bosdonnat
Hi James, On Thu, 2011-12-22 at 20:56 +1300, James C wrote: Justified text changes the kerning (space between letters) of words on a line. The cursor positioning in writer seems to assume, falsely, that all of the adjustment happens in the spaces between words. So the cursor ends up in the

Re: [Libreoffice] [PATCH][PUSHED] Fix for fdo43460 Part XIII getLength() to isEmpty()

2011-12-21 Thread Cedric Bosdonnat
Hi Olivier, On Tue, 2011-12-20 at 20:52 -0200, Olivier Hallot wrote: Please find attached a partial fix for Easy Hack FDO43460 Part XIII Many thanks for the patch. I just pushed it to master. -- Cedric ___ LibreOffice mailing list

Re: [Libreoffice] [PATCH][PUSHED] Fix for fdo43460 Part XII getLength() to isEmpty(

2011-12-21 Thread Cedric Bosdonnat
Hello Olivier, On Mon, 2011-12-19 at 18:13 -0200, Olivier Hallot wrote: Please find attached a partial fix for Easy Hack FDO43460 Part XII Many thanks for your patch! I fixed a typo in it, but pushed it. -- Cedric ___ LibreOffice mailing list

Re: [Libreoffice] [PATCH] [PUSHED] Automatically select an option page if a user clicks on a category

2011-12-21 Thread Cedric Bosdonnat
Hi August, All three of your patches have been pushed on master. Many thanks for these: don't hesitate to provide other nice patches ;) -- Cedric On Sun, 2011-12-18 at 14:39 -0500, August Sodora wrote: I split the work into three patches in case part of this needed to be rejected. The first

Re: [Libreoffice] [PATCH] [PUSHED] Update French dictionaries

2011-12-21 Thread Cedric Bosdonnat
Hello Olivier, On Tue, 2011-12-20 at 09:26 -0800, Olivier R. wrote: Sorry. Here is the patch: http://nabble.documentfoundation.org/file/n3601795/0001-Update-French-dictionaries.patch 0001-Update-French-dictionaries.patch Many thanks for your patch. It has been pushed to master and

Re: [Libreoffice-ux-advise] [Libreoffice] [PATCH] [PUSHED] Automatically select an option page if a user clicks on a category

2011-12-21 Thread Cedric Bosdonnat
Hi August, All three of your patches have been pushed on master. Many thanks for these: don't hesitate to provide other nice patches ;) -- Cedric On Sun, 2011-12-18 at 14:39 -0500, August Sodora wrote: I split the work into three patches in case part of this needed to be rejected. The first

Re: [Libreoffice-ux-advise] Don't show non-printing characters by default

2011-12-21 Thread Cedric Bosdonnat
Hi Kendy, On Wed, 2011-12-21 at 19:50 +0100, Jan Holesovsky wrote: I've just pushed this: http://cgit.freedesktop.org/libreoffice/core/commit/?id=40fe511d0ed56d4481cad9c278899f3b9167cdb5 both to master, as well as libreoffice-3-5 - so writing you because you seem to have changed that to

Re: [Libreoffice] manipulating cursors/selections in writer with accessibility api's (bug 43390)

2011-12-19 Thread Cedric Bosdonnat
Hello Vincent, On Fri, 2011-12-16 at 18:24 -0600, Vincent Povirk wrote: I'm working for CodeWeavers on a project that uses accessibility API's (specifically at-spi 2) to manipulate text fields. I cannot publicly disclose the exact nature of this project before its release, though it may be

[Libreoffice-ux-advise] Page break indicator and RTL

2011-12-15 Thread Cedric Bosdonnat
Hi all, Lior reported a problem with the positioning of the page break indicators in RTL UI [0]. I can't really find a cool solution on how to place that control to fit all cases like * RTL UI / LTR document * RTL UI / RTL document * LTR UI / LTR document * LTR UI / RTL document In single

Re: [Libreoffice] SWT window locks LOo

2011-11-30 Thread Cedric Bosdonnat
Hi Othman, On Tue, 2011-11-29 at 10:48 -0800, othman wrote: after i close SWT browser window. i try oepn a new OO document and then OO crashes! SWT and Libreoffice on linux are very Problematic! they didn't proposed a fix to this bug since a very long time now! The best way to get things

Re: [Libreoffice] SWT window locks LOo

2011-11-30 Thread Cedric Bosdonnat
On Wed, 2011-11-30 at 02:13 -0800, othman wrote: The best way to get things done is to do them yourself. Feel free to start on that topic if it's really a blocker for you. if i knew how to fix it i wouldn't have asked in this forum. It's strange when you ask for help for a project people tell

Re: [Libreoffice] Eclipse: Libre Office integration help

2011-11-28 Thread Cedric Bosdonnat
Hello, On Sun, 2011-11-27 at 17:29 +0530, deenadayalan k wrote: Can anybody provide some information on how to integrate libre Office SDK source (LGPL license) in my own Eclipse RCP application? You asked me the same question privately and I see no reason to answer it privately. I worked on

Re: [Libreoffice] Eclipse: Libre Office integration help

2011-11-28 Thread Cedric Bosdonnat
Hi, On Mon, 2011-11-28 at 16:51 +0530, deenadayalan k wrote: Thanks for pointing to references (URL's). By the way I answered on the mailing-list, it's just because I don't want to hold such an interesting discussion privately. Please reply to the mailing-list too: this is archived and could

Re: [Libreoffice] [PATCH][PUSHED] Improved Header/Footer UI framerate

2011-11-21 Thread Cedric Bosdonnat
Hello Thomas, On Fri, 2011-11-18 at 20:22 +0100, Thomas Collerton wrote: Thanks for the reply :-) Sorry for the license, I meant MPL/LGPLv3+. I'm still a newbie to the coding world, and my C/C++ knowledge is still very basic, so for now I'd rather not be added to the developers' list. It was

Re: [Libreoffice] [PATCH] fix for fdo#40831 - Writer will crash when searching text with using regular expressions

2011-11-17 Thread Cedric Bosdonnat
Hi Michael, On Wed, 2011-11-16 at 16:20 +0100, Michael Stahl wrote: now i remember: this bug is exactly the one i fixed in OOo in CWS sw34bf04 (issue i102333). the fix is not merged in libreoffice-3-4, but is in master (230fcf4a456636bb466f72834cd57238621d206d), but LO master still crashes

Re: [Libreoffice] need some explaination on formatclipboard.[hc]xx

2011-11-17 Thread Cedric Bosdonnat
Hi Maxime, On Wed, 2011-11-16 at 18:50 +0100, Maxime de Roucy wrote: I would like to understand how writer format paintbrush. I think it bug on some case and I would like to write a patch, but I am new at libreoffice developpement. I managed to locate via gdb the format paintbrush classe in

Re: [Libreoffice] TextSection, TextCursor and component

2011-11-15 Thread Cedric Bosdonnat
Hi Knut, On Mon, 2011-11-14 at 17:26 +0100, Knut Olav Bøhmer wrote: The global factory can't create that service and the cursor / text range have no idea what document they're in... so I'ld say no. Would it be a good feature to let the cursor know which document their in? Well, if I was

Re: [Libreoffice] [PATCH] fix for fdo#40831 - Writer will crash when searching text with using regular expressions

2011-11-15 Thread Cedric Bosdonnat
Hello, On Sat, 2011-11-12 at 16:27 +0900, Tomofumi Yagi wrote: This patch will fix fdo#40831 Writer will crash when searching text with using regular expressions. Please review my attached patch. Bug URL: https://bugs.freedesktop.org/show_bug.cgi?id=40831 I reproduced this bug on LibO

Re: [Libreoffice] TextSection, TextCursor and component

2011-11-14 Thread Cedric Bosdonnat
Hi Knut, On Mon, 2011-11-14 at 00:02 +0100, Knut Olav Bøhmer wrote: Is it allowed to insert a TextSection in to a document which was created from another document? Honnestly, I don't know what is allowed and what is not in that area. Clearly, this doesn't sound good and if you can insert a

Re: [Libreoffice-ux-advise] FilePicker reworked

2011-11-10 Thread Cedric Bosdonnat
Hi Christoph, On Wed, 2011-11-09 at 23:00 +0100, Christoph Noack wrote: Sounds very good to me ... just a small question: What do you mean by places. Is it more the kind of data source (smb vs. cmis vs. file system), or something like hierarchical paths within a data source. How many of such

Re: [Libreoffice] [PUSHED] Re: [PATCH] fix for fdo#37129 - Dotted and Dashed table borders are not drawn correctly

2011-10-26 Thread Cedric Bosdonnat
Hi Kohei, all, On Tue, 2011-10-25 at 09:46 -0400, Kohei Yoshida wrote: The patch looks safe to me. Cedric, if it's okay with you, I'd like to backport this to the 3.4 branch with my sign-off. What do you think? I'm all for it... I only don't have time these days as I'm attending/presenting

Re: [Libreoffice] Styles cleanup removing option page std fonts

2011-10-20 Thread Cedric Bosdonnat
Hi Dag, On Wed, 2011-10-19 at 16:19 +0200, Dag Wieers wrote: (Maybe this was already discussed before.) It would be nice if the default template that ships with LibreOffice would ship with visually attractive styles, and paragraph styles for commonly used blocks or admonitions, eg.

Re: [Libreoffice] Styles cleanup removing option page std fonts

2011-10-20 Thread Cedric Bosdonnat
Hi Cor, On Wed, 2011-10-19 at 15:49 +0200, Cor Nouws wrote: In a not-so-far future, I'ld like to have this all configured through a default template instead of what we have... Ah, more new to come :-) Sure. and removing that option page is on the way to this goal. OK, thanks. I've

Re: [Libreoffice] Styles cleanup removing option page std fonts

2011-10-20 Thread Cedric Bosdonnat
On Thu, 2011-10-20 at 09:54 +0200, Cor Nouws wrote: Hi Cedric, The complex point isn't on the UX side now... the whole default styles thing is hard-coded ATM and uses some xcu configuration. I'll need to get rid of this before having a default template. And even when we'll be ready to

Re: [Libreoffice] Styles cleanup removing option page std fonts

2011-10-19 Thread Cedric Bosdonnat
Hi Cor, On Tue, 2011-10-18 at 18:03 +0200, Cor Nouws wrote: Interest caught by your presentation in Paris, I saw your patch in cgit: 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb I understand the idea to remove default paragraph styles such as list, list1, list1 cntd, list2 end etc etc But

Re: [Libreoffice] libCMIS breakages ???

2011-10-05 Thread Cedric Bosdonnat
On Wed, 2011-10-05 at 06:58 +0200, Fridrich Strba wrote: Hello, good people, I am just wondering why the libcmis module cannot for the time being be using the old way of building as many of the C++ libraries in our tree do. In any case, there is no solution for Windows yet with the

Re: [Libreoffice] Build breaks in libcmis

2011-10-04 Thread Cedric Bosdonnat
Hi Olivier, On Mon, 2011-10-03 at 23:38 -0300, Olivier Hallot wrote: I just pulled the master (git pull -r), and libcmis is still breaking my build on linux. What build breaker did you have? It would be nice to know it in order to fix it. --disable cmis oops, I was certain to have pushed

Re: [Libreoffice] Build breaks in libcmis

2011-10-04 Thread Cedric Bosdonnat
Hi Olivier, On Tue, 2011-10-04 at 07:49 -0300, Olivier Hallot wrote: checking for CPPUNIT... no configure: error: Package requirements (cppunit = 1.12 ) were not met: No package 'cppunit' found Ok, I disabled the tests build on libcmis... which aren't used anyway and would slow down the

Re: [Libreoffice] Build breaks in libcmis

2011-10-03 Thread Cedric Bosdonnat
Hi Regina, On Sun, 2011-10-02 at 23:23 +0200, Regina Henschel wrote: I've cloned and build from master today and it breaks in libcmis. Error messages in build_error.log cited below. I've seen the tinderboxes results this week-end... there are build breakers on Windows and MacOS X mostly. I'll

Re: [Libreoffice] Build breaks in libcmis

2011-10-03 Thread Cedric Bosdonnat
On Mon, 2011-10-03 at 05:48 +0200, Jean-Baptiste Faure wrote: Broken for me too but the problem is in the minimal number version for libcurl. libcmis want at least 7.21 and my Ubuntu 10.04 x86_64 has 7.19.7 I changed a few things in there yesterday in libcmis... but I haven't pushed them yet.

Re: [Libreoffice] Build breaks in libcmis

2011-10-03 Thread Cedric Bosdonnat
On Sun, 2011-10-02 at 23:23 +0200, Regina Henschel wrote: I've cloned and build from master today and it breaks in libcmis. Error messages in build_error.log cited below. There are still some build problems on windows with libcmis as it's the first 3rd party library to be gbuildified. Please

Re: [Libreoffice-ux-advise] Hiding/Showing the page breaks in writer

2011-09-28 Thread Cedric Bosdonnat
On Tue, 2011-09-27 at 23:37 +0200, Christoph Noack wrote: Another small refinement - I think the current button interferes a bit (only a bit) with the shadow. From my point-of-view, could you move it a few pixels to the left? Well, it'll always interfere with something there... I

Re: [Libreoffice] [LibreOffice] exclude .ppm's from opengrok?

2011-09-19 Thread Cedric Bosdonnat
On Sat, 2011-09-17 at 21:57 +0200, Chr. Rossmanith wrote: Hi, is it intended that opengrok looks for a pattern in .ppm's ? I've been searching for lcl with opengrok and found london.ppm. Why not... If there are other files types to ignore, don't hesitate to tell me. However I'll need to

Re: [Libreoffice] Updating features for 3.5 wiki page as we go ...

2011-09-01 Thread Cedric Bosdonnat
Hi Michael, On Thu, 2011-09-01 at 11:18 +0100, Michael Meeks wrote: Cedric - I harbour unfair suspicions that you've been implementing cool features and also not adding them there ;-) such as the new header/footer stuff - which clearly deserves a screenshot [ hopefully shared with some

Re: [Libreoffice] [REVIEW] Fix for fdo#39510 to backport

2011-08-23 Thread cedric . bosdonnat . ooo
Here is an update patch for 3.4 branch with the following fixes: * Added missing #if OSL_DEBUG_LEVEL 1 * Initialized pPrecede to 0 in constructor Thanks, -- Cedric - Mail original - Hi all, Could some of you please review this commit to be backported to the 3.4.3 branch fixing

Re: [Libreoffice] [REVIEW] Cherry-pick in 3.4.2?

2011-08-17 Thread Cedric Bosdonnat
Hi Caolan, On Tue, 2011-08-16 at 14:26 +0100, Caolán McNamara wrote: On Tue, 2011-08-16 at 05:48 -0700, cbosdonnat wrote: All is now working fine, and that later commit could be applied to 3.4 safely. Sorry, not trying to be a pain or anything, but that assignment operator now leaks the

[Libreoffice] [GSoc] Mentors: Final Evaluation Questions

2011-08-16 Thread Cedric Bosdonnat
Hello fellow mentors, I'm just forwarding you an email from Carol Smith handling the GSoc at Google. It contains all the questions for the final evaluation if you want to think about them in advance. Remember: the final evaluations are next week from Monday to Friday. Forwarded Message

Re: [Libreoffice] [PATCH][PUSHED] Consistent paragraph border handling for HTML export

2011-08-11 Thread Cedric Bosdonnat
Hi Harri, On Wed, 2011-08-10 at 22:02 +0300, Harri Pitkänen wrote: My ultimate goal is to reach a point where we could drop all browser specific or legacy HTML formats and just have one HTML export format that works in all browsers (or at least in those that 99 % of people use). Or if it

Re: [Libreoffice] XML pretty printer (was: Where did Setup.xcu go?)

2011-08-11 Thread Cedric Bosdonnat
On Thu, 2011-08-11 at 09:25 +0200, Miklos Vajna wrote: On Wed, Aug 10, 2011 at 11:28:42PM +0200, Eike Rathke o...@erack.de wrote: For which I always recommend xmlpp, http://software.decisionsoft.com/tools.html Many thanks Eike for that tool: I think I'll replace xmllint --format by this ;)

Re: [Libreoffice] newbie developer - trying to learn

2011-08-11 Thread Cedric Bosdonnat
up in a working programming environment. I'll try to take some time to get OOEclipse working ASAP as you're not the first one requesting it. I'm not sure how Netbeans plugins are up-to-date and I'm not aware of any other IDE with OOo/LO integration. Regards, -- Cedric Bosdonnat

[Libreoffice] [REVIEW] Cherry-pick in 3.4.2?

2011-08-11 Thread Cedric Bosdonnat
Hi all, I fixed fdo#37403 a while ago, and Rainer asked if we could cherry-pick http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=21ec661d09ed9d7bbbec5e52ee2b382d8c465324 to 3.4.2. Can someone review, sign-off and cherry-pick it? Thanks, -- Cédric Bosdonnat LibreOffice hacker

Re: [Libreoffice] [PATCH] Implement new rule for xref to numbered paragraphs

2011-08-10 Thread Cedric Bosdonnat
Hello Troy, On Tue, 2011-07-12 at 19:15 +1000, Troy Rollo wrote: On Tuesday 12 July 2011, Caolán McNamara wrote: This looks good, however what does it do :-) Set sane leading/trailing text/space defaults for a new list numbering level based on the previous one ? Implements the rules

Re: [Libreoffice] [PATCH][PUSHED]Fix 33898 - import/export xrefs to numbered paras

2011-08-10 Thread Cedric Bosdonnat
Hi Troy, Your patch looks good to me, but it seems the bug number is wrong in the title: isn't it fdo#33960? I pushed your patch to master, but I'm wondering if you have some sample documents to help us test it more intensively... Thanks for your patch! On Mon, 2011-07-18 at 00:54 +1000, Troy

[Libreoffice] [GSoc] pencil down dates and next master build

2011-08-10 Thread Cedric Bosdonnat
Hi all, Here are the next dates to keep in mind: * Recommended pencil down: Aug. 15th * Hard pencil down: Aug. 22th The final evaluation will take place between Aug. 22th and Aug. 26th. We would like to start a build with all your work the week before the firm pencil down date. Make sure that

Re: [Libreoffice] Java debugging

2011-08-10 Thread Cedric Bosdonnat
Hi Gabor, On Tue, 2011-08-09 at 20:32 +0200, Jenei Gábor wrote: Could someone help me? I would like to fix a bug with LO Base wizards, I found the java source of the wizard,and even I got how to debug it from OpenOffice instructions: here and here Eclipse runs well, it stops at my breakpoint,

Re: [Libreoffice] Opengrok and onegit

2011-08-10 Thread Cedric Bosdonnat
On Wed, 2011-08-10 at 11:35 +0200, Jan Holesovsky wrote: On 2011-08-10 at 10:30 +0200, Cedric Bosdonnat wrote: It was just me being too slow to migrate it just when coming back from vacations. It's not indexing core, binfilter, help and translations s/not/now/ right? ;-) Oops, indeed

Re: [Libreoffice] [REVIEWED] comments translation

2011-08-10 Thread Cedric Bosdonnat
Hi Christina, On Sat, 2011-07-09 at 21:46 +0200, Chr. Rossmanith wrote: following you find the comments I've promised... Thanks for your review, I just made the changes and pushed the whole lot to master branch. Regards, -- Cédric Bosdonnat LibreOffice hacker http://documentfoundation.org

Re: [Libreoffice] Java debugging

2011-08-10 Thread Cedric Bosdonnat
Hello Gabor, On Wed, 2011-08-10 at 12:43 +0200, Jenei Gábor wrote: First of all thanks for your useful documents, and I am trying to debug the wizards of LibreOffice Base, exactly I am interested about SQLQueryComposer.java(or something similar) at wizards/com/sun/star/db I added to the

Re: [Libreoffice] [PATCH][PUSHED] Bug 39167

2011-08-10 Thread Cedric Bosdonnat
Hello Gabor, On Fri, 2011-07-29 at 12:09 +0200, Jenei Gábor wrote: Here is a patch for the above mentioned bug, for me it resolved the issue on 3.5 main version in english, unfortunatelly I couldn't have it done in other national versions. Please review it, and put it into the main version if

Re: [Libreoffice] [PATCH][PUSHED] Consistent paragraph border handling for HTML export

2011-08-10 Thread Cedric Bosdonnat
On Wed, 2011-08-03 at 18:46 +0300, Harri Pitkänen wrote: Attached patches remove the special case where border settings tab disappears from paragraph settings dialog when Writer is in HTML editor mode and HTML 3.2 is selected as format option for HTML export. The second patch enables

Re: [Libreoffice] Eclipse CDT IDE LibreOffice, hints tips needed

2011-08-09 Thread Cedric Bosdonnat
On Sat, 2011-07-30 at 00:46 +0200, Thorsten Behrens wrote: Olivier Hallot wrote: Can a charitable soul tell me if using Eclipse CDT (or netbeans) for LibreOffice hacking does make sense? I keep crashing both IDE's upon defining ~/git/libo/ as project, looks like it is too big for the

Re: [Libreoffice] LibreOffice Alfresco platform at alfresco.libreoffice.org and documentation.libreoffice.org

2011-08-08 Thread Cedric Bosdonnat
Hello Dan, On Thu, 2011-07-21 at 17:11 +0300, Dan Corneanu wrote: I have started to implement a skeleton in C++ for a CMIS UCP. What would be a good place to share/publish the code? I have started from the UCB module by creating a local development branch. I suppose it would be possible to

Re: [Libreoffice] [PATCH] Fix for fdo#30550 Character count without spaces

2011-07-08 Thread Cedric Bosdonnat
Hi John, Korrawit, On Wed, 2011-07-06 at 22:51 +0700, Korrawit Pruegsanusak wrote: On Fri, Jun 24, 2011 at 14:38, John LeMoyne Castle lemoyne.cas...@gmail.com wrote: -- you (and others) cannot reproduce fdo#37584 (redlined text disappears) in 3-3 or 3-3-3 because my patch referenced in

[Libreoffice] [REVIEW] RTF import patches for 3-4

2011-07-08 Thread Cedric Bosdonnat
Hi all, Here are two patches to review for the 3.4 branch. I know it's stupid to hack the RTF import filter... but the new one won't be in 3.4 ;) Thanks, -- Cédric Bosdonnat LibreOffice hacker http://documentfoundation.org OOo Eclipse Integration developer http://cedric.bosdonnat.free.fr From

[Libreoffice] [GSoc] Questions for the mid-term evaluation

2011-07-07 Thread Cedric Bosdonnat
Hi all, The mid terms evaluations will have to be filled next week before 19:00 UTC 15 July. Carol Smith from Google kindly provided us the questions in advance for you to prepare your answer before if you like. If you have some hesitation regarding how to answer a question don't hesitate to

[Libreoffice] [REVIEW] comments translation

2011-07-06 Thread Cedric Bosdonnat
Hi all, I have translated some comments and done some cleanup in the paintfrm.cxx file... but as I'm no german native speaker and my german knowledge dates back a while, I'ld like to have a review of my translations before pushing them to master. Sorry for the long patch... but I even stopped

Re: [Libreoffice] [REVIEWED] Fix losing changes in a table in writer

2011-07-05 Thread Cedric Bosdonnat
Hi Kendy, On Fri, 2011-07-01 at 19:14 +0200, Jan Holesovsky wrote: Looks good to me - but to be safe, what about to push this one to master only? This is not needed to fix the initial bug... Ok, I've just pushed that additional patch to master. -- Cédric Bosdonnat LibreOffice hacker

Re: [Libreoffice] RTF exporter for Libre Office

2011-07-01 Thread Cedric Bosdonnat
On Fri, 2011-07-01 at 08:38 -0500, Tracey wrote: From Miklos Vajna: If you can write a script that extracts keywords from the exporter and looks them up in the spec... Can anyone tell me (where/how) I can get the RTF exporter for Libre Office (it's download link)? It's embedded in it...

Re: [Libreoffice] [REVIEWED] LibreOffice does not produce valid DOC documents

2011-07-01 Thread Cedric Bosdonnat
On Fri, 2011-07-01 at 10:18 +0200, Jan Holesovsky wrote: Hi Cedric, all, https://bugs.freedesktop.org/show_bug.cgi?id=37516 So this one was a particularly nasty one; the only thing I had was a black box (in the form of MSO 2010) answering yes/no about the document validity :-) Long story

Re: [Libreoffice] [REVIEW] Fix losing changes in a table in writer

2011-07-01 Thread Cedric Bosdonnat
Hi Kendy, On Fri, 2011-07-01 at 16:43 +0200, Jan Holesovsky wrote: In the document attached to the bug, when you copy the described table, do edits there, and save it as .doc, the changes are lost. These are in fact 2 bugs, but I fixed the more serious one. One is that when you copy/paste a

Re: [Libreoffice] RTF support

2011-06-30 Thread Cedric Bosdonnat
Hi Tracey, On Wed, 2011-06-29 at 14:53 -0700, tracey002 wrote: I parsed a Libre Office RTF document and found a number of RTF controls that are not in the Microsoft RTF Specification. Is there a list of non-Microsoft RTF controls used by Libre Office? Hum, I don't think there is such a

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

2011-06-29 Thread 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: - Improve the boot speed - Clean a bit the code - Show a message when a file is going to

Re: [Libreoffice] [libreoffice-marketing] Tasks for the summer

2011-06-29 Thread Cedric Bosdonnat
Hello Nguyen, Sorry for answering that late... On Mon, 2011-06-13 at 03:04 +0700, Nguyen Vu Hung (KiEi) wrote: The students who are working on the project are already on the list; that means, they read your emails. Cool! Could you present them or let them introduce themselves? (2011/06/11

Re: [Libreoffice] Tasks for the summer

2011-06-29 Thread Cedric Bosdonnat
On Sat, 2011-06-11 at 17:00 +0700, Nguyen Vu Hung (KiEi) wrote: Regarding the MHST that we have proposed 2 months ago[1], the good news is that our idea has been accepted and three students will join the fun! Great news! Well, now I want you ask/confirm some points. 1. The students want

[Libreoffice] Summary of the discussion on the Alfresco / CMIS connector

2011-06-28 Thread Cedric Bosdonnat
Hi all, After some mails exchanges here is a summary of what options we have for a connector with Alfresco. * Status of the OOo plugin from Westernacher * Using JDIC to launch web-browser, but that project hasn't moved in the past 2 years. Using SWT org.eclipse.swt.browser package could be

Re: [Libreoffice] [PATCH] Fix for fdo#30550 Character count without spaces

2011-06-22 Thread Cedric Bosdonnat
On Wed, 2011-06-22 at 20:58 +0700, Korrawit Pruegsanusak wrote: Two issues John mentioned are: 1. fdo#37584: redline text disappear I would be really surprised if that one didn't appear... -- Cédric Bosdonnat LibreOffice hacker http://documentfoundation.org OOo Eclipse Integration developer

Re: [Libreoffice] Revive development of the OOo plugin for Alfresco ECM, for LibreOffice

2011-06-17 Thread Cedric Bosdonnat
Hi David, On Fri, 2011-06-17 at 06:21 +0800, David Nelson wrote: On Thu, Jun 16, 2011 at 20:33, Cedric Bosdonnat cedric.bosdonnat@free.fr wrote: I'ld love to be in that kind of project again :) That's great. :-) So would you like to attend this confcall upcoming in the week of June 27

Re: [Libreoffice] [REVIEWED][PUSHED-3-4-1] fix for fdo#37771

2011-06-17 Thread Cedric Bosdonnat
On Fri, 2011-06-17 at 12:06 +0200, Petr Mladek wrote: cbosdonnat píše v Pá 17. 06. 2011 v 01:12 -0700: Caolán McNamara wrote: On Thu, 2011-06-16 at 18:39 +0200, Andras Timar wrote: Hi, Writer requires a password with random number characters. Instead of fixing the code in

Re: [Libreoffice] Revive development of the OOo plugin for Alfresco ECM, for LibreOffice

2011-06-16 Thread Cedric Bosdonnat
Hi David, On Thu, 2011-06-16 at 18:35 +0800, David Nelson wrote: Many of you guys may not be aware that the LibreOffice project has an Alfresco ECM platform at http://alfresco.libreoffice.org (the Alfresco Explorer interface) and http://documentation.libreoffice.org (the Alfresco Share

Re: [Libreoffice] Disappearing Frame Borders

2011-06-09 Thread Cedric Bosdonnat
On Wed, 2011-06-08 at 11:04 -0700, David Burleigh wrote: I'm running LibreOffice 3.4 under Ubuntu 11.04 (amd64). I place a frame on a page, and set the borders of the frame to a particular line style, and all seems fine. I can print the page and the borders are printed as expected. However,

Re: [Libreoffice] [PUSHED] Patch for Bug 35938 - EasyHack: UI - Picture Caption dialog not remembering Separator textbox value

2011-06-09 Thread Cedric Bosdonnat
On Thu, 2011-06-09 at 02:16 -0500, Norbert Thiebaud wrote: On Thu, Jun 9, 2011 at 1:17 AM, Jeff Aigner jaig...@setnine.com wrote: Hello, I'm new to contributing here, so greetings to all! Welcome aboard :-) Attached is a patch for bug 35938. It changes the Picture Caption dialog to

[Libreoffice] [REVIEW] fix for fdo#37584

2011-06-08 Thread Cedric Bosdonnat
Hi all, Could someone review the attached patch, sign it off and push it to the 3.4 branch? John, I CC'ed you particularly to point out a bug in one of your previous commits... that made me search hours long the source of the bug. Please take care of these kind of things for your next patches.

[Libreoffice] [REVIEW] fix for fdo#37799

2011-06-08 Thread Cedric Bosdonnat
Hi all, Could anyone review, sign-off and push to 3.4 branch the attached patch fixing a broken loop? One less annoying bug for 3.4 ;) Thanks, -- Cédric Bosdonnat LibreOffice hacker http://documentfoundation.org OOo Eclipse Integration developer http://cedric.bosdonnat.free.fr From

Re: [Libreoffice] [REVIEW] Complete fix for fdo#32684

2011-06-06 Thread Cedric Bosdonnat
Hi all, On Mon, 2011-05-23 at 12:55 +0200, Cedric Bosdonnat wrote: That bug was badly fixed (by me) quite some times ago. Here is a correct fix (why did I add that code at all ?). Could you review it and push it in 3.4 and 3.4.0? More cleanup is needed but it'll end up in master: some

Re: [Libreoffice] [PATCH][PUSHED] fix for fdo#36519 (was: about bug fdo 36519 ...)

2011-06-01 Thread Cedric Bosdonnat
forgot to update the subject On Wed, 2011-06-01 at 15:22 +0200, Cedric Bosdonnat wrote: Hi Jean-Baptiste, On Wed, 2011-06-01 at 13:30 +0200, Jean-Baptiste Faure wrote: Well, after having discussed with Cédric, it is not so ugly. Here is the patch: it adds the break statement and removes

Re: [Libreoffice] about the removing of binfilter

2011-05-31 Thread Cedric Bosdonnat
Hi Jean-Baptiste, On Mon, 2011-05-30 at 22:51 +0200, Jean-Baptiste Faure wrote: But the removing of the import of old formats is another story. I am already hearing end-users complaining against this decision. Indeed it is not so evident that the users can convert their old files to

Re: [Libreoffice] Need help with the Bug 33092 – Autocomplete display double character for this word [CTL / Thai]

2011-05-31 Thread Cedric Bosdonnat
Hello Samphan, On Tue, 2011-05-31 at 12:32 +0700, Samphan Raruenrom wrote: Any idea about my experimental fix? i.e. remove the auto-style that switch to the very same locale. It doesn't look bad to me but I could go into deeper investigation as I couldn't type that word using any of the thai

<    1   2   3   4   5   >