Re: [ANNOUNCE] Changes to the build system: Env.Host.sh is dead so is the need to source the environment

2012-02-06 Thread Stephan Bergmann
On 02/07/2012 02:37 AM, Norbert Thiebaud wrote: make check should work again... It appears the "check" target no longer implicitly depends on the default target (i.e., "make check" no longer builds all through instsetoo_native, but instead now only starts with building smoketestoo_native; to

Re: Issues with 3.5.0 - ready for release ...

2012-02-06 Thread Cor Nouws
Cor Nouws wrote (07-02-12 01:08) However, I have no idea if the issues from the last weeks have been spotted / judged consequently and with enough detail (looking at what happened with the issues from January 21 and 22, I have to doubt seriously alas.) So, though the overall impression is OK (as

Windows build: manual mucking with variables

2012-02-06 Thread Lionel Elie Mamane
On Mon, Feb 06, 2012 at 03:41:36PM +0100, Regina Henschel wrote: > Norbert Thiebaud schrieb: >> I have pushed a series of commit that completely remove >> set_soenv.in and the creation of Env.Host.sh/Env.Build.sh >> The following wiki page give some explanations: >> http://wiki.documentfoundation

[PATCH] More READMEs for modules!

2012-02-06 Thread Josh Heidenreich
Hi everyone who cares, Here is a patch for more READMEs for the modules (yay). I'm about 1/3 done with this project now. You can see my progress here: http://thejosh.info/libreoffice/module_readmes/ Cheers, Josh 0001-Added-READMEs-for-modules-which-used-to-be-in-libs-c.patch Description: Binar

Re: [ANNOUNCE] Changes to the build system: Env.Host.sh is dead so is the need to source the environment

2012-02-06 Thread Norbert Thiebaud
make check should work again... Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PUSHED 4/4] Re: [PATCH 0/4] Remove some unused methods

2012-02-06 Thread Greg Kroah-Hartman
On Tue, Feb 07, 2012 at 01:26:18AM +0100, Michael Stahl wrote: > On 06/02/12 23:05, Greg Kroah-Hartman wrote: > > Here are 4 patches removing some unused methods in the tree. > > > > All of these patches are contributed under the LGPLv3+ / MPL. > > great! > > > Note, I also removed the line in t

[PUSHED 4/4] Re: [PATCH 0/4] Remove some unused methods

2012-02-06 Thread Michael Stahl
On 06/02/12 23:05, Greg Kroah-Hartman wrote: > Here are 4 patches removing some unused methods in the tree. > > All of these patches are contributed under the LGPLv3+ / MPL. great! > Note, I also removed the line in the unusedcode.easy file at the same > time, if I shouldn't have done that, let

[PUSHED] Re: [PATCH] Including glib

2012-02-06 Thread Michael Stahl
On 06/02/12 17:24, Mihályi Dániel wrote: > Hi! > > This patch corrects one line including a glib header not correctly. > > Regards, > Dani thanks for the patch, pushed to master: http://cgit.freedesktop.org/libreoffice/core/commit/?id=80f96ca6b5bd8a491275c5e192196642854a885c could you please c

Issues with 3.5.0 - ready for release ...

2012-02-06 Thread Cor Nouws
Hi, As promised to Thorsten on Sunday, I've been looking at 3.5.0 and issues. I looked at issues that I've seen, that are at 37361 and at the 44 issues filed during our second BugHuntSession (little delay :-\ ) Added some comments, added some to bug 37361 etc. Quite some have already been pic

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 lana...@gmail.com changed: What|Removed |Added Depends on|33791 | -- Configure bugmail: https://bugs.

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Cor Nouws changed: What|Removed |Added Depends on||33791, 34380, 44275 --- Comment #173 from Co

Re: How far can the LO file's contents be stretched?

2012-02-06 Thread Michael Stahl
On 06/02/12 22:30, Johannes Sixt wrote: > Am 06.02.2012 10:39, schrieb Michael Meeks: >> >> On Sun, 2012-02-05 at 21:50 +0100, Johannes Sixt wrote: >>> 3) Can the styles listed in an section be >>> renamed? For example: >> >> I believe the names are arbitrary and can be replaced without prob

[PATCH 1/4] tools: fsys: Delete unused DirEntry::GetDevice()

2012-02-06 Thread Greg Kroah-Hartman
--- tools/inc/tools/fsys.hxx |3 +-- tools/source/fsys/unx.cxx | 21 - unusedcode.easy |1 - 3 files changed, 1 insertions(+), 24 deletions(-) diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx index 3ec1799..a39c159 100644 --- a/tools/inc/to

[PATCH 4/4] tools: fsys: Delete unused FileStat::FileStat()

2012-02-06 Thread Greg Kroah-Hartman
--- tools/inc/tools/fsys.hxx|1 - tools/source/fsys/fstat.cxx | 20 unusedcode.easy |1 - 3 files changed, 0 insertions(+), 22 deletions(-) diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx index 44b1fdc..34c512d 100644 --- a/tools/inc

[PATCH 3/4] tools: fsys: Delete unused FileStat::FileStat(const void *)

2012-02-06 Thread Greg Kroah-Hartman
--- tools/inc/tools/fsys.hxx |4 tools/source/fsys/unx.cxx | 16 unusedcode.easy |1 - 3 files changed, 0 insertions(+), 21 deletions(-) diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx index a39c159..44b1fdc 100644 --- a/tools/inc/tools/

[PATCH 2/4] sot: Delete FileList::GetFormat as it is no longer used

2012-02-06 Thread Greg Kroah-Hartman
--- sot/inc/sot/filelist.hxx |4 sot/source/base/filelist.cxx | 11 --- unusedcode.easy |1 - 3 files changed, 0 insertions(+), 16 deletions(-) diff --git a/sot/inc/sot/filelist.hxx b/sot/inc/sot/filelist.hxx index 0ba367f..8f18328 100644 --- a/sot/inc/sot/

[PATCH 0/4] Remove some unused methods

2012-02-06 Thread Greg Kroah-Hartman
Here are 4 patches removing some unused methods in the tree. All of these patches are contributed under the LGPLv3+ / MPL. Note, I also removed the line in the unusedcode.easy file at the same time, if I shouldn't have done that, let me know and I'll redo these patches. If I messed anything up,

Re: [patch] tools/table.hxx to std::map conversion in SV, SVL and SVX modules

2012-02-06 Thread Eike Rathke
Hi Noel, On Monday, 2012-02-06 14:50:59 +0200, Noel Grandin wrote: > This patch converts one use of tools/table.hxx in > svl/inc/svl/zforlist.hxx, whose use in turn spans 3 modules. Thanks, I'll look at this, probably tomorrow. Eike -- LibreOffice Calc developer. Number formatter stricken i

Re: How far can the LO file's contents be stretched?

2012-02-06 Thread Johannes Sixt
Am 06.02.2012 10:39, schrieb Michael Meeks: > > On Sun, 2012-02-05 at 21:50 +0100, Johannes Sixt wrote: >> The native file format of LO files is simply a ZIP archive with various >> types of files in it. > > Right - although, there is another variant of our native file format > that is almo

issues with bugzilla

2012-02-06 Thread Cor Nouws
FYI, filed two issues today: Bug 45693 - Lines from text in description / comments often broken Bug 45717 - notifications from bugzilla-dae...@freedesktop.org send from both PST and from my local time zone Cheers, -- - Cor - http://nl.libreoffice.org

Re: How far can the LO file's contents be stretched?

2012-02-06 Thread Johannes Sixt
Am 06.02.2012 09:49, schrieb Norbert Thiebaud: > On Mon, Feb 6, 2012 at 2:34 AM, Stephan Bergmann wrote: >> On 02/05/2012 09:50 PM, Johannes Sixt wrote: >>> >>> 1. Is the order of the files in the ZIP archive important? >> >> >> Yes. >>

Re: [Libreoffice] [PUSHED] Re: [PATCH] optimized zoom to use more common intervals

2012-02-06 Thread Stefan Knorr (Astron)
Hi, On 6 February 2012 20:49, Cor Nouws wrote: > Fine (for me) :-) Guess so, then. Astron. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PUSHED] Re: [PATCH] optimized zoom to use more common intervals

2012-02-06 Thread Cor Nouws
Jan Holesovsky wrote (06-02-12 16:31) I've just pushed a change that makes it 2^(1/6) - ie. 6 steps to get double / half zoom: http://cgit.freedesktop.org/libreoffice/core/commit/?id=4db617efd924ad7ff4ce6988771ad36612c329ec The values look like this: Zoom out: 100, 110, 125, 140, 160, 180, 20

SfxItemSet::HasItem method

2012-02-06 Thread Kohei Yoshida
Hi there, I've just added a new method to SfxItemSet to provide an easy way to check whether or not an item is already set, and if it's already set, get that item. Here is what I've added: bool SfxItemSet::HasItem(sal_uInt16 nWhich, const SfxPoolItem*& rpItem) const { return SFX_ITEM_SET ==

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 43480, which changed state. Bug 43480 Summary: EDITING: cell text *contents* from Calc pasted to Writer is pasted at bottom of document, unless paste special is used https://bugs.freedesktop.org/show_bug.cgi?id=43480

Re: [PATCH] [PUSHED,modified] Moving misplaced Compatibility options from ScDocOptions to ScAppOptions

2012-02-06 Thread Kohei Yoshida
On Mon, 2012-02-06 at 11:49 -0500, Kohei Yoshida wrote: > Let me spend some time on this, and will > get back to you. Done. This is what I've committed: http://cgit.freedesktop.org/libreoffice/core/commit/?id=28ff7a37e66c8746a0b176b4ea25e20c1cd135c5 Best, Kohei -- Kohei Yoshida, LibreOffice

[PUSHED] Reduced duplicate code (simian) / l10ntools

2012-02-06 Thread Ivan Timofeev
Ok, pushed, the patch is simply brilliant now! ;) I think we can defy the tests after all. I apologize for my hair-splitting while reviewing it. Thanks, Ivan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/m

[PUSHED] Re: [Libreoffice] [PATCH] Remove unused code

2012-02-06 Thread Jan Holesovsky
Noel Power píše v Út 31. 01. 2012 v 12:39 +: > ok, pushed, Just marking the thread [PUSHED] :-) Regards, Kendy ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH] Moving misplaced Compatibility options from ScDocOptions to ScAppOptions

2012-02-06 Thread Kohei Yoshida
Hi Albert, Good to see you being active again. :-) On Fri, 2012-02-03 at 11:47 +0100, Albert Thuswaldner wrote: > I have updated the patch according to Markus comments above, removing > the check to see if the keybinding option has been modified. A side > effect of the above is that return type

Re: Android design?

2012-02-06 Thread Michael Meeks
Hi Mirek, On Sat, 2012-02-04 at 23:11 +0100, Mirek M. wrote: > A few questions from a design team member: Shoot ! :-) > I'm assuming the LibreOffice Android port will sport a UI different > from its desktop counterpart, without menus or dialogs and with a > simple file manager (as is the

Re: [Libreoffice] Minutes of the ESC call

2012-02-06 Thread Michael Meeks
On Thu, 2012-02-02 at 16:52 +0100, Jan Holesovsky wrote: > * Completed Action Items There were some more of these that got completed from last week: + re-test Indian font fix under Windows and push to -3-5-0 (Andras) + roll-back possible to cleanup the canvas publishing i

[PATCH] Including glib

2012-02-06 Thread Mihályi Dániel
Hi! This patch corrects one line including a glib header not correctly. Regards, Dani From ae4f1402c6c892ad0c48bac2ae076c54294c5f17 Mon Sep 17 00:00:00 2001 From: Daniel Mihalyi Date: Mon, 6 Feb 2012 18:04:37 +0100 Subject: [PATCH] In the current glib version only the main glib.h can be included

Re: [ANNOUNCE] Changes to the build system: Env.Host.sh is dead so is the need to source the environment

2012-02-06 Thread Stephan Bergmann
On 02/06/2012 03:49 PM, Miklos Vajna wrote: On Mon, Feb 06, 2012 at 03:33:52PM +0100, Stephan Bergmann wrote: On 02/06/2012 02:59 PM, Norbert Thiebaud wrote: make clean is not suppose to remove config_host.mk Why not? At least I would naively have expected that it does. I think the conve

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 37024, which changed state. Bug 37024 Summary: UI: WEB-View for Form layout no longer available https://bugs.freedesktop.org/show_bug.cgi?id=37024 What|Old Value |New Value --

[Bug 35673] LibreOffice 3.4 most annoying bugs

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 37024, which changed state. Bug 37024 Summary: UI: WEB-View for Form layout no longer available https://bugs.freedesktop.org/show_bug.cgi?id=37024 What|Old Value |New Value --

[PUSHED 3.5] Re: [PATCH] [REVIEW:3-5] fdo#37024 WEB-View for Form layout no longer available

2012-02-06 Thread Jan Holesovsky
Hi Lionel, Lionel Elie Mamane píše v Po 06. 02. 2012 v 14:42 +0100: > Attached patch (by Michael Stahl) fixes fdo#37024, a "most annoying" > bug for 3.4 and 3.5. It causes forms made in older versions to clip > (not show) controls outside of a fixed area, although there is enough > place on scree

development summary: year 2012, week 05

2012-02-06 Thread Petr Mladek
Hi, this time a brief summary of what happened during the 5th week in 2012 on LibreOffice repositories and the living branches: + master:LO-3.5 development + libreoffice-3-5: fixes for LO-3.5.1 bug fix release + libreoffice-3-5-0: final stabilization of the L

[PUSHED 3.5] Re: [PATCH] [REVIEW:3-5] postgresql module parallel build

2012-02-06 Thread Jan Holesovsky
Hi Lionel, Lionel Elie Mamane píše v Po 06. 02. 2012 v 15:34 +0100: > Attached patch fixes a build issue with large num-cpus in postgresql > module: a .h file is generated, but one of the two .c files that > #include it doesn't depend on it in the Makefile. > > Let's fix it in libreoffice-3-5 so

Re: [PUSHED] Re: [REVIEW] fdo#42656 fix RTF export of picture frame shape type

2012-02-06 Thread Miklos Vajna
Hi Michael, On Mon, Feb 06, 2012 at 04:23:21PM +0100, Michael Stahl wrote: > pushed (plus a follow up to replace mysterious 75 with > ESCHER_ShpInst_PictureFrame) Oh - good idea, I did the same in the tokenizer now. pgpDmMbNjIYd7.pgp Description: PGP signature

Re: [Libreoffice] [PUSHED] Re: [PATCH] optimized zoom to use more common intervals

2012-02-06 Thread Jan Holesovsky
Hi Astron, Drew, Cor, Stefan Knorr (Astron) píše v Čt 26. 01. 2012 v 14:16 +0100: > I just checked, and must say that I can only second Cor and Drew in > that it is too quick now. Could we go back to 1.1 or maybe > 2^(1/8)=1.0905 (that should deliver a similar effect as 2^(1/4), no? – > I am bad

[PUSHED] Re: [REVIEW] fdo#42656 fix RTF export of picture frame shape type

2012-02-06 Thread Michael Stahl
On 05/02/12 14:41, Miklos Vajna wrote: > Hi, > > See > http://cgit.freedesktop.org/libreoffice/core/commit/?id=32fa7e9208b2053d2ff7743b88b0c0edacb8a7e7 > > Could somebody sign-off and push to -3-5, please? pushed (plus a follow up to replace mysterious 75 with ESCHER_ShpInst_PictureFrame) _

[REVIEW 3-5] fdo#45045 fix context sensitive help for Word Count dialog

2012-02-06 Thread Andras Timar
Hi, I fixed https://bugs.freedesktop.org/show_bug.cgi?id=45045, help now jumps to the correct page either when I press F1, or when I press the Help button. However, the fix looks a bit hackish to me, help for old modal dialog worked well in 3.4 without these extra HelpID lines, so review and expla

Re: [ANNOUNCE] Changes to the build system: Env.Host.sh is dead so is the need to source the environment

2012-02-06 Thread Miklos Vajna
On Mon, Feb 06, 2012 at 03:33:52PM +0100, Stephan Bergmann wrote: > On 02/06/2012 02:59 PM, Norbert Thiebaud wrote: > >make clean is not suppose to remove config_host.mk > > Why not? At least I would naively have expected that it does. I think the convention is that make clean just removes obj

Re: Issue about Failed symbol dependency from 21-1

2012-02-06 Thread Stephan Bergmann
On 02/06/2012 02:19 PM, Cor Nouws wrote: Since some weeks, there is Bug 45074 - Failed symbol dependency from builtin libstc++ DSO thanks for bringing it to our attention -- nicely fits current discussions (see update in the bug) Stephan ___ LibreO

Re: [ANNOUNCE] Changes to the build system: Env.Host.sh is dead so is the need to source the environment

2012-02-06 Thread Regina Henschel
Hi Norbert, Norbert Thiebaud schrieb: HI all, I have pushed a series of commit that completely remove set_soenv.in and the creation of Env.Host.sh/Env.Build.sh The following wiki page give some explanations: http://wiki.documentfoundation.org/Development/Build_in_3.6 Up to now I have to put

Re: [Libreoffice] [PATCH] more conversion of tools/Table.hxx to std::map in editeng, sc and sw modules

2012-02-06 Thread Noel Grandin
this patch is going to superceded soon by a cleaner one. On 2012-02-02 14:57, Noel Grandin wrote: Hi Attached patch converts various places in the editeng, sc and sw modules from using tools/table.hxx to using std::map This patch should be easier to review, mostly because the logic using th

Re: [PATCH] The first of the READMEs for the modules

2012-02-06 Thread Jan Holesovsky
Hi Josh, Josh Heidenreich píše v Ne 05. 02. 2012 v 08:18 +1030: > > Can you please fit you cit config so that your commit are attributed > properly ? > > the attached patch says: > > From: unknown > > Sorry I am not on my usual development computer. You can use git commit --author="Name " in t

Re: PostgreSQL parallel build problem [was: Re: Tinderbox failure, Linux-x86-64@8-SLED11, MASTER, last success: 2012-02-06 08:44:28]

2012-02-06 Thread Lionel Elie Mamane
On Mon, Feb 06, 2012 at 02:36:09PM +0100, Jan Holesovsky wrote: > This looks like a parallel build problem to me - first the > pg_config_paths.h is used, and then created. Can you please check if > there is a missing dependency somewhere there? Exactly. Fixed in master and sent upstream. Sent to

Re: [ANNOUNCE] Changes to the build system: Env.Host.sh is dead so is the need to source the environment

2012-02-06 Thread Alexander Thurgood
Le 06/02/12 15:11, Ivan Timofeev a écrit : Hi Ivan, >>> * 'make' does not run autogen.sh automatically after 'make clean' >> why would autogen.sh be necessarily ran after a make clean ? make >> clean is not suppose to remove config_host.mk or any configure.in >> generated file. > > Oops, now all

[PATCH] [REVIEW:3-5] postgresql module parallel build

2012-02-06 Thread Lionel Elie Mamane
Attached patch fixes a build issue with large num-cpus in postgresql module: a .h file is generated, but one of the two .c files that #include it doesn't depend on it in the Makefile. Let's fix it in libreoffice-3-5 so that we don't get spurious tinderbox failures there, as we are currently having

Re: [ANNOUNCE] Changes to the build system: Env.Host.sh is dead so is the need to source the environment

2012-02-06 Thread Stephan Bergmann
On 02/06/2012 02:59 PM, Norbert Thiebaud wrote: make clean is not suppose to remove config_host.mk Why not? At least I would naively have expected that it does. Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.free

Re: [Libreoffice] LibO 3.5RC2: terminate called after throwing an instance of 'com::sun::star::registry::InvalidRegistryException'

2012-02-06 Thread Stephan Bergmann
On 02/06/2012 02:25 PM, Dag Wieers wrote: But the issue deserves a bugzilla entry, so here it is: https://bugs.freedesktop.org/show_bug.cgi?id=45696 Finally solved the mystery; see . Stephan _

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 45696, which changed state. Bug 45696 Summary: Importing uno bindings in python causes crash https://bugs.freedesktop.org/show_bug.cgi?id=45696 What|Old Value |New Value -

Re: [ANNOUNCE] Changes to the build system: Env.Host.sh is dead so is the need to source the environment

2012-02-06 Thread Ivan Timofeev
* 'make' does not run autogen.sh automatically after 'make clean' why would autogen.sh be necessarily ran after a make clean ? make clean is not suppose to remove config_host.mk or any configure.in generated file. Oops, now all work fine, the first time I cleaned the tree and then ran 'make' i

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Cor Nouws changed: What|Removed |Added Depends on||45049 --- Comment #172 from Cor Nouws 2012-

Re: [ANNOUNCE] Changes to the build system: Env.Host.sh is dead so is the need to source the environment

2012-02-06 Thread Norbert Thiebaud
On Mon, Feb 6, 2012 at 7:37 AM, Ivan Timofeev wrote: > Hi Norbert, > > great work, thank you very much! > > I noted some new points: > * 'make dev-install' does not create install/program yes, I have made somewhat of a mess of the different 'stage', Bjorn, who created that scheme, is looking at i

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Cor Nouws changed: What|Removed |Added Depends on||45085 --- Comment #171 from Cor Nouws 2012-

Re: [PATCH reworked] Reduced duplicate code (simian) / l10ntools

2012-02-06 Thread Chr. Rossmanith
Am 06.02.2012 11:50, schrieb Ivan Timofeev: On 06.02.2012 13:34, Chr. Rossmanith wrote: I have replaced parameter ResData *pResData (which became ununsed) with parameter rtl::OString sTextType. Or should it be rtl::OString& sTextType instead? A reference is better, however it is not really per

Re: [Libreoffice] LibO 3.5RC2: terminate called after throwing an instance of 'com::sun::star::registry::InvalidRegistryException'

2012-02-06 Thread Petr Mladek
Dag Wieers píše v Po 06. 02. 2012 v 14:25 +0100: > > One possibility would be to try system stdlibs in daily builds. Ask > > people for testing. If we do not get any complains, we could try this > > with 3.5.1`bug fix release that should get release 4 weeks from now. > > > > People could remove the

[PATCH] [REVIEW:3-5] fdo#37024 WEB-View for Form layout no longer available

2012-02-06 Thread Lionel Elie Mamane
Attached patch (by Michael Stahl) fixes fdo#37024, a "most annoying" bug for 3.4 and 3.5. It causes forms made in older versions to clip (not show) controls outside of a fixed area, although there is enough place on screen for them all. Let's fix it for 3.5.1 Thanks! -- Lionel >From 7d26616c010

Re: [ANNOUNCE] Changes to the build system: Env.Host.sh is dead so is the need to source the environment

2012-02-06 Thread Ivan Timofeev
Hi Norbert, great work, thank you very much! I noted some new points: * 'make dev-install' does not create install/program * 'make' does not run autogen.sh automatically after 'make clean' Regards, Ivan ___ LibreOffice mailing list LibreOffice@lists.f

PostgreSQL parallel build problem [was: Re: Tinderbox failure, Linux-x86-64@8-SLED11, MASTER, last success: 2012-02-06 08:44:28]

2012-02-06 Thread Jan Holesovsky
Hi Lionel, This looks like a parallel build problem to me - first the pg_config_paths.h is used, and then created. Can you please check if there is a missing dependency somewhere there? Thank you, Kendy ke...@suse.cz píše v Po 06. 02. 2012 v 12:55 +: > Hi folks, > > One of you broke the bu

Re: [Libreoffice] LibO 3.5RC2: terminate called after throwing an instance of 'com::sun::star::registry::InvalidRegistryException'

2012-02-06 Thread Dag Wieers
On Mon, 6 Feb 2012, Petr Mladek wrote: Stephan Bergmann píše v Pá 03. 02. 2012 v 22:10 +0100: Petr, the best approach might be to build the "official" Linux LO installation sets with explicit --with-system-stdlibs, so that the installation sets do not bring along their own libgcc_s.so.1 and

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Dag Wieers changed: What|Removed |Added Depends on||45696 --- Comment #170 from Dag Wieers 201

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 37024, which changed state. Bug 37024 Summary: UI: WEB-View for Form layout no longer available https://bugs.freedesktop.org/show_bug.cgi?id=37024 What|Old Value |New Value --

[Bug 35673] LibreOffice 3.4 most annoying bugs

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 37024, which changed state. Bug 37024 Summary: UI: WEB-View for Form layout no longer available https://bugs.freedesktop.org/show_bug.cgi?id=37024 What|Old Value |New Value --

Issue about Failed symbol dependency from 21-1

2012-02-06 Thread Cor Nouws
Hi, Since some weeks, there is Bug 45074 - Failed symbol dependency from builtin libstc++ DSO Cheers, -- - Cor - http://nl.libreoffice.org ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinf

Re: [ANNOUNCE] Changes to the build system: Env.Host.sh is dead so is the need to source the environment

2012-02-06 Thread Tor Lillqvist
> However, running git `grep set_soenv1`, shows many remnants of > set_soenv.*, just in case someone knowledgeable about the build system > wants to check them. At least the set_soenv.stamp file is still presumably useful (created by configure and checked in one place), even if its name now is a b

Re: [ANNOUNCE] Changes to the build system: Env.Host.sh is dead so is the need to source the environment

2012-02-06 Thread Khaled Hosny
On Sun, Feb 05, 2012 at 07:42:14PM -0600, Norbert Thiebaud wrote: > HI all, > > I have pushed a series of commit that completely remove set_soenv.in > and the creation of Env.Host.sh/Env.Build.sh Great! However, running git `grep set_soenv1`, shows many remnants of set_soenv.*, just in case some

[patch] tools/table.hxx to std::map conversion in SV, SVL and SVX modules

2012-02-06 Thread Noel Grandin
Hi This patch converts one use of tools/table.hxx in svl/inc/svl/zforlist.hxx, whose use in turn spans 3 modules. Code is contributed under MPL+/LGPL+/GPL+ Code has passed make check. Regards, Noel Grandin Disclaimer: http://www.peralex.com/disclaimer.html diff --git a/sc/source/core/data

RE: [bug44516] how to handle multi-lingual use of new text strings in the UI

2012-02-06 Thread Winfried Donkers
Andras Timar wrote (6 februari 2012 13:02) >New strings will be extracted automatically by l10n tools, you do not >need to report them as long as you work on master branch. Well, that's good news. Thank you. ___ LibreOffice mailing list LibreOffice@list

Re: [bug44516] how to handle multi-lingual use of new text strings in the UI

2012-02-06 Thread Andras Timar
Hello, 2012/2/6 Winfried Donkers : > I am working on bug 44516 (improved label wizard) and I had to introduce two > new text strings in the label creation dialog, 'Page Width' and 'Page > Height'. I have attached a screen dump to the bug. I don't know how to make > that with non-english UI-setting

[bug44516] how to handle multi-lingual use of new text strings in the UI

2012-02-06 Thread Winfried Donkers
Hello all, I am working on bug 44516 (improved label wizard) and I had to introduce two new text strings in the label creation dialog, 'Page Width' and 'Page Height'. I have attached a screen dump to the bug. I don't know how to make that with non-english UI-settings the proper texts show. Do I

Re: [PATCH reworked] Reduced duplicate code (simian) / l10ntools

2012-02-06 Thread Ivan Timofeev
On 06.02.2012 13:34, Chr. Rossmanith wrote: I have replaced parameter ResData *pResData (which became ununsed) with parameter rtl::OString sTextType. Or should it be rtl::OString& sTextType instead? A reference is better, however it is not really performance-critical I think. But if so, refere

Re: [LibreOffice] [Bug 39428] audit / remove SvStream long operators

2012-02-06 Thread Stephan Bergmann
On 02/06/2012 11:09 AM, Keith McRae wrote: Sorry for the delay in replying. I have changed the return types from Stream& to be the same as the parameter type and a return of 0 indicates failure. Currently working through tools/ As this is quite a large change, should I submit patches as I complet

Re: [Libreoffice] [PATCH] fdo#43398: FORMATTING: Documents opened in LibreOffice Writer incorrectly appear as right justified

2012-02-06 Thread Noel Power
On 02/02/12 18:17, Muhammad Haggag wrote: On Thu, Feb 2, 2012 at 5:13 PM, Muhammad Haggag > wrote: On Thu, Feb 2, 2012 at 2:01 PM, Noel Power mailto:nopo...@suse.com>> wrote: very nice patch, looking at the spec I agree and this looks like a credibl

Re: [LibreOffice] [Bug 39428] audit / remove SvStream long operators

2012-02-06 Thread Keith McRae
On Wed, Feb 1, 2012 at 3:09 PM, wrote: > https://bugs.freedesktop.org/show_bug.cgi?id=39428 > > --- Comment #9 from Caolán McNamara 2012-02-01 > 07:09:32 PST --- > here's one place I know about where the current std::stream-alike "failed > reads > leave the original value untouched" is relied up

Re: [PATCH] [PUSHED ] convert SdPresLayoutDlg from tools/list.hxx to std::map

2012-02-06 Thread Noel Power
First marking this as pushed ( as I pushed this but forgot to mark it as so ) On 04/02/12 16:00, Michael Stahl wrote: [...] hi Noel, a further improvement would be to replace boost::ptr_vector with std::vector: our various String classes (at least the 4 most popular ones) effectively are alre

Re: [PATCH][PUSHED] Remove unused System V oslSemaphore implementation

2012-02-06 Thread Stephan Bergmann
On 02/05/2012 07:21 PM, Francois Tigeot wrote: sal/osl/unx/semaphor.c contains two separate implementations of the osl*Semaphore synchronization functions: - a pthread one (used by default) - an alternative one based on System V semaphores The alternative System V implementation is only used if

Re: [Libreoffice] LibO 3.5RC2: terminate called after throwing an instance of 'com::sun::star::registry::InvalidRegistryException'

2012-02-06 Thread Stephan Bergmann
On 02/06/2012 10:00 AM, Petr Mladek wrote: Stephan Bergmann píše v Pá 03. 02. 2012 v 22:10 +0100: Petr, the best approach might be to build the "official" Linux LO installation sets with explicit --with-system-stdlibs, so that the installation sets do not bring along their own libgcc_s.so.1 and

Re: How far can the LO file's contents be stretched?

2012-02-06 Thread Michael Meeks
On Sun, 2012-02-05 at 21:50 +0100, Johannes Sixt wrote: > The native file format of LO files is simply a ZIP archive with various > types of files in it. Right - although, there is another variant of our native file format that is almost as efficient to read/write and that is Flat ODF - t

Re: How far can the LO file's contents be stretched?

2012-02-06 Thread Petr Mladek
Johannes Sixt píše v Ne 05. 02. 2012 v 21:50 +0100: > The native file format of LO files is simply a ZIP archive with various > types of files in it. > > I intend to do some gymnastics with the ZIP files and the XML in them, > and I would like to know how far it can be stretched ;) In particular,

Re: [PATCH reworked] Reduced duplicate code (simian) / l10ntools

2012-02-06 Thread Chr. Rossmanith
Hi again, The following string concatenation argument have to be passed as a parameter as well. +if ( pResData->bText ) +sOutput += pResData->sTextTyp; +else if ( pResData->bQuickHelpText ) +sOutput += "QuickHelpText"; +else

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 31624, which changed state. Bug 31624 Summary: INSTALLATION: Associate Flat XML documents with LibreOffice if XSLT filters will be installed https://bugs.freedesktop.org/show_bug.cgi?id=31624 What|Old Val

Re: PATCH build errors on Ubuntu 10.04

2012-02-06 Thread Stephan Bergmann
On 02/05/2012 10:18 PM, Norbert Thiebaud wrote: On Sun, Feb 5, 2012 at 12:05 PM, Gert van Valkenhoef wrote: Dear LibreOffice developers, 2) There is no build-dep on doxygen (ppa libreoffice), but LibreOffice won't build without it it will if you specify --without-doxygen but sure, it would

Re: PATCH build errors on Ubuntu 10.04

2012-02-06 Thread Stephan Bergmann
On 02/05/2012 07:05 PM, Gert van Valkenhoef wrote: 1) Compile error in l10ntools/source/lngex.cxx (see below) Fixed with Josh's fix now (which came in concurrently). Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.

Re: [Libreoffice] LibO 3.5RC2: terminate called after throwing an instance of 'com::sun::star::registry::InvalidRegistryException'

2012-02-06 Thread Petr Mladek
Stephan Bergmann píše v Pá 03. 02. 2012 v 22:10 +0100: > On 02/03/2012 06:43 PM, Stephan Bergmann wrote: > > On 02/03/2012 04:46 PM, Dag Wieers wrote: > >> [dag@moria ~]$ /opt/libreoffice3.5/program/python > >> Python 2.6.1 (r261:67515, Feb 1 2012, 15:06:46) > >> [GCC 4.2.4] on linux2 > >> Type "he

Patch: Fixed cppcheck messages about rethrowing copy of exception

2012-02-06 Thread Philipp Kloke
Hi, I did some work on the output of the static source analysis tool cppcheck. I reviewed all messages about rethrowing the copy of an exception and fixed them in LibreOffice code (63 messages were valid. 1 invalid message (fixed in cppcheck)). This is my first patch to LO. Please have a look

Re: [PUSHED] Fix for a compile issue I was having in l10ntools (GCC 4.4.3, Ubuntu)

2012-02-06 Thread Stephan Bergmann
On 02/06/2012 03:36 AM, Josh Heidenreich wrote: I had some trouble compiling LibO the other day, a syntax error. I found someone had had a similar problem in the list archvies, so I did a fix in the same way they did theirs. Thanks, pushed. Stephan _

Re: How far can the LO file's contents be stretched?

2012-02-06 Thread Norbert Thiebaud
On Mon, Feb 6, 2012 at 2:34 AM, Stephan Bergmann wrote: > On 02/05/2012 09:50 PM, Johannes Sixt wrote: >> >> 1. Is the order of the files in the ZIP archive important? > > > Yes. > : > "The 'm

My contributions - licence

2012-02-06 Thread Mihályi Dániel
Hi All, So it's clear, I am willing to dual-license all of my past, present and future contributions to LibreOffice under the MPL/LGPLv3+. Cheers, Dani ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/l

Re: How far can the LO file's contents be stretched?

2012-02-06 Thread Stephan Bergmann
On 02/05/2012 09:50 PM, Johannes Sixt wrote: 1. Is the order of the files in the ZIP archive important? Yes. : "The 'mimetype' file shall be the first file of the zip file." Stephan ___

Re: l10ntools: GetXrmFile() nearly equal to GetCfgFile()

2012-02-06 Thread Stephan Bergmann
On 02/05/2012 09:09 PM, Chr. Rossmanith wrote: simian detected 21 duplicate lines in the following files: l10ntools/source/xrmmerge.cxx l10ntools/source/cfgmerge.cxx But as far as I can see the methods GetXrmFile() and GetCfgFile() seem to be copy&pasted with minor modifications for ByteString r

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Cor Nouws changed: What|Removed |Added Depends on||45521 --- Comment #169 from Cor Nouws 2012-

Re: [Libreoffice] [REVIEW]Bug 34425 - [EasyHack] formatting background color toolbar button

2012-02-06 Thread Ivan Timofeev
06.02.2012 11:36, Winfried Donkers пишет: Please open bugs for each of these, you can put me as assignee. There is the one for Background Colour in Writer... https://bugs.freedesktop.org/show_bug.cgi?id=44611 - the only that I remember. Ivan ___ Libr

Re: [PATCH reworked] Reduced duplicate code (simian) / l10ntools

2012-02-06 Thread Ivan Timofeev
06.02.2012 00:13, Chr. Rossmanith пишет: I've added a third parameter nType to ResData2Output() (s. reworked attached patch) The following string concatenation argument have to be passed as a parameter as well. +if ( pResData->bText ) +sOutput += pResData->sTextTy