Re: [GSOC] ODS Styles Import Performance Work Update

2012-08-17 Thread Daniel Bankston
On 08/17/2012 07:20 PM, Kohei Yoshida wrote: Interesting thing is, we used to have similar performance problem with styles import with Excel files. And I did take a very similar approach to what you just tried. The difference is that, I set the styles directly to ScDocument using the same data

Re: Build failure in cli_ure with VS 2010

2012-08-17 Thread Kohei Yoshida
Hi Peter, On Tue, Aug 14, 2012 at 7:52 PM, Peter Foley wrote: > Hi, > > I am trying to build Libreoffice on Windows 7 under Cygwin using Visual > Studio 2010. > However, the build failed in cli_ure when climaker.exe crashed with a > StackOverflowException. > I've attached a build log and a WinD

Re: [GSOC] ODS Styles Import Performance Work Update

2012-08-17 Thread Kohei Yoshida
Hi Daniel, On Fri, Aug 17, 2012 at 5:50 PM, Daniel Bankston wrote: > Hi, Kohei, > > From what I understand, ScXMLImport::SetStyleToRanges was being called for > each row. For each of it's calls, the result was multiple calls to where > the time was being spent in ScMarkArray::SetMarkArea and > S

[Libreoffice-commits] .: sd/source

2012-08-17 Thread Libreoffice Gerrit user
sd/source/ui/toolpanel/TaskPaneFocusManager.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 03d64b736ac612f7ce2e7c40a0be04a6e23ae489 Author: Bjoern Michaelsen Date: Sat Aug 18 00:08:52 2012 +0200 use a slightly more sane cast Change-Id: I325a8acac

[PATCH] Fix TDE FTBFS

2012-08-17 Thread Timothy Pearson
All, This patch is needed to properly build TDE integration extensions on LO 3.6.x: http://git.trinitydesktop.org/cgit/tde/plain/main/thirdparty/libreoffice/3.6.0/patches/libreoffice-trinity.diff It should be committed to LO GIT. Please let me know if you have any questions! Timothy Pearson Tr

Re: JPEG image opens differently on LibreOffice from on various Microsoft software -- bug or not?

2012-08-17 Thread Fernand Vanrie
On 15/08/2012 13:35, Michael Meeks wrote: On Tue, 2012-08-14 at 10:56 -0700, Brennan T Vincent wrote: The JPEG image at http://i47.tinypic.com/29cx4pe.jpg is noticeably lighter in LibreOffice (for Sorry this is not true for LO 3.6 Windows, here i found the picture a bit darker :-) compared on

Re: [libreoffice-users] Creating High Res Images in Draw or Impress

2012-08-17 Thread Fernand Vanrie
On 15/08/2012 23:21, Mary Ellen Bost wrote: Hi- not sure if this email thread is strictly for reporting bugs but I have a question and it's worth a shot. I hate gimp & need to create a few simple graphics in Draw or Impress. But they need to be a specific size and high resolution. I just crea

[PUSHED] fix broken download links for dbghelp.dll and gdiplus.dll

2012-08-17 Thread Gerrit
>From Peter Foley : Peter Foley has submitted this change and it was merged. Change subject: fix broken download links for dbghelp.dll and gdiplus.dll .. fix broken download links for dbghelp.dll and gdiplus.dll Change-Id: Icb

[PUSHED] fix error when dictionaries has not been fetched yet

2012-08-17 Thread Gerrit
>From Peter Foley : Peter Foley has submitted this change and it was merged. Change subject: fix error when dictionaries has not been fetched yet .. fix error when dictionaries has not been fetched yet Change-Id: Id40b2fb6f8e1

GPL, Of course.

2012-08-17 Thread Lennard Wasserthal
I hereby publish the contents of my patches under the same conditions as the respective LibreOffice Licenses are published (Where was i supposed to have put this information?) I am very sorry that I didn't implement the correct name of that numbe

[PATCH] fdo#51695 Check for Textformat

2012-08-17 Thread Gerrit
>From Joseph Brown <1st...@gmail.com>: Joseph Brown has uploaded a new change for review. Change subject: fdo#51695 Check for Textformat .. fdo#51695 Check for Textformat Numbers shouldn't be in NUMBERFORMAT_TEXT, but it can ha

[PUSHED] Change in core[libreoffice-3-5]: fdo#48446 implement RTF_CPG

2012-08-17 Thread Gerrit
>From Petr Mladek : Petr Mladek has submitted this change and it was merged. Change subject: fdo#48446 implement RTF_CPG .. fdo#48446 implement RTF_CPG (cherry picked from commit f6a24ace5ad12e79f0cc90709a290a30e3758781) Chan

[PATCH] Partial replaced String with OUString in ScInterpreter

2012-08-17 Thread Gerrit
>From Sören Möller : Sören Möller has uploaded a new change for review. Change subject: Partial replaced String with OUString in ScInterpreter .. Partial replaced String with OUString in ScInterpreter Added wrapper using OUStri

Re: [GSOC] ODS Styles Import Performance Work Update

2012-08-17 Thread Daniel Bankston
Hi, Kohei, From what I understand, ScXMLImport::SetStyleToRanges was being called for each row. For each of it's calls, the result was multiple calls to where the time was being spent in ScMarkArray::SetMarkArea and ScMarkArray::Search. This is from the call chain of ScXMLImport::SetStyleTo

Re: [Libreoffice] [GSoC 2012][svg export filter] Weekly Report #12

2012-08-17 Thread Marco Cecchetti
On Fri, 17 Aug 2012 09:33:31 +0200, Thorsten Behrens wrote: Marco Cecchetti wrote: What left ? --- 1- date/time, footer and page number text fields on master page are not yet displayed with the new layout of exported text shapes; 2- animation involving text paragraph; 3- selecti

[REVIEW 3-6] Fix for fdo#48868

2012-08-17 Thread Kohei Yoshida
Hi there, I'd like https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=e704e4691186c23e52490817d6b710ef5bf68db6 cherry-picked to 3-6 which fixes https://bugs.freedesktop.org/show_bug.cgi?id=48868 This is a regression from 3.5. It's a pretty safe change IMO. Two things were wrong

[Libreoffice-commits] .: sc/source

2012-08-17 Thread Libreoffice Gerrit user
sc/source/ui/app/inputhdl.cxx | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) New commits: commit e704e4691186c23e52490817d6b710ef5bf68db6 Author: Kohei Yoshida Date: Fri Aug 17 15:44:39 2012 -0400 fdo#48868: Allow Ctrl-TAB and Ctrl-Shift-TAB to cycle throug

[GSOC-UDPATE](17.08) Impress Remote

2012-08-17 Thread Andrzej J. R. Hunt
Hi everyone, I finally managed to get dbus control of bluetooth working today, and started working on the actual communication -- the Android code seems to be functional, and successfully pairs with my laptop, however I'm currently getting a connection refused when opening a socket, which I'm

Re: pptx import filter

2012-08-17 Thread Miklos Vajna
On Fri, Aug 17, 2012 at 03:54:25PM +0200, Jean-Tiare LE BIGOT wrote: > Is there anyone already working on the pptx import filter ? > I'd like to work on the font size import. > > Is there any code shared between the pptx/docx/... filters ? Hi, Look under the oox/ module, that's shared between

[PUSHED] Translate some German comments to English

2012-08-17 Thread Gerrit
>From Norbert Thiebaud : Norbert Thiebaud has submitted this change and it was merged. Change subject: Translate some German comments to English .. Translate some German comments to English Change-Id: Iffde46f904ff3090df48f130

[Libreoffice-commits] .: sw/source

2012-08-17 Thread Libreoffice Gerrit user
sw/source/filter/xml/xmltbli.cxx | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) New commits: commit b798de319da3ce6adc83941cf59e001084ba8424 Author: Kevin Hausmann Date: Fri Aug 17 12:25:09 2012 +0200 Translate some German comments to English Change-Id:

[PUSHED] Translation of comments from german in sc/source/ui/inc/

2012-08-17 Thread Gerrit
>From Norbert Thiebaud : Norbert Thiebaud has submitted this change and it was merged. Change subject: Translation of comments from german in sc/source/ui/inc/ .. Translation of comments from german in sc/source/ui/inc/ Change

[ATTENTION] Gerrit is now the primary git repo. Freedesktop is now read-only

2012-08-17 Thread Norbert Thiebaud
Dear committers, We have now completer the switch from fdo to gerrit as the primary site for our git repos core, binfitler, dictionaries, help and translations are now hosted primarely on gerrit.libreoffice.org please update your .git/config to reflect that. the easiest way is to edit the [remot

[Libreoffice-commits] Changes to 'libreoffice-3.5.6.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.6.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'libreoffice-3.5.5.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.5.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'libreoffice-3.5.3.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.3.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'libreoffice-3.5.99.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.99.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'libreoffice-3.5.6.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.6.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'libreoffice-3.5.5.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.5.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'libreoffice-3.5.3.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.3.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'libreoffice-3.5.99.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.99.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'libreoffice-3.5.6.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.6.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'feature/gbuild_dictionaries'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/gbuild_dictionaries' available with the following commits: commit 18d48eeae91c39f697edc6ecc9b8d4b3791b83a6 Author: David Tardon Date: Tue Aug 7 21:25:26 2012 +0200 add schemas under the original name Change-Id: I6db3ec7de6d1fa7ad24a710a05931867c3d8f23e commit 2

[Libreoffice-commits] Changes to 'libreoffice-3.5.5.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.5.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'libreoffice-3.5.99.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.99.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'libreoffice-3.5.3.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.3.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'feature/gbuild_java'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/gbuild_java' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'feature/gbuild_components'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/gbuild_components' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'feature/gbuild_extensions'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/gbuild_extensions' available with the following commits: commit 128159a72131e1eebf773a3c4b2525ed67e9d3bc Merge: 26e9ca8eedf46b29903a609c7d20fc138662a907 7e5b321535977ccddc6703c0ad4e5d25af797654 Author: Peter Foley Date: Fri Jan 6 14:04:29 2012 -0500 Merge branch 'featur

[Libreoffice-commits] Changes to 'feature/gbuild_a11y'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/gbuild_a11y' available with the following commits: commit e22fef6bebfb3a5bf3907115223650ff9425eced Author: David Tardon Date: Fri Dec 23 16:11:57 2011 +0100 use generated java source commit a9afa2b27e1a19066a872b09df14f7a22c3c707b Author: David Tardon Date: Fri Dec 2

[Libreoffice-commits] Changes to 'feature/android'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/android' available with the following commits: commit 202735c33de9342b9477eb13c8523531d20901b3 Author: Tor Lillqvist Date: Mon Feb 27 23:43:18 2012 +0200 Deduplication of aSfxInt16Item_Impl only for iOS ___ Libreoffice-commits

[Libreoffice-commits] Changes to 'feature/calc-multiline-input'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/calc-multiline-input' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'feature/cell-notes'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/cell-notes' available with the following commits: commit 9d8d0e99a78f903e9c7315808e5986f63aca27d9 Author: Kevin Hunter Date: Mon Oct 31 13:23:06 2011 -0400 Move ScPostIt storage from ScBaseCell->ScDocument ScPostIt is the behind-the-scenes name for Notes. This

[Libreoffice-commits] Changes to 'feature/gbuild_dictionaries'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/gbuild_dictionaries' available with the following commits: commit 76de04f1dabb84da263528690f81a1f6d5178f1a Author: David Tardon Date: Tue Aug 7 20:15:02 2012 +0200 add dictionaries to tail_build Change-Id: If898ad805a1530d201650429b988c2866fb62512 commit 1ddf7f

[Libreoffice-commits] Changes to 'feature/gbuild_conversions'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/gbuild_conversions' available with the following commits: commit 16bc7087753600c7dabe6ea23352df2bc57b8798 Author: Peter Foley Date: Sun Dec 25 12:05:01 2011 -0500 connectivity: convert dbase to gbuild commit 3f19d61f991aa6258cb927c8d30a41eb08d6dcfa Author: Peter Foley

[Libreoffice-commits] Changes to 'feature/gbuildfixes'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/gbuildfixes' available with the following commits: commit 700b3bc934538ca26e6d215ff78efb8b75bef6ed Author: Bjoern Michaelsen Date: Tue Dec 6 17:15:44 2011 +0100 only depend from dev-install on build if it is an explicit goal commit 1a169216bb5b35624f08b6b3fc5ef510644029

[Libreoffice-commits] Changes to 'feature/kill-set_soenv'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/kill-set_soenv' available with the following commits: commit d46344b8c4e5879b66a5f3481af31ca7ea9e7b96 Author: Bjoern Michaelsen Date: Mon Oct 3 15:58:24 2011 +0200 adding java stuff for BSD, first try at cygwin commit 4d347b98d8073ab233bad452c5291f98bbf1d132 Author: Bjo

[Libreoffice-commits] Changes to 'feature/gsoc2011_wizards'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/gsoc2011_wizards' available with the following commits: commit 3eec17cb6ea20649d87f8e04dcffb4c75a75c12f Author: Xisco Fauli Date: Fri Sep 23 00:29:10 2011 +0200 Set the python fax wizard as the default one commit 23518babd30b6ac5b103de8cc7e8d650c45f1e5e Author: Xisco Fa

[Libreoffice-commits] Changes to 'feature/gbuild_sdext'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/gbuild_sdext' available with the following commits: commit 5d44d9fec3aa594e1990e3000fd7c1e2e365a469 Author: David Tardon Date: Sat Feb 25 19:15:09 2012 +0100 the passed string is already quoted commit 3acc9127ffa86c90f8916f1d80e5f4b924719692 Author: David Tardon Date:

[Libreoffice-commits] Changes to 'feature/cell-format-data-bar'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'feature/cell-format-data-bar' available with the following commits: commit 7cd72f2ef8d441802edc476ad549bb785da6 Author: Michael Meeks Date: Wed Nov 2 14:24:31 2011 -0400 Initial proof-of-concept patch. ___ Libreoffice-commits mail

[Libreoffice-commits] Changes to 'libreoffice-3.5.6.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.6.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'libreoffice-3.5.5.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.5.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'libreoffice-3.5.99.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.99.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'libreoffice-3.5.3.1'

2012-08-17 Thread Libreoffice Gerrit user
New branch 'libreoffice-3.5.3.1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: configure.in

2012-08-17 Thread Norbert Thiebaud
configure.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a11f9bdf4726e3bdb98390389ed1c2ca0f946686 Author: Norbert Thiebaud Date: Fri Aug 17 12:53:58 2012 -0500 dummy cosmetic patch to check the pushing to fdo is indeed blocked Change-Id: I2dd1783b

[Libreoffice-commits] .: vcl/Library_vcl.mk

2012-08-17 Thread Tor Lillqvist
vcl/Library_vcl.mk |6 ++ 1 file changed, 6 insertions(+) New commits: commit eb946cbf9bf686a31405cf41ac6d1de0488d7bbd Author: Tor Lillqvist Date: Fri Aug 17 20:45:42 2012 +0300 vcl uses the Objective-C library So we should link to it. Otherwise the basic_scanner unit tes

[Libreoffice-commits] .: 2 commits - cppunit/makefile.mk cppunit/unix.patch sal/cppunittester

2012-08-17 Thread Tor Lillqvist
cppunit/makefile.mk |2 +- cppunit/unix.patch | 15 +++ sal/cppunittester/cppunittester.cxx |8 +++- 3 files changed, 23 insertions(+), 2 deletions(-) New commits: commit d3721e50005a909b55e153372809019ef1e893a6 Author: Tor Lillqvist Dat

[PATCH] Translation of comments from german in sc/source/ui/inc/

2012-08-17 Thread Gerrit
>From Albert Thuswaldner : Albert Thuswaldner has uploaded a new change for review. Change subject: Translation of comments from german in sc/source/ui/inc/ .. Translation of comments from german in sc/source/ui/inc/ Change-Id:

[PUSHED] Re: [PATCH] converting code to STL, removing Container!

2012-08-17 Thread Michael Stahl
d'oh forgot to send this On 16/08/12 09:04, Noel Grandin wrote: > Hi > > This patch series converts the last usages of Container to STL. > The last patch in the series removes the implementation of Container and > strips down contnr.hxx to just the defines that are still being used. > > It pass

Re: 'load' functions in cpp unittest - are they unused?

2012-08-17 Thread Caolán McNamara
On Fri, 2012-08-17 at 23:19 +0700, Korrawit Pruegsanusak wrote: > Hello all, > > While I tried to create unittest with UNO API for fdo#47434 [1], I > came across a function 'load' defined in > sd/qa/unit/regression-test.cxx line #80: > > virtual bool load( const rtl::OUString &rFilter, const

'load' functions in cpp unittest - are they unused?

2012-08-17 Thread Korrawit Pruegsanusak
Hello all, While I tried to create unittest with UNO API for fdo#47434 [1], I came across a function 'load' defined in sd/qa/unit/regression-test.cxx line #80: virtual bool load( const rtl::OUString &rFilter, const rtl::OUString &rURL, const rtl::OUString &rUserData); and the function code i

[Libreoffice-commits] .: basctl/source

2012-08-17 Thread Caolán McNamara
basctl/source/basicide/layout.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0e843513a237024ab330e1d358f8ff4a952203a8 Author: Caolán McNamara Date: Fri Aug 17 17:17:42 2012 +0100 silence macosx uninitialized warning Change-Id: I8472cf79aaf193ce6

[Libreoffice-commits] .: fileaccess/source unusedcode.easy

2012-08-17 Thread Caolán McNamara
fileaccess/source/FileAccess.cxx | 31 --- unusedcode.easy | 12 2 files changed, 8 insertions(+), 35 deletions(-) New commits: commit 288aebef57310e094d990434de3f35c8472b7b1a Author: Caolán McNamara Date: Fri Aug 17 17:04:34 2012

Re: fdo#53084 - BUGZILLAASSISTANT: focus on page bottom instead on Bugzilla link after Bus Submission

2012-08-17 Thread Michael Meeks
On Wed, 2012-08-15 at 21:09 +0200, Rob Snelders wrote: > The attached patch fixes bug fdo#53084. This is a patch for the > libreoffice-website-repository. Wow - thanks for all the great work there ! most encouraging :-) ATB, Michael. -- michael.me...@suse.com

Re: [PUSHED] BugzillaAssistant

2012-08-17 Thread Petr Mladek
Rob Snelders píše v Pá 17. 08. 2012 v 16:29 +0200: > Hi All, > > Here are 2 small patches for the bugzilla-assistant. Pushed and server updated. Thanks for the fixes. Best Regards, Petr ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] .: 2 commits - bug/bug

2012-08-17 Thread Petr Mladek
bug/bug/bug.css |4 bug/bug/bug.js |1 + 2 files changed, 5 insertions(+) New commits: commit 213529e766ccd83424aef77fcf0822e437f9a06a Author: Rob Snelders Date: Fri Aug 17 00:07:06 2012 +0200 Reset the error-message when submitting the bug diff --git a/bug/bug/bug.js b/bug

Re: [PSUHED] Bugzilla-assistant updates

2012-08-17 Thread Petr Mladek
Rob Snelders píše v St 15. 08. 2012 v 23:44 +0200: > Hi, > > These 2 patches fix 2 bugs of the bugzilla-assistant: > - Bug 53082 - BUGZILLAASSISTANT: Improve exception handling for > unavailable Bugzilla > - Bug 50851 - BUGZILLAASSISTANT: Error message should be in focus > > Please add them to th

Re: fdo#53084 - [PUSHED] BUGZILLAASSISTANT: focus on page bottom instead on Bugzilla link after Bus Submission

2012-08-17 Thread Petr Mladek
Rob Snelders píše v St 15. 08. 2012 v 21:09 +0200: > Hi, > > The attached patch fixes bug fdo#53084. This is a patch for the > libreoffice-website-repository. Looks good => pushed and updated the server. Thanks a lot for this nice fix. Best Regards, Petr _

[Libreoffice-commits] .: bug/bug

2012-08-17 Thread Petr Mladek
bug/bug/bug.js |1 + 1 file changed, 1 insertion(+) New commits: commit a44d46dad88102e85b4bcfb6f8987e5ac27634a1 Author: Rob Snelders Date: Wed Aug 15 21:07:48 2012 +0200 fdo#53084 - BUGZILLAASSISTANT: focus on page bottom instead on Bugzilla link after Bus Submission diff --git a/b

[Libreoffice-commits] .: 2 commits - bug/bug

2012-08-17 Thread Petr Mladek
bug/bug/bug.js | 29 - 1 file changed, 20 insertions(+), 9 deletions(-) New commits: commit f88f9168ad9f2add93a473ac7992756275794c14 Author: Rob Snelders Date: Wed Aug 15 22:30:39 2012 +0200 fdo#53082 - BUGZILLAASSISTANT: Improve exception handling for unavai

BugzillaAssistant

2012-08-17 Thread Rob Snelders
Hi All, Here are 2 small patches for the bugzilla-assistant. -- Greetings, Rob Snelders >From 70a0477efcaf401642db916cb76acccb00bb6246 Mon Sep 17 00:00:00 2001 From: Rob Snelders Date: Fri, 17 Aug 2012 00:03:50 +0200 Subject: [PATCH] Hides the username that is printed for testing --- bug/bug/

[Libreoffice-commits] .: svx/source

2012-08-17 Thread Radek Doulík
svx/source/customshapes/EnhancedCustomShapeGeometry.cxx | 22 1 file changed, 17 insertions(+), 5 deletions(-) New commits: commit 866daf4f21662fa5852f5eccb04929c6c4fd7e0a Author: Felix Zhang Date: Tue May 29 18:15:52 2012 +0800 bnc#741480: adjusted display of Bracket/B

Re: Good way of submitting patches

2012-08-17 Thread Bjoern Michaelsen
On Fri, Aug 17, 2012 at 02:22:46PM +0200, Jan Holesovsky wrote: > no need to use some other SW for sending mail, the > gerrit itself can send good mails without 3rd party processing, from > what I have seen there. Well, with gerrit you are somewhat limited to its default usecases (apart from the m

Re: [PUSHED][PATCH] Set sizer color to dark grey; was dark black

2012-08-17 Thread Caolán McNamara
On Sun, 2012-08-12 at 17:28 -0400, Jean-Tiare LE BIGOT wrote: > > > > Change-Id: I9a051fd894feccff4bbc7db7efe1160cb2c3a2c6 > > --- > > M vcl/source/window/split.cxx > > 1 file changed, 30 insertions(+), 35 deletions(-) Cedric pushed this, so marking thread as pushed. C.

pptx import filter

2012-08-17 Thread Jean-Tiare LE BIGOT
Hi ! Is there anyone already working on the pptx import filter ? I'd like to work on the font size import. Is there any code shared between the pptx/docx/... filters ? Regards, -- Jean-Tiare LE BIGOT ___ LibreOffice mailing list LibreOffice@lists.fre

[Libreoffice-commits] .: sc/source

2012-08-17 Thread Tor Lillqvist
sc/source/filter/xml/XMLTableShapeImportHelper.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 0884b47e3f040a510b8c5f757dcee7fcc7c89595 Author: Tor Lillqvist Date: Fri Aug 17 16:28:37 2012 +0300 WaE: unused variable Change-Id: I81ddfe76ad9bcaf284044ca5393d2469653a

[Libreoffice-commits] .: binfilter/inc

2012-08-17 Thread Caolán McNamara
binfilter/inc/bf_sw/helpid.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9d73a9c88af13a901ce9dfe768281002831cfad4 Author: Caolán McNamara Date: Fri Aug 17 14:04:42 2012 +0100 ditch HID_LINENUMBERING Change-Id: Id8464f01e480addfd5eabc7b24cdc1792be

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

2012-08-17 Thread Caolán McNamara
cui/uiconfig/ui/1.ui |3 + sw/uiconfig/sw/ui/20872.ui|6 +++ vcl/inc/vcl/builder.hxx |4 +- vcl/source/src/units.src |2 - vcl/source/window/builder.cxx | 77 -- 5 files changed, 85 insertions(+), 7 deletions(-) New

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - binfilter/bf_svtools

2012-08-17 Thread Petr Mladek
binfilter/bf_svtools/source/filter.vcl/igif/svt_gifread.cxx |4 binfilter/bf_svtools/source/filter.vcl/wmf/svt_winwmf.cxx | 73 ++-- 2 files changed, 68 insertions(+), 9 deletions(-) New commits: commit 842850b911ee08be13f1090bf9937226828ada0a Author: Caolán McNamara Date: We

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - binfilter/bf_svtools

2012-08-17 Thread Petr Mladek
binfilter/bf_svtools/source/filter.vcl/igif/svt_gifread.cxx |4 binfilter/bf_svtools/source/filter.vcl/wmf/svt_winwmf.cxx | 73 ++-- 2 files changed, 68 insertions(+), 9 deletions(-) New commits: commit 7e22ee55ffc9743692f3ddb93e59dd4427029c5b Author: Caolán McNamara Date: We

[Libreoffice-commits] .: 6 commits - drawinglayer/source Makefile.top slideshow/source

2012-08-17 Thread David Tardon
Makefile.top |6 drawinglayer/source/primitive2d/baseprimitive2d.cxx| 31 - slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.cxx | 12 slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx |

Re: [PUSHED 3-6][PUSHED 3-6-1] fdo#53280: Reset read-only UI after successful Save As

2012-08-17 Thread Caolán McNamara
On Thu, 2012-08-16 at 23:14 -0400, Kohei Yoshida wrote: > Hi there, > > On Thu, Aug 16, 2012 at 12:13 PM, Michael Meeks > wrote: > > > Looks sensible :-) pushed to -3-6 (though I personally loathe > > burning > > two lines of non-renewable vspace for no good reason ;-). > > To keep ou

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

2012-08-17 Thread Caolán McNamara
sfx2/source/doc/objserv.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 1b153ad73e618dc1600394ffbd98ad4b8bd918cd Author: Stephan Bergmann Date: Thu Aug 16 17:53:45 2012 +0200 fdo#53280: Reset read-only UI after successful Save As Change-Id: Ica9214d3655df27b

Re: [PUSHED] [PATCH] Object Catalog in Dialog Editor

2012-08-17 Thread Noel Power
Hi János On 17/08/12 09:49, Noel Power wrote: Anyway I think if this runs ok ( I will try it later ) I would be inclined to just check it in, the benefits from this change far outweigh any new minor bugs that might be introduced. I will attempt to review or at least scan the resulting new code

Re: Good way of submitting patches

2012-08-17 Thread Jan Holesovsky
Hi Bjoern, Bjoern Michaelsen píše v Pá 17. 08. 2012 v 11:55 +0200: > https://github.com/openstack-ci/gerritbot > > is now properly licensed and making it send mails instead IRCing should be > rather easy. Are you volunteering? ;) Yes, I volunteered quite some time ago already when I wanted the

Re: Liberation Fonts updated to 2.0

2012-08-17 Thread Michael Meeks
On Fri, 2012-08-17 at 11:08 +0100, Caolán McNamara wrote: > I don't think there are any risks, now that there's been a little burn > in time on master to test that there's no build/install cockups. Great; so a +1 from me for -3-6 then :-) Thanks, Michael. -- m

Re: [PATCH]bug 44516 improved label and business card document creation

2012-08-17 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Em 09-02-2012 05:03, Winfried Donkers escreveu: > -improved frame calculation - because of rounding off, situations were > possible > > for the labels not to fit on the paper (e.g. 3 labels 70mm wide on a row > of A4 > > paper (210mm wide)resulte

[PATCH] Translate some German comments to English

2012-08-17 Thread Gerrit
>From Kevin Hausmann : Kevin Hausmann has uploaded a new change for review. Change subject: Translate some German comments to English .. Translate some German comments to English Change-Id: Iffde46f904ff3090df48f130ee4b82f23b15

Re: Liberation Fonts updated to 2.0

2012-08-17 Thread Caolán McNamara
On Fri, 2012-08-17 at 11:01 +0100, Michael Meeks wrote: > On Fri, 2012-07-27 at 09:24 +0100, Caolán McNamara wrote: > > I've updated our Liberation fonts to the new 2.0 version. The 2.0 > > version are basically rebased on the Chromeos/Croscore fonts and are > > under the OFL instead of the GPL+exc

Re: Liberation Fonts updated to 2.0

2012-08-17 Thread Michael Meeks
On Fri, 2012-07-27 at 09:24 +0100, Caolán McNamara wrote: > I've updated our Liberation fonts to the new 2.0 version. The 2.0 > version are basically rebased on the Chromeos/Croscore fonts and are > under the OFL instead of the GPL+exception license of the 1.X series. Thanks so much ! :-)

Re: Good way of submitting patches

2012-08-17 Thread Bjoern Michaelsen
Hi Kendy, On Fri, Aug 17, 2012 at 11:03:40AM +0200, Jan Holesovsky wrote: > didn't I submit a patch for them to at least include the patch itself some > time ago? yes. >Or did it not do what it was supposed to be doing? It did not. :( However: https://github.com/openstack-ci/gerritbot is n

Re: minutes of ESC call ...

2012-08-17 Thread Bjoern Michaelsen
Hi bfo, On Thu, Aug 16, 2012 at 01:35:31PM -0700, bfo wrote: > Flag system of Bugzilla could be used - create "put name here" flag for > LibreOffice product, create grant and request group, add esc and qa team > members to them. > See https://bugs.freedesktop.org/docs/en/html/flags-overview.html.

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

2012-08-17 Thread Caolán McNamara
sw/inc/globals.hrc |2 sw/source/ui/inc/linenum.hxx | 49 +++- sw/source/ui/inc/titlepage.hxx |4 - sw/source/ui/misc/linenum.cxx | 155 - sw/source/ui/misc/linenum.hrc |4 - sw/source/ui/misc/linenum.src | 19 -

Re: Good way of submitting patches

2012-08-17 Thread Jan Holesovsky
Hi Jean-Tiare, Bjoern Michaelsen píše v Pá 10. 08. 2012 v 16:52 +0200: > > What is the good way of submitting contributions ? It seems that > > sending the raw patch on the list leads to a faster a > > review/integration but the recommended way is still gerrit ? > > Some of the grumpy old hacker

Re: [PUSHED 3-6-1] Re: Create the desktop icon (on Windows) again

2012-08-17 Thread Caolán McNamara
On Fri, 2012-08-17 at 07:05 +0200, Jan Holesovsky wrote: > Pushed to master + libreoffice-3-6 now, 1 more approval needed for > 3.6.1. pushed to 3-6-1 now C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/ma

[Libreoffice-commits] .: Branch 'libreoffice-3-6-1' - solenv/bin

2012-08-17 Thread Caolán McNamara
solenv/bin/modules/installer/windows/property.pm |3 +++ 1 file changed, 3 insertions(+) New commits: commit 9006cefa1ec736875a858740a8b4faf52d32ecd8 Author: Jan Holesovsky Date: Thu Aug 16 18:19:39 2012 +0200 Revert "fdo#49919 Don't default to desktop pollution" If somebody

Re: [PATCH] Object Catalog in Dialog Editor

2012-08-17 Thread Noel Power
Hi János you have official become my personal hero On 17/08/12 06:59, János Uray wrote: Now in Basic IDE, the Object Catalog window is not only visible in the basic editor, but also in the dialog editor. The same window can be docked in both. perfect There was a ModulWindowLayout class that ha

[PATCH] fdo#39625 Make existing cppunittests work

2012-08-17 Thread Gerrit
>From Ioan Radu : Ioan Radu has uploaded a new change for review. Change subject: fdo#39625 Make existing cppunittests work .. fdo#39625 Make existing cppunittests work Make rtl uuid cppunit work - removed call to simpleheader.

Re: Triaging Update

2012-08-17 Thread Jan Holesovsky
Hi Joel, Joel Madero píše v Po 13. 08. 2012 v 09:17 -0700: > Start Date: 05/08/2012 > # of Unconfirmed Bugs: 1,472 > > Today's Date: 13/08/2012 > # of Unconfirmed Bugs: 1,317* > > That's 145 bugs triaged in some way or another in about a week! :) > Thank you to those helping, for those who have a

Re: The fixes for build with VS2010 breaks the build with our "standard" tool-chain, VS2008

2012-08-17 Thread Tor Lillqvist
Should hopefully be fixed by 79c9ea3818334b39eda6996cf488143a5dc586d4 . Helps at least for me (in cli_ure), let's see what the tinderboxes say. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/list

  1   2   >