performance enhancements for cygwin make

2012-03-07 Thread Noel Grandin
Hi I'm having a bash at this - mostly I copied and simplified the corresponding code from the GNU touch utility. But I want to add windows32-specific enhancements, and I'm struggling to figure out how to build gmake with the WINDOWS32 define turned on, so it compiles the windows-specific stu

Re: [Pushed] [PATCH] Remove unused code(2)

2012-03-07 Thread Muthu Subramanian K
Pushed. On 03/08/2012 02:07 AM, Santiago Martinez wrote: > This patch removes unused code as listed in unusedcode.easy > > > > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/libreoffi

Re: [Pushed] [PATCH] Remove unused code(3)

2012-03-07 Thread Muthu Subramanian K
Pushed. On 03/08/2012 02:19 AM, Santiago Martinez wrote: > This patch removes unused code as listed in unusedcode.easy > > > > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/libreoffi

Re: [Pushed] [PATCH] Remove unused code

2012-03-07 Thread Muthu Subramanian K
Pushed. On 03/08/2012 01:05 AM, Santiago Martinez wrote: > This patch removes unused code as listed in unusedcode.easy > > > > > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/libreo

Re: [Pushed] [PATCH] Remove unused code in vbahelper

2012-03-07 Thread Muthu Subramanian K
Pushed. On 03/08/2012 01:27 AM, Santiago Martinez wrote: > This patch removes unused code as listed in unusedcode.eas > > > > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/libreoffic

Re: GSoC & error during make

2012-03-07 Thread Norbert Thiebaud
On Wed, Mar 7, 2012 at 9:38 PM, Norbert Thiebaud wrote: > > then ./autogen.sh lo again and make clean + make > (note: autogen will automatically pick-up make from /opt/lo/bin if present) > if make clean cause trouble do: cp autogen.lastrun autogen.lastrun.saved && make distclean && cp autogen.last

Re: GSoC & error during make

2012-03-07 Thread Norbert Thiebaud
On Wed, Mar 7, 2012 at 9:24 PM, Josh Heidenreich wrote: > Hi, > > Just to piggyback this thread, because I am having build errors on master too. > >> Okay, bad news... I still couldn't build LibreOffice :(. >> It fails in two modules: officecfg and sal. I tried building them >> separately, with a

Re: GSoC & error during make

2012-03-07 Thread Josh Heidenreich
Hi, Just to piggyback this thread, because I am having build errors on master too. > Okay, bad news... I still couldn't build LibreOffice :(. > It fails in two modules: officecfg and sal. I tried building them > separately, with a make clean before that, but I still get errors... I am having err

Re: GSoC & error during make

2012-03-07 Thread Norbert Thiebaud
On Wed, Mar 7, 2012 at 5:00 PM, Mariana Marasoiu wrote: > On Wed, Mar 7, 2012 at 7:17 PM, Mariana Marasoiu > wrote: >> >> I did yesterday a ./g pull -r but it didn't fix the build. Afterwards, >> I tried a make clean & make, which ended with the same result. What command, exactly, did you use to

Re: CMake (Re: GNU make version)

2012-03-07 Thread Mat M
Good evening! So I can't let my mailbox for the day without you stiffing it with mails :-) I will answer -almpost- all mails because I liked the discussions and some need my right of reply. Le Wed, 07 Mar 2012 14:03:16 +0100, Michael Stahl a écrit: On 07/03/12 12:57, Lubos Lunak wrote

Re: GSoC & error during make

2012-03-07 Thread Mariana Marasoiu
On Wed, Mar 7, 2012 at 7:17 PM, Mariana Marasoiu wrote: > > I did yesterday a ./g pull -r but it didn't fix the build. Afterwards, > I tried a make clean & make, which ended with the same result. > > I followed Korrawit's instructions and realised that the branch I was > trying to build wasn't the

[PATCH] Don't use Makefile Emacs mode and tabs for Python files

2012-03-07 Thread Catalin Iacob
I was wondering why Emacs inserts tabs instead of spaces when changing sal.py. See attached patch for the reason :-) From d9e2eec409178263456574db015652497c9475ce Mon Sep 17 00:00:00 2001 From: Catalin Iacob Date: Wed, 7 Mar 2012 23:01:05 +0100 Subject: [PATCH] Don't use Makefile Emacs mode and ta

[PATCH] fdo #46446: add python gdb helpers for osl::FileBase

2012-03-07 Thread Catalin Iacob
Sample output for the pretty printer: $1 = directory: "file:///home/catalin/libreoffice/a_dir" $2 = file: "file:///home/catalin/libreoffice/s1.ods" $3 = link: "file:///home/catalin/libreoffice/link.patch" -> "file:///home/catalin/libreoffice/patches/0001-Fix-cppcheck-possible-null-dereference-in-S

[Bug 35673] LibreOffice 3.4 most annoying bugs

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 34184, which changed state. Bug 34184 Summary: [Task]: Make E-mail MAILMERGE usable https://bugs.freedesktop.org/show_bug.cgi?id=34184 What|Old Value |New Value --

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 45637, which changed state. Bug 45637 Summary: EDITING: copy and paste text from Writer to Calc performs wrong (regression since 3.4) https://bugs.freedesktop.org/show_bug.cgi?id=45637 What|Old Value

[PATCH] Remove unused code(3)

2012-03-07 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy From 5ad94b05322b615da580027ed99e8a4e7ca68a51 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Wed, 7 Mar 2012 21:46:11 +0100 Subject: [PATCH] Remove unused code as listed in unusedcode.easy --- sc/source/ui/vba/excelvbahelper.cxx

[PATCH] Remove unused code(2)

2012-03-07 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy From 19f0c3ee363967fdd01601d640aff69c705b0303 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Wed, 7 Mar 2012 21:32:29 +0100 Subject: [PATCH] Remove unused code in vbahelper --- unusedcode.easy |3 ---

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #222 from Alex Thurgood 2012-03-07 12:36:36 PST --- Adding 47068, nasty crash in Report Builder when moving a graphical object over a text field. Alex -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Alex Thurgood changed: What|Removed |Added Depends on||47068 -- Configure bugmail: https://bug

[PATCH] Remove unused code in vbahelper

2012-03-07 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.eas From 4299bf917c9ac0c02dd5aecc8b40e09e775136f6 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Wed, 7 Mar 2012 20:54:46 +0100 Subject: [PATCH] Remove unused code in vbahelper --- unusedcode.easy |4

[PATCH] Remove unused code

2012-03-07 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy From 7b4e4199bdf631796f69813e60c296b0a0561e0c Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Wed, 7 Mar 2012 20:32:25 +0100 Subject: [PATCH] Remove unused code --- connectivity/inc/connectivity/dbcharset.hxx |1 - connecti

Re: [Libreoffice-commits] .: Makefile

2012-03-07 Thread Norbert Thiebaud
On Wed, Mar 7, 2012 at 10:16 AM, Matúš Kukan wrote: > On 27 February 2012 09:28, Norbert Thiebaud wrote: >>> @@ -342,12 +342,15 @@ ifneq ($(filter-out clean distclean,$(MAKECMDGOALS)),) >>>  # restart since autogen can have changed >>>  # config_host.k which is included in this >>>  # Makefile >>

Re: Q: Is this project of some interest?

2012-03-07 Thread Joop Kiefte
You could take a look at the code that Abiword has. They have a feature to do this by Bonjour/Avahi, Jabber and proper collaboration servers. 2012/3/7 Norbert Thiebaud > On Wed, Mar 7, 2012 at 8:39 AM, Riccardo Bernardini > wrote: > > > > This feature is my "personal itch" since I would actuall

Re: [Libreoffice-commits] .: Makefile

2012-03-07 Thread Norbert Thiebaud
On Wed, Mar 7, 2012 at 10:16 AM, Matúš Kukan wrote: > On 27 February 2012 09:28, Norbert Thiebaud wrote: >>> @@ -342,12 +342,15 @@ ifneq ($(filter-out clean distclean,$(MAKECMDGOALS)),) >>>  # restart since autogen can have changed >>>  # config_host.k which is included in this >>>  # Makefile >>

Re: Q: Is this project of some interest?

2012-03-07 Thread Norbert Thiebaud
On Wed, Mar 7, 2012 at 8:39 AM, Riccardo Bernardini wrote: > > This feature is my "personal itch" since I would actually use to write that is usually the best motivation to achieve anything in opensource :-) > "many-hands" documents together with colleagues. Moreover, it would be > an important

Re: [REVIEWED][PUSHED 3-5] fix for fdo#46336, we should export all row styles

2012-03-07 Thread Kohei Yoshida
Setting proper tags. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [REVIEW] fix for fdo#46336, we should export all row styles

2012-03-07 Thread Kohei Yoshida
On Wed, Mar 7, 2012 at 9:31 AM, Markus Mohrhard wrote: > [1] fixes that we don't export all row styles which is an information > loss and produces problems with graphic layer objects. This should not > cause any performance impact or a increase in the size of the document > since they are moved i

Re: GSoC & error during make

2012-03-07 Thread Mariana Marasoiu
On Tue, Mar 6, 2012 at 3:17 AM, Norbert Thiebaud wrote: > On Mon, Mar 5, 2012 at 6:20 PM, Mariana Marasoiu > wrote: >>> On Sun, Mar 4, 2012 at 7:08 PM, Mariana Marasoiu ---        Oh dear - something failed during the b

Linux-x86 not uploading to dev-builds ?

2012-03-07 Thread Cor Nouws
http://dev-builds.libreoffice.org/daily/Linux-x86_10-Release_Configuration/ -- - Cor - http://nl.libreoffice.org ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH]fdo45671 fix for no transparent colour in calc cell background

2012-03-07 Thread Winfried Donkers
As mentioned before, in communication with Ivan and Astron, I have attached a fix for the split button for cell background colour. It is now possible again to set the background colour to transparent. Also I fixed an inconsistency for calc font colour, which does not influence the behaviour as far

Re: [Libreoffice-commits] .: Makefile

2012-03-07 Thread Matúš Kukan
On 27 February 2012 09:28, Norbert Thiebaud wrote: >> @@ -342,12 +342,15 @@ ifneq ($(filter-out clean distclean,$(MAKECMDGOALS)),) >>  # restart since autogen can have changed >>  # config_host.k which is included in this >>  # Makefile >> -Makefile: config_host.mk >> +Makefile: $(SRCDIR)/config_h

OString string literals ctor

2012-03-07 Thread Lubos Lunak
Hello, attached is a patch that removes the need to use the RTL_CONSTASCII_STRINGPARAM macro with OString, similar to the patch from the 'Obsoleting RTL_CONSTASCII_USTRINGPARAM' thread. The difference here is that OString has a const char* ctor, which causes some complications: - having c

[ANNOUNCE] Branch libreoffice-3-4-6 created

2012-03-07 Thread Petr Mladek
Hi all, there have been created the libreoffice-3-4-6 branch. It will be used for fine tuning of the 3.4.6 release. The following rules apply: + preferably just translation or blocker fixes + only cherry-picking from libreoffice-3-5 branch + 2 additional reviews needed; 2

[ANNOUNCE] libreoffice-3.4.6.1 tag created (3.4.6-rc1)

2012-03-07 Thread Petr Mladek
Hi, there have been created the libreoffice-3.4.6.1 tag for 3.4.6-rc1 release. The corresponding official builds will be available within next few days. See the attached list of changes against 3.4.5-final. Now, you might switch your current 3-4 source tree to it using: ./g fetch --tags ./g ch

Q: Is this project of some interest?

2012-03-07 Thread Riccardo Bernardini
Dear all, I believe this is the right list for this message. If it is not, please point me to the right list (and accept my apologizes). For several reasons (let me skip them), at my University we are thinking about starting a project involving ODF and we would like to know if there is already so

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Rainer Bielefeld changed: What|Removed |Added Depends on||43882 --- Comment #221 from Rainer Bi

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Rainer Bielefeld changed: What|Removed |Added Depends on||47052 --- Comment #220 from Rainer Bi

[REVIEW] fix for fdo#46336, we should export all row styles

2012-03-07 Thread Markus Mohrhard
Hey, [1] fixes that we don't export all row styles which is an information loss and produces problems with graphic layer objects. This should not cause any performance impact or a increase in the size of the document since they are moved into one entry for all repeated rows. I think it is a safe

Re: CMake (Re: GNU make version)

2012-03-07 Thread Michael Stahl
On 07/03/12 12:57, Lubos Lunak wrote: > On Wednesday 07 of March 2012, David Tardon wrote: >> On Wed, Mar 07, 2012 at 01:28:05AM +0100, Mat M wrote: >>> Hello >>> >>> Could someone point to archive on choosing gnumake ? >>> I am surprised cmake was not elected, since the C means >>> cross-platform,

Re: Promoting RCs on Facebook

2012-03-07 Thread Volker Merschmann
Hi, 2012/3/7 Volker Merschmann : > Can the maintainer of https://www.facebook.com/libreoffice.org please > raise his hand? > > I've seen again that the folder > http://dev-builds.libreoffice.org/pre-releases/ has been mentioned > there to promote testing. > This is not very useful as this is a sin

Positioning vcl Controls

2012-03-07 Thread Andrew Higginson
Hi, I am working on the about dialog and because the changes are quite large, I am pretty much doing the positioning of all controls in the dialog from scratch. So I wanted to ask what is the best way to do this as I can see two main ways: * Positioning them using MAP_APPFONT() and the Pos attri

Re: CMake (Re: GNU make version)

2012-03-07 Thread Bjoern Michaelsen
Hi, On Wed, Mar 07, 2012 at 12:57:11PM +0100, Lubos Lunak wrote: > I'm not build system expert, but judging from my CMake experience in KDE, > [...] If you want to start a discussion about the build system to use, you are two years too late. Two years ago, gnu make was the best candidate and in

Re: CMake (Re: GNU make version)

2012-03-07 Thread Noel Grandin
Speaking as someone who likes CMake You may well be right, but right now the cost of switching the build system on such a large project is simply prohibitive. On 2012-03-07 13:57, Lubos Lunak wrote: On Wednesday 07 of March 2012, David Tardon wrote: On Wed, Mar 07, 2012 at 01:28:05AM +01

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 35669, which changed state. Bug 35669 Summary: Incorrect cross-references to illustrations and equations in master documents https://bugs.freedesktop.org/show_bug.cgi?id=35669 What|Old Value

CMake (Re: GNU make version)

2012-03-07 Thread Lubos Lunak
On Wednesday 07 of March 2012, David Tardon wrote: > On Wed, Mar 07, 2012 at 01:28:05AM +0100, Mat M wrote: > > Hello > > > > Could someone point to archive on choosing gnumake ? > > I am surprised cmake was not elected, since the C means > > cross-platform, and that is one basic of LO. > > Sigh, l

Re: GNU make version

2012-03-07 Thread Michael Stahl
On 07/03/12 03:22, Norbert Thiebaud wrote: > iow. the whole thing about 3.82 is slow is unfounded. Stock 3.82 _is_ > slow because there was a bug that has been found and patched, even > up-streamed by michael IIRC... and that was almost a year ago now... of course i meant stock 3.82 is slow, becau

build break, master, windows7-64bit, in tail_build PDFITest

2012-03-07 Thread Noel Grandin
[ build LNK ] CppunitTest/itest_sfx2_metadatable.lib c:/LibreOffice/libo/sdext/source/pdfimport/test/tests.cxx(113) : error : Assertion Test name: `anonymous namespace'::PDFITest::testXPDFParser assertion failed - Expression: m_aPageSize.Width == 79400 && m_aPageSize.Height == 59500 - A4 page si

[REVIEW][3-5] Re: Two Python 2.x regressions in LibreOffice 3.5.1RC1

2012-03-07 Thread Michael Stahl
On 04/03/12 00:45, David Bolen wrote: > I've run into two regressions (from 3.4.5) when using LibreOffice > 3.5.1RC1 with the internal Python interpreter (though I believe it will > affect any Python 2.x user), both apparently unintended consequences of > an earlier Python 3 compatibility commit.

Relicensing of my contributions

2012-03-07 Thread Eric Bischoff
To whom it might concern : All of my past and future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license, including the go-ooo code. Best regards, -- Éric Bischoff Strasbourg, France ___ LibreOffice mailing list LibreOff

[REVIEW][3-5] disarm bogus unoapi XPropertySet test

2012-03-07 Thread Michael Stahl
On 06/03/12 13:38, julien2412 wrote: > see full error log at > /home/julien/compile-libreoffice/libo/workdir/unxlngx6/JunitTest/sw_unoapi/done.log > http://nabble.documentfoundation.org/file/n3803458/done.log.zip done.log.zip your log says that the XPropertySet test for an SwXTextSection failed

Promoting RCs on Facebook

2012-03-07 Thread Volker Merschmann
Hi, as already written to the marketing list: Can the maintainer of https://www.facebook.com/libreoffice.org please raise his hand? I've seen again that the folder http://dev-builds.libreoffice.org/pre-releases/ has been mentioned there to promote testing. This is not very useful as this is a si

[ANN] LibreOffice 3.5.1 RC2 pre-available

2012-03-07 Thread Fridrich Strba
Hi *, for the upcoming new version 3.5.1, the RC2 builds now start to be available on pre-releases. This build is slated to be second release candidate build on the way towards 3.5.1, please refer to our release plan timings here: http://wiki.documentfoundation.org/ReleasePlan#3.5_release Build

Re: Base hangs when trying to close it

2012-03-07 Thread julien2412
Michael Meeks-2 wrote > >> "make check" failed before I git update (and so didn't retrieve yet your >> commit which includes a possible fix). > :-) so - I didn't commit the patch I sent you, I'd love some testing / > feedback though. > Hi Michael, Sorry, I thought http://cgit.freedesktop.

Re: build break, master, windows7, something to do with tools/string.hxx

2012-03-07 Thread Noel Grandin
thanks On 2012-03-07 11:03, Tor Lillqvist wrote: Fixed by 7fd4640469ce0cc3211a38393c7f25bd2deecd87 --tml Disclaimer: http://www.peralex.com/disclaimer.html ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.or

Re: [PATCH] [OBSOLETE] convert table.hxx use in editeng/source/editeng/editdoc.hxx

2012-03-07 Thread Noel Grandin
Oh, my bad, so sorry. On 2012-03-07 11:07, Tor Lillqvist wrote: That patch doesn't apply at all any more; the affected code has already been changed completely by your own commit a0cd57b926830e8798a5019b30776e94dd97c8a1 !? --tml Disclaimer: http://www.peralex.com/disclaimer.html __

Re: [PATCH] [OBSOLETE] convert table.hxx use in editeng/source/editeng/editdoc.hxx

2012-03-07 Thread Tor Lillqvist
That patch doesn't apply at all any more; the affected code has already been changed completely by your own commit a0cd57b926830e8798a5019b30776e94dd97c8a1 !? --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.o

Re: build break, master, windows7, something to do with tools/string.hxx

2012-03-07 Thread Tor Lillqvist
Fixed by 7fd4640469ce0cc3211a38393c7f25bd2deecd87 --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

build break, master, windows7, something to do with tools/string.hxx

2012-03-07 Thread Noel Grandin
Hi Getting compile errors on Windows7 64-bit building master, using VisualStudio2008. Regards, Noel Grandin c:/LibreOffice/libo/sw/source/filter/ww8/ww8par3.cxx(2186) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'const char *' (or there is no accept

Re: [PATCH] convert table.hxx use in editeng/source/editeng/editdoc.hxx

2012-03-07 Thread Noel Grandin
Ping? On 2012-02-10 11:42, Noel Grandin wrote: Hi Convert tools/table.hxx usage in editeng/source/editeng/editdoc.hxx to boost::ptr_map Contributed under LGPLv3+ / MPL 1.1 or later. (And my license statement is on file in the wiki) Regards, Noel Grandin Disclaimer: http://www.peralex.co

Re: partial build not show module name on error

2012-03-07 Thread Korrawit Pruegsanusak
Hello all, On Sat, Feb 11, 2012 at 16:51, Korrawit Pruegsanusak wrote: > If a partial build results in an error, the error message doesn't > contain the module name [snip] Should be fixed with http://cgit.freedesktop.org/libreoffice/core/commit/?id=27164d22884d27009057d13a86578419c100e2e2 Best