[ABANDONED] fix fdo#63619 no need for RTL mark

2013-05-01 Thread Faisal al-otaibi (via Code Review)
Faisal al-otaibi has abandoned this change. Change subject: fix fdo#63619 no need for RTL mark .. Patch Set 1: Abandoned -- To view, visit https://gerrit.libreoffice.org/3498 To unsubscribe, visit

[PATCH] fix fdo#64085 : set proper alignment for justified align tex...

2013-05-01 Thread navin patidar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3704 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/04/3704/1 fix fdo#64085 : set proper alignment for justified align text. According to cell writing direction, set

[Libreoffice-commits] core.git: configure.ac distro-configs/LibreOfficeiOS.conf distro-configs/README

2013-05-01 Thread Tor Lillqvist
configure.ac | 59 +++-- distro-configs/LibreOfficeiOS.conf | 24 --- distro-configs/README | 10 +++--- 3 files changed, 62 insertions(+), 31 deletions(-) New commits: commit

Set RES_GRFATR_CROPGRF atrtibute from SwVirtFlyDrawObj

2013-05-01 Thread Philippe Jung
Hi, I am working on implementing the Crop Image feature in Writer. Cropping ends in svx/source/svdraw/svddrgmt.cxx SdrDragCrop::EndSdrDrag. When cropping from Impress, marked object is SdrGrafObj. I rewrote part of the code so that Cropping is now part of SdrGrafObj (Similar to NbcMove,

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

2013-05-01 Thread Thorsten Behrens
svx/source/unodraw/unoshape.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 3ac3c8681253b7a05d5736f664929bcd5f15c8aa Author: Thorsten Behrens tbehr...@suse.com Date: Tue Apr 30 21:23:46 2013 +0200 Make uno any types explicit. This was

[PUSHED libreoffice-4-0] Make uno any types explicit.

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

Re: conversion operators for UNO

2013-05-01 Thread Noel Grandin
On Tuesday, 30 April 2013, Stephan Bergmann wrote: So I came up in parallel with https://gerrit.libreoffice.**org/#/c/3699/https://gerrit.libreoffice.org/#/c/3699/ Awesome! I'm working on a clang plugin to find places that can make use of the constructor. I've got it partially working

Re: Set RES_GRFATR_CROPGRF atrtibute from SwVirtFlyDrawObj

2013-05-01 Thread Regina Henschel
Hi Philippe, Philippe Jung schrieb: Hi, I am working on implementing the Crop Image feature in Writer. Which one? In Impress/Draw we have .uno:Crop (That is used for cropping with the mouse) and .uno:GrafAttrCrop (That opens the crop dialog)? Cropping ends in

Re: Set RES_GRFATR_CROPGRF atrtibute from SwVirtFlyDrawObj

2013-05-01 Thread Tommy
On Wed, 01 May 2013 12:13:55 +0200, Regina Henschel rb.hensc...@t-online.de wrote: Hi Philippe, Philippe Jung schrieb: Hi, I am working on implementing the Crop Image feature in Writer. Which one? In Impress/Draw we have .uno:Crop (That is used for cropping with the mouse) and

[PATCH] fdo#37222 and fdo#37219 Open pdf after Export and added to ...

2013-05-01 Thread Anurag Kanungo (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3709 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/09/3709/1 fdo#37222 and fdo#37219 Open pdf after Export and added to recent documents. Added an checkbox option view pdf

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - libvisio/UnpackedTarball_visio.mk

2013-05-01 Thread Petr Mladek
libvisio/UnpackedTarball_visio.mk |5 - 1 file changed, 5 deletions(-) New commits: commit 68454d8c8ad4b121a0c6d725a44ff6f5ac1fc7fe Author: Petr Mladek pmla...@suse.cz Date: Wed May 1 13:36:40 2013 +0200 really do not apply the obsolete libvisio-0.0.25.patch sigh, how

Re: Set RES_GRFATR_CROPGRF atrtibute from SwVirtFlyDrawObj

2013-05-01 Thread Philippe Jung
I confirm I am implementing visual crop in writer with drag and drop. This already exists in impress. Today I have crop handles. I have updated svx so that I can get endsdrdrag in writer without breaking crop in impress. I can resize the picture but I have difficulties in setting crop values.

Re: Set RES_GRFATR_CROPGRF atrtibute from SwVirtFlyDrawObj

2013-05-01 Thread Philippe Jung
I confirm I am implementing visual crop in writer with drag and drop. This already exists in impress. Today I have crop handles. I have updated svx so that I can get endsdrdrag in writer without breaking crop in impress. I can resize the picture but I have difficulties in setting crop values.

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - sc/source

2013-05-01 Thread Petr Mladek
sc/source/ui/vba/vbaapplication.cxx | 15 --- 1 file changed, 15 deletions(-) New commits: commit ed2f7b4beab3541e1c4faa2b560a4214c88be227 Author: Petr Mladek pmla...@suse.cz Date: Wed May 1 13:54:09 2013 +0200 remove duplicated implementation of ScVbaApplication::OnKey

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - svx/source

2013-05-01 Thread Thorsten Behrens
svx/source/unodraw/unoshape.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 8a589ab4d5d15ab15aa45ad645e98880704d2579 Author: Thorsten Behrens tbehr...@suse.com Date: Tue Apr 30 21:23:46 2013 +0200 Make uno any types explicit. This was

Re: Wizard Integration

2013-05-01 Thread Matúš Kukan
Hi, On 30 April 2013 17:16, Jorge Luis Roque Alvarez jlalva...@uci.cu wrote: Iam new in LO Development, i wrote an small wizard in java i notice that the defaults wizards are been migrated to python but i still want to include it in my local LO since it will of great help for me. If it

[ABANDONED] fdo#37222 and fdo#37219 Open pdf after Export and added to ...

2013-05-01 Thread Anurag Kanungo (via Code Review)
Anurag Kanungo has abandoned this change. Change subject: fdo#37222 and fdo#37219 Open pdf after Export and added to recent documents . .. Patch Set 1: Abandoned New Submitted -- To view, visit

[ABANDONED] fdo#37222 and fdo#37219 Open pdf after Export and added to ...

2013-05-01 Thread Anurag Kanungo (via Code Review)
Anurag Kanungo has abandoned this change. Change subject: fdo#37222 and fdo#37219 Open pdf after Export and added to recent documents. .. Patch Set 1: Abandoned -- To view, visit https://gerrit.libreoffice.org/3693 To

minutes of (last weeks) ESC call ...

2013-05-01 Thread Michael Meeks
Joel kindly pointed out I forgot to send these: sorry ! * Present: + Joel, Thorsten, Lionel, Andras, David, Norbert, Kendy, Ahmad, Astron, Bjoern, Eike, Caolan, Stephan, Petr, Cedric * Completed Action Items + publish results of automated load testing (Markus)

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

2013-05-01 Thread Kohei Yoshida
sc/source/core/tool/token.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 4d4cb9acda9cc754f0afc5504d29d56c6b24cfab Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed May 1 11:13:49 2013 -0400 Add SUMPRODUCT and MINVERSE to the list of vectorizable functions.

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

2013-05-01 Thread Kohei Yoshida
sc/source/core/data/formulacell.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 25ebf6357816bdb7a39fa83f791e9254434fa76d Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed May 1 11:43:09 2013 -0400 Don't forget to calculate hash when importing from xls.

[Libreoffice-commits] core.git: 3 commits - extras/source sw/uiconfig vcl/source

2013-05-01 Thread Caolán McNamara
extras/source/glade/libreoffice-catalog.xml.in |6 ++ sw/uiconfig/swriter/ui/outlinenumberingpage.ui |2 +- sw/uiconfig/swriter/ui/outlinepositionpage.ui |2 +- vcl/source/control/morebtn.cxx |1 + 4 files changed, 9 insertions(+), 2 deletions(-) New commits:

[PATCH] change

2013-05-01 Thread Chris Sherlock (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3725 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/25/3725/1 change Change-Id: If35aad02bfdca012542d552b7f4ec0f3042e757a --- M compilerplugins/clang/checkconfigmacros.cxx M

[PATCH] Convert from EMFP_DEBUG to SAL_INFO

2013-05-01 Thread Chris Sherlock (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3726 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/26/3726/1 Convert from EMFP_DEBUG to SAL_INFO * Change to SAL_INFO instead of EMFP_DEBUG in implrenderer.cxx * Add new

[ABANDONED] change

2013-05-01 Thread Chris Sherlock (via Code Review)
Chris Sherlock has abandoned this change. Change subject: change .. Patch Set 1: Abandoned Whoops! -- To view, visit https://gerrit.libreoffice.org/3725 To unsubscribe, visit https://gerrit.libreoffice.org/settings

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

2013-05-01 Thread David Tardon
Repository.mk |2 -- 1 file changed, 2 deletions(-) New commits: commit d47f3192c47104689e15ebbf26a5aed33de358c8 Author: David Tardon dtar...@redhat.com Date: Wed May 1 18:45:15 2013 +0200 raptor and rasqal are external libs Change-Id:

Re: [Libreoffice-qa] [ANNOUNCE] libreoffice-4.0.3.2 tag created

2013-05-01 Thread Bjoern Michaelsen
On Tue, Apr 30, 2013 at 04:25:49PM +0200, Petr Mladek wrote: there have been created the tag libreoffice-4.0.3.2, aka rc2. The corresponding official builds will be available within next few days. An Ubuntu build for the current 13.04 raring release just has been copyed to the PPAs:

[Libreoffice-commits] core.git: 3 commits - cppuhelper/source ios/CustomTarget_LibreOffice_app.mk ios/experimental README.cross

2013-05-01 Thread Tor Lillqvist
README.cross | 30 ++--- cppuhelper/source/shlib.cxx| 12 +- ios/CustomTarget_LibreOffice_app.mk|4 +-- ios/experimental/LibreOffice/LibreOffice/lo.mm |8 +++--- 4 files changed, 25

[Libreoffice-commits] core.git: filter/Package_xslt.mk

2013-05-01 Thread David Tardon
filter/Package_xslt.mk |4 1 file changed, 4 deletions(-) New commits: commit 971092b30c5fbb857329764335b936b2fb49abb8 Author: David Tardon dtar...@redhat.com Date: Wed May 1 20:11:33 2013 +0200 drop unintentionally duplicated lines Change-Id:

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

2013-05-01 Thread Khaled Hosny
vcl/generic/glyphs/gcach_layout.cxx | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) New commits: commit 84a8f817e174855ef72f0bafc734847690c5d736 Author: Khaled Hosny khaledho...@eglug.org Date: Tue Apr 30 17:16:17 2013 +0200 [harfbuzz] Simplify cluster detection

[Libreoffice-commits] core.git: 3 commits - chart2/CppunitTest_chart2_exporttest.mk chart2/Module_chart2.mk chart2/qa oox/source

2013-05-01 Thread Markus Mohrhard
chart2/CppunitTest_chart2_exporttest.mk | 119 ++ chart2/Module_chart2.mk |2 chart2/qa/extras/chart2export.cxx | 99 ++ chart2/qa/extras/charttest.hxx| 23

Patch for libmspub

2013-05-01 Thread Franz Schmid
Hi, this patch adds support for the drop caps letters setting. + it fixes the column-count and column-gap reading. Greetings, Franz Schmid From 36f37dfd42b7ca2778a6c91135804135cd7d6f38 Mon Sep 17 00:00:00 2001 From: Franz Schmid fr...@linux-hp-i7.site Date: Wed, 1 May 2013 20:35:07 +0200

Killing the gerrit to dev-list spam ...

2013-05-01 Thread Bjoern Michaelsen
Hi, Looking at: http://nabble.documentfoundation.org/Dev-f1639786.html depending on time of day you find 50-90% patch mails on there. As the writer of mail forward I have been repeatedly asked if we can kill this spam. I fully agree with this sentiment -- the dev-list should be taylored to be

Re: Killing the gerrit to dev-list spam ...

2013-05-01 Thread Mat M
Hello, Le Wed, 01 May 2013 21:33:49 +0200, Bjoern Michaelsen bjoern.michael...@canonical.com a écrit: Hi, Looking at: http://nabble.documentfoundation.org/Dev-f1639786.html depending on time of day you find 50-90% patch mails on there. As the writer of mail forward I have been

Re: Killing the gerrit to dev-list spam ...

2013-05-01 Thread Regina Henschel
Hi Björn, Bjoern Michaelsen schrieb: Hi, Looking at: http://nabble.documentfoundation.org/Dev-f1639786.html depending on time of day you find 50-90% patch mails on there. As the writer of mail forward I have been repeatedly asked if we can kill this spam. I fully agree with this sentiment

[PATCH] fix python unit test invocation for MSVC

2013-05-01 Thread David Ostrovsky (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3728 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/28/3728/1 fix python unit test invocation for MSVC Change-Id: Ib6836e7609e0c268f91b04a8ca8618a15dfdae82 --- M

Re: fdo#55814: unit test is missing

2013-05-01 Thread David Ostrovsky
On 30.04.2013 23:46, Stephan Bergmann wrote: On 04/29/2013 11:42 PM, David Ostrovsky wrote: cli_ure is failing to compile here atm. How's it failing for you exactly? I'd hope it does work now, across various Windows build configurations. yes, after you've fixed it ;-) so, with this patch

[PATCH] fdo#60265 Really fixes Basic problem

2013-05-01 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3729 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/29/3729/1 fdo#60265 Really fixes Basic problem GetFilterName function in FilesModul.xba needs the extension be repeated

[Libreoffice-commits] libmspub.git: 2 commits - configure.ac src/lib

2013-05-01 Thread Fridrich Štrba
configure.ac | 11 --- src/lib/ListInfo.h |1 - src/lib/MSPUBBlockID.h |2 ++ src/lib/MSPUBCollector.cpp | 18 ++ src/lib/MSPUBCollector.h |1 - src/lib/MSPUBParser.cpp| 28 +++- src/lib/MSPUBTypes.h

some file format spec problems with the OOXML chart import/export

2013-05-01 Thread Markus Mohrhard
Hey, so I have been fixing some chart OOXML issues recently and there are some general problems. There are a number of comments like (from typegroupcontext.cxx:147) // default is 'false', not 'true' as specified but testing this in Excel showed that Excel respects the standard in contrast to

[LibreOffice-QA] Conference Call 2013-05-03 - Agenda Minutes

2013-05-01 Thread Joel Madero
Regularly schedule meeting: Date: May 03, 2013 Time: 1300 UTC Duration ~ 1 hour - let's try to stick to this - we may go a little over but hopefully not an extra hour like last time :) Agenda Minutes (after call) available here: https://wiki.documentfoundation.org/QA/Meetings/2013/May_3

Re: Killing the gerrit to dev-list spam ...

2013-05-01 Thread Robinson Tryon
On Wed, May 1, 2013 at 3:33 PM, Bjoern Michaelsen bjoern.michael...@canonical.com wrote: depending on time of day you find 50-90% patch mails on [the dev list] As the writer of mail forward I have been repeatedly asked if we can kill this spam. I fully agree with this sentiment -- the

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

2013-05-01 Thread Markus Mohrhard
oox/source/export/chartexport.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 8b100b0eecdb7a28c9da6f452a65967071b68f87 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Apr 29 00:12:07 2013 +0200 change order to allow validation of

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

2013-05-01 Thread Markus Mohrhard
oox/source/export/chartexport.cxx |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) New commits: commit 4f6efe9cb4d0d91a0ea94a86b7a068000dceb602 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Apr 29 16:12:33 2013 +0200 c:delete is true by default in Excel

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

2013-05-01 Thread Markus Mohrhard
oox/source/export/chartexport.cxx |4 1 file changed, 4 insertions(+) New commits: commit b2ca1489d885cbd99362878d2fc0b78cc90b435a Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Apr 29 16:33:24 2013 +0200 c:varyColor is true by default in Excel And

[PUSHED libreoffice-4-0] change order to allow validation of chart part

2013-05-01 Thread Kohei Yoshida (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3657 Approvals: Kohei Yoshida: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3657 To unsubscribe,

[PUSHED libreoffice-4-0] c:delete is true by default in Excel

2013-05-01 Thread Kohei Yoshida (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3685 Approvals: Kohei Yoshida: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3685 To unsubscribe,

[PUSHED libreoffice-4-0] c:varyColor is true by default in Excel

2013-05-01 Thread Kohei Yoshida (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3686 Approvals: Kohei Yoshida: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3686 To unsubscribe,

[Libreoffice-commits] core.git: 2 commits - vcl/generic

2013-05-01 Thread Khaled Hosny
vcl/generic/glyphs/gcach_layout.cxx | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) New commits: commit 76abedd3bd1c91cac9b239f746243df00a58d060 Author: Khaled Hosny khaledho...@eglug.org Date: Thu May 2 06:19:38 2013 +0200 [harfbuzz] Fix shaping across text

Re: Killing the gerrit to dev-list spam ...

2013-05-01 Thread Jean-Baptiste Faure
Hi, Le 01/05/2013 21:33, Bjoern Michaelsen a écrit : [...] So, is there anyone who is _not_ a sponsored developer opposing to kill the mail spammage? If so: [...] Opinions? Even if I am able to filter gerrit mails, I agree that a separate gerrit-patches mailing list would be better.

Re: Killing the gerrit to dev-list spam ...

2013-05-01 Thread Jonathan Aquilina
+1 to JBF's suggestion usualy when i get these emails I instantly delete them. On Thu, May 2, 2013 at 6:58 AM, Jean-Baptiste Faure jbf.fa...@sud-ouest.org wrote: Hi, Le 01/05/2013 21:33, Bjoern Michaelsen a écrit : [...] So, is there anyone who is _not_ a sponsored developer opposing

RE: Killing the gerrit to dev-list spam ...

2013-05-01 Thread Winfried Donkers
So, is there anyone who is _not_ a sponsored developer opposing to kill the mail spammage? If so: - could this be mitigated by a separate gerrit-patches mailing list? - could this be mitigated by a daily digest of gerrit news? - could this be mitigated by other means? I would be happy with

Re: Killing the gerrit to dev-list spam ...

2013-05-01 Thread Jonathan Aquilina
Next question to ask though with daily digests how many times a day will they be sent out? would they be sent out every hour every few hours once to twice a day? On Thu, May 2, 2013 at 7:42 AM, Winfried Donkers w.donk...@dci-electronics.nl wrote: So, is there anyone who is _not_ a sponsored

Re: Killing the gerrit to dev-list spam ...

2013-05-01 Thread Tor Lillqvist
Next question to ask though with daily digests how many times a day will they be sent out? Every few hours definitely, except on Mondays of odd-numbered weeks when the daily digest should be sent just twice. And if there is nothing to digest, they should say so, Nothing to report. --tml

Re: Killing the gerrit to dev-list spam ...

2013-05-01 Thread Jonathan Aquilina
If there is nothing to report is it necessary to send anything out at all? On Thu, May 2, 2013 at 7:48 AM, Tor Lillqvist t...@iki.fi wrote: Next question to ask though with daily digests how many times a day will they be sent out? Every few hours definitely, except on Mondays of

Re: Killing the gerrit to dev-list spam ...

2013-05-01 Thread Tor Lillqvist
If there is nothing to report is it necessary to send anything out at all? Ah. Good point, I would never have thought of that! --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: Killing the gerrit to dev-list spam ...

2013-05-01 Thread Jonathan Aquilina
What is the overall concensus here. Daily digests of a given frequency and if there is nothing dont send out anything? On Thu, May 2, 2013 at 7:51 AM, Tor Lillqvist t...@iki.fi wrote: If there is nothing to report is it necessary to send anything out at all? Ah. Good point, I would never

[Libreoffice-qa] minutes of (last weeks) ESC call ...

2013-05-01 Thread Michael Meeks
Joel kindly pointed out I forgot to send these: sorry ! * Present: + Joel, Thorsten, Lionel, Andras, David, Norbert, Kendy, Ahmad, Astron, Bjoern, Eike, Caolan, Stephan, Petr, Cedric * Completed Action Items + publish results of automated load testing (Markus)

Re: [Libreoffice-qa] [ANNOUNCE] libreoffice-4.0.3.2 tag created

2013-05-01 Thread Bjoern Michaelsen
On Tue, Apr 30, 2013 at 04:25:49PM +0200, Petr Mladek wrote: there have been created the tag libreoffice-4.0.3.2, aka rc2. The corresponding official builds will be available within next few days. An Ubuntu build for the current 13.04 raring release just has been copyed to the PPAs:

[Libreoffice-qa] Daily Bibisect builds for Ubuntu

2013-05-01 Thread Bjoern Michaelsen
Hi, it seems the daily bibisect builds of LibreOffice by Canonicals QA are working and are published reliably now: http://people.canonical.com/~j-lallement/libreoffice/binrepo/ These builds start around the time of the 4.0 branch off in December 2012, so they are connecting to the previously

[Libreoffice-qa] [LibreOffice-QA] Conference Call 2013-05-03 - Agenda Minutes

2013-05-01 Thread Joel Madero
Regularly schedule meeting: Date: May 03, 2013 Time: 1300 UTC Duration ~ 1 hour - let's try to stick to this - we may go a little over but hopefully not an extra hour like last time :) Agenda Minutes (after call) available here: https://wiki.documentfoundation.org/QA/Meetings/2013/May_3

[Libreoffice-bugs] [Bug 63903] : Unneeded screen refreshes (on toolbar area at least)

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63903 Joel Madero jmadero@gmail.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 63859] Highlight Referenced Cell Live (or immediately)

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63859 Joel Madero jmadero@gmail.com changed: What|Removed |Added Hardware|Other |All

[Libreoffice-bugs] [Bug 63839] Report Builder incorrect formatting (2nd bug report)

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63839 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 63838] Report Builder incorrect formatting

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63838 Joel Madero jmadero@gmail.com changed: What|Removed |Added CC||jmadero@gmail.com

[Libreoffice-bugs] [Bug 63839] Report Builder incorrect formatting (2nd bug report)

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63839 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 63838] Report Builder incorrect formatting

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63838 --- Comment #2 from Joel Madero jmadero@gmail.com --- *** Bug 63839 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 63826] EDITING: Unable to mark text with mouse nor keyboard

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63826 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 63838] Report Builder incorrect formatting

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63838 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 63822] Progress bar on splash screen is misplaced

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63822 Joel Madero jmadero@gmail.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 64013] FORMATTING: Need icons or locations of script formats

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64013 --- Comment #3 from Nick nj...@juno.com --- Created attachment 78680 -- https://bugs.freedesktop.org/attachment.cgi?id=78680action=edit I goofed! M\it was my first use of the Libre Office Writer program; I was familiar with MS Word, with icons

[Libreoffice-bugs] [Bug 64013] FORMATTING: Need icons or locations of script formats

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64013 --- Comment #4 from Nick nj...@juno.com --- Is there a tutorial for new users? -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 64013] FORMATTING: Need icons or locations of script formats

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64013 --- Comment #5 from Nick nj...@juno.com --- Is there a tutorial for first time users of Libre Writer? -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs

[Libreoffice-bugs] [Bug 63816] Format pencil adds additional bullets to a bullet list

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63816 Joel Madero jmadero@gmail.com changed: What|Removed |Added CC||jmadero@gmail.com

[Libreoffice-bugs] [Bug 64013] FORMATTING: Need icons or locations of script formats

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64013 --- Comment #6 from Nick nj...@juno.com --- Is there a tutorial for first time users of Libre Writer? Also, what is a Tag? Is it marked as such? Where do I find it? -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 64013] FORMATTING: Need icons or locations of script formats

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64013 --- Comment #7 from Nick nj...@juno.com --- Also, where do I insert the info? Sorry for all the comments, I'm having difficulty navigating this form. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 63814] Arrow-style can only be specified for right end of line for specific document

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63814 Joel Madero jmadero@gmail.com changed: What|Removed |Added Hardware|Other |All

[Libreoffice-bugs] [Bug 63752] Cannot Save As to Samba Share

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63752 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 64013] FORMATTING: Need icons or locations of script formats

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64013 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 64013] FORMATTING: Need icons or locations of script formats

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64013 --- Comment #9 from Nick nj...@juno.com --- Pardon my ineptitude; I'm having problems navigating the form. What is a Tag? Where is it located? Where do insert the info? Thanx for your patience. n. Please note: message attached From:

[Libreoffice-bugs] [Bug 64026] FILEOPEN: distortion of footnote and endnote references if more than single digit in .doc and .docx

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64026 --- Comment #11 from Rogier van Vlissingen vlisc...@gmail.com --- In actual fact, the problem always was related to my having to convert from .odt to .doc for the sake of others. Along the way it seemed that the irregularities became worse when I

[Libreoffice-bugs] [Bug 64026] FILEOPEN: distortion of footnote and endnote references if more than single digit in .doc and .docx

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64026 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 64026] Footnotes and Endnotes Get Strange Spacing (tabed) when Saving As .Doc or .Docx

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64026 Joel Madero jmadero@gmail.com changed: What|Removed |Added Hardware|Other |All

[Libreoffice-bugs] [Bug 64026] Footnotes and Endnotes Get Strange Spacing (tabed) when Saving As .Doc or .Docx

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64026 --- Comment #13 from Rogier van Vlissingen vlisc...@gmail.com --- I notice that you are limiting yourself to the problem with the funny tabs that appear out of nowhere. The spontaneous change to the reference numbers, escpecially if they are

[Libreoffice-bugs] [Bug 64100] New: Big problem of printing document with vector graphic

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64100 Priority: medium Bug ID: 64100 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Big problem of printing document with vector graphic Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 64026] Footnotes and Endnotes Get Strange Spacing (tabed) when Saving As .Doc or .Docx

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64026 --- Comment #14 from Joel Madero jmadero@gmail.com --- I may open a second report, will look in depth tomorrow -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 64100] Big problem of printing document with vector graphic

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64100 --- Comment #2 from Jeff Tong jeff_t...@yahoo.com --- Created attachment 78685 -- https://bugs.freedesktop.org/attachment.cgi?id=78685action=edit Print with PDFcreator -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 64100] Big problem of printing document with vector graphic

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64100 --- Comment #1 from Jeff Tong jeff_t...@yahoo.com --- Created attachment 78684 -- https://bugs.freedesktop.org/attachment.cgi?id=78684action=edit Export directly from Writer. Please take a look at the graphics' corners. -- You are receiving

[Libreoffice-bugs] [Bug 64100] Big problem of printing document with vector graphic

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64100 --- Comment #3 from Jeff Tong jeff_t...@yahoo.com --- Created attachment 78686 -- https://bugs.freedesktop.org/attachment.cgi?id=78686action=edit Original file zipped. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 64100] Problems on printing document with vector graphic

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64100 Jeff Tong jeff_t...@yahoo.com changed: What|Removed |Added Summary|Big problem of printing |Problems on printing

[Libreoffice-bugs] [Bug 63986] UI: In Full Screen mode, Find and Full Screen toolbars display

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63986 --- Comment #3 from David gn...@hawaii.rr.com --- Created attachment 78687 -- https://bugs.freedesktop.org/attachment.cgi?id=78687action=edit Screen shot of 64-bit LO4.0.2.2 Full screen -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 63986] UI: In Full Screen mode, Find and Full Screen toolbars display

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63986 --- Comment #4 from David gn...@hawaii.rr.com --- See attached screenshot. This is from 4.0.2.2 running on 64-bit Debian Sid. I installed it using the DEBs downloaded from the Libreoffice website. I also have 4.0.2.2 running on a 32-bit different

[Libreoffice-bugs] [Bug 64100] Problems on printing document with vector graphic

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64100 Joel Madero jmadero@gmail.com changed: What|Removed |Added CC||jmadero@gmail.com

[Libreoffice-bugs] [Bug 63960] FILESAVE: Formula string truncated when longer than 255 letters

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63960 --- Comment #4 from Tomas Vavrda tvav...@gmail.com --- Are you sure the user shall not be warned before his work is lost because of whatever reason? -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 63905] FORMATTING: Page format in draw is not sent to the printer

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63905 --- Comment #4 from bugzi...@ruben-online.ch --- Created attachment 78688 -- https://bugs.freedesktop.org/attachment.cgi?id=78688action=edit With test file still A4 as page format -- You are receiving this mail because: You are the assignee

[Libreoffice-bugs] [Bug 63905] FORMATTING: Page format in draw is not sent to the printer

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63905 --- Comment #3 from bugzi...@ruben-online.ch --- When I print your file, it is still printed on an A4-page (see the attached screenshot), but just a part of the paper is used. Is this different on your system? I will test the bug on the same

[Libreoffice-bugs] [Bug 64090] UI: Bad translation of the user interface in french (writer)

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64090 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Libreoffice-bugs] [Bug 54266] TABLE: Table border tool not precise enough

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54266 Chris Wilson ch...@chris-wilson.co.uk changed: What|Removed |Added CC||l...@mit.edu ---

[Libreoffice-bugs] [Bug 63960] FILESAVE: Formula string truncated when longer than 255 letters

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63960 --- Comment #5 from Joel Madero jmadero@gmail.com --- you are warned when you save as a xls with the confirm file format dialog. It is the users responsibility to know the limitations of file formats -- You are receiving this mail because:

[Libreoffice-bugs] [Bug 63960] FILESAVE: Formula string truncated when longer than 255 letters

2013-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63960 --- Comment #6 from Joel Madero jmadero@gmail.com --- Created attachment 78689 -- https://bugs.freedesktop.org/attachment.cgi?id=78689action=edit Dialog Warning about XLS Saving -- You are receiving this mail because: You are the assignee

  1   2   3   4   >