Re: HttpClient - HttpComponents

2013-10-27 Thread Niko Rönkkö
Hi Any idea? Isn't there any C/C++ equivalent to replace that and at the same time ged rid of one Java depedency? -- RN ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: convert setup_native to gbuild and add to tail_build

2013-02-13 Thread Niko Rönkkö
Hi! This commit breaks my Mac build with error message: Unrecognized option: -p Usage: ulfconv [-o output file] [-t encoding table] [ulf file] Problem seems to be on line 22 in CustomTarget_mac.mk: http://opengrok.libreoffice.org/xref/core/setup_native/CustomTarget_mac.mk#22 -- RN

[SOLVED] Re: convert setup_native to gbuild and add to tail_build

2013-02-13 Thread Niko Rönkkö
Peter, Can you see if it works now? Yes, it works now, thanks. -- RN ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Weird code found by clang

2012-03-01 Thread Niko Rönkkö
On 1.3.2012 23.13, Tor Lillqvist wrote: svtools/source/dialogs/addresstemplate.cxx:195:23: error: self-comparison always evaluates to false [-Werror,-Wtautological-compare] for (;pFields != pFields; ++pFields) ^ What should this be? Or is what it currently

Re: [REVIEW 3-5, 3-5-1] Fix leap year calculation

2012-02-29 Thread Niko Rönkkö
Hi The fix is correct so +1 from me if that counts. -- RN ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [Pushed] Removed LineListBox methods listed in unusedcode.easy

2012-01-23 Thread Niko Rönkkö
Hi! On 23.01.2012 10:26, Muthu Subramanian K wrote: Pushed! Thank you for the patch! The only problem is that these entries will come back when the call catcher magician Caolán regenerates the unusedcode.easy list next time. -- RN ___ LibreOffice

Re: [Libreoffice] Flat ODF usage in Git [Was: concept for c++ based subsequenttests]

2012-01-23 Thread Niko Rönkkö
Only one query; I wonder whether we should be using the flat (fods) file-type for these tests - so we can read meaningful diffs to them in the git history. +1 for this... ... and I also think that all ODF files in git repos should be in Flat ODFormat so that the Git can track them

Re: [Libreoffice] RFC Operation Spamzilla

2011-12-22 Thread Niko Rönkkö
On 22.12.2011 22.33, Bjoern Michaelsen wrote: [This is an automated message.] This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it started right out as NEW without ever being explicitly confirmed. The bug is changed to state NEEDINFO for this reason. To move this bug from

Re: [Libreoffice] [PATCH] Easy hack regex compile infinite loop ( bug 41738 )

2011-11-23 Thread Niko Rönkkö
Hi Karl, Seems that nobody has noticed your message: http://lists.freedesktop.org/archives/libreoffice/2011-November/020211.html You should always use [PATCH] in your Subject when sending patches to the list to get needed attention from developers. -- Kind regards Niko, who is not a developer

Re: [Libreoffice] Easy hack regex compile infinite loop ( bug 41738 )

2011-11-23 Thread Niko Rönkkö
Sorry all, I was wrong – Karls later message has been noticed: http://lists.freedesktop.org/archives/libreoffice/2011-November/020417.html -- Silly Niko ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] Updated [Patch] new BITxxx functions for ODF 1.2

2011-09-06 Thread Niko Rönkkö
Hi Wonderful, great stuff - I have to apologize, the many whitespace changes in the calc part of the patch are because of my substandard mentoring - cleaned-up version of the first patch attached. I was in the belief that we shall use spaces instead of tabs. Corrected patches attached. --

Re: [Libreoffice] Git hangs?

2011-08-02 Thread Niko Rönkkö
Hi Olivier As Michael mentioned you can try to use http reguest instead: $ git clone http://anongit.freedesktop.org/git/libreoffice/bootstrap.git/ libo -- RN ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [PATCH] Add config.guess to .gitignore

2011-05-18 Thread Niko Rönkkö
To origin/master and MPL 1.1 / GPLv3+ / LGPLv3+ of course. From 98ab4a6a5089266257603171ac9f40e28f85cf23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20R=C3=B6nkk=C3=B6?= ron...@iki.fi Date: Wed, 18 May 2011 17:35:08 +0300 Subject: [PATCH] Add config.guess to .gitignore Added pattern

[Libreoffice] [PATCH] Removal of deprecated options

2011-05-18 Thread Niko Rönkkö
Still to master and MPL 1.1 / GPLv3+ / LGPLv3+ From f284735c1be452cf65a9f8b93fa535e00471aff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20R=C3=B6nkk=C3=B6?= ron...@iki.fi Date: Thu, 19 May 2011 00:28:04 +0300 Subject: [PATCH] Removal of deprecated options Removed all deprecated options of

[Libreoffice] [PATCH] Removal of obsolete option --with-unstable-wp

2010-11-19 Thread Niko Rönkkö
MPL 1.1 / GPLv3+ / LGPLv3+ see: http://cgit.freedesktop.org/libreoffice/build/commit/?id=9e0f4d66e7b219baa142fe86f2167e37d8f8e6f7 From dc6697dec2cd2ad3ba9e1b21bd4f73699bb80b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20R=C3=B6nkk=C3=B6?= ron...@iki.fi Date: Tue, 16 Nov 2010 16:50:30 +0200

[Libreoffice] [PATCHES] Eight small patches to remove trailing whitespaces from help

2010-11-13 Thread Niko Rönkkö
All trailing whitespaces (spaces and tabs) removed from help repository. In that place those really multiplies and quickly... Patches found in: http://ronkko.wippiespace.com/LibO/ MPL 1.1 / GPLv3+ / LGPLv3+ ___ LibreOffice mailing list

[Libreoffice] [PATCH] Fix configure --help width

2010-11-10 Thread Niko Rönkkö
Fixed width of description of --with-openclipart to 80 chars. MPL 1.1 / GPLv3+ / LGPLv3+ From 66397cc937db66708b1ff2d8f7ba93c4b2397fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20R=C3=B6nkk=C3=B6?= ron...@iki.fi Date: Wed, 10 Nov 2010 11:56:19 +0200 Subject: [PATCH] Fix configure --help width

[Libreoffice] [PATCHES] Renaming to --enable-ext-*

2010-11-06 Thread Niko Rönkkö
New try. From 3cad28b8c61f66c06a4e76f398e78c57597ce49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20R=C3=B6nkk=C3=B6?= ron...@iki.fi Date: Fri, 5 Nov 2010 19:08:58 +0200 Subject: [PATCH] Renaming extension options consistently MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8

[Libreoffice] [PATCH] Renaming extension options consistently

2010-11-05 Thread Niko Rönkkö
Renamed all extensions to --enable-ext-* because we do want to present them together in ./configure --help Deprecated old options not removed but commented instead. Fixed: --without-java (from Wol) --- configure.in | 296 -- 1 files

[Libreoffice] [PATCH] Elide all SO: and OOo: prefixes

2010-11-04 Thread Niko Rönkkö
--- stlport/prj/build.lst |2 +- crashrep/prj/build.lst|2 +- xmlsecurity/prj/build.lst |2 +- connectivity/prj/build.lst |2 +- desktop/prj/build.lst |2 +- boost/prj/build.lst |2 +- moz/prj/build.lst|2 +- python/prj/build.lst |2 +-

[Libreoffice] [PATCH] Distro-configs: adapt to new configure options for extensions

2010-11-04 Thread Niko Rönkkö
Some extensions options for configure were renamed to --with-ext-* --- distro-configs/GoOoLinux.conf.in | 10 +- distro-configs/GoOoMacOSX.conf.in| 10 +- distro-configs/LibreOfficeLinux.conf.in | 10 +-

[Libreoffice] [PATCH] Removed deprecated option --with-unzip-home

2010-11-01 Thread Niko Rönkkö
MPL 1.1 / GPLv3+ / LGPLv3+ From 8d356d68781be2a312072c7b2855f45c9a60a169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20R=C3=B6nkk=C3=B6?= ron...@iki.fi In-Reply-To: 4cceeef3.5050...@iki.fi References: 4cceeef3.5050...@iki.fi Date: Mon, 1 Nov 2010 18:41:45 +0200 Subject: [PATCH] Removed

Re: [Libreoffice] [PATCH] Internal separation of options of configure

2010-10-31 Thread Niko Rönkkö
Correct description would be: Grouped inner Optional Features (--enable/disable-) and Optional Packages (--with/without-) to ease maintenance. Minor fix: ]\n] - ]\n Option --with-servlet-api-jar=JARFILE was named wrong in --help. (It was named as --servlet-api-jar=JARFILE.) No changes to the

[Libreoffice] (no subject)

2010-10-31 Thread Niko Rönkkö
From 09a62885c6c5aea12412d9bcb37a997bce87fa2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20R=C3=B6nkk=C3=B6?= ron...@iki.fi Date: Mon, 1 Nov 2010 00:36:23 +0200 Subject: [PATCH] Wrong option name in help MIME-Version: 1.0 Content-Type: multipart/mixed;

[Libreoffice] [PATCH] (bootstrap) Internal separation of options of configure

2010-10-30 Thread Niko Rönkkö
MPL 1.1 / GPLv3+ / LGPLv3+ From e7d71554ce70c6082853fcbeb528e62e3398028b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20R=C3=B6nkk=C3=B6?= ron...@iki.fi Date: Sat, 30 Oct 2010 22:36:57 +0300 Subject: [PATCH] (bootstrap) Internal separation of options of configure Grouped inner Optional Features

Re: [Libreoffice] [PATCH] Cleaning and organizing of configure.in

2010-10-26 Thread Niko Rönkkö
Hi all! On 25.10.2010 01:55, Christian Lohmaier wrote: I personally disagree that an alphabetically sortet list is best. e.g. now the font inclusion options wrt dejavu and liberation fonts are spread apart, build tool options are interspread the feature/code switches, extension-switches are