Re: need help for Android build.

2012-07-26 Thread Tor Lillqvist
> ndk: android-ndk-r8b Note thet NDK r8b is quite new, and despite just the minor "b" version bump, if I understand correctly (I haven't tried it yet as I am on vacation) it comes with a large bump in tool-chain versions. I suggest staying with r8 until building with r8b has been verified. (r8b co

Re: need help for Android build.

2012-07-26 Thread Yi Fan Jiang
Hi Tor, Many thanks for your quick reply! Yes, I suspect I made some mistakes when configuring stuff :( While I am still reading, the document I used for autogen is: http://cgit.freedesktop.org/libreoffice/core/tree/README.cross#n357 My autogen.lastrun (now I know the first two lines can be i

Re: need help for Android build.

2012-07-26 Thread Yi Fan Jiang
Hi Tor, Sorry, I didn't paste my last mail completely: > Are you btw trying to build for x86 Android or ARM Android? I only > have experience of the latter; mmeeks can tell you more about the > former (and hopefully he has updated or will update README.cross > and/or README.Android;)) I am tryin

Re: [PATCH] Native background for some more widgets

2012-07-26 Thread Ruslan Kabatsayev
On Wed, Jul 25, 2012 at 10:56 PM, Ivan Timofeev wrote: > this patch a bit breaks a toolbar look to me. (on Linux, the default > Ubuntu's Ambiance theme, have not tried on windows, where it is now > completely broken I guess). Yes, I can reproduce this. I'll try to fix it asap (so that toolbar bg

[GSoC 2012][Collaboration] unit test story

2012-07-26 Thread Matúš Kukan
Hi all, To let you know that I am still alive, now something about unit test: I thought that 1-1 collaboration works quite like expected (you get a file on start.. now also you see contacts dialog updated when someone goes on/offline (both does not seem to work for gmail accounts though!)), So I w

Re: need help for Android build.

2012-07-26 Thread Tor Lillqvist
>> This shows that it is not a cross-compilation. > > Thanks! I see, shall I change the --build value in autogen.lastrun? No; note that "build" means the platform where you are running the cross-compilation (in your case SUSE), and "host" means the platform where the produced code will run (Androi

[Libreoffice-commits] .: 5 commits - starmath/source writerfilter/qa

2012-07-26 Thread Miklos Vajna
starmath/source/rtfexport.cxx | 208 +++-- writerfilter/qa/cppunittests/rtftok/testrtftok.cxx | 14 - 2 files changed, 204 insertions(+), 18 deletions(-) New commits: commit 4f08fcb8e337f79f1282966bf726f82ddadf24a3 Author: Miklos Vajna Date: Wed Jul 25 1

Re: [REVIEW 3-6][REVIEW 3-6-0] fdo#52240 add uncontroversial date acceptance patterns

2012-07-26 Thread David Tardon
Hi, On Wed, Jul 25, 2012 at 05:55:55PM +0200, Eike Rathke wrote: > Hi, > > Please review (date acceptance patterns, xml locale data changes only) > and cherry-pick to 3-6 and if possible, in case we'll do 3.6.0.4rc, > 3-6-0 > > that enable abbreviated date input for locales that use '/' date > s

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 4 commits - i18npool/source

2012-07-26 Thread Miklos Vajna
i18npool/source/localedata/data/ak_GH.xml |1 + i18npool/source/localedata/data/ar_DZ.xml |1 + i18npool/source/localedata/data/ar_EG.xml |1 + i18npool/source/localedata/data/ar_OM.xml |1 + i18npool/source/localedata/data/ast_ES.xml |1 + i18npool/source/localedata/data/e

Re: [REVIEW 3-6][REVIEW 3-6-0] fdo#52240 add uncontroversial date acceptance patterns

2012-07-26 Thread Miklos Vajna
On Wed, Jul 25, 2012 at 05:55:55PM +0200, Eike Rathke wrote: > Please review (date acceptance patterns, xml locale data changes only) > and cherry-pick to 3-6 and if possible, in case we'll do 3.6.0.4rc, > 3-6-0 > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=7828847618b58ff2009b5ce55

Re: [GSoC 2012][Collaboration] status, ideas

2012-07-26 Thread Matúš Kukan
Hi Eike, On 23 July 2012 17:04, Eike Rathke wrote: >> https://gerrit.libreoffice.org/#/c/336/ > > See my nitpicking there.. Thanks :-) >> It's associated to ScDocFuncSend. >> But It does not work if we - >> open another document | receive another channel - >> between receiving channel and setti

Re: [PUSHED 3-6][REVIEW 3-6-0] fdo#52240 add uncontroversial date acceptance patterns

2012-07-26 Thread Miklos Vajna
Forgot to update subject. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: need help for Android build.

2012-07-26 Thread Yi Fan Jiang
Hi Tor, >>> Tor Lillqvist 07/26/12 3:46 PM >>> > >> This shows that it is not a cross-compilation. > > > > Thanks! I see, shall I change the --build value in autogen.lastrun? > No; note that "build" means the platform where you are running the > cross-compilation (in your case SUSE), and "host"

Re: need help for Android build.

2012-07-26 Thread Yi Fan Jiang
Hi Tor, The problem has gone with r8 ndk :) Thanks for your great help and explanation! Best wishes, Yifan >>> Yi Fan Jiang 07/26/12 4:06 PM >>> Hi Tor, >>> Tor Lillqvist 07/26/12 3:46 PM >>> > >> This shows that it is not a cross-compilation. > > > > Thanks! I see, shall I change the --build

Re:[PUSHED] [PATCH] fixed Replace all message in Basic IDE

2012-07-26 Thread Noel Power
On 25/07/12 18:28, Eike Rathke wrote: Hi János, On Wednesday, 2012-07-25 16:11:24 +0200, János Uray wrote: --- a/basctl/source/basicide/basides1.cxx +++ b/basctl/source/basicide/basides1.cxx -sal_uInt16 nFound = 0; +int nFound = 0; valueOf() is defined f

[Libreoffice-commits] .: basctl/source

2012-07-26 Thread Noel Power
basctl/source/basicide/basides1.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 604b1bf89ced64b509122eaa8cc99dbf033438ab Author: Uray M. János Date: Wed Jul 25 16:06:39 2012 +0200 fixed Replace all message in Basic IDE Change-Id: I3e4fdb07ea5a1d1

[Libreoffice-commits] .: basctl/source

2012-07-26 Thread Noel Power
basctl/source/basicide/bastype2.cxx | 34 +++--- basctl/source/basicide/bastype2.hxx |2 ++ 2 files changed, 29 insertions(+), 7 deletions(-) New commits: commit bb66a2c3ee9807e79ba437c770559787abe61b9b Author: Uray M. János Date: Tue Jul 24 19:27:25 2012 +02

Re: [GSoC 2012][Collaboration] unit test story

2012-07-26 Thread Eike Rathke
Hi Matúš, On Thursday, 2012-07-26 09:39:43 +0200, Matúš Kukan wrote: > I thought that 1-1 collaboration works quite like expected (you get a > file on start.. now also you see contacts dialog updated when someone > goes on/offline (both does not seem to work for gmail accounts > though!)), > So I

Re: [PUSHED] [PATCH] fdo#50632 IDE: update Object Catalog when closing a document

2012-07-26 Thread Noel Power
On 25/07/12 17:04, János Uray wrote: This patch fixed this bug: https://bugs.freedesktop.org/show_bug.cgi?id=50632 The Object Catalog was not updated, because at the point when onDocumentClosed() event was generated in BasicTreeListBox, the to-be-closed document is still alive, so UpdateEntrie

Re: [GSoC 2012][Collaboration] unit test story

2012-07-26 Thread Eike Rathke
Hi Matúš, On Thursday, 2012-07-26 11:17:41 +0200, Eike Rathke wrote: > > I am not sure what for was that.. to be able to run unit test while > > real LibO is running ? > > Yes, shouldn't be used in any other case. > > > Would we want that ? > > Well, apparently I needed it somehow during that

[Libreoffice-commits] .: sysui/desktop

2012-07-26 Thread Caolán McNamara
sysui/desktop/share/makefile.mk |4 sysui/desktop/share/translate.pl |2 +- 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit 947b3986d1f45c3e5432d57a48d8052db197f012 Author: Caolán McNamara Date: Thu Jul 26 10:05:50 2012 +0100 fix "No template found for i

Re: [GSoC 2012][Collaboration] unit test story

2012-07-26 Thread Matúš Kukan
On 26 July 2012 11:23, Eike Rathke wrote: >> > I am not sure what for was that.. to be able to run unit test while >> > real LibO is running ? >> >> Yes, shouldn't be used in any other case. >> >> > Would we want that ? >> >> Well, apparently I needed it somehow during that time.. problem is you >

Re: [REVIEW 3-6][REVIEW 3-6-0] fdo#52240 add uncontroversial date acceptance patterns

2012-07-26 Thread Eike Rathke
Hi David, On Thursday, 2012-07-26 09:52:14 +0200, David Tardon wrote: > > that enable abbreviated date input for locales that use '/' date > > separator, which, contrary to '.' and '-', are uncontroversial > > Hm, are they? What if I want to insert a fraction? Or am I missing > something (very p

Re: [GSoC 2012][Collaboration] unit test story

2012-07-26 Thread Eike Rathke
Hi Matúš, On Thursday, 2012-07-26 12:04:03 +0200, Matúš Kukan wrote: > > There's one reason why to keep this or a similar mechanism: the build > > would fail in the unit test when you have a Telepathy enabled office > > running. Which in future might be the default case ;-) > > That's unfortunat

Re: Proposal/Prototype support for "fill in character" in Calc Number Format Strings

2012-07-26 Thread Noel Power
Hi Johann, On 24/07/12 10:32, Noel Power wrote: Hi Johann, firstly apologies for the late replying, I have only just got back from vacation and am catching up with email. On 06/07/12 18:10, Kohei Yoshida wrote: Hi Johann, I hope you don't mind me forwarding this nice work of yours to our m

Re: Need help to locate HSQLDB in Base

2012-07-26 Thread Sohair Butt
Hi everyone, I'm one of the people working with Waqas. First off, thank you for helpful and encouraging replies! @David: Thanks for the tip. We had a look at the directories you mentioned and found the files except for the configuration file. The "registry" folder is not present inside the conne

[Libreoffice-commits] .: 3 commits - starmath/qa starmath/source sw/CppunitTest_sw_subsequent_rtfexport.mk sw/qa writerfilter/source

2012-07-26 Thread Miklos Vajna
starmath/qa/testdocuments/README |2 starmath/source/rtfexport.cxx | 25 ++- sw/CppunitTest_sw_subsequent_rtfexport.mk |3 sw/qa/extras/rtfexport/data/math-accents.rtf | 189 + sw/qa/extras/rtfexport/data/math-eqarray.rtf

[Libreoffice-commits] .: desktop/source

2012-07-26 Thread Stephan Bergmann
desktop/source/app/app.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 Author: Stephan Bergmann Date: Thu Jul 26 13:20:31 2012 +0200 fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes

[REVIEW 3-6][REVIEW 3-6-0] fdo#51252 LO cannot start (reports runtime error with Visual C++ Runtime Library)

2012-07-26 Thread Stephan Bergmann
See , comment 35 to "LO cannot start (reports runtime error with Visual C++ Runtime Library)," on why I think it would be a good idea to backport

need help for Android build.

2012-07-26 Thread Yifan Jiang
Dear kind developers, I met a problem when trying to build LO Android libraries from the latest master, it stuck in early autogen.sh phase which looks something wrong with testing the cross compiler. I spent many time trying to see what happened but didn't figure out what's wrong :( I'd appreciate

[PATCH] Broken check for Boost::Date_Time in configure.in

2012-07-26 Thread Francois Tigeot
Hi, Recent versions of LibreOffice-3.6 (since June) fail to build on some of my systems. The error message indicates a problem with Boost::Date_time checking whether the Boost::Date_Time library is available... yes configure: error: Could not find a version of the library! It turns out B

Re: Adding Extension for Experimental Thai Spelling

2012-07-26 Thread Martin Hosken
Dear All, > > An automatic word and line breaker is very necessary for Khmer and > > Thai because traditionally they have no spaces between words, and so > > line-breaking and spell checking require the use of a zero-width space > > between words which is counterintuitive for most native speakers,

Re: [REVIEW 3-6][REVIEW 3-6-0] fdo#52240 add uncontroversial date acceptance patterns

2012-07-26 Thread David Tardon
Hi, On Thu, Jul 26, 2012 at 12:23:49PM +0200, Eike Rathke wrote: > Hi David, > > On Thursday, 2012-07-26 09:52:14 +0200, David Tardon wrote: > > > > that enable abbreviated date input for locales that use '/' date > > > separator, which, contrary to '.' and '-', are uncontroversial > > > > Hm,

[PUSHED] Re: [PATCH] Final stretch of converting SV_DECL_PTRARR to STL containers stage 2/3

2012-07-26 Thread Michael Stahl
On 23/07/12 09:31, Noel Grandin wrote: > Hi > > These patches convert various places from SV_DECL_PTRARR to STL containers. > > They have passed a full make check. thanks, pushed to master. #9 converts the unsorted SwSelBoxes_SAR base class of the sorted SvArray also to sorted_vector, which is

[Libreoffice-commits] .: Branch 'opengrok' - patches/remote-attribute.diff patches/toadd

2012-07-26 Thread Thorsten Behrens
patches/remote-attribute.diff | 14 -- patches/toadd/libreoffice/style.css |3 ++- 2 files changed, 14 insertions(+), 3 deletions(-) New commits: commit 821f927e6842e8be1d624fad3b21de0f52bb842c Author: Andrew Higginson Date: Thu Jul 26 14:43:04 2012 +0200 Fix remot

Re: Need help to locate HSQLDB in Base

2012-07-26 Thread David Tardon
Hi, On Thu, Jul 26, 2012 at 04:17:05PM +0500, Sohair Butt wrote: > Hi everyone, > > I'm one of the people working with Waqas. First off, thank you for helpful > and encouraging replies! > > @David: > > Thanks for the tip. We had a look at the directories you mentioned and > found the files exce

Re: [PATCH][REJECTED] Broken check for Boost::Date_Time in configure.in

2012-07-26 Thread David Tardon
Hi, On Thu, Jul 26, 2012 at 09:31:06AM +0200, Francois Tigeot wrote: > Hi, > > Recent versions of LibreOffice-3.6 (since June) fail to build on some of > my systems. The error message indicates a problem with Boost::Date_time > > checking whether the Boost::Date_Time library is available...

Re: Tinderbox failure, Linux-Gentoo-x86_64@2-no-moz_no-binfilter, MASTER, last success: 2012-07-26 09:42:56

2012-07-26 Thread Miklos Vajna
Hi, On Thu, Jul 26, 2012 at 12:09:46PM +, "nthieb...@gmail.com" wrote: > a572af0 add tests for RTF_MACC and RTF_MEQARR This is me, but I did not manage to reproduce the failure locally, so far... > ##Failure Location unknown## : Error > Test name: Test::testMathAccents > An uncaught exc

Re: Changes needed for "LibreOffice 4"

2012-07-26 Thread Stephan Bergmann
On 07/20/2012 05:20 PM, Lubos Lunak wrote: Option c) can mean either stopping supporting some file formats, or breaking API/ABI compatibility. For file formats we want to do this with binfilter AFAIK, nothing else, and this is a lot like b) as well in that it's just done and that's it. Breaking

Re: [PATCH] fixed Replace all message in Basic IDE

2012-07-26 Thread Stephan Bergmann
On 07/25/2012 07:28 PM, Eike Rathke wrote: On Wednesday, 2012-07-25 16:11:24 +0200, János Uray wrote: In Basic IDE, "Replace all" said "Search key replaced times", so without the number. Hmm.. actually it should be a character corresponding to the value of nFound, not just a blank.. ...but

Re: Need help to locate HSQLDB in Base

2012-07-26 Thread Sohair Butt
Hi, Found the configuration file, just as you said, inside "connectivity/source/drivers". The codebase we are on is indeed 3.5. We will switch to master before starting work. Thanks for the heads up! On Thu, Jul 26, 2012 at 5:52 PM, David Tardon wrote: > Hi, > > On Thu, Jul 26, 2012 at 04:17:05

[Libreoffice-commits] .: icon-themes/tango

2012-07-26 Thread Stefan Knorr
icon-themes/tango/cmd/lc_sendmail.png |binary icon-themes/tango/cmd/sc_sendmail.png |binary 2 files changed New commits: commit 9b773bfd59d3717d85ff14fd04123f3ea66fc3bf Author: Stefan Knorr Date: Wed Jul 25 14:54:06 2012 +0200 Use safer icon for "Send E-Mail" [Used under CC-BY-SA]

[REVIEW-3-6] [REVIEW-3-6-0] Revised "Document as Email" icon

2012-07-26 Thread Stefan Knorr
Hi there, some people (everyone who commented on that issue so far) found the new paper plane icon for Send Document as Email confusing. Thus, I've pushed a more conventional icon to master. Please review for 3.6 and (if it isn't too late for 3.6.0). The relevant commit is here: http://cgit.free

[Libreoffice-commits] .: 2 commits - config_host.mk.in oox/source

2012-07-26 Thread David Tardon
config_host.mk.in|4 ++-- oox/source/drawingml/table/tablecell.cxx |3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) New commits: commit 772699ac1f2375c33f0819ebb127555d3178c4e5 Author: David Tardon Date: Thu Jul 26 14:17:09 2012 +0200 rhbz#842552 al

[Libreoffice-commits] .: svx/inc svx/source

2012-07-26 Thread Michael Stahl
svx/inc/svx/srchdlg.hxx |2 +- svx/source/dialog/srchdlg.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 27d3fc221d042decbd84b72719107547562d2e12 Author: Michael Stahl Date: Thu Jul 26 15:53:28 2012 +0200 warning C4018: '>': signed/unsigned mi

[Libreoffice-commits] .: 6 commits - desktop/inc desktop/source Makefile Makefile.top sc/source tubes/inc tubes/qa tubes/source

2012-07-26 Thread Matus Kukan
Makefile |6 +- Makefile.top | 10 --- desktop/inc/app.hxx |3 - desktop/source/app/app.cxx |9 ++- sc/source/ui/collab/contacts.cxx |4 - sc/source/ui/collab/sendfunc.cxx |4 - tubes/inc/tubes/manager.hxx |

Re: [REVIEW-3-6] [REVIEW-3-6-0] Revised "Document as Email" icon

2012-07-26 Thread Michael Stahl
On 26/07/12 15:51, Stefan Knorr wrote: > Hi there, > > some people (everyone who commented on that issue so far) found the new > paper plane icon for Send Document as Email confusing. what? who? the heretics! the paper plane is super awesome!!!11!one!

[Libreoffice-commits] .: sw/qa

2012-07-26 Thread Miklos Vajna
sw/qa/extras/rtfexport/data/math-d.rtf | 170 + sw/qa/extras/rtfexport/rtfexport.cxx | 13 ++ 2 files changed, 183 insertions(+) New commits: commit a2453c22abb7f63921922cc6da198fc94e093c9b Author: Miklos Vajna Date: Thu Jul 26 16:07:47 2012 +0200 test

[Libreoffice-commits] .: sw/qa

2012-07-26 Thread Miklos Vajna
sw/qa/extras/rtfexport/data/math-escaping.rtf | 12 sw/qa/extras/rtfexport/rtfexport.cxx | 16 +--- 2 files changed, 25 insertions(+), 3 deletions(-) New commits: commit e5e85f2987a27db7efb2b24039b5c1ddf3f5d90e Author: Miklos Vajna Date: Thu Jul 26 16:16:3

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - icon-themes/tango

2012-07-26 Thread Eike Rathke
icon-themes/tango/cmd/lc_sendmail.png |binary icon-themes/tango/cmd/sc_sendmail.png |binary 2 files changed New commits: commit dd3eb2e32156e71103f2c96f0dadac30e7cffdc6 Author: Stefan Knorr Date: Wed Jul 25 14:54:06 2012 +0200 Use safer icon for "Send E-Mail" [Used under CC-BY-SA]

Re: [PUSHED-3-6] [REVIEW-3-6-0] Revised "Document as Email" icon

2012-07-26 Thread Eike Rathke
Hi, On Thursday, 2012-07-26 15:51:26 +0200, Stefan Knorr wrote: > some people (everyone who commented on that issue so far) found the new > paper plane icon for Send Document as Email confusing. > > Thus, I've pushed a more conventional icon to master. Please review for > 3.6 and (if it isn't to

Re: [PUSHED-3-6] [REVIEW-3-6-0] Revised "Document as Email" icon

2012-07-26 Thread Ivan Timofeev
On 26.07.2012 18:45, Eike Rathke wrote: Hi, On Thursday, 2012-07-26 15:51:26 +0200, Stefan Knorr wrote: some people (everyone who commented on that issue so far) found the new paper plane icon for Send Document as Email confusing. Thus, I've pushed a more conventional icon to master. Please r

[Libreoffice-commits] .: 6 commits - lotuswordpro/qa sfx2/inc sfx2/source solenv/bin svtools/source sw/inc sw/qa sw/source unotest/inc unotest/source unusedcode.easy

2012-07-26 Thread Caolán McNamara
lotuswordpro/qa/cppunit/data/fail/CVE-2012-1770-1.lwp |binary sfx2/inc/sfx2/docfile.hxx |9 --- sfx2/source/doc/docfile.cxx | 29 solenv/bin/make_installer.pl |2 svtools/source/misc/embedhlp.cx

[ACTION NEEDED] Declare what you want to make incompatible [was Re: Changes needed for "LibreOffice 4"]

2012-07-26 Thread Jan Holesovsky
Hi, On 2012-07-20 at 17:20 +0200, Lubos Lunak wrote: > So, as long as we decide to do c) when switching to LO4 (which AFAIK we plan > to do, even if c) alone is not the reason), the page first needs to be > cleaned up to contain only items that actually do have something to do with > LibreOff

Re: [REVIEW 3-6][REVIEW 3-6-0 1/3] fdo#51252 LO cannot start (reports runtime error with Visual C++ Runtime Library)

2012-07-26 Thread Caolán McNamara
On Thu, 2012-07-26 at 13:28 +0200, Stephan Bergmann wrote: > See , comment 35 > to "LO cannot start (reports runtime error with Visual C++ Runtime > Library)," on why I think it would be a good idea to backport >

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - desktop/source

2012-07-26 Thread Caolán McNamara
desktop/source/app/app.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c3cd9756c036a23468e19582bc7aa2519ab1a0bd Author: Stephan Bergmann Date: Thu Jul 26 13:20:31 2012 +0200 fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes

Re: [REVIEW 3-6][REVIEW 3-6-0 1/3] fdo#51252 LO cannot start (reports runtime error with Visual C++ Runtime Library)

2012-07-26 Thread Stephan Bergmann
On 07/26/2012 06:08 PM, Caolán McNamara wrote: And lets remove, rather than fix, that bundled foo seeing as that's twice now its tripped us up :-) Indeed. It was a nice attempt at speeding up firststart, but I am convinced that it is broken by design. Also, removing it saves us from the has

[Libreoffice-commits] .: 2 commits - rsc/inc rsc/source svtools/inc svtools/source vcl/inc vcl/source

2012-07-26 Thread Ivan Timofeev
rsc/inc/vclrsc.hxx |2 - rsc/source/parser/rscicpx.cxx |2 - svtools/inc/svtools/svtreebx.hxx |1 svtools/source/contnr/svimpbox.cxx | 55 +- svtools/source/inc/svimpbox.hxx|2 - vcl/inc/vcl/window.hxx |2

[Libreoffice-commits] .: libvisio/libvisio-0.0.18.patch libvisio/makefile.mk ooo.lst.in

2012-07-26 Thread Fridrich Strba
libvisio/libvisio-0.0.18.patch | 10 -- libvisio/makefile.mk |7 ++- ooo.lst.in |2 +- 3 files changed, 3 insertions(+), 16 deletions(-) New commits: commit 46f61ff87098dad62e32aa162c4ccfa71850550a Author: Fridrich Å trba Date: Thu Jul 26 19:

patches to clean up cppunit warnings (fdo#51154)

2012-07-26 Thread Robinson Tryon
https://bugs.freedesktop.org/show_bug.cgi?id=51154 Here are a few patches that make cppunit compile warning-free when configured with "-Weffc++" (and continue to be warning-free with "-Wall -Wextra -Werror", too!) The .gitignore patches are pretty straightforward. The other commits clean up a few

[PATCH] set WINEGCC only when cross compiling

2012-07-26 Thread Gerrit
>From David Ostrovsky : David Ostrovsky has uploaded a new change for review. Change subject: set WINEGCC only when cross compiling .. set WINEGCC only when cross compiling Change-Id: I598490aa71b658844d912008c0cf14e225bda0db -

Re: [REVIEW 3-6][REVIEW 3-6-0] fdo#51252 LO cannot start (reports runtime error with Visual C++ Runtime Library)

2012-07-26 Thread Fridrich Strba
My +1 for 3-6-0 On 26/07/12 13:28, Stephan Bergmann wrote: > See , comment 35 > to "LO cannot start (reports runtime error with Visual C++ Runtime > Library)," on why I think it would be a good idea to backport >

[REVIEW-3-5][REVIEW-3-6] Fix for fdo#50990 - Visio document imported as empty page

2012-07-26 Thread Fridrich Strba
Hello, good people, During a part of the hackweek, I worked on refactoring the libvisio VSD parser to be able to handle documents that are generated by Visio SDK, most probably the document attached to fdo#50990 was generated like that. The commit in master is http://cgit.freedesktop.org/libreoff

Re: [PUSHED 3-6][REVIEW 3-6-0 2/3] fdo#51252 LO cannot start (reports runtime error with Visual C++ Runtime Library)

2012-07-26 Thread Eike Rathke
Hi, On Thursday, 2012-07-26 17:08:50 +0100, Caolán McNamara wrote: > On Thu, 2012-07-26 at 13:28 +0200, Stephan Bergmann wrote: > > See , comment 35 > > to "LO cannot start (reports runtime error with Visual C++ Runtime > > Library)," on w

[Libreoffice-commits] .: 3 commits - vcl/source

2012-07-26 Thread Tomaž Vajngerl
vcl/source/gdi/bitmap3.cxx | 64 - vcl/source/gdi/bitmapex.cxx | 97 ++-- 2 files changed, 5 insertions(+), 156 deletions(-) New commits: commit 47ab19faef29f0d6ec163c417c1f38ed06078e36 Author: Tomaž Vajngerl Date: Thu J

[Libreoffice-commits] .: 3 commits - configure.in offapi/type_reference solenv/gbuild

2012-07-26 Thread Michael Stahl
configure.in|3 ++- offapi/type_reference/types.rdb |binary solenv/gbuild/UnoApi.mk |2 +- 3 files changed, 3 insertions(+), 2 deletions(-) New commits: commit e7dec2887e511a18a5f9927884c1a1df45fc35f0 Author: David Ostrovsky Date: Thu Jul 26 19:36:35 2012 +

Re: patches to clean up cppunit warnings (fdo#51154)

2012-07-26 Thread Markus Mohrhard
Hey, 2012/7/26 Robinson Tryon : > https://bugs.freedesktop.org/show_bug.cgi?id=51154 > > Here are a few patches that make cppunit compile warning-free when > configured with "-Weffc++" (and continue to be warning-free with > "-Wall -Wextra -Werror", too!) > > The .gitignore patches are pretty stra

[ANN] LibreOffice 3.6.0 RC3 test builds available

2012-07-26 Thread Fridrich Strba
Hi *, for the upcoming new version 3.6.0, the RC3 builds now start to be available on pre-releases. This build is slated to be third release candidate build on the way towards 3.6.0, please refer to our release plan timings here: http://wiki.documentfoundation.org/ReleasePlan#3.6_release Builds

Re: [PATCH][REJECTED] Broken check for Boost::Date_Time in configure.in

2012-07-26 Thread Francois Tigeot
On Thu, Jul 26, 2012 at 02:56:39PM +0200, David Tardon wrote: > > If the test causes problems for you, fix it. I have neither the knowledge nor the time to do it; I've filled bug report #52558 instead. -- Francois Tigeot ___ LibreOffice mailing list L

[Libreoffice-commits] .: offapi/com officecfg/registry sd/source svtools/inc svtools/Library_svt.mk svtools/Package_inc.mk svtools/source

2012-07-26 Thread Thorsten Behrens
offapi/com/sun/star/drawing/framework/XConfigurationController.idl |6 officecfg/registry/data/org/openoffice/Office/Impress.xcu | 22 officecfg/registry/schema/org/openoffice/Office/Impress.xcs| 44 sd/source/ui/framework/configuration/ConfigurationController.cxx |

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 51659, which changed state. Bug 51659 Summary: File >> Wizards >> Letter Yields No UI https://bugs.freedesktop.org/show_bug.cgi?id=51659 What|Old Value |New Value

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 51659, which changed state. Bug 51659 Summary: File >> Wizards >> Letter Yields No UI https://bugs.freedesktop.org/show_bug.cgi?id=51659 What|Old Value |New Value

[Libreoffice-commits] .: 2 commits - sc/source tubes/inc tubes/qa tubes/source

2012-07-26 Thread Matus Kukan
sc/source/ui/collab/contacts.cxx |6 +- sc/source/ui/collab/sendfunc.cxx |8 sc/source/ui/collab/sendfunc.hxx |3 ++- tubes/inc/tubes/conference.hxx |2 +- tubes/qa/test_manager.cxx|2 +- tubes/source/conference.cxx |4 ++-- tubes/source/manager.

Re: [PATCH] Fix for sw_filter_test crash due to ambiguous FieldEntry destructor

2012-07-26 Thread Stephan Bergmann
On 07/25/2012 04:12 PM, Michael Stahl wrote: it appears that at least GCC supports a weak attribute; perhaps somebody could try out what happens with clang when it is added to the definition of SAL_DLLPUBLIC_TEMPLATE. diff --git a/sal/inc/sal/types.h b/sal/inc/sal/types.h index 3db8cf4..28a908d

License statement

2012-07-26 Thread zolniatamas
All my contributions, past and future, to LibreOffice are licensed under the terms of the MPL / LGPLv3+. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: sc/source

2012-07-26 Thread Markus Mohrhard
sc/source/ui/unoobj/docuno.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit c55cfd273cf1d4666b91fc9a00c71b049c34adec Author: Markus Mohrhard Date: Thu Jul 26 23:00:58 2012 +0200 mark manual row heights correctly during import, fdo#52393 Change-Id: Id8a1658dbe6d

[Libreoffice-commits] .: sc/inc sc/source

2012-07-26 Thread Kohei Yoshida
sc/inc/document.hxx |4 +++- sc/inc/table.hxx |3 +++ sc/source/core/data/document.cxx | 23 --- sc/source/core/data/table5.cxx | 13 + sc/source/ui/app/transobj.cxx|7 ++- 5 files changed, 37 insertions(+), 13

[REVIEW-3-6 3-6-0] fix for fdo#52393, calc does not import manual row heights

2012-07-26 Thread Markus Mohrhard
Hey, [1] fixes the problem that calc does not import manual row heights in 3-6. We need to mark the rows as manual row height in the row flags to prevent overriding them with automatic row height calculation. You won't see this problem in master because we are not updating the row heights there at

[Libreoffice-commits] .: sfx2/inc sfx2/source

2012-07-26 Thread Kohei Yoshida
sfx2/inc/sfx2/docfile.hxx |2 +- sfx2/source/doc/docfile.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit f16362fb7bf2d7823e8663ff56bcea235adfa513 Author: Kohei Yoshida Date: Wed Jul 25 21:29:36 2012 -0400 Pass by const reference. Change-I

[Libreoffice-commits] .: sc/inc sc/source

2012-07-26 Thread Kohei Yoshida
sc/inc/document.hxx |1 - sc/inc/table.hxx |1 - sc/source/core/data/document.cxx |8 sc/source/core/data/table5.cxx |8 sc/source/ui/app/transobj.cxx|2 +- 5 files changed, 1 insertion(+), 19 deletions(-) New commits: commi

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

2012-07-26 Thread Kohei Yoshida
sc/source/ui/unoobj/docuno.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit a7f82f201e1b2653ac03e1833e273c6752868641 Author: Markus Mohrhard Date: Thu Jul 26 23:00:58 2012 +0200 mark manual row heights correctly during import, fdo#52393 Change-Id: Id8a1658dbe6d

Re: [REVIEW-3-6 3-6-0] [PUSHED 3-6] fix for fdo#52393, calc does not import manual row heights

2012-07-26 Thread Kohei Yoshida
On 07/26/2012 06:20 PM, Markus Mohrhard wrote: Hey, [1] fixes the problem that calc does not import manual row heights in 3-6. We need to mark the rows as manual row height in the row flags to prevent overriding them with automatic row height calculation. You won't see this problem in master bec

Re: [ANN] LibreOffice 3.6.0 RC3 test builds available

2012-07-26 Thread Fridrich Strba
There was a problem with windows build, rebuilding now. F. On 26/07/12 21:18, Fridrich Strba wrote: > Hi *, > > for the upcoming new version 3.6.0, the RC3 builds now start to be > available on pre-releases. This build is slated to be third release > candidate build on the way towards 3.6.0, ple

[Libreoffice-commits] .: basctl/source

2012-07-26 Thread Takeshi Abe
basctl/source/basicide/baside2b.cxx|8 ++-- basctl/source/basicide/baside3.cxx |4 +- basctl/source/basicide/basides1.cxx| 55 ++--- basctl/source/basicide/basides2.cxx|8 ++-- basctl/source/basicide/basides3.cxx|6 +

[Libreoffice-commits] Changes to 'feature/orcus-integration'

2012-07-26 Thread Kohei Yoshida
New branch 'feature/orcus-integration' available with the following commits: commit 8b86c9f02791c31cab85e5d644c45b7a76741a0c Author: Kohei Yoshida Date: Thu Jul 26 10:02:33 2012 -0400 Fix excessive indentation. Change-Id: Id96c7693a53981d69820aa45e97fb34c64cb787a commit 90eb7eaa08

[Libreoffice-commits] .: 2 commits - framework/inc sc/source

2012-07-26 Thread Kohei Yoshida
framework/inc/services/frameloaderfactory.hxx | 382 -- sc/source/ui/app/transobj.cxx |1 2 files changed, 383 deletions(-) New commits: commit a5ab280160976eed1c4d26402745c3a1f9ebd063 Author: Kohei Yoshida Date: Thu Jul 26 23:14:20 2012 -0400

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Rainer Bielefeld changed: What|Removed |Added Depends on||51832 --- Comment #57 from Rainer Bie