[Libreoffice-commits] core.git: 5 commits - connectivity/source sal/inc unotools/inc

2013-04-10 Thread Lionel Elie Mamane
connectivity/source/drivers/postgresql/pq_resultsetmetadata.cxx | 11 - connectivity/source/drivers/postgresql/pq_statement.cxx |2 connectivity/source/drivers/postgresql/pq_tools.cxx | 14 +- connectivity/source/parse/sqlbison.y|

[Libreoffice-commits] core.git: reportbuilder/java

2013-04-10 Thread Lionel Elie Mamane
reportbuilder/java/org/libreoffice/report/SDBCReportDataFactory.java | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) New commits: commit eb39389da846a5d31acbfeab029ca0dacbc5f02c Author: Lionel Elie Mamane lio...@mamane.lu Date: Wed Apr 10 18:03:58 2013 +0200

[Libreoffice-commits] core.git: 3 commits - sd/source tools/inc vcl/inc vcl/unx

2013-04-10 Thread Tor Lillqvist
sd/source/ui/dlg/PhotoAlbumDialog.cxx |6 +- tools/inc/tools/postx.h |3 - tools/inc/tools/prex.h| 25 vcl/inc/svsys.h |3 - vcl/inc/unx/salbmp.h

[Libreoffice-commits] core.git: Branch 'feature/slidehack' - 2 commits - sd/inc sd/Library_sdui.mk sd/source sd/uiconfig sd/UI_simpress.mk

2013-04-10 Thread Michael Meeks
sd/Library_sdui.mk |1 sd/UI_simpress.mk |1 sd/inc/sdabstdlg.hxx |3 sd/inc/sdpage.hxx |9 sd/inc/slidehack.hxx

Re: moving global headers into one top-level location

2013-04-10 Thread Stephan Bergmann
On 04/10/2013 03:40 PM, Bjoern Michaelsen wrote: On Wed, Apr 10, 2013 at 03:05:50PM +0200, Eike Rathke wrote: It's not only Writer, Calc and Draw do the same with some headers, and it serves a purpose, for example core or filters are not supposed to access anything UI or view specific. That

[Libreoffice-commits] core.git: 5 commits - filter/inc filter/source oox/inc oox/Package_inc.mk sw/source writerfilter/source

2013-04-10 Thread Miklos Vajna
filter/inc/filter/msfilter/util.hxx|4 + filter/source/msfilter/rtfutil.cxx |1 filter/source/msfilter/util.cxx| 19 +++ oox/Package_inc.mk |1 oox/inc/oox/helper/modelobjecthelper.hxx |5 +-

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

2013-04-10 Thread Jan Holesovsky
xmloff/source/text/XMLTextHeaderFooterContext.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 43b2d676b5e2d3eb3788ff480b2ab2201a51b2f9 Author: Jan Holesovsky ke...@suse.cz Date: Wed Apr 10 18:48:03 2013 +0200 fdo#60594: Fix crash in the document (does not

[PATCH] Changed Insert-File... to Insert-Document... as a fix for ...

2013-04-10 Thread Kesha Shah (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3309 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/09/3309/1 Changed Insert-File... to Insert-Document... as a fix for bug 62097 Change-Id:

Re: moving global headers into one top-level location

2013-04-10 Thread Eike Rathke
Hi Bjoern, On Wednesday, 2013-04-10 15:40:29 +0200, Bjoern Michaelsen wrote: - our we should introduce submodules properly I find submodules a nightmare to handle and the current situation with the three we have (though justified because of their optional character) is already bad enough, we

[PATCH] fdo#63391 deadlock on opening .odb file that auto-connects t...

2013-04-10 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3310 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/10/3310/1 fdo#63391 deadlock on opening .odb file that auto-connects to the database Let foo.odb be a database file that

[PATCH libreoffice-4-0] work around fdo#62147

2013-04-10 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3311 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/11/3311/1 work around fdo#62147 don't emit string-value attribute Change-Id: I3668b88437451523f2b6bb3c2c82e1929f7ba3d8

[Libreoffice-commits] core.git: extras/Module_extras.mk extras/Package_database.mk extras/Zip_database.mk scp2/source

2013-04-10 Thread Julien Nabet
extras/Module_extras.mk|2 +- extras/Package_database.mk | 19 +++ extras/Zip_database.mk | 17 - scp2/source/ooo/file_extra_ooo.scp |6 +++--- 4 files changed, 23 insertions(+), 21 deletions(-) New commits: commit

[PUSHED] fdo#63197, Convert Zip_database

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

Re: claims of python unit test un-debugability considered somewhat exaggerated

2013-04-10 Thread David Ostrovsky
On Wed, 2013-04-10 at 10:35 -0400, David Malcolm wrote: Works like a charm here on OpenSUSE 12.3 too, with system python3.3: [...snip...] Good to hear. FWIW there are some more notes on how I made the debugging just work on Fedora here:

[Libreoffice-commits] core.git: 2 commits - vcl/inc vcl/Library_vclplug_gen.mk vcl/unx

2013-04-10 Thread Tor Lillqvist
vcl/Library_vclplug_gen.mk |1 vcl/inc/unx/Xproto.h| 43 -- vcl/inc/unx/soicon.hxx | 33 -- vcl/unx/generic/app/saldata.cxx |5 + vcl/unx/generic/app/soicon.cxx | 110

[PATCH] fdo#47018 Impress crashes when modifying bullet

2013-04-10 Thread Cao Cuong Ngo (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3312 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/12/3312/1 fdo#47018 Impress crashes when modifying bullet Currently the pasting function in Impress does not copy bullet

[Libreoffice-commits] core.git: Branch 'feature/orcus-update' - sc/source

2013-04-10 Thread Kohei Yoshida
sc/source/filter/inc/orcusinterface.hxx |3 ++- sc/source/filter/orcus/interface.cxx| 27 --- 2 files changed, 26 insertions(+), 4 deletions(-) New commits: commit 474649a7393c5ac8288902eecabbcf3b7c75176f Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed

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

2013-04-10 Thread Eike Rathke
unotools/source/i18n/localedatawrapper.cxx | 43 +++-- 1 file changed, 11 insertions(+), 32 deletions(-) New commits: commit a6f169433ada74a81b2e3421ea9c68a36c821fbb Author: Eike Rathke er...@redhat.com Date: Wed Apr 10 18:45:03 2013 +0200 use language tags

Re: claims of python unit test un-debugability considered somewhat exaggerated

2013-04-10 Thread Tom Tromey
David == David Ostrovsky d.ostrov...@gmx.de writes: David The only question is now, how to skip the manual sourcing of David libpython.py? If i understand it right, it happens automagically on David Fedora? Yes, Fedora installs /usr/lib/debug/usr/lib64/libpython2.7.so.1.0.debug-gdb.py

[Libreoffice-commits] core.git: Branch 'feature/orcus-update' - sc/inc sc/source

2013-04-10 Thread Kohei Yoshida
sc/inc/globalnames.hxx |2 ++ sc/source/core/data/dbdocutl.cxx |7 +++ sc/source/core/data/dpgroup.cxx |5 ++--- sc/source/core/data/dputil.cxx |5 ++--- sc/source/core/tool/interpr2.cxx | 13 ++---

[Libreoffice-commits] core.git: sc/source sfx2/source svl/inc svl/source sw/inc sw/source

2013-04-10 Thread Armin Le Grand
sc/source/core/data/patattr.cxx |5 ++--- sc/source/core/data/stlsheet.cxx|2 +- sc/source/filter/xml/xmlfonte.cxx |8 +++- sfx2/source/doc/objcont.cxx |2 -- svl/inc/svl/style.hxx |5 +++-- svl/source/items/style.cxx | 20

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - ae/e8221b3fbe64d8e88aa3a1b630214807cd86f0 ec/1819f218b94bed1556653e1b2b816a65da61ef

2013-04-10 Thread Caolán McNamara
ae/e8221b3fbe64d8e88aa3a1b630214807cd86f0 |1 + ec/1819f218b94bed1556653e1b2b816a65da61ef |1 + 2 files changed, 2 insertions(+) New commits: commit 6ef26cbd9d5dd96b5ede6b96b48b24a5b1ec2a61 Author: Caolán McNamara caol...@redhat.com Date: Wed Apr 10 20:20:13 2013 +0100 Notes

[Libreoffice-commits] core.git: clucene/patches clucene/UnpackedTarball_clucene.mk

2013-04-10 Thread Caolán McNamara
clucene/UnpackedTarball_clucene.mk |1 clucene/patches/clucene-aix.patch | 40 + 2 files changed, 41 insertions(+) New commits: commit c0c96884208aadf66e4219000e1f8384b1cb20fd Author: Caolán McNamara caol...@redhat.com Date: Wed Apr 10 11:24:59 2013

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

2013-04-10 Thread Eike Rathke
svtools/inc/svtools/DocumentInfoPreview.hxx |4 ++-- svtools/source/contnr/DocumentInfoPreview.cxx |4 ++-- svtools/source/contnr/templwin.cxx|3 --- unotools/inc/unotools/pathoptions.hxx |4 ++-- unotools/source/config/pathoptions.cxx| 18

Re: GSOC 2013

2013-04-10 Thread Efe Gürkan YALAMAN
No one has time for that i think :) 2013/4/10 Efe Gürkan YALAMAN efeyala...@gmail.com Hi, I want to participate GSOC 2013. I am trying to contributing LO for a while. I was going to try using svg for icons for GSOC but the idea is deleted from the Ideas page. And that would be a little bit

[Libreoffice-commits] libcdr.git: src/lib

2013-04-10 Thread Fridrich Štrba
src/lib/CDRCollector.h |4 +- src/lib/CDRContentCollector.cpp | 37 -- src/lib/CDRContentCollector.h |4 +- src/lib/CDRParser.cpp | 65 ++-- src/lib/CDRStylesCollector.cpp | 53

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

2013-04-10 Thread Matúš Kukan
bridges/source/bridge_exports.map | 26 -- 1 file changed, 26 deletions(-) New commits: commit 79fb6e785e4911c7d3660592321824539f5f5628 Author: Matúš Kukan matus.ku...@gmail.com Date: Wed Apr 10 16:17:25 2013 +0200 bridges: remove unused .map file

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

2013-04-10 Thread Andras Timar
sd/source/ui/dlg/PhotoAlbumDialog.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit dc56f97fb462f4da8727861a135c059ccd24fe8d Author: Andras Timar ati...@suse.com Date: Wed Apr 10 20:39:20 2013 +0200 WaE: declaration of ‘xCfg’ shadows a previous local

[PATCH] remove unneeded component_canUnload functions

2013-04-10 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3313 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/13/3313/1 remove unneeded component_canUnload functions Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc --- M

[PATCH] do not use deprecated rtl_registerModuleForUnloading

2013-04-10 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3315 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/15/3315/1 do not use deprecated rtl_registerModuleForUnloading Change-Id: I59014906c8409fc7ac0f155c9562613c309b8b06 --- M

[PATCH] stoc: do not use rtl/unload.h functionality

2013-04-10 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3316 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/16/3316/1 stoc: do not use rtl/unload.h functionality Change-Id: I7bddfbabc6e7e3a672681962f82e64ff4082e8b5 --- M

[PATCH] API CHANGE: remove some of useless rtl/unload.h functionalit...

2013-04-10 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3317 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/17/3317/1 API CHANGE: remove some of useless rtl/unload.h functionality Change-Id:

Re: moving global headers into one top-level location

2013-04-10 Thread Bjoern Michaelsen
Hi, On Wed, Apr 10, 2013 at 04:37:51PM +0200, Michael Stahl wrote: On 10/04/13 15:40, Bjoern Michaelsen wrote: the problem is that the splitting of sw into 3 libraries is essentially a hack to get better startup performance; there is not really a clean separation there; for starters there are

Re: moving global headers into one top-level location

2013-04-10 Thread Bjoern Michaelsen
On Wed, Apr 10, 2013 at 07:00:57PM +0200, Eike Rathke wrote: Hi Bjoern, On Wednesday, 2013-04-10 15:40:29 +0200, Bjoern Michaelsen wrote: - our we should introduce submodules properly I find submodules a nightmare to handle and the current situation with the three we have (though

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

2013-04-10 Thread Michael Meeks
solenv/bin/linkoo |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 2c8cc6e5c600d04ae545af9f9223b88c3a757eee Author: Michael Meeks michael.me...@suse.com Date: Wed Apr 10 18:19:54 2013 +0100 linkoo: fix uiconfig linking variously. allow install dir

[Libreoffice-commits] core.git: Branch 'feature/slidehack' - 2 commits - sd/inc sd/source sd/uiconfig

2013-04-10 Thread Michael Meeks
sd/inc/slidehack.hxx | 30 --- sd/source/ui/dlg/GroupSlidesDialog.cxx | 128 ++--- sd/source/ui/dlg/GroupSlidesDialog.hxx | 29 ++- sd/uiconfig/simpress/ui/groupslides.ui | 30 --- 4 files changed, 158 insertions(+), 59 deletions(-)

Re: moving global headers into one top-level location

2013-04-10 Thread Bjoern Michaelsen
Hi Stephan, On Wed, Apr 10, 2013 at 06:44:19PM +0200, Stephan Bergmann wrote: What is the half-complete new concept there, and what is wrong with having a module build three libraries? Well the sw/ madness is special in its own way (see msts post and my reply). Building multiple targets in one

[Libreoffice-commits] core.git: config_host.mk.in configure.ac desktop/Pagein_common.mk Library_urelibs.mk Repository.mk RepositoryModule_host.mk scp2/InstallModule_ure.mk scp2/source solenv/gbuild

2013-04-10 Thread Matúš Kukan
Library_urelibs.mk | 32 + Repository.mk |1 RepositoryModule_host.mk |1 config_host.mk.in |1 configure.ac |

Re: plans with libmerged

2013-04-10 Thread Peter Foley
On Wed, Apr 10, 2013 at 9:18 AM, Michael Meeks michael.me...@suse.com wrote: You might also find that in fact it is faster to have everything in one blob - ie. the whole suite there, and that LTO and PGO will give a better result for that; certainly for some use-cases such as

[PATCH] fdo#63197, Convert Zip_databasebiblio

2013-04-10 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3318 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/18/3318/1 fdo#63197, Convert Zip_databasebiblio Change-Id: I58d387c4bbfd4af9cc1e800bc8c715e34a61a970 --- M

[PATCH] fdo#39468 Comment translation GER-ENG in sw/source/ui/wrtsh/...

2013-04-10 Thread Matthias Freund (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3319 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/19/3319/1 fdo#39468 Comment translation GER-ENG in sw/source/ui/wrtsh/wrtsh4.cxx The last file in this directory with

Re: Better icon names/ easier icon themes (fdo#30425)

2013-04-10 Thread Rodolfo
Hi, Michael, Stefan. 2013/4/9 Michael Meeks michael.me...@suse.com: Well, we could include a text file with a mapping from uno command - image name in the code if you want; it might even not slow us down too horribly at startup if we're lucky ;-) [ perhaps we might save something from

[Libreoffice-commits] core.git: RepositoryModule_host.mk

2013-04-10 Thread Matúš Kukan
RepositoryModule_host.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4bbd662eaeaaab4457356b8625f51530a73c8b0f Author: Matúš Kukan matus.ku...@gmail.com Date: Wed Apr 10 23:38:14 2013 +0200 forgot to add condition on URELIBS Change-Id:

[PATCH] vcl: conditionally link to jvmaccess

2013-04-10 Thread Andres Gomez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3320 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/20/3320/1 vcl: conditionally link to jvmaccess When SOLAR_JAVA (Java) is not there, vcl plugins will not link against

[Libreoffice-commits] core.git: 2 commits - i18npool/Library_i18npool.mk Library_urelibs.mk

2013-04-10 Thread Peter Foley
Library_urelibs.mk |5 + i18npool/Library_i18npool.mk |3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) New commits: commit 3377167bc7bb1dc2ab8010d4bc09824b8492367a Author: Peter Foley pefol...@verizon.net Date: Wed Apr 10 18:08:37 2013 -0400 supress warnings

[Cygwin] [Master] failure when compiling liblangtag

2013-04-10 Thread Mat M
Hello it was already like that yesterday, and to day too, with commit 7f101a29e12ce6ca After a failure of a standard make, I did: make liblangtag.clean make verbose=t liblangtag which told me cd D:/src/libo/liblangtag /opt/lo/bin/make -j 4 -rsr clean And here is the end of the log

XDocumentTemplates behaviour

2013-04-10 Thread Rafael Dominguez
Im working on the new template manager dialog and i got a problem when saving a a new blank document as a template, i use the storeTemplate method of XDocumentTemplates class, but it doesnt update the document URL, so after a while checking the problem i found that the issue is that

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

2013-04-10 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx | 14 ++ sc/source/core/tool/scmatrix.cxx | 15 --- 2 files changed, 26 insertions(+), 3 deletions(-) New commits: commit 7c3ab3bc15cec211767490823539efcada4fe964 Author: Eike Rathke er...@redhat.com Date: Thu Apr 11 01:29:22 2013

[PATCH libreoffice-4-0] resolved fdo#63403 do not create matrix with 0 rows or cols

2013-04-10 Thread Eike Rathke (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3321 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/21/3321/1 resolved fdo#63403 do not create matrix with 0 rows or cols Change-Id:

[PATCH libreoffice-3-6] resolved fdo#63403 do not create matrix with 0 rows or cols

2013-04-10 Thread Eike Rathke (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3322 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/22/3322/1 resolved fdo#63403 do not create matrix with 0 rows or cols (cherry picked from commit

[Libreoffice-commits] libcdr.git: src/lib

2013-04-10 Thread Fridrich Štrba
src/lib/CDRParser.cpp| 25 ++--- src/lib/CDRTypes.h |5 +++-- src/lib/CommonParser.cpp |9 + src/lib/CommonParser.h |1 + 4 files changed, 27 insertions(+), 13 deletions(-) New commits: commit 188956efa91e06b2196c2444ab4936b39405a33b Author:

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 25 commits - sc/source sd/source sfx2/source svx/source sw/source

2013-04-10 Thread Pavel Janík
sc/source/ui/drawfunc/drawsh5.cxx |1 sc/source/ui/drawfunc/drtxtob.cxx |2 sc/source/ui/drawfunc/drtxtob2.cxx |1 sc/source/ui/view/formatsh.cxx |6 +-

requeat for mentoring myself on GSoC [ My new proposal ]

2013-04-10 Thread Gopi M
Hello sir, i am studying CSE at Jaya engg college. I am recently participated on IBM software developing contest. Now i would like to participate on GSoC 2013. I am using Linux for past 5 years. I am very much interested in software developing. I have an idea of improve on libreoffice at one

[Libreoffice-commits] core.git: Branch 'feature/orcus-update' - sc/source

2013-04-10 Thread Kohei Yoshida
sc/source/filter/inc/orcusinterface.hxx | 12 sc/source/filter/orcus/interface.cxx| 20 +++- 2 files changed, 31 insertions(+), 1 deletion(-) New commits: commit 2817eeb5b41dc0991b115aa9430f15f0c84aa97c Author: Kohei Yoshida kohei.yosh...@gmail.com Date:

[Libreoffice-commits] core.git: Branch 'feature/orcus-update' - sc/source

2013-04-10 Thread Kohei Yoshida
sc/source/filter/orcus/interface.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c680b7d7146ca1fb1e78f47a5b9cc722651f55d1 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Apr 10 21:12:30 2013 -0400 Parameter order is wrong. Change-Id:

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

2013-04-10 Thread Matthias Freund
sw/source/ui/wrtsh/wrtsh4.cxx | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) New commits: commit b72e144160481be64856e825d5c473aef4590f35 Author: Matthias Freund matti...@yahoo.de Date: Wed Apr 10 23:04:44 2013 +0200 fdo#39468 Comment translation GER-ENG in

[PUSHED] fdo#39468 Comment translation GER-ENG in sw/source/ui/wrtsh/...

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

[Libreoffice-commits] core.git: officecfg/registry

2013-04-10 Thread Thomas Arnhold
officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a7e61eab07832a55427a8b532d9e2bf27929e446 Author: Thomas Arnhold tho...@arnhold.org Date: Wed Apr 10 04:48:01 2013 +0200 fdo#63350 math: move

[PATCH] fdo#63350 math: move stardard toolbar to the left

2013-04-10 Thread Thomas Arnhold (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3323 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/23/3323/1 fdo#63350 math: move stardard toolbar to the left Change-Id: I8f57d46737315caa41f7488e82262067a35f5253 --- M

[ABANDONED] fdo#63350 math: move stardard toolbar to the left

2013-04-10 Thread Thomas Arnhold (via Code Review)
Thomas Arnhold has abandoned this change. Change subject: fdo#63350 math: move stardard toolbar to the left .. Patch Set 1: Abandoned hrm this should be libreoffice-4-0 -- To view, visit https://gerrit.libreoffice.org/3323

[PATCH libreoffice-4-0] fdo#63350 math: move stardard toolbar to the left

2013-04-10 Thread Thomas Arnhold (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3324 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/24/3324/1 fdo#63350 math: move stardard toolbar to the left Change-Id: Ibadd1dff90383fb0a285a9cb94cc0050906e3f24 --- M

[Libreoffice-commits] core.git: extras/Module_extras.mk extras/Package_databasebiblio.mk extras/Zip_databasebiblio.mk scp2/source

2013-04-10 Thread Julien Nabet
extras/Module_extras.mk|2 +- extras/Package_databasebiblio.mk | 19 +++ extras/Zip_databasebiblio.mk | 17 - scp2/source/ooo/file_extra_ooo.scp |6 +++--- 4 files changed, 23 insertions(+), 21 deletions(-) New commits: commit

Re: [Libreoffice-qa] moztrap documentation feedback

2013-04-10 Thread Yifan Jiang
Hi Petr, Thomas, On Tue, Apr 09, 2013 at 01:17:37PM +0200, Petr Mladek wrote: And I seem to remember (from the ToDo list, I think ... ;) ) that an import of old test cases is planned. What is the status here? Are translations of them are imported as well? AFAIK, Yi Fan already ported

Re: [Libreoffice-qa] Removing LibO 3.3 from Versions dropdown in Bugzilla

2013-04-10 Thread Rainer Bielefeld
Rainer Bielefeld schrieb: I am thinking about a Version picker cleanup by removing most 3.3. Versions. Hi, unfortunately that only will bring progress for the Bugzilla Version Dropdowns, but not for the BSA Vrsion selectors before a fix for Bug 55460 - BUGZILLAASSISTANT: Exclude inactive

[Libreoffice-qa] Master daily builds for Windows are broken

2013-04-10 Thread Pedro
The last successful build is from April 8th at 5 AM. Dev support needed here :) Thanks! -- View this message in context: http://nabble.documentfoundation.org/Master-daily-builds-for-Windows-are-broken-tp4048968.html Sent from the QA mailing list archive at Nabble.com.

Re: [Libreoffice-qa] Lifecycle of builds?

2013-04-10 Thread Michael Meeks
Hi Robinson, On Tue, 2013-04-09 at 19:52 -0400, Robinson Tryon wrote: As Pedro mentioned, and as far as I understand it, our next step is to pick an EOL date for each of our builds and then go update the wiki pages. I'd be happy to help update the ReleaseNotes wiki pages, or to ping pmladek

Re: [Libreoffice-qa] Lifecycle of builds?

2013-04-10 Thread Pedro
Michael Meeks-2 wrote Seems reasonable - 3.6.x will last a bit longer because of the jump to 4.0 I think; currently planned at 9 months. So End of Life occurs 6 months after the official release date of the final release for each branch (usually final version is x.x.7) and occurs after 9

Re: [Libreoffice-qa] [ANN] LibreOffice 3.6.6 RC2 available

2013-04-10 Thread Bjoern Michaelsen
On Tue, Apr 09, 2013 at 09:36:20PM -0400, Dan Lewis wrote: Next question. Has there been a change in where LibreOffice is located? I installed LibreOffice 3.6.6.2 using the commands you gave me above. This installed it in /usr/lib/libreoffice rather than /opt/libreoffice3.6. As a result

Re: [Libreoffice-qa] Lifecycle of builds?

2013-04-10 Thread Rainer Bielefeld
Pedro wrote: Does this also mean that 3.4 versions can already be removed from the bugzilla Version picker? And 3.5 versions after the 18th of this month? Hi Pedro, no, we can't. Version info in BZ should show where the bug appeared (or at least has been observed the first time), also see

Re: [Libreoffice-qa] Lifecycle of builds?

2013-04-10 Thread Pedro
Hi Rainer Rainer Bielefeld-2 wrote Version info in BZ should show where the bug appeared (or at least has been observed the first time) The point here is that if a version is past the EOL and nobody will fix bugs in that branch, there is no point in reporting bugs first observed in 3.4 or

Re: [Libreoffice-qa] Lifecycle of builds?

2013-04-10 Thread Rainer Bielefeld
Pedro schrieb: The point here is that if a version is past the EOL and nobody will fix bugs in that branch, there is no point in reporting bugs first observed in 3.4 or 3.5 (otherwise you should NOT remove 3.3 from the list either) Hi Pedro, you are completely wrong, I doubt that you read

Re: [Libreoffice-qa] [ANN] LibreOffice 3.6.6 RC2 available

2013-04-10 Thread Dan Lewis
On 04/10/2013 07:55 AM, Bjoern Michaelsen wrote: On Tue, Apr 09, 2013 at 09:36:20PM -0400, Dan Lewis wrote: Next question. Has there been a change in where LibreOffice is located? I installed LibreOffice 3.6.6.2 using the commands you gave me above. This installed it in

Re: [Libreoffice-qa] Lifecycle of builds?

2013-04-10 Thread Robinson Tryon
On Wed, Apr 10, 2013 at 8:02 AM, Rainer Bielefeld libreoff...@bielefeldundbuss.de wrote: Pedro wrote: Does this also mean that 3.4 versions can already be removed from the bugzilla Version picker? And 3.5 versions after the 18th of this month? Hi Pedro, no, we can't. Version info in BZ

Re: [Libreoffice-qa] Lifecycle of builds?

2013-04-10 Thread Pedro
Hi Rainer Rainer Bielefeld-2 wrote you are completely wrong, I doubt that you read the linked texts. I did read the texts. Have you considered the hypothesis that YOU might be wrong? You are confusing QA work with a reporter's work. Someone who submits a bug is going to report the version

Re: [Libreoffice-qa] Lifecycle of builds?

2013-04-10 Thread Petr Mladek
Michael Meeks píše v St 10. 04. 2013 v 10:25 +0100: Hi Robinson, On Tue, 2013-04-09 at 19:52 -0400, Robinson Tryon wrote: As Pedro mentioned, and as far as I understand it, our next step is to pick an EOL date for each of our builds and then go update the wiki pages. I'd be happy to help

Re: [Libreoffice-qa] Lifecycle of builds?

2013-04-10 Thread Pedro
Robinson Tryon wrote Oh, certainly. Perhaps Pedro meant that we shouldn't remove *all* of the 3.3 builds from the picker, for this very reason. Rainer described this as not-release-3.3 [builds]. I think we're mostly in agreement here :-) Yes, exactly. I just read the title of Rainer other

Re: [Libreoffice-qa] Lifecycle of builds?

2013-04-10 Thread Petr Mladek
Robinson Tryon píše v St 10. 04. 2013 v 10:12 -0400: On Wed, Apr 10, 2013 at 8:02 AM, Rainer Bielefeld Rainer wrote: So I believe we should mark the not-release-3.3 as inactive, what means they will stay for the bugs where they are used, but can not be used for new bug reports (except by the

Re: [Libreoffice-qa] Lifecycle of builds?

2013-04-10 Thread Robinson Tryon
On Wed, Apr 10, 2013 at 10:33 AM, Petr Mladek pmla...@suse.cz wrote: I see that you both use a bit different logic, so we need to decide how we count the 6 and 9 months. I understand it the following way: + the release is defined by the minor version release, e.g. 3.6 or 4.0

[Libreoffice-qa] Bug 63388: Mail Merge Email

2013-04-10 Thread Dan Lewis
I have filed this bug because I can not get LibreOffice to test the settings I enter into Tools Options LibreOffice Writer Main Merge. It freezes everytime. All the information I enter is copied from the Account Settings in Thunderbird. I have verified that the password I entered will

Re: [Libreoffice-qa] Bug 63388: Mail Merge Email

2013-04-10 Thread Alexander Thurgood
Le 10/04/13 17:50, Dan Lewis a écrit : Hi Dan, I have filed this bug because I can not get LibreOffice to test the settings I enter into Tools Options LibreOffice Writer Main Merge. It freezes everytime. All the information I enter is copied from the Account Settings in

Re: [Libreoffice-qa] Master daily builds for Windows are broken

2013-04-10 Thread Pedro
Actually, what I mentioned in the previous email refers to Tinderbox #6 Oddly enough, Tinderbox #16 (still named W2008R2...) hasn't failed since April 1st because it is not compiling since then :) -- View this message in context:

Re: [Libreoffice-qa] moztrap documentation feedback

2013-04-10 Thread Thomas Hackert
Hello Yifan, *, On Wed, Apr 10, 2013 at 02:03:33PM +0800, Yifan Jiang wrote: On Tue, Apr 09, 2013 at 01:17:37PM +0200, Petr Mladek wrote: [import of old test cases] AFAIK, Yi Fan already ported all useful test cases. I think that he ignored some trivial tests that did not make much sense. But

[Libreoffice-qa] Consistent Time for Meetings

2013-04-10 Thread Joel Madero
Hi All, So we need to set an official, every two week (or maybe 3?) time for our meetings. Mostly this has been at 1300 GMT/UTC (before 1400 GMT/UTC) on every other Friday. This time is *slightly* inconvenient for me (quite early) but if it's the easiest on everyone else I say we set it in

[Libreoffice-bugs] [Bug 63240] CRASH in Tools-Extension manager-Check for updates

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63240 --- Comment #7 from Julien Nabet serval2...@yahoo.fr --- David: your strace may be useful (I haven't taken a look yet) but could you retrieve a backtrace (= stacktrace)? see

[Libreoffice-bugs] [Bug 63323] Comments in RTL sheet don't point to the appropriate cell

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63323 Lior Kaplan kaplanl...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Libreoffice-bugs] [Bug 43808] Meta bug for Most Annoying RTL related issues

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43808 Bug 43808 depends on bug 63323, which changed state. Bug 63323 Summary: Comments in RTL sheet don't point to the appropriate cell https://bugs.freedesktop.org/show_bug.cgi?id=63323 What|Removed |Added

[Libreoffice-bugs] [Bug 63252] UI: In RTL sheet wrong position for comment

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63252 Lior Kaplan kaplanl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 63323] Comments in RTL sheet don't point to the appropriate cell

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63323 Lior Kaplan kaplanl...@gmail.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 63323] Comments in RTL sheet don't point to the appropriate cell

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63323 Lior Kaplan kaplanl...@gmail.com changed: What|Removed |Added Status|REOPENED|NEW -- You are

[Libreoffice-bugs] [Bug 62846] Incorrect glyph to Unicode mappings in PDFs

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62846 --- Comment #13 from Jonathan jonat...@imatix.com --- Looking at the configuration files, it seems to me that the internal/external PDF configuration is for PDF importing, not exporting. Can anyone confirm? So, since this really is a killer bug

[Libreoffice-bugs] [Bug 63352] EDITING: Text Folding needed

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63352 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 63156] Printing a document with embedded OLE vector graphics is broken

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63156 Panos Stokas pa...@ekei.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 61913] particular OLE objects suppress PRINTING of .wmf

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61913 Panos Stokas pa...@ekei.com changed: What|Removed |Added CC||ciki...@gmail.com ---

[Libreoffice-bugs] [Bug 61913] particular OLE objects suppress PRINTING of .wmf

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61913 Panos Stokas pa...@ekei.com changed: What|Removed |Added Severity|normal |critical

[Libreoffice-bugs] [Bug 60903] : Changing of start window

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60903 --- Comment #3 from Jaakko Kojo jaskak...@gmail.com --- Hi ! I enclosed a picture of start window of LibreOffice in my computer. The window is same not depending how it was in closing situation. Jaakko Kojo Finland -- Forwarded message

[Libreoffice-bugs] [Bug 63356] New: EDITING: Unable to change tabs in multiple paragraphs at once

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63356 Priority: medium Bug ID: 63356 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: EDITING: Unable to change tabs in multiple paragraphs at once Severity: normal

[Libreoffice-bugs] [Bug 62846] Incorrect glyph to Unicode mappings in PDFs

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62846 --- Comment #14 from László Németh nem...@numbertext.org --- (In reply to comment #13) Anyway, it all seems harmless enough to me. But then a little knowledge is a dangerous thing. I strongly support the fix, it is one of the annoying problems

[Libreoffice-bugs] [Bug 61520] EDITING: Calc freezes/crashes while opening a data validity list in a cell

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61520 --- Comment #16 from blank mbri...@outlook.com --- ON Version 4.0.2.2 (Build ID: 4c82dcdd6efcd48b1d8bba66bfe1989deee49c3) problem still occur on windows 7 sp1 x64 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 62491] VIEWING: Slides have no picture in the Notes view

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62491 --- Comment #3 from nin...@gmail.com --- I have now uploaded 2 versions of the document in question. One last updated on Linux and one last updated on Win7, both are otherwise basically the same. http://neff.alfahosting.org/ba.odp

[Libreoffice-bugs] [Bug 63357] New: BASIC: This is a test bug for inactive Versions

2013-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63357 Priority: medium Bug ID: 63357 Keywords: regression Assignee: libreoffice-bugs@lists.freedesktop.org Summary: BASIC: This is a test bug for inactive Versions Severity: normal

<    1   2   3   4   5   >