[Libreoffice-commits] core.git: Changes to 'refs/changes/45/3445/2'

2014-09-29 Thread Eric Seynaeve
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/45/3445/1'

2014-09-29 Thread Eric Seynaeve
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/45/3345/1'

2014-09-29 Thread Eric Seynaeve
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Re: Wiki page

2013-04-19 Thread Eric Seynaeve
Hello Gergõ, Great tutorial. It's things like this that will make new LO developers (like me) life a lot easier. Eric On Thursday 18 April 2013 11:47:51 Gergő Mocsi wrote: Dear developers, I've created a wiki page on request wit title Create new dialog in Impress. It is a so- called

[Libreoffice-commits] core.git: chart2/uiconfig

2013-04-18 Thread Eric Seynaeve
chart2/uiconfig/ui/steppedlinesdlg.ui | 15 +++ 1 file changed, 15 insertions(+) New commits: commit ff547f4646c88c739118bf3058823b8642a275ae Author: Eric Seynaeve git...@nosperse.com Date: Thu Apr 18 00:24:05 2013 +0200 fdo#61135: adding help button to stepped lines dialog

fdo#61135 adding help text for stepped lines dialog

2013-04-18 Thread Eric Seynaeve
it ? Thanks, EricFrom d4e380958a354c95f85326490851429441e7e703 Mon Sep 17 00:00:00 2001 From: Eric Seynaeve git...@nosperse.com Date: Thu, 18 Apr 2013 00:21:11 +0200 Subject: [PATCH] fdo#61135 Adding stepped lines: changes to help system. Change-Id: I9b285d4043ab412105d607a8daa6a6b250ba59c2

[PATCH] fdo#61135: adding help button to stepped lines dialog.

2013-04-17 Thread Eric Seynaeve (via Code Review)
: I2ab4882e6c1e98ffa5a297a49e6968b629051be0 Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Eric Seynaeve git...@nosperse.com ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

[Libreoffice-commits] core.git: chart2/source chart2/uiconfig chart2/UIConfig_chart2.mk icon-themes/galaxy

2013-04-12 Thread Eric Seynaeve
/galaxy/chart2/res/valueaxissteppedboth_52x60.png|binary icon-themes/galaxy/chart2/res/valueaxissteppedlines_52x60.png |binary 26 files changed, 609 insertions(+), 75 deletions(-) New commits: commit edc3bfd558f3065a5444ad3f5c456da9546d16c4 Author: Eric Seynaeve git...@nosperse.com Date: Wed

[PATCH] Adding the dialog for setting stepped lines.

2013-04-11 Thread Eric Seynaeve (via Code Review)
: I4bc5ebe5167eca9a5b1341d9328a7d74b62cf819 Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Eric Seynaeve git...@nosperse.com ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] Converting spline dialog box to glade.

2013-03-28 Thread Eric Seynaeve (via Code Review)
-Project: core Gerrit-Branch: master Gerrit-Owner: Eric Seynaeve git...@nosperse.com ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] Converting Smooth Lines dialog to glade

2013-03-28 Thread Eric Seynaeve (via Code Review)
: core Gerrit-Branch: master Gerrit-Owner: Eric Seynaeve git...@nosperse.com ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-ux-advise] Review asked of Smooth Lines dialog

2013-03-24 Thread Eric Seynaeve
Hello everyone, I'm busy converting the Smooth Lines dialog from the chartwizard in Calc to glade. I checked the item's from Caolán's list and from me it looks fine. But a second opinion would be nice :-) I also have a second question. The current dialog is located in

Re: Re: fdo#61135 New feature in Calc: Stepped Lines graphs - first part of code submitted

2013-03-08 Thread Eric Seynaeve
Hello Markus, thanks for your review. On Wednesday 06 March 2013 17:00:56 Markus Mohrhard wrote: First we need to move the new values in CurveStyle.idl to the end and remove all the GNM_* values. Moving the values to the end ensures that the old values stay unchanged which causes as little

[Libreoffice-ux-advise] fdo#61135 Advise wanted on changes in Chart Wizard

2013-03-05 Thread Eric Seynaeve
Hello everyone, in my work on fdo#61135, I have to make changes to the chart wizard. It needs to include stepped lines as an option (next to the normal lines and the smooth lines). I have added the current situation and a mock-up to the bugzilla since I don't know if posting png files is

Re: Re: fdo#61135 New feature in Calc: Stepped Lines graphs - first part of code submitted

2013-03-04 Thread Eric Seynaeve
Hello Markus, I also want to add some debug code in what I have done, mainly to print a warning if new curve types are fed to LO. What's the best way to do that ? From https://wiki.documentfoundation.org/Development/How_to_debug#Macros_Contro lling_Debug_Code I would think to add the

fdo#61135 New feature in Calc: Stepped Lines graphs - first part of code submitted

2013-03-01 Thread Eric Seynaeve
Hello everyone, I have added my first real code for submission to LO :-) It's in gerrit: https://gerrit.libreoffice.org/2476. It took me a while to find my way around the code and also to get used to the new possibilities in C++. I looked on the LO website to find some pointers around in the

[PATCH] fdo#61135 stepped lines graph: handle ods files

2013-02-28 Thread Eric Seynaeve (via Code Review)
Gerrit-Owner: Eric Seynaeve git...@nosperse.com ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Re: New feature in Calc: Stepped Lines graphs

2013-02-21 Thread Eric Seynaeve
On Wednesday 20 February 2013 11:09:06 Regina Henschel wrote: In Gnumeric I see an interpolation with stepped lines. Is it that, what you want to get? If yes, then I would not implement them as new chart type in LO, but use the same way as in Gnumeric and make it a new kind of interpolation.

Re: Re: New feature in Calc: Stepped Lines graphs

2013-02-21 Thread Eric Seynaeve
On Wednesday 20 February 2013 11:09:06 Regina Henschel wrote: The specification is not written in a way, that some people image cool new features, but they look, what existing programs do. And those things which are common are standardized. Therefore LO has ODF1.2 extended and Gnumeric with

New feature in Calc: Stepped Lines graphs

2013-02-20 Thread Eric Seynaeve
Hello everyone, in order to scratch my own itch, I started working on a stepped lines feature for XY graphs (and Line graphs) in Calc. See bugzilla 61135. This is my first coding in LO :-) Next steps would be to expose this functionality in the UI and check that it would be saved and read in

Re: Re: New feature in Calc: Stepped Lines graphs

2013-02-20 Thread Eric Seynaeve
On Wednesday 20 February 2013 14:04:12 Jan Holesovsky wrote: If you want to have user experience input on the changes, the best is to involve the guys at libreoffice-ux-adv...@lists.freedesktop.org, either to check what you have already done, or to work with them on the design. I'll do that

Re: [PUSHED] Translated german comments

2013-02-07 Thread Eric Seynaeve
Hello Michael, all of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Greetings, Tobias On Wednesday 06 February 2013 19:46:31 Michael Meeks wrote: Hi Eric, Thanks for that ! looks lovely. Such translation is much appreciated - good

[PATCH] Translated german comments

2013-02-06 Thread Eric Seynaeve
From 296b85124bd1b7392ea6fc44b0f35b37311dc199 Mon Sep 17 00:00:00 2001 From: EricSeynaeve git...@nosperse.com Date: Mon, 4 Feb 2013 22:45:06 +0100 Subject: [PATCH] Translated german comments Change-Id: Idc31ebc5bb2d11345f68b7275b7fc4d335b633c1 --- sc/source/core/data/column.cxx | 89

[Libreoffice-commits] core.git: 2 commits - sc/source

2013-02-06 Thread Eric Seynaeve
sc/source/core/data/column.cxx | 89 ++--- sc/source/core/data/column2.cxx | 163 +++- 2 files changed, 123 insertions(+), 129 deletions(-) New commits: commit f60708de8a73cb716cc73e95ded7b0032a47be72 Author: Eric Seynaeve git