Re: master build failure

2013-05-03 Thread Noel Grandin
That looks like it has to do with the splitting out of some ODF stuff. You might need to do a make clean On 2013-05-02 21:02, Ruslan Kabatsayev wrote: Hi all, I'm facing a build failure with current master, here's the error output: [build CUT] sal_rtl_cipher [build CUT] sal_rtl_crc32 [build

[ABANDONED] QuerySaveDialog: restore button order

2013-05-03 Thread Miklos Vajna (via Code Review)
Miklos Vajna has abandoned this change. Change subject: QuerySaveDialog: restore button order .. Patch Set 2: Abandoned Leave it with me and I'll cook up something tomorrow to try and keep everyone happy ACK :-) -- To

Re: XCheckBox question

2013-05-03 Thread Miklos Vajna
Hi, On Thu, May 02, 2013 at 08:04:38PM +0200, Alexander Thurgood alex.thurg...@gmail.com wrote: A user over on the English user list asked whether it was possible to resize a checkbox in a form. I replied that to my knowledge, this had never been possible, not even way back in StarOffice

Re: master build failure

2013-05-03 Thread Ruslan Kabatsayev
Well, I always do a 'git clean -xdf' before pulling LibO stuff, so I guess this should be enough, no? On Fri, May 3, 2013 at 11:34 AM, Noel Grandin n...@peralex.com wrote: That looks like it has to do with the splitting out of some ODF stuff. You might need to do a make clean On 2013-05-02

How to remake a modified source codes,not the first time,based on source codes core which has been made successfully?

2013-05-03 Thread leo2013
I went to the website: http://www.libreoffice.org/developers-2/ http://www.libreoffice.org/developers-2/ And $ git clone http://anongit.freedesktop.org/git/libreoffice/core.git Did as Build and Run It: = sudo zypper si -d libreoffice # for OpenSUSE 12.3

Re: How to remake a modified source codes, not the first time, based on source codes core which has been made successfully?

2013-05-03 Thread Tor Lillqvist
It is possible you need to do a make dev-install again. Not all files are symlinked from the install directory, some a copied there. So just doing a make will not be enough if it is one of those files that are updated. Just get used to run make dev-install relatively often, unless you are 100%

[PATCH] fdo#56995: SLIDE SHOW: Presenter Console Can't be disabled.Original Message:Presentation Console - Need to turn this off.

2013-05-03 Thread Manik Malhotra
-- Manik Malhotra Space For Ad 0001-fdo56995-Created-global-option-to-disable-presenter-.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2013-05-03 Thread David Tardon
include/xmloff/unointerfacetouniqueidentifiermapper.hxx | 17 include/xmloff/xmlmultiimagehelper.hxx |6 + xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx | 41 +++ xmloff/source/core/xmlmultiimagehelper.cxx |6 +

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

2013-05-03 Thread Miklos Vajna
sc/source/filter/excel/excel.cxx|8 sc/source/filter/excel/excform.cxx |4 ++-- sc/source/filter/excel/excform8.cxx |4 ++-- sc/source/filter/excel/xeescher.cxx |2 +- sc/source/filter/excel/xelink.cxx |2 +- sc/source/filter/excel/xichart.cxx |6 +++---

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

2013-05-03 Thread Caolán McNamara
include/vcl/builder.hxx | 10 +-- include/vcl/layout.hxx |6 + sfx2/uiconfig/ui/querysavedialog.ui | 12 +-- vcl/source/window/layout.cxx| 110 4 files changed, 128 insertions(+), 10 deletions(-) New commits: commit

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

2013-05-03 Thread Michael Meeks
sc/source/ui/vba/vbarange.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0849bd9c5ef5ac885527cb98dafb9cea6200d8e5 Author: Michael Meeks michael.me...@suse.com Date: Thu May 2 16:21:35 2013 +0100 fdo#64048 - fix calc/VBA clearcontents regression.

[PUSHED libreoffice-4-0] fdo#64048 - fix calc/VBA clearcontents regression.

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

Re: XCheckBox question

2013-05-03 Thread Alexander Thurgood
Le 03/05/13 10:01, Miklos Vajna a écrit : A checkbox implements drawing::XShape, and you can call setSize() on it: http://api.libreoffice.org/docs/common/ref/com/sun/star/drawing/XShape.html#setSize So I guess you can happily set both the width and height of a checkbox. Will take a

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

2013-05-03 Thread Marcos Paulo de Souza
Repository.mk | 42 - scp2/source/ooo/file_library_ooo.scp | 43 -- scp2/source/ooo/module_hidden_ooo.scp | 21 3 files changed, 21 insertions(+), 85 deletions(-) New commits: commit

[PUSHED] fdo#60924: Move more libs to autoinstallation

2013-05-03 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/3689 -- To view, visit https://gerrit.libreoffice.org/3689 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[PATCH] configure: minor typo

2013-05-03 Thread Andres Gomez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3754 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/54/3754/1 configure: minor typo Change-Id: I13e4b91f62a3cbe02e504004b177efdcbe939edc --- M configure.ac 1 file changed, 1

[Libreoffice-commits] core.git: configure.ac

2013-05-03 Thread Tomas Chvatal
configure.ac | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) New commits: commit 12af4ae6fd084e0605af07a46d6933ceaeb186e9 Author: Tomas Chvatal tchva...@suse.cz Date: Sun Apr 28 17:53:58 2013 +0200 Search for mariadb_config and mysql_config so it works everywhere

[Libreoffice-commits] core.git: configure.ac

2013-05-03 Thread Andres Gomez
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 91f7fabe4f5c34f8a67de0a1fcd2df1f0d0819c3 Author: Andres Gomez ago...@igalia.com Date: Fri May 3 12:31:07 2013 +0300 configure: minor typo Change-Id: I13e4b91f62a3cbe02e504004b177efdcbe939edc

[PUSHED] configure: minor typo

2013-05-03 Thread Fridrich Strba (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/3754 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3754 To unsubscribe,

Re: XCheckBox question

2013-05-03 Thread Alexander Thurgood
Le 03/05/13 10:01, Miklos Vajna a écrit : Hi Miklos, A checkbox implements drawing::XShape, and you can call setSize() on it: http://api.libreoffice.org/docs/common/ref/com/sun/star/drawing/XShape.html#setSize So I guess you can happily set both the width and height of a checkbox.

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

2013-05-03 Thread Alex Ivan
framework/source/uiconfiguration/uiconfigurationmanager.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit da06166015689eca260c702602bef4cea58afbd3 Author: Alex Ivan alexni...@yahoo.com Date: Mon Apr 15 18:56:10 2013 +0300 fix bug #60700 - de-crutify ODF

[PUSHED] fix bug #60700 - de-crutify ODF files

2013-05-03 Thread Michael Meeks (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/3401 Approvals: Chris Sherlock: Looks good to me, but someone else must approve Michael Meeks: Verified; Looks good to me, approved -- To

[Libreoffice-commits] core.git: include/vcl vcl/source

2013-05-03 Thread Caolán McNamara
include/vcl/builder.hxx |1 + vcl/source/window/builder.cxx | 24 ++-- vcl/source/window/layout.cxx |3 +-- 3 files changed, 24 insertions(+), 4 deletions(-) New commits: commit bfa360c6e761a1e9b3e34665b9b36d724979fdfd Author: Caolán McNamara

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

2013-05-03 Thread Thorsten Behrens
Bjoern Michaelsen wrote: On Fri, May 03, 2013 at 12:16:51AM +0200, Thorsten Behrens wrote: And then people will cross-post, Why? I dont see anyone posting to the gerrit list directly at all. If you want you comment on that do it in a comment on gerrit (send via email or whatever). This

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

2013-05-03 Thread Eike Rathke
vcl/generic/glyphs/gcach_layout.cxx | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) New commits: commit 428bde3591ff2fd2195097040dbe1480f1f4210f Author: Eike Rathke er...@redhat.com Date: Thu May 2 21:54:52 2013 +0200 implemented

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

2013-05-03 Thread Jonathan Aquilina
Thorsten I think as well you forgot a useful feature being able to reply to the patch sets through an email as I had previously mentioned. On Fri, May 3, 2013 at 12:40 PM, Thorsten Behrens t...@documentfoundation.org wrote: Bjoern Michaelsen wrote: On Fri, May 03, 2013 at 12:16:51AM +0200,

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 59405, which changed state. Bug 59405 Summary: [REGRESSION] Paste special and insert of Visio object: image invisible https://bugs.freedesktop.org/show_bug.cgi?id=59405 What|Removed

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

2013-05-03 Thread Eike Rathke
vcl/generic/glyphs/gcach_layout.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 38b35f40b3a3009d0a3dd5090cb28d6b8fbd8e34 Author: Eike Rathke er...@redhat.com Date: Fri May 3 13:12:35 2013 +0200 unneeded using directive Change-Id:

[Libreoffice-commits] core.git: sd/AllLangResTarget_sd.mk sd/inc sd/source sd/uiconfig sd/UIConfig_simpress.mk

2013-05-03 Thread Caolán McNamara
sd/AllLangResTarget_sd.mk|1 sd/UIConfig_simpress.mk |1 sd/inc/helpids.h |3 sd/source/ui/dlg/custsdlg.cxx|1 sd/source/ui/dlg/custsdlg.src| 113

[PATCH][FORGOT TO ADD MESSAGE] fdo#56995: SLIDE SHOW: Presenter Console Can't be disabled.Original Message:Presentation Console - Need to turn this off.

2013-05-03 Thread Manik Malhotra
This is the patch pertaining to bug 56995. I did this as a qualification requirement to apply for GSoc in libreoffice. Name : Manik Malhotra The message follows: fdo#56995 Created global option to disable presenter console in Impress Slideshow Changes made are as Follows 1.

[Libreoffice-commits] core.git: helpcontent2

2013-05-03 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e04fd8a9e04156f0f653a21e00e6ad976fbe17b0 Author: Caolán McNamara caol...@redhat.com Date: Fri May 3 12:42:58 2013 +0100 Updated core Project: help cdf274d40fc7142166dc0f1e44200577513ff537 diff

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

2013-05-03 Thread Caolán McNamara
helpers/help_hid.lst |6 -- source/text/simpress/01/06100100.xhp | 18 +- source/text/smath/01/0503.xhp|4 ++-- 3 files changed, 11 insertions(+), 17 deletions(-) New commits: commit cdf274d40fc7142166dc0f1e44200577513ff537 Author: Caolán

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

2013-05-03 Thread Thorsten Behrens
Jonathan Aquilina wrote: Thorsten I think as well you forgot a useful feature being able to reply to the patch sets through an email as I had previously mentioned. No. I think that's a distraction, and in any case not core to the decision. Cheers, -- Thorsten signature.asc Description:

[PATCH libreoffice-4-0] adapt to ICU patch https://ssl.icu-project.org/trac/ticket/1...

2013-05-03 Thread Eike Rathke (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3755 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/55/3755/1 adapt to ICU patch https://ssl.icu-project.org/trac/ticket/10107 do not call LayoutEngine::reset() Calling

[PATCH libreoffice-3-6] adapt to ICU patch https://ssl.icu-project.org/trac/ticket/1...

2013-05-03 Thread Eike Rathke (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3756 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/56/3756/1 adapt to ICU patch https://ssl.icu-project.org/trac/ticket/10107 do not call LayoutEngine::reset() Calling

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

2013-05-03 Thread Miklos Vajna
sw/source/ui/docvw/PostItMgr.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9a7641451dad5c73a936de5361aa3c3f148132d0 Author: Miklos Vajna vmik...@suse.cz Date: Fri May 3 11:46:58 2013 +0200 SwPostItMgr::Delete: fix crash when layout is not yet ready

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

2013-05-03 Thread Julien Nabet
wizards/source/importwizard/DialogModul.xba | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit b10e69287c42db61679d70146ed5e7c54ee1863e Author: Julien Nabet serval2...@yahoo.fr Date: Wed May 1 23:28:37 2013 +0200 fdo#60265 Really fixes Basic

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

2013-05-03 Thread Miklos Vajna
sw/source/ui/docvw/PostItMgr.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 19e60e1a0507e041d2bf639782e990f7a55e Author: Miklos Vajna vmik...@suse.cz Date: Fri May 3 11:46:58 2013 +0200 SwPostItMgr::Delete: fix crash when layout is not yet ready

[PATCH libreoffice-4-0] SwPostItMgr::Delete: fix crash when layout is not yet ready

2013-05-03 Thread Miklos Vajna (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3757 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/57/3757/1 SwPostItMgr::Delete: fix crash when layout is not yet ready pPostIt is 0 when we have a large document, and the

[PUSHED] fdo#60265 Really fixes Basic problem

2013-05-03 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/3729 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3729 To unsubscribe,

[PUSHED libreoffice-4-0] SwPostItMgr::Delete: fix crash when layout is not yet ready

2013-05-03 Thread Bosdonnat Cedric (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/3757 Approvals: Bosdonnat Cedric: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3757 To unsubscribe,

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

2013-05-03 Thread Caolán McNamara
wizards/source/importwizard/DialogModul.xba |2 -- wizards/source/importwizard/FilesModul.xba |2 +- 2 files changed, 1 insertion(+), 3 deletions(-) New commits: commit 25547fbddda1d540d2191e9e9a893c7f263b80e2 Author: Caolán McNamara caol...@redhat.com Date: Fri May 3 13:35:26 2013

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

2013-05-03 Thread Gergő Mocsi
sd/source/ui/app/strings.src | 13 + sd/source/ui/dlg/PhotoAlbumDialog.cxx | 79 -- sd/source/ui/dlg/PhotoAlbumDialog.hxx |8 +++ sd/source/ui/inc/strings.hrc |5 -- 4 files changed, 42 insertions(+), 63 deletions(-) New commits:

[PATCH] Create Photo Album fix

2013-05-03 Thread Andras Timar (via Code Review)
Hello LibreOffice gerrit bot, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/3426 to look at the new patch set (#2). Change subject: Create Photo Album fix .. Create Photo Album fix

[PUSHED] Create Photo Album fix

2013-05-03 Thread Andras Timar (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3426 -- To view, visit https://gerrit.libreoffice.org/3426 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

Re: Need Guidance on bug fdo#37222

2013-05-03 Thread Anurag Kanungo
Hi, Please check, https://gerrit.libreoffice.org/3709 i am stuck due to static . I am not able to figure out another way to resolve it. Guide if possible . On Tue, Apr 30, 2013 at 2:33 PM, Anurag Kanungo anuragkanu...@gmail.comwrote: Hi, Thanks for the guidance , please check

[PATCH] fdo#60924: Move some more libs to autoinstallation

2013-05-03 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3758 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/58/3758/1 fdo#60924: Move some more libs to autoinstallation Change-Id: I7383da4390995ad9ea2d4fb494098dab6287609f --- M

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

2013-05-03 Thread David Tardon
include/xmloff/unointerfacetouniqueidentifiermapper.hxx |1 + xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx |8 xmloff/source/core/xmlmultiimagehelper.cxx |4 3 files changed, 13 insertions(+) New commits: commit

[PATCH] Create Photo Album fix

2013-05-03 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3759 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/59/3759/1 Create Photo Album fix Fixed some UI tweaks in handler function DownHdl: now images can me moved down

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

2013-05-03 Thread Gergő Mocsi
sd/source/ui/dlg/PhotoAlbumDialog.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit b971a83f34c3204e9a57874d55e5f23229b62b7f Author: Gergő Mocsi gmocs...@gmail.com Date: Fri Apr 19 05:14:03 2013 +0200 Create Photo Album fix Fixed some UI

[PUSHED] Create Photo Album fix

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

Re: How to remake a modified source codes, not the first time, based on source codes core which has been made successfully?

2013-05-03 Thread leo2013
I have done make dev-install after make when I updated one file's source codes. But no effect on the results as I expected. -- View this message in context:

Re: How to remake a modified source codes, not the first time, based on source codes core which has been made successfully?

2013-05-03 Thread leo2013
I have done make dev-install after make when I updated one file's source codes. But no effect on the results as I expected. -- View this message in context:

[PATCH] disable ccache on windows/msc when building liblangtag

2013-05-03 Thread Christian Lohmaier (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3760 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/60/3760/1 disable ccache on windows/msc when building liblangtag liblangtag uses quoted strings in defines, like

Re: Need Guidance on bug fdo#37222

2013-05-03 Thread Jan Holesovsky
Hi Anurag, Anurag Kanungo píše v Pá 03. 05. 2013 v 18:29 +0530: Please check, https://gerrit.libreoffice.org/3709 i am stuck due to static . I am not able to figure out another way to resolve it. The another (and preferred!) way is to use the same mechanism as the other settings in the

Re: [Cygwin] [Master] failure when compiling liblangtag

2013-05-03 Thread Christian Lohmaier
Hi Mat, *, On Fri, Apr 12, 2013 at 11:49 PM, Mat M m...@gmx.fr wrote: Le Fri, 12 Apr 2013 13:30:55 +0200, Michael Stahl mst...@redhat.com a écrit: On 11/04/13 00:29, Mat M wrote: So SRCDIR stops at langtag, but lt-database.c is in liblangtag, but we also see make entering liblangtag subdir.

Re: Need Guidance on bug fdo#37222

2013-05-03 Thread Anurag Kanungo
Thanks , Surely will try according to you guidance . :-) On Fri, May 3, 2013 at 7:33 PM, Jan Holesovsky ke...@suse.cz wrote: Hi Anurag, Anurag Kanungo píše v Pá 03. 05. 2013 v 18:29 +0530: Please check, https://gerrit.libreoffice.org/3709 i am stuck due to static . I am not able

Re: How to remake a modified source codes, not the first time, based on source codes core which has been made successfully?

2013-05-03 Thread Anurag Kanungo
It is possible that the part of code you changed doesn't affect the things as you are expecting . Well, you can add a fprintf(stderr,Foo\n); in the part of code and check while executing does Foo prints on the terminal or not . This can confirm you whether you are modifying the right part of the

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

2013-05-03 Thread Robinson Tryon
On Fri, May 3, 2013 at 6:40 AM, Thorsten Behrens t...@documentfoundation.org wrote: Bjoern Michaelsen wrote: Ok - but then I see even less reason for another list, if it is read-only. Gerrit already lets me get email for any number of events, with filters all. So if additional action is

Re: XCheckBox question

2013-05-03 Thread Alexander Thurgood
Le 02/05/13 20:04, Alexander Thurgood a écrit : Hohum, So it seems I was right after all : https://issues.apache.org/ooo/show_bug.cgi?id=26593 and that one has been around a very long (9 years) time ;-) Alex ___ LibreOffice mailing list

Re: [PATCH][FORGOT TO ADD MESSAGE] fdo#56995: SLIDE SHOW: Presenter Console Can't be disabled.Original Message:Presentation Console - Need to turn this off.

2013-05-03 Thread Manik Malhotra
The gerrit url https://gerrit.libreoffice.org/3761 To pull git pull git://gerrit.libreoffice.org/core refs/changes/61/3761/1 On Fri, May 3, 2013 at 5:13 PM, Manik Malhotra manik10...@iiitd.ac.inwrote: This is the patch pertaining to bug 56995. I did this as a qualification requirement to

[PATCH] fdo56995 Created global option to disable presenter console

2013-05-03 Thread Manik Malhotra (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3761 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/61/3761/1 fdo56995 Created global option to disable presenter console Changes made are as Follows

[Libreoffice-commits] core.git: Changes to 'feature/doxygen'

2013-05-03 Thread Michael Stahl
New branch 'feature/doxygen' available with the following commits: commit 2767d40c6c79f5c1b1643112dafcc8cfd376f773 Author: Michael Stahl mst...@redhat.com Date: Fri May 3 00:27:05 2013 +0200 offapi: fix another mangled comment Change-Id: I76b531238d86c9f2ed444d230638ffb9a2d62618

Re: XCheckBox question

2013-05-03 Thread Alexander Thurgood
Le 03/05/13 16:37, Alexander Thurgood a écrit : https://issues.apache.org/ooo/show_bug.cgi?id=26593 AKA https://bugs.freedesktop.org/show_bug.cgi?id=55848 Alex ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] core.git: liblangtag/ExternalProject_langtag.mk

2013-05-03 Thread Christian Lohmaier
liblangtag/ExternalProject_langtag.mk |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 35cd784f0635186910ddd35e25f47a2ed79d29ab Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Fri May 3 15:54:03 2013 +0200 disable ccache on windows/msc

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

2013-05-03 Thread Jan Holesovsky
Hi Bjoern, Bjoern Michaelsen píše v St 01. 05. 2013 v 21:33 +0200: So, is there anyone who is _not_ a sponsored developer opposing to kill the mail spammage? Before we go ahead with any actions here, let me explain why I think it is good to have some sort of mails going to the ML, and what

[PUSHED] disable ccache on windows/msc when building liblangtag

2013-05-03 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/3760 Approvals: Eike Rathke: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3760 To unsubscribe, visit

[Libreoffice-commits] core.git: include/sal

2013-05-03 Thread Fridrich Štrba
include/sal/log-areas.dox |4 1 file changed, 4 insertions(+) New commits: commit 2dde36f2b0e19544078dd1efcdc644ca84285881 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Fri May 3 16:58:49 2013 +0200 Don't know what to do, but cargo-cult is the official religion

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

2013-05-03 Thread Jan Holesovsky
Hi Robinson, Robinson Tryon píše v Pá 03. 05. 2013 v 10:31 -0400: As an alternative, we could start by providing easy instructions on how to filter mail from gerrit. If I just point all mail from ger...@gerrit.tdf-server-blah to /read/me/later, does that cover it all? Is there a good,

[Libreoffice-commits] core.git: 2 commits - configure.ac sysui/CustomTarget_share.mk

2013-05-03 Thread Petr Mladek
configure.ac|2 +- sysui/CustomTarget_share.mk |9 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) New commits: commit 977065d501b0e3a33482f3df65e602a93bc6e584 Author: Petr Mladek pmla...@suse.cz Date: Fri May 3 17:26:07 2013 +0200 Use lowercase product

[PUSHED] Re: Patch for libmspub

2013-05-03 Thread Caolán McNamara
On Wed, 2013-05-01 at 20:39 +0200, Franz Schmid wrote: Hi, this patch adds support for the drop caps letters setting. + it fixes the column-count and column-gap reading. Fridrich tells me this is pushed to libmspub now, so marking thread as such. C.

text parts of shape exports

2013-05-03 Thread Lionel Elie Mamane
(Moving this part of the discussion to the list.) On Fri, May 03, 2013 at 12:01:09PM +, bugzilla-dae...@freedesktop.org wrote: https://bugs.freedesktop.org/show_bug.cgi?id=64150 --- Comment #2 from Markus Mohrhard markus.mohrh...@googlemail.com --- (In reply to comment #1) The

Testing LibreOffice for Android

2013-05-03 Thread Thomas Arildsen
I have downloaded and installed LibreOffice for Android as advertised here: http://www.muktware.com/5553/install-libreoffice-android Do you have a place to leave feedback such as bug reports? It does not really seem to be working for me. Best regards, Thomas Arildsen

How to add a new spell checker?

2013-05-03 Thread jinl...@iscas.ac.cn
Hello all,I am working on developping a certain kind of spell checker of my own grammer. But I don't know the framework of spell checker developing. How Can i get these message? I have checked the extensions. But I can only find some dictionarys. How can i plug in my own grammer checker for

Re: LO Impress: text field (and other main fields of different layout) needs reset function for size and position

2013-05-03 Thread Karl-Philipp Richter
Hi Thorsten, Thanks for your interest. I was about to do that, but the form seemed to be only for bugs rather than enhancements... I think it's not as clear as it could be! You even can only set the bug report to be an enhancement request after you submitted the bug and then opened the

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

2013-05-03 Thread Bjoern Michaelsen
Hi, On Fri, May 03, 2013 at 12:40:42PM +0200, Thorsten Behrens wrote: Ok - but then I see even less reason for another list, if it is read-only. Gerrit already lets me get email for any number of events, with filters all. So if additional action is necessary anyway - which subscribing to a

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0-3' - instsetoo_native/util solenv/inc

2013-05-03 Thread Petr Mladek
instsetoo_native/util/openoffice.lst | 40 +-- solenv/inc/minor.mk |4 +-- 2 files changed, 22 insertions(+), 22 deletions(-) New commits: commit 6b18c58244c59a756dbf1cdf516bb297de9c0416 Author: Petr Mladek pmla...@suse.cz Date: Fri May 3

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

2013-05-03 Thread Bjoern Michaelsen
Hi, On Fri, May 03, 2013 at 04:58:13PM +0200, Jan Holesovsky wrote: Before we go ahead with any actions here, let me explain why I think it is good to have some sort of mails going to the ML, and what I think is broken at the moments. No worries, Im drowned with work and will not suddenly

[Libreoffice-commits] core.git: include/sal

2013-05-03 Thread Fridrich Štrba
include/sal/log-areas.dox |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 83b507c0f0858471333e3a079aedb15327186742 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Fri May 3 18:23:16 2013 +0200 fixing mistake of no following cargo-cult correctly

[PATCH] fdo#56995 Created global option to disable presenter console...

2013-05-03 Thread Manik Malhotra (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3762 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/62/3762/1 fdo#56995 Created global option to disable presenter console in Impress Changes made are as Follows

[Libreoffice-commits] .: src/docrecord.py src/docstream.py

2013-05-03 Thread Miklos Vajna
src/docrecord.py | 37 + src/docstream.py |6 +- 2 files changed, 42 insertions(+), 1 deletion(-) New commits: commit 47c1588c33281f15635bbf5c4ba6e44f09998467 Author: Miklos Vajna vmik...@suse.cz Date: Fri May 3 18:28:26 2013 +0200 doc: dump

Re: [PUSHED] new upstream release liblangtag-0.5.1

2013-05-03 Thread Eike Rathke
Hi Mat, On Wednesday, 2013-05-01 01:07:29 +0200, Mat M wrote: Thanks for that, Eike. I began to try fixing 0.4.0, but was not so easy. ccache disabled for now, will try to introduce it back later on. That should fix it

'PATCH': made available under the MPL/LGPLv3+

2013-05-03 Thread nilesh gupta
https://bugs.freedesktop.org/show_bug.cgi?id=63926 easy hack number 63926 https://bugs.freedesktop.org/show_bug.cgi?id=63926 https://bugs.freedesktop.org/show_bug.cgi?id=63926-- *NILESH GUPTA* B.Tech, final year Electrical Engineering Deptt. MNIT Jaipur +91-8233043423 include_sfx2.patch

Re: How to add a new spell checker?

2013-05-03 Thread Noel Grandin
Have a look at how Lightproof works. http://extensions.libreoffice.org/extension-center/lightproof-editor ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Testing LibreOffice for Android

2013-05-03 Thread Tor Lillqvist
There is no need for testing, it is painfully obvious what the shortcomings are. This is not claimed at all to be even close to useful to end-users --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

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

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

Re: Need Guidance on bug fdo#37222

2013-05-03 Thread Anurag Kanungo
Thanks for the Guidance, I have resubmitted the patch at https://gerrit.libreoffice.org/3763 :-) On Fri, May 3, 2013 at 7:37 PM, Anurag Kanungo anuragkanu...@gmail.comwrote: Thanks , Surely will try according to you guidance . :-) On Fri, May 3, 2013 at 7:33 PM, Jan Holesovsky

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

2013-05-03 Thread Anurag Kanungo
It would require make dev-install to work . On Fri, May 3, 2013 at 10:55 PM, Anurag Kanungo (via Code Review) ger...@gerrit.libreoffice.org wrote: Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3763 To pull it, you can do: git pull

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

2013-05-03 Thread Jan Holesovsky
Hi Bjoern, Bjoern Michaelsen píše v Pá 03. 05. 2013 v 18:19 +0200: Well, yeah. And when we wait half a day, we could also collect all the unpushed fixes in _one_ mail and not start one thread for each. We could go fancy and call this mail digest. ;) Digest with N patches in a lump kills

[ABANDONED] export zoom factor correctly to OOXML

2013-05-03 Thread Markus Mohrhard (via Code Review)
Markus Mohrhard has abandoned this change. Change subject: export zoom factor correctly to OOXML .. Patch Set 1: Abandoned Noel fixed it already -- To view, visit https://gerrit.libreoffice.org/3691 To unsubscribe, visit

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

2013-05-03 Thread Kohei Yoshida
sc/source/core/data/column.cxx |4 ++-- sc/source/core/data/column2.cxx |8 +++- sc/source/core/data/column3.cxx |2 +- 3 files changed, 6 insertions(+), 8 deletions(-) New commits: commit 75fb7b653e86dae9b18cadce48f03232052864e3 Author: Kohei Yoshida kohei.yosh...@gmail.com

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

2013-05-03 Thread Kohei Yoshida
sc/inc/column.hxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit caab3556d7b9887cec923c626d911e7c1f5676c8 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Fri May 3 15:25:37 2013 -0400 DeleteRange is only called from within ScColumn, and should be

[Libreoffice-commits] core.git: 4 commits - editeng/source include/comphelper reportdesign/source xmloff/source

2013-05-03 Thread Lionel Elie Mamane
editeng/source/items/frmitems.cxx |3 ++- include/comphelper/classids.hxx |6 ++ reportdesign/source/core/api/FixedLine.cxx|5 - reportdesign/source/core/api/FixedText.cxx|5 -

[PATCH libreoffice-4-0] fdo#48056 revert part of return correct name for shapetype

2013-05-03 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3766 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/66/3766/1 fdo#48056 revert part of return correct name for shapetype Keep hardcoded values as *fallback* only, but trust

[PATCH libreoffice-4-0] fdo#64150 don't segfault when there is no line

2013-05-03 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3765 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/65/3765/1 fdo#64150 don't segfault when there is no line Change-Id: Iab36de3d407925cdb0e092afae457907f0261b3e --- M

[PATCH libreoffice-4-0] fdo#48056 treat report chart as draw chart

2013-05-03 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3767 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/67/3767/1 fdo#48056 treat report chart as draw chart Change-Id: I0a716b4339747f1994e5c8710e15474807aea4a2 --- M

[Libreoffice-commits] core.git: Changes to 'feature/sidebar'

2013-05-03 Thread Oliver-Rainer Wittmann
New branch 'feature/sidebar' available with the following commits: commit d50ce284c9674c45acd40d017cc44c260da722a2 Author: Oliver-Rainer Wittmann o...@apache.org Date: Wed Apr 10 08:20:16 2013 + Resolves: #i121420# merge sidebar feature (cherry picked from commit

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 48056, which changed state. Bug 48056 Summary: FILEOPEN Report with charts fails with Message Failed to parse the report https://bugs.freedesktop.org/show_bug.cgi?id=48056 What|Removed

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - e9/52d1401c1adc41934118ba7f542611ef9da11b

2013-05-03 Thread Caolán McNamara
e9/52d1401c1adc41934118ba7f542611ef9da11b |1 + 1 file changed, 1 insertion(+) New commits: commit 3f3038c6a769c8bdb484667d6f571f5edf219cf5 Author: Caolán McNamara caol...@redhat.com Date: Fri May 3 20:37:07 2013 +0100 Notes added by 'git notes add' diff --git

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

2013-05-03 Thread Julien Nabet
wizards/source/importwizard/FilesModul.xba |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a80ae494533f3be2009d623478ff57e16bcc8be7 Author: Julien Nabet serval2...@yahoo.fr Date: Fri May 3 21:39:09 2013 +0200 Document converter: Add extensions as non

  1   2   3   >