[Libreoffice-commits] core.git: Branch 'aoo/trunk' - officecfg/registry

2013-06-15 Thread Jan Iversen
officecfg/registry/data/org/openoffice/Office/Common.xcu | 112 +++ 1 file changed, 56 insertions(+), 56 deletions(-) New commits: commit 4f6ba57d4733cab21821418f86219562b17141ae Author: Jan Iversen j...@apache.org Date: Sat Jun 15 15:39:17 2013 + Revert of x-no-translate

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - configure.in

2013-11-19 Thread Jan Iversen
configure.in |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b653ed6c9780961aa99cb1fc619355c5d2d94dcc Author: Jan Iversen j...@apache.org Date: Tue Nov 19 20:00:28 2013 + WITH_STLPORT is set to NO but the test later is != no. Test is changed

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - configure.in

2013-11-19 Thread Jan Iversen
configure.in |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 48cc2c44aa27db91200bd12406fee7ab1f49fba1 Author: Jan Iversen j...@apache.org Date: Tue Nov 19 20:15:24 2013 + WITH_STLPORT changed from NO to no, due to a standard set function diff --git

[PATCH] install_cygwin.ps1

2015-10-29 Thread jan iversen
Hi. During the hackfest in Hamburg I noticed that install_cygwin.ps1 did not install python3 (tested on a 64 bit system). In fact it only installs python, due to a dependency from git. It turns out the -P flags needs a bit of reordering, and then it works as expected. I have attached the new

Re: [PATCH] install_cygwin.ps1

2015-10-29 Thread jan iversen
On Friday, 30 October 2015, Norbert Thiebaud <nthieb...@gmail.com> wrote: > On Thu, Oct 29, 2015 at 6:07 PM, jan iversen <jancasacon...@gmail.com > <javascript:;>> wrote: > > Hi. > > > > During the hackfest in Hamburg I noticed that install_cygwin.ps1 d

Re: git / gerrit best work flow ?

2015-11-09 Thread jan iversen
Thanks a lot for the input, I now have a good idea how to explain the work flow to others. I like the idea of branching that is a natural part of GIT. rgds jan i. -- View this message in context: http://nabble.documentfoundation.org/git-gerrit-best-work-flow-tp4165745p4165795.html Sent from

Coverity, read-only generic account.

2015-11-09 Thread jan iversen
Hi. I would like that we have a generic account in coverity (read-only), so that e.g. I can show new people the issues there. Currently (because we also seems not to have a report module), I have to copy/paste information from coverity in order to mail it to the people I try to help. If we make

git / gerrit best work flow ?

2015-11-09 Thread jan iversen
Hi. I have a lode setup with dev/core and dev/work. I use work to work on my own patches. Sometimes I have to correct an older patch set, I do the following in core: git pull make changes ./logerrit ... Then in order to cleanup I do git reset head~ git checkout files from changeset This does

Re: Developer Info

2015-11-09 Thread jan iversen
stered on gerrit platform. > I prefer, if is possible, to see your Java problems for try to create my > first patch, is it possible to use an IDE, like Eclipse, to edit the java > code in easy way? > > Reagards, > Massimiliano. > > > > Il giorno 08 nov 2015,

Re: Developer Info

2015-11-08 Thread jan iversen
cessfully. > Now what is my next step to create a patch for the project? > > Thanks a lot, > Massimiliano. > > > Il giorno 07 nov 2015, alle ore 21:11, jan iversen < > jancasacon...@gmail.com> ha scritto: > > Hi. > > I researched it a bit more, it seem

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

2015-11-09 Thread jan iversen
cppu/source/uno/lbenv.cxx | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) New commits: commit 5ff684477d7cb67a52223d555ae5f1341c6f8517 Author: jan iversen <j...@documentfoundation.org> Date: Mon Nov 9 19:13:57 2015 +0100 cid#1338242 cid#1338241 removed thro

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

2015-11-09 Thread jan iversen
cppu/source/uno/lbmap.cxx |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit 6a2440ea91bb86cba74ecbb8afd520c8afa41ded Author: jan iversen <j...@documentfoundation.org> Date: Mon Nov 9 19:30:30 2015 +0100 cid#1338241 removed throw from C fu

Re: Coverity, read-only generic account.

2015-11-10 Thread jan iversen
> I don't even think the Coverity issues are a good set of tasks for > newcomers. > > I respectfully disagree, I agree Coverity issues should not be picked by newcomers, but there are a number of them that could be assigned to newcomers with a mentors help. > We mostly have close to zero open

Re: license statement

2015-11-14 Thread jan iversen
Hi. thanks for your license statement, if you need help getting started, I am happy to help out, mail me directly. have a nice day rgds jan i. -- View this message in context: http://nabble.documentfoundation.org/Keigo-Kawamura-license-statement-tp4166221p4166287.html Sent from the Dev

Re: Solving Cygwin path breaking issue of autogen.sh

2015-11-16 Thread jan iversen
Hi. Building on a "normal" VM is not a problem, as you note, but a USB disk depend on the formatting, if you have formatted it with FAT32 instead of NTFS, Cygwin sometimes "forget" the limitation and believes it is NTFS, meaning long names. The fsutil statement forces cygwin to use good old 8.3

Re: Getting Started with LO Dev

2015-11-11 Thread jan iversen
> > Hope this helps others who ever face a similar problem. > > Another solution is to use lode which highly simplifies setting up the environment. Let me know if I can help you getting more familiar with libreoffice, and start submitting

[Libreoffice-commits] core.git: qadevOOo/tests

2015-11-09 Thread jan iversen
qadevOOo/tests/java/ifc/drawing/_XDrawPageExpander.java |4 ++-- qadevOOo/tests/java/ifc/drawing/_XDrawPageSummarizer.java |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit e1fc599eb764186e5d511ace9785463eebbc7028 Author: jan iversen &l

Re: [PATCH] install_cygwin.ps1

2015-10-30 Thread jan iversen
On 30 October 2015 at 01:13, Norbert Thiebaud <nthieb...@gmail.com> wrote: > On Thu, Oct 29, 2015 at 6:32 PM, jan iversen <jancasacon...@gmail.com> > wrote: > > > > > > > > Thanks for the answer, I will make a copy of that repo (so much for >

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

2015-11-03 Thread jan iversen
sal/qa/osl/pipe/osl_Pipe.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit cdd6aca142495e433d70f85fee2851b60bc0d299 Author: jan iversen <j...@documentfoundation.org> Date: Tue Nov 3 08:49:45 2015 +0100 Solved CID 1338058 and CID 1338057 terminated buf cor

[DISCUSS] Gerrit setup.

2015-10-31 Thread jan iversen
Hi First of all sorry if I post this on the wrong list, but it seems to be a cross issue. I am looking through all the open issues in Gerrit, and it would be really helpful, to have an indication of whether or not the submitter has commit access to the repo. Having an indication (e.g. a * next

Re: [DISCUSS] Gerrit setup.

2015-10-31 Thread jan iversen
Thanks. This was exactly what I looked for. rgds jan i -- View this message in context: http://nabble.documentfoundation.org/DISCUSS-Gerrit-setup-tp4164873p4164875.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing

Re: Developer Info

2015-11-07 Thread jan iversen
Hi Massimiliano. Welcome. Sakunt meet Massimiliano Massimiliano meet Sakunt. As I wrote to Sakunt, I am would like to help you get started and help you get the first patches submitted. The first 3-4 patches are always the most difficult, because you need to get the environment setup, write

Re: Two svg import filters

2015-11-04 Thread jan iversen
On 4 November 2015 at 15:40, Tomaž Vajngerl wrote: > Hi, > > On Wed, Nov 4, 2015 at 1:11 PM, Caolán McNamara > wrote: > > We have svgio which is being used for insert->image->from file and > > filter/source/svg which is being used for open file. > > > >

Jan Iversen - license statement

2015-11-04 Thread jan iversen
To the extent possible under law, I waive all copyright and related or neighboring rights to my past & future contributions to LibreOffice: http://creativecommons.org/publicdomain/zero/1.0 -- View this message in context: http://nabble.documentfoundation.org/Jan-Iversen-license-state

Re: Jan Iversen - license statement

2015-11-04 Thread jan iversen
And for any code I might make: All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. -- View this message in context: http://nabble.documentfoundation.org/Jan-Iversen-license-statement-tp4165252p4165253.html Sent from the Dev mai

Re: contributing to libreoffice

2015-11-06 Thread jan iversen
Hi. My name is Jan Iversen (you find me around as jani), I am glad to see you want to join a very lively project. You can (and should) for sure read you wiki about development, but it can be rather hard to read through all that material so I offer you another solution. I would be happy

Re: contributing to libreoffice

2015-11-06 Thread jan iversen
Hi. My name is Jan Iversen (you find me around as jani), I am glad to see you want to join a very lively project. You can (and should) for sure read you wiki about development, but it can be rather hard to read through all that material so I offer you another solution. I would be happy

Re: [Libreoffice-commits] core.git: editeng: Eliminate unecessary padding in classes

2015-11-04 Thread jan iversen
On 4 November 2015 at 11:21, Norbert Thiebaud wrote: > On Wed, Nov 4, 2015 at 3:42 AM, Stephan Bergmann > wrote: > > On 11/04/2015 09:16 AM, Daniel Robertson wrote: > >> > >> commit f57a6593e21d45008173352fc29ededdbc2c8878 > >> Author: Daniel Robertson

Re: alexey.chemichev license statement

2015-11-18 Thread jan iversen
Hi Alexey. Just saw your license statement, welcome to a lively community. I use part of my time, to help people getting patches submitted and finding their hold in the community, so please feel free to contact me (directly) if you have questions or comments. have a nice hacking day. rgds jan

[Libreoffice-commits] core.git: qadevOOo/runner

2015-12-07 Thread jan iversen
qadevOOo/runner/util/ValueComparer.java |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) New commits: commit a9824e8e05bddbf8ec417c7e5447914dd22cb8e5 Author: jan iversen <j...@documentfoundation.org> Date: Fri Dec 4 12:45:43 2015 +0100 cid#1326591, cid#1326590 u

Re: Bad HTML output

2015-12-07 Thread jan iversen
Sent from my iPad, please excuse any misspellings > On 06 Dec 2015, at 00:54, Thorsten Behrens > wrote: > > Alexander wrote: >> Please, make just and good quality HTML output: or as be before, or >> remake with select HTML (html 4, xhtml, html5) versions and

Re: Clayton Cornell license statement

2015-12-07 Thread jan iversen
Hi Clayton Nice to see you again, in another context. Thanks for your license statement, I am here to help people getting their first patch submitted so please feel free to email me, if you have any problems or questions. Looking forward to see a patch from you rgds jan i. Sent from my iPad,

Re: Pierre Sauter license statement

2015-12-07 Thread jan iversen
right, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings > ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.

Re: pasqual milvaques license statement

2015-12-07 Thread jan iversen
is a very big program and getting it build, setting up gerrit, and getting the first patch right, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings

[Libreoffice-commits] core.git: solenv/gbuild

2015-12-03 Thread jan iversen
solenv/gbuild/gbuild.help.txt | 35 +-- 1 file changed, 21 insertions(+), 14 deletions(-) New commits: commit 361dfe0cced6e621eea7b6b5e087b1aec9c3ba4a Author: jan iversen <j...@documentfoundation.org> Date: Sun Nov 29 09:59:37 2015 +0100 gbuild: ex

[Libreoffice-commits] core.git: qadevOOo/tests

2015-12-11 Thread jan iversen
qadevOOo/tests/java/ifc/io/_XDataOutputStream.java | 31 + 1 file changed, 8 insertions(+), 23 deletions(-) New commits: commit b0ef4a1618624dc506075aab789581e270a47654 Author: jan iversen <j...@documentfoundation.org> Date: Wed Dec 9 11:10:40 2015 +0100 cid#1

[Libreoffice-commits] core.git: qadevOOo/tests

2015-12-11 Thread jan iversen
qadevOOo/tests/java/ifc/awt/_XTabController.java |1 - 1 file changed, 1 deletion(-) New commits: commit d118979da4a44691268dbfb1fb01b6ed3954885e Author: jan iversen <j...@documentfoundation.org> Date: Wed Dec 9 11:18:47 2015 +0100 cid#1326589 useless call Removed fu

Congratulations.

2015-12-15 Thread jan iversen
I just merged your first patch. I modified the commit message a bit. Looking forward to more java to python conversions from you. I think the easiest is to keep the documents in their place for now, and once you have all tests converted then move them and update the makefile. Have fun rgds jan

Re: guihua,lin license statement

2015-12-16 Thread jan iversen
, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings > > Hi! > All of my past & future contributions to LibreOffice may be > licensed under the MPLv2/LGPL

Re: Request for upload HSQLDB 2.3.3.zip on http://dev-www.libreoffice.org/src

2015-12-14 Thread jan iversen
> > Let's just drop all of Base in 6.0. Split it off into a separate project. > Databases is a big enough area to have its own application suites. We don't > include email, photo editing, music production, or electronic design > automation in the LibreOffice "suite" either, to mention a few

Re: <Burçin Akalın> license statement

2015-12-18 Thread jan iversen
is a very big program and getting it build, setting up gerrit, and getting the first patch right, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings > On 17 Dec 2015, at 11:11, Burçin Akalın <b

Re: fix paint table border in DOUBLE_THIN style

2015-12-15 Thread jan iversen
Job well done !! your patch is now on master. What will you work on next ? rgds jan i Sent from my iPad, please excuse any misspellings > On 14 Dec 2015, at 16:26, "flw.aquar...@gmail.com" > wrote: > > Hi, All! > I had push the commit to the gerrit.: >

Fwd: Contributing to LibreOffice.

2015-12-16 Thread jan iversen
improving. Bear in mind it is natural that volunteers come and go, depending on the time and energy they have available so this is not a measure if the project grows but simply a "change rate". rgds jan i. Begin forwarded message: > From: jan iversen <j...@documentfoundation

Re: Build error on branch libreoffice-5-0-4

2016-01-04 Thread jan iversen
Sent from my iPad, please excuse any misspellings > On 04 Jan 2016, at 04:58, Chris Sherlock wrote: > > I’ve done a quick check of the cygwin documentation, and they say the > following: > >"A few Windows tools, such as find.exe, link.exe andsort.exe, may

Re: vcl/null folder

2016-01-04 Thread jan iversen
Sent from my iPad, please excuse any misspellings > On 04 Jan 2016, at 06:13, Chris Sherlock wrote: > > Hi all, > > There is a folder vcl/null - what is this intended for? There seems to be one > file in there added in 2011, it was apparently experimental at

Gerrit patches from new people.

2016-01-05 Thread jan iversen
Hi We have a long queue of pending gerrit patches, and it is especially important that new people get responses relative fast. If you have a bit of time to review patches, please consider using https://gerrit.libreoffice.org/#/q/status:open+-ownerin:committer That shows all pending patches

Re: Contributing to LibreOffice

2016-01-02 Thread jan iversen
their first patch submitted. LibreOffice is a very big program and getting it build, setting up gerrit, and getting the first patch right, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings > On 01

Re: Formatting _Numbering/ordered list_[Bug 42788]

2016-01-02 Thread jan iversen
Sent from my iPad, please excuse any misspellings > On 30 Dec 2015, at 05:53, noseeba Al kindi wrote: > > Thanks for your reply, > I changed the numbering alignment to the right and I increase the > indentation but it affect all numbering list not only the Roman >

Re: Possible easy hack

2016-01-02 Thread jan iversen
Hi > The bug is Bug 77667 - Remove gcc3 workaround where it could handle > instantiated objects as parameters (found here: > https://bugs.documentfoundation.org/show_bug.cgi?id=77667) I think you are right, that looks like a easyhack to me. All you have to do is to add keywords to the bug see

Re: Dipankar Niranjan license statement

2016-01-02 Thread jan iversen
is a very big program and getting it build, setting up gerrit, and getting the first patch right, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings > On 01 Jan 2016, at 19:27, Dipankar Niran

Re: [SOLVED] Calc code pointer appreciated

2015-12-29 Thread jan iversen
Sent from my iPad, please excuse any misspellings > On 29 Dec 2015, at 07:25, Winfried Donkers > wrote: > > Found it, sc/source/core/data/table4.cxx, ScTable::FillAnalyse(). Super if you need more help with e.g. setup of gerrit etc, please feel free to email

Re: Strange error when compiling LibreOffice from master

2015-12-29 Thread jan iversen
Hi I just installed a new ubuntu 14.10 today, and compiled LO without problems. Could it be you are running with an old GCC (pointer to doc 4.9 suggest that). Or alternatively you need to do a "git pull" to get the latest commits. rgds jan i. ___

Re: Susobhan Ghosh license statement

2016-01-03 Thread jan iversen
is a very big program and getting it build, setting up gerrit, and getting the first patch right, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings___

Re: Yogesh Desai license statement

2016-01-06 Thread jan iversen
is a very big program and getting it build, setting up gerrit, and getting the first patch right, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings___

Re: pasqual milvaques license statement

2016-01-06 Thread jan iversen
> > Basically you submit a patch set of an amended commit with the same > Change-Id, which replaces the previous patch set of the same gerrit > change, see > https://wiki.documentfoundation.org/Development/gerrit/SubmitPatch#Submitting_a_new_version > and >

Re: Arul Michael license statement

2016-01-06 Thread jan iversen
is a very big program and getting it build, setting up gerrit, and getting the first patch right, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings___

Re: kumar thangavel license statement

2016-01-06 Thread jan iversen
is a very big program and getting it build, setting up gerrit, and getting the first patch right, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings___

Re: virus detection with GData

2016-01-05 Thread jan iversen
> > none of these files actually contains a virus, they just have malformed > content that tend to trigger anti-virus heuristics. > OK I stand corrected, but my proposal is the same, because it still informs people, that this is not something to worry about. rgds jan i. > >

Re: virus detection with GData

2016-01-05 Thread jan iversen
> the CVE-* files in the same directory are all encrypted with some dummy > password, so that virus scanners don't complain about them. > > vcl/qa/cppunit/graphicfilter/data/README > > i've taken the liberty to encrypt these now on master with > 18b0343010517daa1eaf52a17ef19564076e1f3a, so you

Re: Hi! New to LibreOfiice

2016-01-05 Thread jan iversen
Welcome to libreoffice. I hope you will have a lot of fun being part of our community. I am helping new people get started, because Libreoffice is quite a big program, so it is easy to get confused. Feel free to write me directly, so I can help you. The first thing you need to do is to get

Re: GSOC Android App LibreOffice Viewer

2016-01-07 Thread jan iversen
. LibreOffice is a very big program and getting it build, setting up gerrit, and getting the first patch right, can be a bit challenging, therefore do not hesitate to email me if you want help. I am not a specialist in the android viewer, but it is a place where a lot of work can be done. rgds Jan

Re: Johannes Hauf license statement

2016-01-01 Thread jan iversen
is a very big program and getting it build, setting up gerrit, and getting the first patch right, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings Sent from my iPad, please excuse any misspellings

Re: Srishti Khatri license statement

2016-01-08 Thread jan iversen
is a very big program and getting it build, setting up gerrit, and getting the first patch right, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings___

Re: about using test files in our unit tests

2016-01-08 Thread jan iversen
Hi There are no guarantees, but I think that http://ci.libreoffice.org/job/lo_gerrit_master/10073/ might be another one. The patch was rebased this morning before starting the build. rgds jan i. -- View this message in context:

Re: Automation Test for LibreOffice

2015-12-25 Thread jan iversen
Hi I am a little bit confused as to what tests you refer. Currently you are converting the automated java unit scripts to python. What did I miss ? rgds jan i. Sent from my iPad, please excuse any misspellings > On 17 Dec 2015, at 21:03, Kader Tarlan wrote: > >

[Libreoffice-commits] core.git: cui/source cui/uiconfig

2015-12-25 Thread jan iversen
: jan iversen <j...@documentfoundation.org> Date: Thu Dec 24 14:47:22 2015 + Revert "Basic IDE Options code completion tweak." This reverts commit 536fcf91de1bdbfca4c300484ebe672f9cbca0e7. Based on a IRC discussion, it seems that a comment is enough t

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

2015-12-25 Thread jan iversen
: commit da5d3f0fc8edc38f3830644aee0507c7675b37b3 Author: jan iversen <j...@documentfoundation.org> Date: Fri Dec 25 12:53:34 2015 + Revert "tdf#96412 Fix export text table cell UserDefinedAttributes to xml." This reverts commit d3e57ccf2e56a75bd4f004de

Re: Automation Test for LibreOffice

2015-12-26 Thread jan iversen
> On 25 Dec 2015, at 19:26, Kader Tarlan wrote: > > Hi Jan, > No, you've got that right. But I want to do more work in this area. I heard > that for this Matthew has made improvements in this area with Dogtail. Then > the idea of selenium occurred here that on the

Re: Formatting _Numbering/ordered list_[Bug 42788]

2015-12-24 Thread jan iversen
Sent from my iPad, please excuse any misspellings > On 23 Dec 2015, at 11:25, noseeba Al kindi wrote: > > I am solving this bug: > > https://bugs.documentfoundation.org/show_bug.cgi?id=42788 > > I checked the MS office and it have the same problem appear there just >

Re: Guillaume Smaha license statement

2015-11-25 Thread jan iversen
Hi Thanks for your license statement. It is my job to help new people getting their first patch submitted and accepted, so please email me if there is anything I can help you with. I am currently helping a couple of people, getting LO build and setting up the different tools you need to work,

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

2015-11-27 Thread jan iversen
xmerge/source/bridge/java/XMergeBridge.java | 210 +--- 1 file changed, 102 insertions(+), 108 deletions(-) New commits: commit 03c37cee476d14d1d8644ccc7ea5c69d74d9c7f9 Author: jan iversen <j...@documentfoundation.org> Date: Thu Nov 5 15:19:56 2015 +0100

Confused about make.

2015-11-28 Thread jan iversen
Hi. Can someone please tell what is the difference between: "make test" and "make check" I could not find a description of the make options in our wiki (maybe they are just hidden). Thanks in advance jan i. Sent from my iPad, please excuse any misspellings

Re: Confused about make.

2015-11-28 Thread jan iversen
Thanks and sorry for a stupid question, but sometimes you cannot the wood because of all the trees :-) Rgds jan i. Sent from my iPad, please excuse any misspellings > On 28 Nov 2015, at 10:57, Andras Timar <tima...@gmail.com> wrote: > > On Sat, Nov 28, 2015 at 10:26 AM, j

Re: Nicola Povoleri license statement

2015-11-28 Thread jan iversen
Hi. Thanks a lot for your license statement. If you need help getting started please let me know, feel free to mail me directly. rgds jan i Sent from my iPad, please excuse any misspellings > On 28 Nov 2015, at 17:05, nicola.povoleri > wrote: > >All of

Re: ozcan license statement

2015-11-28 Thread jan iversen
Hi thanks for your license statement. Let me know if I can help you getting started. Getting your first patch submitted can be a learning curve, and I am here to help you so feel free to mail me directly if you want to. welcome rgds jan i. Sent from my iPad, please excuse any misspellings

Re: patch

2015-11-29 Thread jan iversen
is a very big program and getting it build, setting up gerrit, and getting the first patch right, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings

Re: faruk license statement

2015-11-29 Thread jan iversen
is a very big program and getting it build, setting up gerrit, and getting the first patch right, can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings

[Libreoffice-commits] core.git: bin/gbuild-to-ide

2015-12-01 Thread jan iversen
bin/gbuild-to-ide | 121 +- 1 file changed, 83 insertions(+), 38 deletions(-) New commits: commit 02b411818b79154bd41f1654e23c2422170e3629 Author: jan iversen <j...@documentfoundation.org> Date: Sat Nov 28 11:08:05 2015 +0100

[Libreoffice-commits] core.git: configure.ac

2015-11-30 Thread jan iversen
configure.ac |4 1 file changed, 4 insertions(+) New commits: commit 75892872496175d71b4ad02c1a477dc9f463d803 Author: jan iversen <j...@documentfoundation.org> Date: Sat Nov 28 14:12:17 2015 +0100 check for missing COMSPEC variable in cygwin. Cygwin unsets the C

Re: [Bug 45904] move java based api tests to c++

2015-11-24 Thread jan iversen
Hi. Yes this is ongoing work. I am here to help new people getting their first patch successfully implemented, so feel free to mail me directly if you have questions. The first thing you need to do is to get build on your machine: for linux (and similar) environments:

Re: license statement

2016-01-11 Thread jan iversen
is a very big program and getting it built, setting up gerrit, and getting the first patch right can be a bit challenging, therefore do not hesitate to email me if you want help. rgds Jan Iversen. Sent from my iPad, please excuse any misspellings___

Re: Buildbot for Android

2016-01-12 Thread jan iversen
> On 12 Jan 2016, at 02:26, Chris Sherlock wrote: > > Is it feasible to have an Android buildbot? With all the changes going on, I think it is a good idea. Making the android version, does not compile large parts of the code, so it should not be a heavy task for

Re: [Libreoffice-commits] core.git: initialize new member variables

2016-01-12 Thread jan iversen
Sent from my iPad, please excuse any misspellings > On 12 Jan 2016, at 12:05, Chris Sherlock wrote: > > Hi all, > > Unfortunately that was the case - I definitely went down the wrong path with > that merge. > > I've reverted it now - the commit can be found on

[Libreoffice-commits] core.git: officecfg/registry oox/source sd/qa sd/source sd/xml slideshow/source

2016-06-09 Thread jan iversen
/engine/transitions/ellipsewipe.hxx |4 - slideshow/source/engine/transitions/transitionfactorytab.cxx |2 14 files changed, 11 insertions(+), 127 deletions(-) New commits: commit 4bcb4774a331cbe7edbb8d92bc6b628e79eee9a6 Author: jan iversen <j...@documentfoundation.org>

Re: Alexis PAQUIN license statement

2016-06-08 Thread jan iversen
/GetInvolved/DeveloperStepByStep rgds Jan Iversen. > ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Gökhan Gurbetoğlu license statement

2016-06-08 Thread jan iversen
/GetInvolved/DeveloperStepByStep rgds Jan Iversen. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Feature branch request

2016-06-10 Thread jan iversen
> On 10 Jun 2016, at 14:39, Khaled Hosny wrote: > >> On Fri, Jun 03, 2016 at 07:20:45PM +0530, Akash Jain wrote: >> Therefore I request a feature branch with commit access so I can push >> code faster then the current work flow will allow. > > Can you we get a Akash

Welcome back

2016-06-10 Thread jan iversen
utors (yet to be committers) become committers, so feel free to contact me, if you need help. We have made a step by step guide to help you: https://wiki.documentfoundation.org/Development/GetInvolved/DeveloperStepByStep rgds Jan Iversen. ___ LibreOffice ma

Cleanup development WIKI structure and pages

2016-06-04 Thread jan iversen
Hi I started a while ago to look at our development wiki pages, they contain an awful load of very useful information, it is however amazing to see how well hidden some of the information are. I created a new page (ONLY for maintenance, and keeping track of what needs to be done):

100.000 registred (and majority solved) bugs

2016-05-24 Thread jan iversen
Hi We passed a golden number yesterday. Bug 100.000 was registred in Bugzilla. The lucky "winner" was Cor Nouws. https://bugs.documentfoundation.org/show_bug.cgi?id=10 A vibrant Bugzilla is one of the best indications, that LibreOffice is used and not just downloaded all over the world.

Re: Some thoughts about our tests and the build time

2016-05-25 Thread jan iversen
> > Along with that, we could then kill the "make build-nocheck" travesty and have > 'make' and 'make build' each do the same regardless of if its on toplevel and > in a module? Right? Please? When we talk about simplifying, it would be good if "make" used pr default the same configuration as

Re: mechaxl license statement

2016-05-25 Thread jan iversen
/GetInvolved/DeveloperStepByStep rgds Jan Iversen. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Feature branch request

2016-06-10 Thread jan iversen
> On 10 Jun 2016, at 15:51, Khaled Hosny <khaledho...@eglug.org> wrote: > >> On Fri, Jun 10, 2016 at 03:27:00PM +0200, jan iversen wrote: >> >> >>>> On 10 Jun 2016, at 14:39, Khaled Hosny <khaledho...@eglug.org> wrote: >>>> >

Re: Aparajita Haldar license statement

2016-06-14 Thread jan iversen
/GetInvolved/DeveloperStepByStep rgds Jan Iversen. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Apurva Priyadarshi] License statement

2016-05-30 Thread jan iversen
/GetInvolved/DeveloperStepByStep rgds Jan Iversen. > On 30 May 2016, at 09:23, Stephan Bergmann <sberg...@redhat.com> wrote: > >> On 05/27/2016 08:36 PM, Apurva Priyadarshi wrote: >> All of my past & future contributions to LibreOffice may be >> licensed un

Re: new developer

2016-05-30 Thread jan iversen
, and getting the first patch right can be a bit challenging, therefore do not hesitate to email me if you want help. We have made a step by step guide to help you get started: https://wiki.documentfoundation.org/Development/GetInvolved/DeveloperStepByStep rgds Jan Iversen

Re: minutes of ESC call ...

2016-06-02 Thread jan iversen
> * Commit Access >+ cleanup of stale? committers (Norbert) > + ran a script to find people with no commit >1 yr. > + or should we let them stay around. > + some project revoked after 0.5 years (Miklos) > + frugalware. > + do we have any problem with leaving

Fwd: LIbreOffice integration into accessible software project

2016-05-27 Thread jan iversen
Forwarded from hostmaster mail. Maybe someone in here, have a suggestion where to look ? rgds jan i Begin forwarded message: > From: Rebecca Luttmer > Date: 25 May 2016 at 17:52:24 GMT+2 > To: "hostmas...@documentfoundation.org" >

Re: Jason C. McDonald (CodeMouse) license statement

2016-05-27 Thread jan iversen
/Development/GetInvolved/DeveloperStepByStep rgds Jan Iversen. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Sam Tygier license statement

2016-06-01 Thread jan iversen
/GetInvolved/DeveloperStepByStep rgds Jan Iversen. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

  1   2   3   4   5   6   7   8   9   10   >