Re: LibreOffice Forums Categories Proposal

2012-09-27 Thread Marc Paré
Hi Simos and thanks for the tips! Le 2012-09-27 19:00, Simos Xenitellis a écrit : At the moment http://jforum.andowson.com/ does not work. I suppose it will be back soon. I would like to try it out. My concern with jforum2 is that it is different from other popular forum packages such as phpb

[Libreoffice-commits] .: sc/inc

2012-09-27 Thread Libreoffice Gerrit user
sc/inc/dpcache.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3f27767397831b061fa6517434c5190e9f64eab2 Author: Kohei Yoshida Date: Thu Sep 27 23:31:05 2012 -0400 Remove unnecessary semicolon. Change-Id: Ia63d73b79ffaae15f82d3abc4addca39a98c7e04

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

2012-09-27 Thread Libreoffice Gerrit user
svtools/inc/svtools/svlbox.hxx | 20 ++-- svtools/inc/svtools/treelist.hxx | 37 -- svtools/source/contnr/svlbox.cxx | 65 +++ 3 files changed, 83 insertions(+), 39 deletions(-) New commits: commit 77a0acae58828d2186bce241b56

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

2012-09-27 Thread Libreoffice Gerrit user
sc/source/filter/oox/extlstcontext.cxx |8 +++- sc/source/filter/oox/formulabuffer.cxx | 17 + 2 files changed, 16 insertions(+), 9 deletions(-) New commits: commit 6ed264ffca065ed2aa36624ba29d9764ff042a72 Author: Markus Mohrhard Date: Fri Sep 28 01:22:44 2012 +0200

Re: need help with unit test and process service factory

2012-09-27 Thread Matúš Kukan
On 28 September 2012 01:03, Matúš Kukan wrote: > Also, it would be really great to have at least one linux tinderbox > with --enable-telepathy. > Only recent telepathy-glib is needed. Ah, that's not true. It should be for building, but I forgot that for unit test we need empathy with two jabber a

comment about using constructor and destructor in cppunit tests

2012-09-27 Thread Markus Mohrhard
Hey Matus, I just saw that you started using the constructor and the destructor in the tubes unit test. It would be a better idea to move this into setUp and tearDown and check there with CPPUNIT_ASSERT that all variables are set. In contrast to the constructor and the destructor setUp and tearDow

need help with unit test and process service factory

2012-09-27 Thread Matúš Kukan
Hi, I've tried --enable-telepathy again and found out that the unit test does not work now. After http://cgit.freedesktop.org/libreoffice/core/commit/?id=4917f0ceb2a7b1bb3ba878373f71f38d156278af I am getting: - Exception while getting config.ini url: null process service factory It's from tubes/q

Re: LibreOffice Forums Categories Proposal

2012-09-27 Thread Simos Xenitellis
On Fri, Sep 28, 2012 at 12:44 AM, Marc Paré wrote: > Hi Anton, > > Le 2012-09-27 12:00, Anton Meixome a écrit : >> >> What about l10n? >> >> I see in wiki being jforum the selected software. I'm a bit confuse >> >> May be a fork between Jforum and CodeRanch? As I don't find the >> translation fram

[Libreoffice-commits] .: solenv/gbuild

2012-09-27 Thread Libreoffice Gerrit user
solenv/gbuild/UnoApiTarget.mk |2 +- solenv/gbuild/gbuild.mk |2 -- 2 files changed, 1 insertion(+), 3 deletions(-) New commits: commit 72846a5c528cf66f01036978bf77eabc9f039025 Author: Matúš Kukan Date: Fri Sep 28 00:39:43 2012 +0200 and also use new gb_UCPPTARGET; gb_UCPP

Re: LibreOffice Forums Categories Proposal

2012-09-27 Thread Marc Paré
Hi Anton, Le 2012-09-27 12:00, Anton Meixome a écrit : What about l10n? I see in wiki being jforum the selected software. I'm a bit confuse May be a fork between Jforum and CodeRanch? As I don't find the translation framework in JForum Which version? Is important for NL teams is it? https:/

Re: [PUSHED-3-6] fix for fdo#55022, crash when opening the test file in ScDBQueryDataIterator

2012-09-27 Thread Markus Mohrhard
Hey Michael, 2012/9/27 Michael Meeks : > Hi Markus, > > On Thu, 2012-09-27 at 00:34 +0200, Markus Mohrhard wrote: >> [1] fixes a crash when opening the test file. The problem is that we >> dereference a past the end element. The code was always wrong but we >> fixed another bug in this part of the

[Libreoffice-commits] .: solenv/bin

2012-09-27 Thread Libreoffice Gerrit user
solenv/bin/modules/installer.pm |3 +-- solenv/bin/modules/installer/archivefiles.pm |5 ++--- solenv/bin/modules/installer/environment.pm |3 +-- solenv/bin/modules/installer/profiles.pm |3 +-- 4 files changed, 5 insertions(+), 9 deletions(-) New commits: commi

[Libreoffice-commits] .: 4 commits - bridges/Library_gcc3_macosx_x86-64.mk bridges/source lingucomponent/source postprocess/packcomponents scp2/InstallModule_ooo.mk scp2/source

2012-09-27 Thread Libreoffice Gerrit user
bridges/Library_gcc3_macosx_x86-64.mk |5 bridges/source/cpp_uno/gcc3_macosx_x86-64/call.cxx | 73 bridges/source/cpp_uno/gcc3_macosx_x86-64/call.s| 79 - bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx |2 bridg

[Libreoffice-commits] .: 3 commits - config_host.mk.in configure.in idlc/Executable_idlc.mk idlc/prj idlc/source Module_cross_tail_build.mk Module_tail_build.mk odk/pack odk/util Repository.mk solenv/

2012-09-27 Thread Libreoffice Gerrit user
Module_cross_tail_build.mk|4 +++- Module_tail_build.mk |4 +++- Repository.mk |4 +++- config_host.mk.in |1 + configure.in | 32 idlc/Executable_idlc.mk |7 +++ idlc/prj/bui

[Libreoffice-commits] .: 2 commits - tubes/qa

2012-09-27 Thread Libreoffice Gerrit user
tubes/qa/test_manager.cxx | 44 +++- 1 file changed, 19 insertions(+), 25 deletions(-) New commits: commit 4e6907b5d526241c93767fd25d8c2866c034a8d8 Author: Matúš Kukan Date: Thu Sep 27 22:24:51 2012 +0200 tubes: let's use ctor, dtor and less met

[Libreoffice-commits] .: oox/inc oox/source unusedcode.easy

2012-09-27 Thread Libreoffice Gerrit user
oox/inc/oox/ole/axcontrol.hxx |7 --- oox/inc/oox/ole/vbacontrol.hxx |2 -- oox/inc/oox/ole/vbamodule.hxx |2 -- oox/source/ole/axcontrol.cxx | 10 -- oox/source/ole/vbacontrol.cxx |5 - oox/source/ole/vbamodule.cxx | 26 -- unused

[Libreoffice-commits] .: wizards/com

2012-09-27 Thread Libreoffice Gerrit user
wizards/com/sun/star/wizards/common/TextElement.py | 41 +++ wizards/com/sun/star/wizards/fax/CallWizard.py |1 wizards/com/sun/star/wizards/fax/FaxDocument.py |9 +- wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py | 34 +++

[Libreoffice-commits] .: bridges/source

2012-09-27 Thread Libreoffice Gerrit user
bridges/source/cpp_uno/gcc3_macosx_intel/cpp2uno.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0e66cce3a146023fe3509217d32223ba162150b7 Author: Tor Lillqvist Date: Thu Sep 27 14:11:27 2012 +0300 WaE: format specifiers in debug output Change-Id:

[Libreoffice-commits] .: 2 commits - solenv/bin

2012-09-27 Thread Libreoffice Gerrit user
solenv/bin/modules/installer/epmfile.pm | 46 ++ solenv/bin/modules/installer/systemactions.pm | 25 ++ solenv/bin/modules/installer/worker.pm| 31 + 3 files changed, 39 insertions(+), 63 deletions(-) New commits: commit 0ab5

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - distro-configs/LibreOfficeMacOSX.conf distro-configs/LibreOfficeMinGW.conf distro-configs/LibreOfficeWin32.conf distro-configs/LibreOfficeWin64.conf

2012-09-27 Thread Libreoffice Gerrit user
distro-configs/LibreOfficeMacOSX.conf |1 + distro-configs/LibreOfficeMinGW.conf |1 + distro-configs/LibreOfficeWin32.conf |1 + distro-configs/LibreOfficeWin64.conf |1 + 4 files changed, 4 insertions(+) New commits: commit c91e260587473ec349faa9111ff60a1b492f5c66 Author: And

Re: Are the messages on the splash screen useful?

2012-09-27 Thread Michael Meeks
On Thu, 2012-09-27 at 19:55 +0400, Ivan Timofeev wrote: > There is Bug 52268 - Splash Screen: Messages on first start displayed in > wrong colour in the wrong place > https://bugs.freedesktop.org/show_bug.cgi?id=52268 Annoying :-) we should fix that. > and what I want to do is to remove

Re: Adding Extension for Experimental Thai Spelling

2012-09-27 Thread Richard Wordingham
On Thu, 27 Sep 2012 21:08:13 +0700 Nathan Wells wrote: > Firstly, you are right, I was mistaken about ICU and the breakiterator > working for sentences (I just tried it right now and it does work, > but just not with the normal "khan" or "period" of Khmer rather it > works with Latin sentence mar

Re: [Libreoffice-qa] minutes of ESC call ...

2012-09-27 Thread Bjoern Michaelsen
On Thu, Sep 27, 2012 at 04:37:43PM +0100, Michael Meeks wrote: > AI: + create a new wiki page, based on GSOC page, > present as the next-step on the Easy Hacks page (Michael) > + AmbitiousHacks. So a few additional thoughts on that: - having all the stuff in one database (bu

[Libreoffice-commits] .: 5 commits - svtools/inc svtools/source

2012-09-27 Thread Libreoffice Gerrit user
svtools/inc/svtools/treelist.hxx | 107 +- svtools/source/contnr/svlbox.cxx | 24 ++-- svtools/source/contnr/treelist.cxx | 219 +++-- 3 files changed, 205 insertions(+), 145 deletions(-) New commits: commit 1f48c56387fa95bc52e88512f82bc5b54

Re: Are the messages on the splash screen useful?

2012-09-27 Thread Ivan Timofeev
Hi Terrence, On 27.09.2012 21:39, Terrence Enger wrote: > What messages? Yes, that is an answer . > > ( Wait a minute. ... Okay, I'm back. ) > > With LO master, commit b6e33e2, pulled on 2012-09-17, built and > running on ubuntu-natty (11.04) with desktop "ubuntu classic (no > effects)", all I

Re: Are the messages on the splash screen useful?

2012-09-27 Thread Terrence Enger
-- View this message in context: http://nabble.documentfoundation.org/Are-the-messages-on-the-splash-screen-useful-tp4009651p4009681.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list LibreOffice@lists.freedesktop

[PATCH] add supporting target and options to generate patches for Ex...

2012-09-27 Thread Norbert Thiebaud (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/712 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/12/712/1 add supporting target and options to generate patches for ExternalProjects usage: generate a 'reference' copy of

[PATCH] ::rtl::OUString to OUString in basctl

2012-09-27 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/711 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/11/711/1 ::rtl::OUString to OUString in basctl Change-Id: I7be699102eab9cbf7184a5777a4b161db885adec --- M basctl/source/bas

[Libreoffice-commits] .: sw/source

2012-09-27 Thread Libreoffice Gerrit user
sw/source/filter/ww8/docxattributeoutput.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7d92ac2f05679933d9a2df131786efa6ece00705 Author: Matúš Kukan Date: Thu Sep 27 18:50:49 2012 +0200 sw: hopefully fix windows build Change-Id: If8d2b964cad9df

License Statement

2012-09-27 Thread Anurag Jain
Hi Everyone, I've received approval from my employer to contribute to Libreoffice. I was student contributor in last year's GSOC 2011. All of my code/patch contributions towards Libreoffice will be under MPL/LGPLv3+ dual license. Regards, -- Anurag Jain __

Re: uninitialized member warnings ?

2012-09-27 Thread Terrence Enger
-- View this message in context: http://nabble.documentfoundation.org/REVIEW-3-6-trivial-cups-thread-init-issue-tp4008339p4009665.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.o

[Libreoffice-commits] .: distro-configs/LibreOfficeMacOSX.conf distro-configs/LibreOfficeMinGW.conf distro-configs/LibreOfficeWin32.conf distro-configs/LibreOfficeWin64.conf

2012-09-27 Thread Libreoffice Gerrit user
distro-configs/LibreOfficeMacOSX.conf |1 + distro-configs/LibreOfficeMinGW.conf |1 + distro-configs/LibreOfficeWin32.conf |1 + distro-configs/LibreOfficeWin64.conf |1 + 4 files changed, 4 insertions(+) New commits: commit 4fed2075cc3ae3857485cf5f370ad7717e823be4 Author: And

[Libreoffice-commits] .: solenv/bin

2012-09-27 Thread Libreoffice Gerrit user
solenv/bin/modules/installer/windows/feature.pm | 39 1 file changed, 39 deletions(-) New commits: commit 08fef531b59412bd6a1ae4cf986c102994711127 Author: Andras Timar Date: Thu Sep 27 18:24:09 2012 +0200 Revert "sorting additional language packs and dictionarie

Re: LibreOffice Forums Categories Proposal

2012-09-27 Thread Anton Meixome
What about l10n? I see in wiki being jforum the selected software. I'm a bit confuse May be a fork between Jforum and CodeRanch? As I don't find the translation framework in JForum Which version? Is important for NL teams is it? https://github.com/rafaelsteil/jforum3/blob/master/src/main/resou

Are the messages on the splash screen useful?

2012-09-27 Thread Ivan Timofeev
Hi, There is Bug 52268 - Splash Screen: Messages on first start displayed in wrong colour in the wrong place https://bugs.freedesktop.org/show_bug.cgi?id=52268 and what I want to do is to remove those messages. Is that OK? I cannot imagine when the messages can be really useful. Moreover, message

minutes of ESC call ...

2012-09-27 Thread Michael Meeks
* Present: + Joel, Caolan, Stephan, Andras, Tibby, Michael M, Norbert, Michael S, Kohei, Kendy, Fridrich, Bjoern, Cedric, Thorsten * Completed Action Items + gerrit - patch abandonment can only be done by owner or gerrit admin (Bjoern) + apparently non-ac

Change in core[libreoffice-3-6]: Highlight X errorbars data range when a chart is selected.

2012-09-27 Thread Norbert Thiebaud (via Code Review)
Norbert Thiebaud has abandoned this change. Change subject: Highlight X errorbars data range when a chart is selected. .. Patch Set 1: Abandoned per reviewer request -- To view, visit https://gerrit.libreoffice.org/478 To unsu

[PUSHED] Change in core[libreoffice-3-6]: Fix crash on Mac when a11y in use, and avoid infinite loop, ...

2012-09-27 Thread Kohei Yoshida (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/708 -- To view, visit https://gerrit.libreoffice.org/708 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: me

Change in core[libreoffice-3-6]: Fix crash on Mac when a11y in use, and avoid infinite loop, ...

2012-09-27 Thread Kohei Yoshida (via Code Review)
Hello Norbert Thiebaud, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/708 to look at the new patch set (#2). Change subject: Fix crash on Mac when a11y in use, and avoid infinite loop, fdo#47275

[Libreoffice-commits] .: bridges/Library_gcc3_macosx_powerpc.mk

2012-09-27 Thread Libreoffice Gerrit user
bridges/Library_gcc3_macosx_powerpc.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 0ed36db9f3eb2fbb5d0a328ae7680cef4a4071bf Author: Matúš Kukan Date: Thu Sep 27 17:11:48 2012 +0200 bridges: fix macosx build Change-Id: If05c724cc0bdebea31c31ba9442710c9d951a0cf d

Re: [PUSHED 3-6] Fix autofilter crasher on OS X

2012-09-27 Thread Kohei Yoshida
On 09/26/2012 11:16 AM, Kohei Yoshida wrote: Hi, I'd like to have http://cgit.freedesktop.org/libreoffice/core/commit/?id=5f373a002df2f083109bb7b2e0987258b6e2f9c4 backported to 3-6, and I would be willing to sign off. The problem is that this is a Mac specific code, and I can't verify this.

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - vcl/aqua

2012-09-27 Thread Libreoffice Gerrit user
vcl/aqua/source/a11y/aqua11yfocustracker.cxx | 15 ++- vcl/aqua/source/a11y/aqua11ywrapper.mm |7 ++- 2 files changed, 20 insertions(+), 2 deletions(-) New commits: commit 50a72d18900a7faf01ab176bef04dc880f59317a Author: Tor Lillqvist Date: Wed Sep 26 13:42:54 2012

Re: Adding Extension for Experimental Thai Spelling

2012-09-27 Thread Richard Wordingham
On Thu, 27 Sep 2012 11:52:26 +0700 Nathan Wells wrote: >> 1. If you are shutting off the ICU breakiterator for text following, >> we >> should probably also do it for text preceding. Thus if there is a >> ZWSP or ZWNBSP (U+2060 WJ) anywhere in a text then ICU break >> iteration is disabled for th

LibreOffice Forums Categories Proposal

2012-09-27 Thread Marc Paré
FYI, there is a post on the discussion list regarding a LibreOffice forums categories proposal. As you may or may not know, we are readying a forums solution for LibreOffice users and contributors (for those lists who wish to have a forums of their own; or, for those lists who are unsure and wo

Re: Adding Extension for Experimental Thai Spelling

2012-09-27 Thread Martin Hosken
Dear Nathan, > Here are some new ideas, ordered by desirability, with number one being the > most desired, to number three being the least. > > 1) When a zero-width space is detected (U+200B), shut off ICU breakiterator > for Khmer spell checking for characters following the zero-width space > un

Code Submissions

2012-09-27 Thread Christopher Copits
Hi, all, Just submitted a patch for fdo#43497, but I forgot to mention that all of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Thanks,Christopher___ LibreOffi

Re: Adding Extension for Experimental Thai Spelling

2012-09-27 Thread Nathan Wells
Thanks for your input Richard, Firstly, you are right, I was mistaken about ICU and the breakiterator working for sentences (I just tried it right now and it does work, but just not with the normal "khan" or "period" of Khmer rather it works with Latin sentence markers which is not enough). I had

[Libreoffice-commits] .: apache-commons/patches apache-commons/UnpackedTarball_apache_commons_codec.mk

2012-09-27 Thread Libreoffice Gerrit user
apache-commons/UnpackedTarball_apache_commons_codec.mk |4 ++ apache-commons/patches/codec.patch | 28 - 2 files changed, 18 insertions(+), 14 deletions(-) New commits: commit f0a29602b50418dd427e7bfa093d5671f33fa307 Author: Norbert Thiebaud Date: Thu

[Libreoffice-commits] .: solenv/gbuild

2012-09-27 Thread Libreoffice Gerrit user
solenv/gbuild/gbuild.mk |9 + 1 file changed, 9 insertions(+) New commits: commit 8c20367a2e6d61f830f6dc336761909e38a6bcca Author: Norbert Thiebaud Date: Thu Sep 27 07:56:12 2012 -0500 gbuild: allow for SHELL to be set by the env variable gb_SHELL This allow to build

bug 53673; writer hacker help requested ...

2012-09-27 Thread Michael Meeks
Hi there, On Wed, 2012-09-12 at 10:43 +0200, Winfried Donkers wrote: > My previous request on the list did not get any response and you seem > to remenber my label-work. Yes of course ! I see you knocked up a patch in: https://bugs.freedesktop.org/show_bug.cgi?id=53673 A

[PUSHED] String to OUString in basctl

2012-09-27 Thread Noel Power (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/706 Approvals: Noel Power: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/706 To unsubscribe, visit

[PUSHED] ::rtl::OUString cleanup in basctl

2012-09-27 Thread Noel Power (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/705 Approvals: Noel Power: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/705 To unsubscribe, visit

[Libreoffice-commits] .: avmedia/source basctl/source

2012-09-27 Thread Libreoffice Gerrit user
avmedia/source/gstreamer/gstframegrabber.cxx |4 +-- basctl/source/inc/accessibledialogwindow.hxx | 14 ++--- basctl/source/inc/basidesh.hxx | 28 +-- basctl/source/inc/dlged.hxx |4 +-- 4 files changed, 25 insertions(+), 2

[Libreoffice-commits] .: basctl/source

2012-09-27 Thread Libreoffice Gerrit user
basctl/source/basicide/baside2b.cxx | 58 ++-- 1 file changed, 29 insertions(+), 29 deletions(-) New commits: commit f25adb4954eaea92e1d98a652a66eeaa4c8fe7c3 Author: Ricardo Montania Date: Wed Sep 26 23:07:35 2012 -0300 String to OUString in basctl

[PUSHED] Export image shadow effects to docx.

2012-09-27 Thread Noel Power (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/709 Approvals: Noel Power: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/709 To unsubscribe, visit

[Libreoffice-commits] .: sw/source

2012-09-27 Thread Libreoffice Gerrit user
sw/source/filter/ww8/docxattributeoutput.cxx | 32 +++ 1 file changed, 32 insertions(+) New commits: commit 57633e42ffba2f495fd685233695acad6b9dde94 Author: Eilidh McAdam Date: Thu Sep 27 12:39:59 2012 +0100 Export image shadow effects to docx. Change-Id

[Libreoffice-commits] .: solenv/gbuild

2012-09-27 Thread Libreoffice Gerrit user
solenv/gbuild/gbuild.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dca431cfea27385ffbcbebd3f080176a809bf9a2 Author: Norbert Thiebaud Date: Thu Sep 27 07:38:02 2012 -0500 revert the change in gbuild.mk : use /bin/sh as SHELL This is for performanc

[Libreoffice-commits] .: apache-commons/ExternalProject_apache_commons_codec.mk apache-commons/ExternalProject_apache_commons_httpclient.mk apache-commons/ExternalProject_apache_commons_lang.mk apache

2012-09-27 Thread Libreoffice Gerrit user
apache-commons/ExternalProject_apache_commons_codec.mk |2 +- apache-commons/ExternalProject_apache_commons_httpclient.mk |2 +- apache-commons/ExternalProject_apache_commons_lang.mk |2 +- apache-commons/ExternalProject_apache_commons_logging.mk|2 +- 4 files change

Re: SHELL=/bin/sh vs bash performance

2012-09-27 Thread Michael Stahl
On 27/09/12 13:57, Michael Stahl wrote: > following numbers are from my Fedora 17 system, with the toy attachment > that spawns 100k shells running "true" (only one run each): argh... stupid me forgot to attach it and even clicked the wrong button on the thunderbird warning... #include #include

SHELL=/bin/sh vs bash performance

2012-09-27 Thread Michael Stahl
because the topic of shells for the build system came up on IRC: in [1] it is claimed that dash is faster, that could be relevant to us given how we spawn boatloads of shells: "The boot speed improvements in Ubuntu 6.10 were often incorrectly attributed to Upstart ... These improvements were in f

[PUSHED] Change in core[libreoffice-3-6]: No dictionaries were preselected for en_US langpack

2012-09-27 Thread Andras Timar (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/707 Approvals: Andras Timar: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/707 To unsubscribe, visi

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

2012-09-27 Thread Libreoffice Gerrit user
setup_native/source/win32/customactions/sellang/sellang.cxx | 160 +--- 1 file changed, 70 insertions(+), 90 deletions(-) New commits: commit b04ffe037117c35ebd05b41569379e8acded4fbc Author: Stephan Bergmann Date: Thu Sep 27 08:31:41 2012 +0200 No dictionaries were preselected fo

[PATCH] Export image shadow effects to docx.

2012-09-27 Thread Eilidh McAdam (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/709 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/09/709/1 Export image shadow effects to docx. Change-Id: Ic8be107eeaeed286359869fd7e6712c3f740fba5 --- M sw/source/filter/w

Re: [PUSHED][REVIEW-3-6] fix for fdo#55022, crash when opening the test file in ScDBQueryDataIterator

2012-09-27 Thread Noel Power
On 26/09/12 23:34, Markus Mohrhard wrote: Hey, [1] fixes a crash when opening the test file. The problem is that we dereference a past the end element. The code was always wrong but we fixed another bug in this part of the code for 3-6 so that it now crashes. Regards, Markus found to be pushe

[Libreoffice-commits] .: vcl/source

2012-09-27 Thread Libreoffice Gerrit user
vcl/source/app/help.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 6357857bbfb927f78bf22202d08ffd8440a25a6a Author: Frank Schoenheit [fs] Date: Tue Mar 8 12:26:55 2011 +0100 gridfixes: UpdateTip: need a Invalidate after setting the help text, to really show the (possibl

Re: [PATCH] fdo#51304: Remove @author annotation

2012-09-27 Thread Noel Power
On 27/09/12 05:12, guilherme@gmail.com wrote: From: Jose Guilherme Vanz This patch removes '@author' annotations and some unnecessary comments in java sources sorry doesn't seem to apply on current master, could you update please? Noel ___ Libr

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/unx

2012-09-27 Thread Libreoffice Gerrit user
vcl/unx/gtk/window/gloactiongroup.cxx | 17 +++-- vcl/unx/gtk/window/gtksalmenu.cxx |4 +--- 2 files changed, 16 insertions(+), 5 deletions(-) New commits: commit dacd6fc042074a205c89e8fcf8ed482da9ac1483 Author: Antonio Fernandez Date: Thu Sep 27 11:28:44 2012 +0100

[Libreoffice-commits] .: solenv/gbuild

2012-09-27 Thread Libreoffice Gerrit user
solenv/gbuild/gbuild.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 35ce9c76c3ac768332998428e48ec839da709f4a Author: Norbert Thiebaud Date: Thu Sep 27 05:25:53 2012 -0500 bash is already a pre-req. and ubuntu /bin/sh is a borked variation of it Ch

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - translations/CustomTarget_translate.mk

2012-09-27 Thread Libreoffice Gerrit user
translations/CustomTarget_translate.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f67bb60e49ac041a932770e11782842b3d5573e6 Author: Caolán McNamara Date: Thu Sep 27 09:05:06 2012 +0100 add depend on uiex diff --git a/translations/CustomTarget_translate.m

[Libreoffice-commits] .: desktop/Library_sofficeapp.mk sc/Library_sc.mk solenv/gbuild

2012-09-27 Thread Libreoffice Gerrit user
desktop/Library_sofficeapp.mk |4 sc/Library_sc.mk |4 solenv/gbuild/gbuild.mk |4 3 files changed, 4 insertions(+), 8 deletions(-) New commits: commit 3e5c86705120ec5144db67104036f2fa5790be21 Author: Matúš Kukan Date: Thu Sep 27 09:50:24 2012 +0

Re: uninitialized member warnings ?

2012-09-27 Thread Michael Meeks
On Wed, 2012-09-26 at 15:29 +0200, Lubos Lunak wrote: > I don't think it can go anywhere practical: :-) while it's certainly possibly to find cases where it is hard to detect and warn about these problems, I imagine that catching many of the banal cases and warning about those would be r

Re: [PATCH] soltools conversion to gbuild

2012-09-27 Thread Michael Stahl
On 27/09/12 11:51, Stephan Bergmann wrote: > On 09/27/2012 09:04 AM, David Ostrovsky wrote: >> soltools/testhxx is *realy* a lovely one: testhxx.cxx file is empty and the >> code generation and compilation take place in create.pl script. >> I am going to nominate it for the "make file obfuscation"

[Libreoffice-commits] .: setup_native/source

2012-09-27 Thread Libreoffice Gerrit user
0 files changed New commits: commit d2aa4ebb7aebbf9f574a719f4b10ab53781aa533 Author: Stephan Bergmann Date: Thu Sep 27 11:58:47 2012 +0200 Revert inadvertent chmod Change-Id: I0b1865719da2e3c5a669b30a635c333721c9c41d diff --git a/setup_native/source/win32/customactions/sellang/s

Re: [PATCH] soltools conversion to gbuild

2012-09-27 Thread Stephan Bergmann
On 09/27/2012 09:04 AM, David Ostrovsky wrote: soltools/testhxx is *realy* a lovely one: testhxx.cxx file is empty and the code generation and compilation take place in create.pl script. I am going to nominate it for the "make file obfuscation" contest this year ;-) Would probably make more sen

[Libreoffice-commits] .: sw/source

2012-09-27 Thread Libreoffice Gerrit user
sw/source/core/unocore/unodraw.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f1c2c09439aed30dec6c1b4f26dc9f70ce4985f8 Author: Caolán McNamara Date: Thu Sep 27 10:09:45 2012 +0100 WaE: uninit variable Change-Id: I39d63b53fa400235d772cd2525695970

Re: [PUSHED-3-6] fix for fdo#55022, crash when opening the test file in ScDBQueryDataIterator

2012-09-27 Thread Michael Meeks
Hi Markus, On Thu, 2012-09-27 at 00:34 +0200, Markus Mohrhard wrote: > [1] fixes a crash when opening the test file. The problem is that we > dereference a past the end element. The code was always wrong but we > fixed another bug in this part of the code for 3-6 so that it now > crashes.

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

2012-09-27 Thread Libreoffice Gerrit user
sc/source/core/data/dociter.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 541fbcd2fae54a7b8bce25873d4d1b4891c1c796 Author: Markus Mohrhard Date: Wed Sep 26 20:01:20 2012 +0200 don't access out of bound array index, fdo#55022 Change-Id: Ica0

[Libreoffice-commits] .: 2 commits - accessibility/source sfx2/source

2012-09-27 Thread Libreoffice Gerrit user
accessibility/source/standard/vclxaccessibleedit.cxx |6 -- sfx2/source/dialog/dinfdlg.cxx |4 +--- 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit d6279f57e0a61aa5ab9b15a631cb3f76bc072245 Author: Caolán McNamara Date: Wed Sep 26 20:45:38

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Rainer Bielefeld changed: What|Removed |Added Depends on||55379 --- Comment #127 from Rainer Bi

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - vcl/inc vcl/source

2012-09-27 Thread Libreoffice Gerrit user
vcl/inc/vcl/builder.hxx | 28 ++- vcl/inc/vcl/layout.hxx | 28 ++- vcl/source/uipreviewer/previewer.cxx | 27 ++ vcl/source/window/builder.cxx| 65 ++- vcl/source/window/layout.cxx

[Libreoffice-commits] .: writerfilter/source

2012-09-27 Thread Libreoffice Gerrit user
writerfilter/source/dmapper/DomainMapper_Impl.cxx | 20 1 file changed, 20 deletions(-) New commits: commit 1278b084be1b128cd4d85473df0b0f62de16bf25 Author: Miklos Vajna Date: Thu Sep 27 10:34:24 2012 +0200 writerfilter: unused includes in DomainMapper_Impl

[Libreoffice-commits] .: 2 commits - basctl/source cui/source desktop/source extensions/source filter/source offapi/com offapi/UnoApi_offapi.mk sfx2/source ucb/source

2012-09-27 Thread Libreoffice Gerrit user
basctl/source/basicide/doceventnotifier.cxx |8 - cui/source/customize/eventdlg.cxx | 23 ++--- desktop/source/app/app.cxx| 13 +-- extensions/source/update/ui/updatecheckui.cxx | 12 -- filter/source/config/cache/filterca

Re: Efforts to document LO build system

2012-09-27 Thread Michael Meeks
Hi David, On Thu, 2012-09-27 at 09:18 +0200, David Ostrovsky wrote: > FYI: i just added new wiki page: > https://wiki.documentfoundation.org/Development/Build_System > > I am going to add there more inforamtion (and some diagrams). > Many thanks to David Tardon for help! Nice :-) > The

[Libreoffice-commits] .: sw/qa writerfilter/source

2012-09-27 Thread Libreoffice Gerrit user
sw/qa/extras/ooxmlimport/ooxmlimport.cxx |2 +- writerfilter/source/dmapper/DomainMapper.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 526e007bb6340e2c4a2cb96f5612ba268fcd5583 Author: Miklos Vajna Date: Thu Sep 27 09:37:36 2012 +0200 n#781825

Re: Efforts to document LO build system

2012-09-27 Thread Matúš Kukan
Hi David, On 27 September 2012 09:18, David Ostrovsky wrote: > Hi, > > FYI: i just added new wiki page: > https://wiki.documentfoundation.org/Development/Build_System > > I am going to add there more inforamtion (and some diagrams). > Many thanks to David Tardon for help! Just to know: There is

[Libreoffice-commits] .: 2 commits - apache-commons/ExternalProject_apache_commons_codec.mk apache-commons/ExternalProject_apache_commons_httpclient.mk apache-commons/ExternalProject_apache_commons_la

2012-09-27 Thread Libreoffice Gerrit user
Makefile.top|2 apache-commons/ExternalProject_apache_commons_codec.mk | 37 + apache-commons/ExternalProject_apache_commons_httpclient.mk | 42 ++ apache-commons/ExternalProject_apache_commons_lang.mk | 37 + apache

[Libreoffice-commits] Changes to 'apache-common'

2012-09-27 Thread Libreoffice Gerrit user
New branch 'apache-common' available with the following commits: commit 6d64bfd8c0086a9d3e8a05ecf49b1af84ec58436 Author: Norbert Thiebaud Date: Thu Sep 27 02:31:15 2012 -0500 gbuildification of appache_commons Change-Id: I517c808c9ea799aac0d2cd2b3bb6c18564c76823 commit ee22be5d7f1

[Libreoffice-commits] .: 2 commits - oox/inc oox/source svx/inc svx/source sw/inc sw/qa sw/source

2012-09-27 Thread Libreoffice Gerrit user
oox/inc/oox/vml/vmlshape.hxx |6 +++ oox/source/token/properties.txt |4 ++ oox/source/vml/vmlshape.cxx | 54 ++- oox/source/vml/vmlshapecontext.cxx |6 +++ svx/inc/svx/svdoashp.hxx |

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #126 from Michael Pappas --- Nominating bug# 54862: Broken formatting for .DOC files after some on some libreoffice version > 3.5.2 (found on 3.6.1.2) Affects installations where documents are stored in Word format. -- You are rece

Efforts to document LO build system

2012-09-27 Thread David Ostrovsky
Hi, FYI: i just added new wiki page: https://wiki.documentfoundation.org/Development/Build_System I am going to add there more inforamtion (and some diagrams). Many thanks to David Tardon for help! The target is: after reading this page, every one should not only understand LO build process its

[Bug 54157] LibreOffice 3.7 most annoying bugs

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Roman Eisele changed: What|Removed |Added Depends on||55350 -- You are receiving this mail bec

[Bug 54157] LibreOffice 3.7 most annoying bugs

2012-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 --- Comment #11 from Roman Eisele --- Adding bug 55350 - “Letter spacing and ‘expand single word’ do not work anymore”. Not the most terrible bug in the world, but a blameful regression, which would make MS and AOO folks laugh at us and our user

[PATCH] soltools conversion to gbuild

2012-09-27 Thread David Ostrovsky
Hi, i submitted gerrit patch that convert soltools to gbuild: https://gerrit.libreoffice.org/#/c/698 The follow tools considered to be obsolete and are discontinued: ldump,giparser,support and testhxx. Are there any objections to that? soltools/testhxx is *realy* a lovely one: testhxx.cxx file