[Libreoffice-commits] core.git: extras/ExternalPackage_accessoriesgallery.mk extras/Module_extras.mk extras/Zip_accessoriesgallery.mk scp2/source

2013-04-17 Thread Julien Nabet
extras/ExternalPackage_accessoriesgallery.mk | 317 ++ extras/Module_extras.mk |2 extras/Zip_accessoriesgallery.mk | 319 --- scp2/source/accessories/file_gallery_accessories.scp |7 4 files

[PUSHED] fdo#63197, convert Zip_accessoriesgallery

2013-04-17 Thread David Tardon (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/3416 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3416 To unsubscribe,

%PRODUCTNAME vs $[officename]

2013-04-17 Thread Markus Mohrhard
Hey Andras, *, while looking through the help to see which special strings I need to replace during runtime I noticed that we have %PRODUCTNAME and $[officename] which both seem to be mapped to the same string. The same is true for $[officeversion] and %PRODUCTVERSION while all the vendor strings

Re: %PRODUCTNAME vs $[officename]

2013-04-17 Thread Andras Timar
Hi Markus, On Wed, Apr 17, 2013 at 6:45 AM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: while looking through the help to see which special strings I need to replace during runtime I noticed that we have %PRODUCTNAME and $[officename] which both seem to be mapped to the same string.

[PATCH] fix fdo#63546 : set appropriate alignment when writing direc...

2013-04-17 Thread navin patidar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3424 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/24/3424/1 fix fdo#63546 : set appropriate alignment when writing direction is changed. Change-Id:

Re: Trying to locate who/what fixed fdo#53030

2013-04-17 Thread Lior Kaplan
Anyone ? On Sun, Mar 31, 2013 at 10:39 AM, Lior Kaplan kaplanl...@gmail.com wrote: Hi, The good news is that fdo#53030 Calc deletes current sheet, not right-clicked on sheet when trying to delete opposite directionality sheets is fixed between 4.0.0 and 4.0.1, the problem is who/what fixed

Re: [ANN] --enable-dbgutil: everyone gets a Debug STL!

2013-04-17 Thread Stephan Bergmann
On 04/15/2013 03:34 PM, Michael Stahl wrote: with commit f14f7a2e4568e3e85a0c8860beebd0376c5a8b51 MSVC builds will link everything against the debug runtimes (MSVCRTD etc.), which enables debug STL and other things. [...] since we have this enabled on other GCC platforms for years i'm not much

Re: [ANN] --enable-dbgutil: everyone gets a Debug STL!

2013-04-17 Thread Tor Lillqvist
writing numbers to std streams now suppresses all output to those streams, so that e.g., SAL_WARN(foo,bar) only writes warn:foo: Ah! Thanks for hunting this down, I had noticed but had not had time to dig deeper... Why _GLIBCXX_DEBUG causes this problem on Mac OS X now, and how to solve it,

[Libreoffice-commits] core.git: distro-configs/LibreOfficeWin32.conf distro-configs/LibreOfficeWin64.conf

2013-04-17 Thread Stephan Bergmann
distro-configs/LibreOfficeWin32.conf |1 - distro-configs/LibreOfficeWin64.conf |1 - 2 files changed, 2 deletions(-) New commits: commit 0789ee23ae6a417d141098c411224a8af9f626d0 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Apr 17 09:06:00 2013 +0200

[Libreoffice-commits] core.git: graphite/StaticLibrary_graphite.mk

2013-04-17 Thread Tor Lillqvist
graphite/StaticLibrary_graphite.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 37ec420f8f93e5af6a05a48d619bee06b64dfa69 Author: Tor Lillqvist t...@iki.fi Date: Wed Apr 17 10:24:03 2013 +0300 Clang does not have -fpermissive Change-Id:

Re: patch for postgresql driver

2013-04-17 Thread Wols Lists
On 17/04/13 02:10, Lionel Elie Mamane wrote: On Tue, Apr 16, 2013 at 09:24:03PM +0100, Wols Lists wrote: On 16/04/13 20:28, Lionel Elie Mamane wrote: On Tue, Apr 16, 2013 at 03:16:25PM +0100, Wols Lists wrote: I can't get my argument casting right - in the original code,

Re: [ANN] --enable-dbgutil: everyone gets a Debug STL!

2013-04-17 Thread Stephan Bergmann
On 04/15/2013 03:34 PM, Michael Stahl wrote: with commit f14f7a2e4568e3e85a0c8860beebd0376c5a8b51 MSVC builds will link everything against the debug runtimes (MSVCRTD etc.), which enables debug STL and other things. [...] the MSVC one is tested on MSVC 2008 only, where make check passes

[Libreoffice-commits] core.git: scp2/macros scp2/source

2013-04-17 Thread Thomas Arnhold
scp2/macros/macro.pl | 11 - scp2/source/ooo/directory_ooo.scp | 303 -- 2 files changed, 314 deletions(-) New commits: commit e70ea92b3632c376975dd85dbcb26e7ca6b95498 Author: Thomas Arnhold tho...@arnhold.org Date: Mon Apr 15 03:53:39 2013

[Libreoffice-commits] core.git: solenv/Package_gdb.mk

2013-04-17 Thread Miklos Vajna
solenv/Package_gdb.mk |3 +++ 1 file changed, 3 insertions(+) New commits: commit 7de8db6a95d644c175b77a132c49cdc1eead1eac Author: Miklos Vajna vmik...@suse.cz Date: Wed Apr 17 09:38:39 2013 +0200 solenv: fix packaging of gdb pretty-printers in the non-libmerged case

[PUSHED] scp: remove unused macros

2013-04-17 Thread 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/3410 Approvals: Matúš Kukan: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3410 To unsubscribe, visit

Re: [Libreoffice-commits] core.git: 7 commits - liborcus/ExternalProject_liborcus.mk Library_merged.mk RepositoryModule_host.mk sd/source solenv/bin solenv/gbuild solenv/gdb solenv/Package_gdb.mk

2013-04-17 Thread Miklos Vajna
Hi Peter, On Tue, Apr 16, 2013 at 09:10:53PM -0400, Peter Foley pefol...@verizon.net wrote: Sorry, should be fixed now. Yes, you fixed svl and tl, but cppu, sal and sw printers were still missing. I fixed those for the non-libmerged case with 7de8db6a95d644c175b77a132c49cdc1eead1eac, I hope I

[PATCH] fdo#63290 related: cleanup stings defines due to removal

2013-04-17 Thread Lior Kaplan (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3425 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/25/3425/1 fdo#63290 related: cleanup stings defines due to removal follow up to commit

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0-3' - sc/source

2013-04-17 Thread Kohei Yoshida
sc/source/ui/dbgui/dapitype.cxx |4 sc/source/ui/dbgui/dapitype.src |2 +- 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit 1d933d4533c9eb10f4456ec8a8a8468e6ff086d5 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Mon Apr 15 21:30:18 2013 -0400 Remove

[PUSHED libreoffice-4-0-3] Remove the 4th option from the pivot table source selection ...

2013-04-17 Thread Petr Mladek (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/3419 Approvals: Petr Mladek: Verified; Looks good to me, approved Eike Rathke: Looks good to me, but someone else must approve Fridrich

Builing libreoffice Difficulty

2013-04-17 Thread Jayant Sable
Hey. Can you please tell me how can i build libreoffice using bundles. I tried 4 times to build libreoffice using git clone but it's not working for me. So, Can you tell me the steps to build libreoffice using http://dev-www.libreoffice.org/bundles/ this. It will be really helpful if you reply

Re: Need help

2013-04-17 Thread Miklos Vajna
Hi Anurag, On Wed, Apr 17, 2013 at 01:03:20AM +0530, Anurag Kanungo anuragkanu...@gmail.com wrote: Finally i was able to build the libre office using the clang compiler on master branch and i built it on open suse . But my compiler plugings are not working as it says compiler headers missing

Re: [Libreoffice-commits] core.git: sfx2/inc sfx2/source

2013-04-17 Thread Miklos Vajna
Hi Noel, On Tue, Apr 16, 2013 at 01:04:46PM -0700, Noel Grandin n...@peralex.com wrote: sfx2/inc/sfx2/dispatch.hxx |4 + sfx2/source/control/dispatch.cxx | 99 ++- 2 files changed, 49 insertions(+), 54 deletions(-) New commits: commit

Re: patch for postgresql driver

2013-04-17 Thread Lionel Elie Mamane
On Wed, Apr 17, 2013 at 08:28:21AM +0100, Wols Lists wrote: On 17/04/13 02:10, Lionel Elie Mamane wrote: On Tue, Apr 16, 2013 at 09:24:03PM +0100, Wols Lists wrote: On 16/04/13 20:28, Lionel Elie Mamane wrote: RTL_CONSTASCII_STRINGPARAM is a hack/optimisation specific to compile-time

incompatible (date)time uno struct change coming up in master

2013-04-17 Thread Lionel Elie Mamane
Hi, https://gerrit.libreoffice.org/2783/ now compiles on the three buildbot platforms. If you want to weigh in before I push, now is the time. It expands precision of time, datetime and duration UNO structs to nanosecond (from centisecond or millisecond, respectively), and of LibreOffice

[Libreoffice-commits] core.git: sfx2/source

2013-04-17 Thread Noel Grandin
sfx2/source/control/dispatch.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c3b1ce2097ea3b43234be3dfb1d529335b980ff8 Author: Noel Grandin n...@peralex.com Date: Wed Apr 17 10:18:33 2013 +0200 Fix assert statement which I messed up in

Re: [Libreoffice-commits] core.git: sfx2/inc sfx2/source

2013-04-17 Thread Noel Grandin
On 2013-04-17 10:06, Miklos Vajna wrote: On Tue, Apr 16, 2013 at 01:04:46PM -0700, Noel Grandin n...@peralex.com wrote: sfx2/inc/sfx2/dispatch.hxx |4 + sfx2/source/control/dispatch.cxx | 99 ++- 2 files changed, 49 insertions(+), 54

Re: [ANN] --enable-dbgutil: everyone gets a Debug STL!

2013-04-17 Thread Stephan Bergmann
On 04/17/2013 08:56 AM, Tor Lillqvist wrote: Why _GLIBCXX_DEBUG causes this problem on Mac OS X now, and how to solve it, is still unclear to me. I guess -D_GLIBCXX_FULLY_DYNAMIC_STRING did not do anything to improve this? Some other magic _GLIBCXX_FOO that needs to be defined perhaps? No,

Re: Need help

2013-04-17 Thread Tor Lillqvist
Actually, based on what Anurag said on IRC, I think his eagerness to use Clang plug-ins was based on a misunderstanding. (There are quite few warnings generated by Clang plug-ins any more, and those we have currently are either from 3rd-party code, or otherwise perhaps not suitable as Easy Hacks,

Re: Builing libreoffice Difficulty

2013-04-17 Thread Jan Holesovsky
Hi Jayant, Jayant Sable píše v St 17. 04. 2013 v 13:26 +0530: Can you please tell me how can i build libreoffice using bundles. Please - is there any reason why do you prefer the bundles over git checkout? It is much easier with git, you will be downloading about the same amount of data is

[Libreoffice-commits] core.git: sw/source

2013-04-17 Thread Jan Holesovsky
sw/source/core/layout/layact.cxx | 26 ++ 1 file changed, 26 insertions(+) New commits: commit 09f50c017fe106b7bf94f60933667b55130ea1b5 Author: Jan Holesovsky ke...@suse.cz Date: Wed Apr 17 10:30:28 2013 +0200 Reintroduce unlockPositionOfObjects(). This

Re: Builing libreoffice Difficulty

2013-04-17 Thread Miklos Vajna
Hi, On Wed, Apr 17, 2013 at 10:26:27AM +0200, Jan Holesovsky ke...@suse.cz wrote: Please - is there any reason why do you prefer the bundles over git checkout? It is much easier with git, you will be downloading about the same amount of data is with the bundles, and additionally you'll have

[Libreoffice-commits] core.git: bean/qa

2013-04-17 Thread Noel Grandin
bean/qa/complex/bean/OOoBeanTest.java |8 bean/qa/complex/bean/WriterFrame.java |4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit cb6b6e286cf4664c0036560908ec28f3bba3aaa6 Author: Noel Grandin n...@peralex.com Date: Wed Apr 17 10:49:20 2013 +0200

[Libreoffice-commits] core.git: solenv/gbuild

2013-04-17 Thread Matúš Kukan
solenv/gbuild/platform/unxgcc.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a59565f855cb30fff56eb3d889376bfd27dc728f Author: Matúš Kukan matus.ku...@gmail.com Date: Wed Apr 17 10:43:28 2013 +0200 workaround problems with LTO for some libraries (disable

[PATCH] Create Photo Album fix

2013-04-17 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3426 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/26/3426/1 Create Photo Album fix Fixed some pointer issues in CreateHdl function. Removed the creation of title slide.

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - instsetoo_native/util solenv/inc

2013-04-17 Thread Petr Mladek
instsetoo_native/util/openoffice.lst | 46 +-- solenv/inc/minor.mk |6 ++-- 2 files changed, 26 insertions(+), 26 deletions(-) New commits: commit e0f25870cd41637d6705fb497f6e3327517b92d0 Author: Petr Mladek pmla...@suse.cz Date: Wed Apr

[Libreoffice-commits] core.git: formula/inc formula/source sc/source

2013-04-17 Thread Caolán McNamara
formula/inc/formula/funcutl.hxx| 17 formula/source/ui/dlg/formula.cxx |4 +- formula/source/ui/dlg/funcutl.cxx | 28 +++--- formula/source/ui/dlg/parawin.cxx |4 +- sc/source/ui/condformat/condformatdlg.cxx

[PATCH] Update pch

2013-04-17 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3427 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/27/3427/1 Update pch Change-Id: Ice80350184f7a514d5beab0a5e1da5b98d5733e4 --- M dbaccess/inc/pch/precompiled_dbu.hxx M

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/suse-4.0-1'

2013-04-17 Thread Petr Mladek
Tag 'suse-4.0-1' created by Petr Mladek pmla...@suse.cz at 2013-04-17 10:33 -0700 Tag suse-4.0-1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iEYEABECAAYFAlFubHwACgkQKZC06p8y5oPtPgCePRg/25CKXH5WwCZK87mZMZQC tzsAnRt7c02ary14B3P5hc4IdCDbwGCU =Js51 -END PGP SIGNATURE-

[Libreoffice-commits] help.git: Changes to 'refs/tags/suse-4.0-1'

2013-04-17 Thread Petr Mladek
Tag 'suse-4.0-1' created by Petr Mladek pmla...@suse.cz at 2013-04-17 10:33 -0700 Tag suse-4.0-1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iEYEABECAAYFAlFubHwACgkQKZC06p8y5oMyEQCdF2YkES+QaYataY4zdADE3onU gDwAn2ba4cWpc1y+I09eXEPYQwvcYpt+ =kYHI -END PGP SIGNATURE-

[Libreoffice-commits] translations.git: Changes to 'refs/tags/suse-4.0-1'

2013-04-17 Thread Petr Mladek
Tag 'suse-4.0-1' created by Petr Mladek pmla...@suse.cz at 2013-04-17 10:33 -0700 Tag suse-4.0-1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iEYEABECAAYFAlFubH0ACgkQKZC06p8y5oMVfACZAUElNzf/ncx4/0ZExc8KzT3p sGEAn2thdU0Qo/DoZVtju9odrA0j/IY1 =RGPA -END PGP SIGNATURE-

[Libreoffice-commits] core.git: Changes to 'refs/tags/suse-4.0-1'

2013-04-17 Thread Petr Mladek
Tag 'suse-4.0-1' created by Petr Mladek pmla...@suse.cz at 2013-04-17 10:33 -0700 Tag suse-4.0-1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iEYEABECAAYFAlFubH0ACgkQKZC06p8y5oM1cACfW3Np4NnFjUOQMAPANHHP7yCA 4PAAn083TgWerxjMacoZqZOb7VOB9xXQ =Dy9B -END PGP SIGNATURE-

[Libreoffice-commits] core.git: 21 commits - basic/source dtrans/source extensions/source filter/source jvmfwk/plugins jvmfwk/source np_sdk/inc sal/cpprt sal/osl sfx2/source shell/source svtools/sourc

2013-04-17 Thread Stephan Bergmann
basic/source/runtime/methods.cxx|1 dtrans/source/win32/dtobj/DOTransferable.cxx|8 --- extensions/source/nsplugin/source/npshell.cxx | 11 -- extensions/source/nsplugin/source/nsp_func.hxx |3 --

[Libreoffice-commits] core.git: dbaccess/inc dictionaries oox/inc sal/inc sc/inc sd/inc svtools/inc sw/inc vcl/inc writerfilter/inc

2013-04-17 Thread Aurimas Fišeras
dbaccess/inc/pch/precompiled_dbu.hxx |2 +- dictionaries |2 +- oox/inc/pch/precompiled_oox.hxx |3 ++- sal/inc/pch/precompiled_sal.hxx |2 -- sc/inc/pch/precompiled_sc.hxx |

[Libreoffice-commits] core.git: package/source sal/workben sdext/source sd/source sfx2/source sot/source svtools/source svx/source swext/mediawiki vcl/generic vcl/unx

2013-04-17 Thread Artur Dryomov
package/source/xstor/xfactory.cxx |2 +- package/source/zippackage/zipfileaccess.cxx |2 +- sal/workben/testfile.cxx |2 +- sd/source/ui/remotecontrol/DiscoveryService.cxx |2 +-

[PUSHED] Update pch

2013-04-17 Thread Thomas Arnhold (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/3427 Approvals: Thomas Arnhold: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3427 To unsubscribe,

[PUSHED] fdo#62096 - replace some O(U)String compareTo with ==

2013-04-17 Thread Thomas Arnhold (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/3422 Approvals: Thomas Arnhold: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3422 To unsubscribe,

Re: [Libreoffice-commits] core.git: dbaccess/inc dictionaries oox/inc sal/inc sc/inc sd/inc svtools/inc sw/inc vcl/inc writerfilter/inc

2013-04-17 Thread Thomas Arnhold
Hrm, I accidentally committed the directories subproject. Can't we do anything to ignore directories and helpcontent2 in core commits? Thomas On 17.04.2013 12:00, Aurimas Fišeras wrote: dbaccess/inc/pch/precompiled_dbu.hxx |2 +- dictionaries

[Libreoffice-commits] core.git: xmlsecurity/source

2013-04-17 Thread Tor Lillqvist
xmlsecurity/source/xmlsec/nss/nssinitializer.cxx|7 --- xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx |8 2 files changed, 15 deletions(-) New commits: commit e79b387e03ff80927f0b15b5f43366e06d3a48a8 Author: Tor Lillqvist tlillqv...@suse.com Date: Wed Apr

[PATCH] fix Serbian dictionary makefile

2013-04-17 Thread Thomas Arnhold (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3428 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/dictionaries refs/changes/28/3428/1 fix Serbian dictionary makefile Change-Id: I49e678fc586c2352e9df805e8e32e645605144da --- M

[ABANDONED] fix Serbian dictionary makefile

2013-04-17 Thread Thomas Arnhold (via Code Review)
Thomas Arnhold has abandoned this change. Change subject: fix Serbian dictionary makefile .. Patch Set 1: Abandoned hrm... -- To view, visit https://gerrit.libreoffice.org/3428 To unsubscribe, visit

[PATCH] update dictionaries

2013-04-17 Thread Thomas Arnhold (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3429 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/29/3429/1 update dictionaries Change-Id: I0f693266b7c3621f885acbe450f4faead3d8284f --- M dictionaries 1 file changed, 0

[Libreoffice-commits] core.git: dictionaries

2013-04-17 Thread Thomas Arnhold
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f4b7fa5cdb670359ee967f38bd71fa9a8e5eb8d4 Author: Thomas Arnhold tho...@arnhold.org Date: Wed Apr 17 12:21:42 2013 +0200 update dictionaries Change-Id:

[PUSHED] update dictionaries

2013-04-17 Thread Thomas Arnhold (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/3429 Approvals: Thomas Arnhold: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3429 To unsubscribe,

[Libreoffice-commits] core.git: odk/examples

2013-04-17 Thread Noel Grandin
odk/examples/java/Inspector/ProtocolHandlerAddon.java | 50 -- 1 file changed, 23 insertions(+), 27 deletions(-) New commits: commit bea18dd581ac9341a19e757a72662ab7a2e34b0a Author: Noel Grandin n...@peralex.com Date: Wed Apr 17 12:57:16 2013 +0200 fix compile error in

Re: officecfg: reformat using xmllint

2013-04-17 Thread Stephan Bergmann
On 04/17/2013 03:20 AM, Thomas Arnhold wrote: does anyone have objections against running xmllint on officecfg like fe4260c53e7df91a4d2dad06104d7979a212de29 did? Isn't xmllint --fromat, without access to a DTD, fundamentally flawed, in that it cannot decide whether an element has mixed

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ce/ad0080e9fbec9d9087ad05fe20b216020486a9

2013-04-17 Thread Stephan Bergmann
ce/ad0080e9fbec9d9087ad05fe20b216020486a9 |1 + 1 file changed, 1 insertion(+) New commits: commit bed4af63ec1afd30061e951c094ecc61ecef97c6 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Apr 17 13:26:01 2013 +0200 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - e8/c13442bf24de7d79a6450acf80a6d0ce6a5a9e

2013-04-17 Thread Stephan Bergmann
e8/c13442bf24de7d79a6450acf80a6d0ce6a5a9e |1 + 1 file changed, 1 insertion(+) New commits: commit d9000b5d490e7214a671c577b1a37cfcdb93ae6a Author: Stephan Bergmann sberg...@redhat.com Date: Wed Apr 17 13:30:38 2013 +0200 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: vcl/win

2013-04-17 Thread Stephan Bergmann
vcl/win/source/app/salinst.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit adae41c0ed01ff7476acb584ddf636f1162e68ea Author: Stephan Bergmann sberg...@redhat.com Date: Wed Apr 17 13:38:19 2013 +0200 MSC needs those min/max macros after all ...otherwise,

[Libreoffice-commits] core.git: solenv/gbuild

2013-04-17 Thread Michael Stahl
solenv/gbuild/Dictionary.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fb3bec7b3dd9b00600d5b0ef9e8ee0052f7fa248 Author: Michael Stahl mst...@redhat.com Date: Wed Apr 17 13:37:26 2013 +0200 gbuild: fix gb_Dictionary_add_localized_xcu_file ...

Re: cherry-pick across renames [was: minutes of ESC call ...]

2013-04-17 Thread Michael Meeks
On Tue, 2013-04-16 at 10:19 +0200, Miklos Vajna wrote: I tried that on a sample repo, so thanks for bringing this up. It seems the git rename detection is O(N^2), so the default number of renamed files is limited to avoid long merges. Presumably it would be possible to cache rename

[PATCH] Java cleanup in mediawiki extension

2013-04-17 Thread Noel Grandin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3430 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/30/3430/1 Java cleanup in mediawiki extension - remove unnecessary casts - convert Hashtable-Map and Vector-ArrayList -

[PATCH] Java cleanup, remove unnecessary casts

2013-04-17 Thread Noel Grandin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3431 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/31/3431/1 Java cleanup, remove unnecessary casts Change-Id: Id12089bc7df16631737e6acaee0973fb91dd953f --- M

Re: extracting extended tooltips from the help texts

2013-04-17 Thread Andras Timar
Hi Markus, On Wed, Apr 17, 2013 at 12:31 AM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: attached you'll find the initial work on extracting the tooltips from the help texts. I tried your patch and it works. I don't have strong opinion about the actual place of these files in

[Libreoffice-commits] core.git: solenv/gbuild

2013-04-17 Thread Michael Stahl
solenv/gbuild/UnpackedTarball.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ffcdefe83ab043edef943657d5dedef75faaa5b0 Author: Michael Stahl mst...@redhat.com Date: Wed Apr 17 14:25:19 2013 +0200 gbuild: UnpackedTarball: do not query for input on reversed

[ABANDONED] Really use 'nCategoriesLength'

2013-04-17 Thread Julien Nabet (via Code Review)
Julien Nabet has abandoned this change. Change subject: Really use 'nCategoriesLength' .. Patch Set 1: Abandoned Let's drop it. -- To view, visit https://gerrit.libreoffice.org/3161 To unsubscribe, visit

Empty Advanced options page on Windows

2013-04-17 Thread Kohei Yoshida
Hi there, I just completed my Windows build of the master branch and noticed that, the Advanced options page is for some reason totally blank. If my attachment goes through, you can see it in the attached screenshot. Does this ring any bell to anyone? Kohei attachment:

[Libreoffice-commits] core.git: vcl/win

2013-04-17 Thread Stephan Bergmann
vcl/win/source/gdi/salgdi_gdiplus.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit 7828f4377033f8dcceb8ff9368b6d613a1dd7b2b Author: Stephan Bergmann sberg...@redhat.com Date: Wed Apr 17 14:54:06 2013 +0200 MSC needs those min/max macros after all

Windows build with --with-lang=en-US ja de fr broken

2013-04-17 Thread Kohei Yoshida
Another thing I noticed while building master on Windows, the build fails very early on when I use --with-lang=en-US ja de fr (which I always do in my build). Removing that option and re-building it solves it. I don't have a build log handy unfortunately, but it had something to do with not

[PATCH] Java cleanup, remove the rest of the unnecessary casts

2013-04-17 Thread Noel Grandin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3432 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/32/3432/1 Java cleanup, remove the rest of the unnecessary casts Change-Id: Ia61d250f6b3711abc29569c5ece38a6f87e38daa ---

[PATCH] Java cleanup, use generics in calls to UnoRuntime#queryInter...

2013-04-17 Thread Noel Grandin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3433 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/33/3433/1 Java cleanup, use generics in calls to UnoRuntime#queryInterface A handful of places wrap the call to

[Libreoffice-commits] core.git: 2 commits - libmariadb/mariadb-trunk-40.patch libmariadb/UnpackedTarball_mariadb.mk solenv/gbuild

2013-04-17 Thread Michael Stahl
libmariadb/UnpackedTarball_mariadb.mk |4 ++ libmariadb/mariadb-trunk-40.patch | 52 +- solenv/gbuild/Dictionary.mk |2 - 3 files changed, 31 insertions(+), 27 deletions(-) New commits: commit e0e43597c4bf6f92f3d8406341f472be911169db

Re: Empty Advanced options page on Windows

2013-04-17 Thread Thomas Arnhold
Hi Kohei, seems to be my fault (7c48a2a83f4a92200c7f2b0f259bf1684d253436). I'll investigate it. Thomas On 17.04.2013 14:49, Kohei Yoshida wrote: Hi there, I just completed my Windows build of the master branch and noticed that, the Advanced options page is for some reason totally blank. If

[PUSHED] Converted Tools - Solver widget.

2013-04-17 Thread 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/3411 -- To view, visit https://gerrit.libreoffice.org/3411 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

forward RTL_CONTEXT_foo logging to SAL_INFO in default debugging

2013-04-17 Thread Bjoern Michaelsen
Hi, please note: https://gerrit.libreoffice.org/#/c/3421/ and raise any violent opposition to this move here, if there is no such opposition on the ESC call, Im going to push it tommorrow. The rationale (beyond what is in the commit message) is as follows: - manually replacing RTL_CONTEXT_foo

[Libreoffice-commits] core.git: libmariadb/mariadb-msvc.patch.1 libmariadb/UnpackedTarball_mariadb.mk

2013-04-17 Thread Michael Stahl
libmariadb/UnpackedTarball_mariadb.mk |1 + libmariadb/mariadb-msvc.patch.1 | 13 + 2 files changed, 14 insertions(+) New commits: commit 81bee24d6b6e12219811813aa1c16892c93e0ba7 Author: Michael Stahl mst...@redhat.com Date: Wed Apr 17 15:48:46 2013 +0200

Re: forward RTL_CONTEXT_foo logging to SAL_INFO in default debugging

2013-04-17 Thread Stephan Bergmann
On 04/17/2013 03:39 PM, Bjoern Michaelsen wrote: please note: https://gerrit.libreoffice.org/#/c/3421/ and raise any violent opposition to this move here, if there is no such opposition on the ESC call, Im going to push it tommorrow. The rationale (beyond what is in the commit message) is

[Libreoffice-commits] core.git: scaddins/source

2013-04-17 Thread Winfried Donkers
scaddins/source/analysis/analysishelper.cxx | 206 +--- scaddins/source/analysis/analysishelper.hxx |5 2 files changed, 130 insertions(+), 81 deletions(-) New commits: commit 275e68d141179272258d03194d799495fa3dec4a Author: Winfried Donkers o...@dci-electronics.nl

[Libreoffice-commits] core.git: solenv/bin

2013-04-17 Thread Tor Lillqvist
solenv/bin/modules/installer/simplepackage.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1c25b01fce27c85affee920441b9b09a7bfe0501 Author: Tor Lillqvist t...@iki.fi Date: Wed Apr 17 17:09:46 2013 +0300 Eek, it is hard to get the right path to the .app that

[PUSHED] fdo#40100 make function YEARFRAC comply with ODFF Version1.2

2013-04-17 Thread Eike Rathke (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/3375 Approvals: Eike Rathke: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3375 To unsubscribe, visit

[Libreoffice-commits] core.git: solenv/bin

2013-04-17 Thread Tor Lillqvist
solenv/bin/modules/installer/simplepackage.pm |1 - 1 file changed, 1 deletion(-) New commits: commit a029b55d9f8a7b6040fdc27f0b5fde86e71d94a0 Author: Tor Lillqvist t...@iki.fi Date: Wed Apr 17 17:16:34 2013 +0300 Remove a pointless assignment of a variable to itself

[ANN] LibreOffice 4.0.3 RC1 test builds available

2013-04-17 Thread Fridrich Strba
Hi *, for the upcoming new version 4.0.3, the RC1 builds now start to be available on pre-releases. This build is slated to be first release candidate build on the way towards 4.0.3, please refer to our release plan timings here: http://wiki.documentfoundation.org/ReleasePlan#4.0.3_release

Re: extracting extended tooltips from the help texts

2013-04-17 Thread Markus Mohrhard
Hey Andras, 2013/4/17 Andras Timar ti...@fsf.hu Hi Markus, On Wed, Apr 17, 2013 at 12:31 AM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: attached you'll find the initial work on extracting the tooltips from the help texts. I tried your patch and it works. I don't have

Re: forward RTL_CONTEXT_foo logging to SAL_INFO in default debugging

2013-04-17 Thread Tor Lillqvist
I am more and more starting to be of the opinion that all debugging printouts, SAL_INFO() (or RTL_foo) are mostly useless once the bug or misfeature you have been chasing (for which you have added the debugging logging) has been found and fixed;) If and when later some other bug in the same area

Re: forward RTL_CONTEXT_foo logging to SAL_INFO in default debugging

2013-04-17 Thread Bjoern Michaelsen
On Wed, Apr 17, 2013 at 04:13:15PM +0200, Stephan Bergmann wrote: What good is the intermediate move? That is, was there at least one situation in which it would have helped your debugging if an existing RTL_LOGFILE_* call had been behaving like SAL_LOG? Yes, there had been: I was trying to

[Libreoffice-commits] core.git: libmariadb/StaticLibrary_mariadb.mk

2013-04-17 Thread Michael Stahl
libmariadb/StaticLibrary_mariadb.mk |5 + 1 file changed, 5 insertions(+) New commits: commit 010dd7a05360a1aebebc3381ba96aa5ff4534543 Author: Michael Stahl mst...@redhat.com Date: Wed Apr 17 16:44:57 2013 +0200 libmariadb: fix unresolved dlopen etc. with MSVC 2008

[Libreoffice-commits] core.git: vcl/unx

2013-04-17 Thread Stephan Bergmann
vcl/unx/gtk3/window/gtk3gtkframe.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 39c6a5cec7471029292de2cf1ebb2a18947be4e2 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Apr 17 16:57:56 2013 +0200 Adapt to gtkframe - gtksalframe rename

[Libreoffice-commits] core.git: 2 commits - helpcontent2 sc/uiconfig

2013-04-17 Thread Caolán McNamara
helpcontent2 |2 +- sc/uiconfig/scalc/ui/solverdlg.ui |1 + 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit 9302aec448085b89f73adfc88a5c09180f7d4af8 Author: Caolán McNamara caol...@redhat.com Date: Wed Apr 17 16:15:27 2013 +0100 fix solver

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-04-17 Thread Caolán McNamara
helpers/help_hid.lst| 35 --- source/text/scalc/01/solver.xhp | 73 2 files changed, 37 insertions(+), 71 deletions(-) New commits: commit 0065ae78b41544cda55fb0cf4e776da56e4d Author: Caolán McNamara caol...@redhat.com

Re: cherry-pick across renames [was: minutes of ESC call ...]

2013-04-17 Thread Miklos Vajna
Hi Michael, On Wed, Apr 17, 2013 at 11:55:04AM +0200, Michael Meeks michael.me...@suse.com wrote: On Tue, 2013-04-16 at 10:19 +0200, Miklos Vajna wrote: I tried that on a sample repo, so thanks for bringing this up. It seems the git rename detection is O(N^2), so the default number of

[Libreoffice-commits] core.git: 2 commits - cui/source cui/uiconfig cui/UIConfig_cui.mk helpcontent2

2013-04-17 Thread Caolán McNamara
cui/UIConfig_cui.mk |1 cui/source/inc/autocdlg.hxx | 14 - cui/source/inc/helpid.hrc|1 cui/source/tabpages/autocdlg.cxx | 68 - cui/source/tabpages/autocdlg.src | 71 - cui/uiconfig/ui/autocorrectdialog.ui | 255

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-04-17 Thread Caolán McNamara
helpers/help_hid.lst |1 - source/text/shared/01/06040300.xhp |4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) New commits: commit 0483b91db6d66dbe320ce8a129988a6ed8940832 Author: Caolán McNamara caol...@redhat.com Date: Wed Apr 17 17:04:56 2013 +0100

[Libreoffice-commits] core.git: oox/inc oox/source

2013-04-17 Thread Noel Power
oox/inc/oox/ole/axbinaryreader.hxx | 16 +++-- oox/inc/oox/ole/axcontrol.hxx | 50 ++-- oox/source/ole/axbinaryreader.cxx | 11 +++ oox/source/ole/axcontrol.cxx | 115 + oox/source/ole/vbacontrol.cxx | 63

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 vitriol vitriol_vitr...@katamail.com changed: What|Removed |Added Depends on||63498 --- Comment

[PATCH] WaE: g_type_init has been deprecated since GLib 2.36

2013-04-17 Thread Ivan Timofeev (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3434 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/34/3434/1 WaE: g_type_init has been deprecated since GLib 2.36 Change-Id: Ied9b2c2424d780d589cb1b07df0ec38107d49829 --- M

[PATCH] Fix typos: HEIGTH - HEIGHT and WEIGTH - WEIGHT

2013-04-17 Thread Lior Kaplan (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3435 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/35/3435/1 Fix typos: HEIGTH - HEIGHT and WEIGTH - WEIGHT Change-Id: Ie5dc62bf535360cde8a5ccd6f8be3965ff48739c --- M

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - 2 commits - basic/source oox/inc oox/source

2013-04-17 Thread Noel Power
basic/source/runtime/step0.cxx | 43 ++--- oox/inc/oox/ole/axbinaryreader.hxx | 20 -- oox/inc/oox/ole/axcontrol.hxx | 50 ++-- oox/source/ole/axbinaryreader.cxx | 11 +++ oox/source/ole/axcontrol.cxx | 115 +

[Libreoffice-commits] core.git: sw/source

2013-04-17 Thread Luboš Luňák
sw/source/core/inc/drawfont.hxx | 22 ++ sw/source/core/txtnode/swfont.cxx | 10 +- 2 files changed, 15 insertions(+), 17 deletions(-) New commits: commit f22006dc6ac34a35a060e15466cf6b2d2058617d Author: Luboš Luňák l.lu...@suse.cz Date: Wed Apr 17 18:52:28

[PATCH] fdo#63197, Remove Zip_launcher part

2013-04-17 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3436 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/36/3436/1 fdo#63197, Remove Zip_launcher part Change-Id: I3d14cf90ec4d745a8fb70db8319a3a3042e93306 --- M

[Libreoffice-commits] core.git: wizards/Module_wizards.mk wizards/source wizards/Zip_launcher.mk

2013-04-17 Thread Julien Nabet
wizards/Module_wizards.mk |1 wizards/Zip_launcher.mk| 34 wizards/source/launcher/DicOOo.xba | 76 - wizards/source/launcher/dialog.xlb |3 - wizards/source/launcher/script.xlb |5 -- 5 files changed, 119

[PATCH] Remove unused launcher wizard

2013-04-17 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3437 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/37/3437/1 Remove unused launcher wizard Change-Id: I6c071f00eef88d3f56e76efddf6f0c71aa56b089 --- M

  1   2   3   4   >