[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #170 from Roman Eisele --- (In reply to comment #169) > Nominating bug 48039: Cross-references disrupted in Master Document. It > destroys cross references in subdocuments. A good nomination, however -- this is already a “Most Annoyi

[Libreoffice-commits] .: Branch 'feature/orcus-update' - configure.ac liborcus/ExternalProject_liborcus.mk sc/Library_scfilt.mk zlib/StaticLibrary_zlib.mk

2012-11-26 Thread Libreoffice Gerrit user
configure.ac |2 +- liborcus/ExternalProject_liborcus.mk |2 ++ sc/Library_scfilt.mk |7 +++ zlib/StaticLibrary_zlib.mk |4 4 files changed, 14 insertions(+), 1 deletion(-) New commits: commit 7c0a46a4ba4264b98358e329784d6

[PATCH] Improve English Comments: Correct Typos

2012-11-26 Thread Naser Sharifi
Hi, Attached is a patch that corrects some typos in English comments. My first patch, of course. Thanks, Naser 0001-Improve-English-comments.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.fre

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #169 from Francisco --- Nominating bug 48039: Cross-references disrupted in Master Document. It destroys cross references in subdocuments. -- You are receiving this mail because: You are on the CC list for the bug. _

framework: Remove code inside a ifdef without define

2012-11-26 Thread Marcos Souza (via Code Review)
Marcos Souza has abandoned this change. Change subject: framework: Remove code inside a ifdef without define .. Patch Set 1: Abandoned We need to talk with community to verify what can be removed. -- To view, visit https://ger

Remove unused methods from unicode

2012-11-26 Thread Marcos Souza (via Code Review)
Marcos Souza has abandoned this change. Change subject: Remove unused methods from unicode .. Patch Set 1: Abandoned These methods will be used in some time. -- To view, visit https://gerrit.libreoffice.org/1087 To unsubscribe

Help with #fdo52622

2012-11-26 Thread Marcos Souza
Hi LO guys, After take a look in bugzilla, I reached a "simple" work: Remove duplicated code. So, what can I do? Create a new file in tools dir? If you can send me some tips, I believe I can help in this issue :) Until now, I don't understood very well how to build process work, a lot of .mk fi

Re: opinion needed on feature/download

2012-11-26 Thread Mat M
Matus, Le Mon, 26 Nov 2012 15:32:51 +0100, Matúš Kukan a écrit: You could have.. I just wanted to let people know here what I am working on to be sure nobody will be strongly against (maybe it was pointless) The more the better :-) - Add a block to test for the need of the tarball in co

[Libreoffice-commits] .: 2 commits - accessibility/bridge offapi/type_reference

2012-11-26 Thread Libreoffice Gerrit user
accessibility/bridge/org/openoffice/java/accessibility/Button.java |2 +- offapi/type_reference/types.rdb|binary 2 files changed, 1 insertion(+), 1 deletion(-) New commits: commit cb1b0ddbb40ea2afcc41d117ab4abb04ca0e58bf Author: Michael Stahl Date: Tue

Re: --disable-ext-pdfimport -> --disable-pdfimport

2012-11-26 Thread Mat M
Hello Stephan, * Le Mon, 26 Nov 2012 09:56:26 +0100, Stephan Bergmann a écrit: Sorry, I forgot to announce that "Turn PDF import from bundled extension to plain code" renamed the configure

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

2012-11-26 Thread Libreoffice Gerrit user
sc/source/filter/orcus/orcusfiltersimpl.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit f57dcbc332e77307761a0a7f298455531df8a382 Author: Kohei Yoshida Date: Tue Oct 2 19:46:47 2012 -0400 orcus from master now has a new interface. Change-Id: I1d03d5dd2b12

[Libreoffice-commits] .: filter/source

2012-11-26 Thread Libreoffice Gerrit user
filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) New commits: commit 7ce4ca1c49c1183ffb32b0e7f85e29e3d5b2eb37 Author: Peter Jentsch Date: Mon Nov 26 23:33:12 2012 +0100 fdo#56598 - no whitespace after section n

[Libreoffice-commits] .: 3 commits - sc/source

2012-11-26 Thread Libreoffice Gerrit user
sc/source/core/data/bcaslot.cxx |4 +- sc/source/filter/excel/xecontent.cxx | 67 ++- sc/source/filter/excel/xestyle.cxx | 17 +++- sc/source/filter/inc/xecontent.hxx | 13 ++ 4 files changed, 95 insertions(+), 6 deletions(-) New commits:

[PATCH] configure: switch system Python minimum to 3.3

2012-11-26 Thread Michael Stahl (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1176 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/76/1176/1 configure: switch system Python minimum to 3.3 System Python 2 can still be used by setting PYTHON, PYTHON_CFLAG

[PUSHED] API CHANGE: remove com.sun.star.document.XDocumentInfo

2012-11-26 Thread Michael Stahl (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/1149 -- To view, visit https://gerrit.libreoffice.org/1149 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[PUSHED] API CHANGE: com.sun.star.lang.IllegalArgumentException

2012-11-26 Thread Michael Stahl (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/1145 -- To view, visit https://gerrit.libreoffice.org/1145 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[PUSHED] Some ::rtl::OUString -> OUString in bridges

2012-11-26 Thread Norbert Thiebaud (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/1068 Approvals: Norbert Thiebaud: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1068 To unsubscribe

[Libreoffice-commits] .: bridges/source

2012-11-26 Thread Libreoffice Gerrit user
bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx |7 bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx | 24 ++ bridges/source/cpp_uno/cc5_solaris_sparc64/uno2cpp.cxx|4 +- bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx |8 +--- 4 file

[Libreoffice-commits] .: configure.ac

2012-11-26 Thread Libreoffice Gerrit user
configure.ac | 14 ++ 1 file changed, 14 insertions(+) New commits: commit 7af306fb2508f01b91749542fd383acc0e675e34 Author: Rene Engelhard Date: Mon Nov 26 22:19:20 2012 +0100 check for python >= 3.3 in configure when building with python3 Change-Id: If25d4d1d583caa

Re: Research information for LibreOffice

2012-11-26 Thread Michael Stahl
On 26/11/12 19:27, Mihai Codoban wrote: > Hello, > > I am a graduate student from the University of Illinois at Urbana - > Champaign and I am working on a project involving repository histories. > LibreOffice could be relevant to my research data since it has a rich > history and activity. > > Af

[Libreoffice-commits] .: Branch 'feature/orcus-update' - 2 commits - configure.ac liborcus/liborcus_0.1.0-warnings.patch liborcus/UnpackedTarball_orcus.mk

2012-11-26 Thread Libreoffice Gerrit user
configure.ac |2 - liborcus/UnpackedTarball_orcus.mk |6 +-- liborcus/liborcus_0.1.0-warnings.patch | 62 - 3 files changed, 3 insertions(+), 67 deletions(-) New commits: commit 6f573b76ddbbc87b4e251c00831e8394f28e97f2 Autho

[Libreoffice-commits] .: filter/source

2012-11-26 Thread Libreoffice Gerrit user
filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl | 11 +- 1 file changed, 6 insertions(+), 5 deletions(-) New commits: commit 5781a5ea3d502332cda77ab75aa7ddd1c9ca36f7 Author: Peter Jentsch Date: Mon Nov 26 21:40:56 2012 +0100 fdo#57575 (xhtml hairline bor

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2012-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Jean-Baptiste Faure changed: What|Removed |Added Depends on||57515 --- Comment #37 from Jean-Ba

Re: Use unabbreviated git SHA1 for buildid

2012-11-26 Thread Lior Kaplan
On Mon, Nov 26, 2012 at 10:33 PM, Miklos Vajna wrote: > On Mon, Nov 26, 2012 at 04:26:12PM +0200, Lior Kaplan < > kaplanl...@gmail.com> wrote: > > Thanks, although I couldn't find the other commit (the first is > > 349fa28a5998d10b110da1a7fcc6b5b24d5940b1) > > Yes, because the other (349fa28a95d4

[Libreoffice-commits] Changes to 'feature/orcus-update'

2012-11-26 Thread Libreoffice Gerrit user
New branch 'feature/orcus-update' available with the following commits: commit 3ad4cf0b1d7001af57188b739f8f639ac89baf7b Author: Kohei Yoshida Date: Mon Nov 26 15:35:32 2012 -0500 Update liborcus package to (pre-release) 0.3.0. This is not the official 0.3.0 release. Change

Re: Use unabbreviated git SHA1 for buildid

2012-11-26 Thread Miklos Vajna
On Mon, Nov 26, 2012 at 04:26:12PM +0200, Lior Kaplan wrote: > Thanks, although I couldn't find the other commit (the first is > 349fa28a5998d10b110da1a7fcc6b5b24d5940b1) Yes, because the other (349fa28a95d40a49d579ea66b9b69720f0d85c5c) is a tree, not a commit. __

[Libreoffice-commits] .: 2 commits - svx/inc svx/source vcl/inc vcl/source

2012-11-26 Thread Libreoffice Gerrit user
svx/inc/tbunosearchcontrollers.hxx |4 -- svx/source/tbxctrls/tbunosearchcontrollers.cxx | 36 ++-- vcl/inc/vcl/edit.hxx |4 ++ vcl/source/control/edit.cxx| 37 +++-- 4 files changed, 42 i

liborcus package update

2012-11-26 Thread Kohei Yoshida
Hi there, FYI, I'll be working on updating the liborcus package later this week. I will use the feature/orcus-update branch (yet to be created) to do the update. Once the package update is out of the way, I'll work on merging the feature/calc-xml-source branch onto master just in time for th

[Libreoffice-commits] .: Branch 'feature/calc-xml-source' - icon-themes/galaxy sc/source

2012-11-26 Thread Libreoffice Gerrit user
icon-themes/galaxy/sc/res/xml_attribute.png |binary icon-themes/galaxy/sc/res/xml_element.png|binary icon-themes/galaxy/sc/res/xml_element_repeat.png |binary sc/source/ui/src/xmlsourcedlg.src|6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) New commit

[PUSHED] New Layout for 'Insert Table' Dialog

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

[Libreoffice-commits] .: sw/source sw/uiconfig

2012-11-26 Thread Libreoffice Gerrit user
sw/source/ui/inc/instable.hxx |3 ++- sw/source/ui/table/instable.cxx | 12 ++-- sw/uiconfig/swriter/ui/inserttable.ui |5 ++--- 3 files changed, 14 insertions(+), 6 deletions(-) New commits: commit 95b4c0322d486d7899917ed22dd1f8193af77dcf Author: Caolán McNamara

[Libreoffice-commits] .: sw/uiconfig

2012-11-26 Thread Libreoffice Gerrit user
sw/uiconfig/swriter/ui/inserttable.ui | 224 -- 1 file changed, 107 insertions(+), 117 deletions(-) New commits: commit db8aa2fcf00d0df8f99b12dc2c8213ea66ba894f Author: Samuel Mehrbrodt Date: Mon Nov 26 12:31:28 2012 +0100 New Layout for 'Insert Table' Dia

[Libreoffice-commits] .: 5 commits - idl/source ios/experimental

2012-11-26 Thread Libreoffice Gerrit user
idl/source/objects/types.cxx |2 ios/experimental/DocumentLoader/Makefile | 11 ++- ios/experimental/DocumentLoader/docloader.mm | 83 ++- 3 files changed, 80 insertions(+), 16 deletions(-) New commits: commit 9d83ad0e99ab182506be99f7d6a2bec7f6

[Libreoffice-commits] .: l10ntools/source

2012-11-26 Thread Libreoffice Gerrit user
l10ntools/source/localize.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d042c3ccd88ed0ae7bc4027e9b3478f1d5170657 Author: Zolnai Tamás Date: Mon Nov 26 19:54:26 2012 +0100 Fix bug in localize, created by recently changes Change-Id: I329c72fdca6a

[API] Some peeks into *::addEventListener overloading

2012-11-26 Thread Thorsten Behrens
Hi there, mst pointed me to a problem with overloaded names on interface implementations (the very bottommost entry of http://wiki.documentfoundation.org/Development/LibreOffice4#UNO_related_changes_2), for which I promised to look into. It seems the bulk of the problem stems from css::accessibil

Research information for LibreOffice

2012-11-26 Thread Mihai Codoban
Hello, I am a graduate student from the University of Illinois at Urbana - Champaign and I am working on a project involving repository histories. LibreOffice could be relevant to my research data since it has a rich history and activity. After reading through your project history I understand th

Re: Fixing a .doc header regression

2012-11-26 Thread Luke Deller
Thanks for the welcome Jan and Miklos. I have been reading this list for a few weeks since starting to look at this issue, and the way you treat each other here with kindness and consideration makes this community very attractive. On Mon, Nov 05, 2012 at 04:38:21PM +0100, Jan Holesovsky wrote: >

[Triage Project] Weekly Report

2012-11-26 Thread Joel Madero
We're down 10 bugs from last week, google doc is updated, please take a sheet if you have the time :) https://docs.google.com/spreadsheet/ccc?key=0ApS-XtOUGGH5dDIwaXN1YnNsM0h4RXFKdVhvb2RRb0E Stats: http://wiki.documentfoundation.org/QA_Stats#Unconfirmed_Bugs_Reported_More_Than_30_Days_Ago Best R

[Libreoffice-commits] .: officecfg/registry sd/source

2012-11-26 Thread Libreoffice Gerrit user
officecfg/registry/schema/org/openoffice/Office/Impress.xcs |7 + sd/source/ui/app/optsitem.cxx | 13 - sd/source/ui/dlg/tpoption.cxx |8 +- sd/source/ui/dlg/tpoption.src | 16

[PUSHED] Migrate 'Insert Script' dialog to .ui file

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

[Libreoffice-commits] .: sw/AllLangResTarget_sw.mk sw/inc sw/source sw/uiconfig

2012-11-26 Thread Libreoffice Gerrit user
sw/AllLangResTarget_sw.mk |1 sw/inc/globals.hrc | 10 + sw/source/ui/app/app.src |6 + sw/source/ui/fldui/javaedit.cxx|2 - sw/source/ui/fldui/javaedit.hrc| 24 -- sw/source/ui/fldui/ja

[Libreoffice-commits] .: android/sdremote

2012-11-26 Thread Libreoffice Gerrit user
android/sdremote/res/values/strings.xml |9 - 1 file changed, 4 insertions(+), 5 deletions(-) New commits: commit 1a622833635d76134426db76b32cf730443a0eab Author: Andras Timar Date: Mon Nov 26 17:56:34 2012 +0100 unifications/fixes before handoff to translators Change

[Libreoffice-commits] .: sw/source sw/uiconfig sw/UI_swriter.mk

2012-11-26 Thread Libreoffice Gerrit user
sw/UI_swriter.mk |1 sw/source/ui/fldui/javaedit.cxx| 104 +--- sw/source/ui/fldui/javaedit.hrc| 18 -- sw/source/ui/fldui/javaedit.src| 115 - sw/source/ui/inc/javaedit.hxx | 26 +-- sw/uiconfig/swriter/ui/inser

[Libreoffice-commits] .: svx/source

2012-11-26 Thread Libreoffice Gerrit user
svx/source/unodraw/unoshape.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit a04735e037289585aa4c4fb68c6907b38a828f41 Author: Radek Doulik Date: Mon Nov 26 17:50:14 2012 +0100 fix crash on impress quit, when custom shapes were added during editing

[Libreoffice-commits] .: cui/source

2012-11-26 Thread Libreoffice Gerrit user
cui/source/options/certpath.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 3bdd04fc0466154e16243cf233fb2bb3ad4043a0 Author: Stephan Bergmann Date: Mon Nov 26 17:35:15 2012 +0100 Improve error reporting Change-Id: I46e97b59716e5d716ac5d76a0bd6

[Libreoffice-commits] .: boost/boost_1_44_0-clang-warnings.patch

2012-11-26 Thread Libreoffice Gerrit user
boost/boost_1_44_0-clang-warnings.patch | 18 ++ 1 file changed, 18 insertions(+) New commits: commit 185fe1de1f437ec2a60cbab3f30bd505e9d14d36 Author: Tor Lillqvist Date: Mon Nov 26 18:20:10 2012 +0200 WaE: use of logical '&&' with constant operand Thanks, Clang

[PATCH] More ::rtl::OUString -> OUString in canvas

2012-11-26 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1175 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/75/1175/1 More ::rtl::OUString -> OUString in canvas Change-Id: If99dfc98ace1bf62cd5ab05c596f4f6ffc5fbd2f --- M canvas/inc

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Rainer Bielefeld changed: What|Removed |Added Depends on|35568 | -- You are receiving this mail beca

Re: Bug 34465 - get rid of all calls to virtual const SfxPoolItem* Put( const SfxPoolItem&, USHORT nWhich)

2012-11-26 Thread Maciej Rumianowski
I failed here. Every place Item with which-id 4040 (EE_FEATURE_LINEBR) is created/copied/setWhich is a valid SfxVoidItem with Type() method. Only fails in SfxItemSet destructor as below Program received signal SIGSEGV, Segmentation fault. > 0x4496cc33 in SfxItemSet::~SfxItemSet (this=0xbfff51e8, >

[Libreoffice-commits] .: l10ntools/source

2012-11-26 Thread Libreoffice Gerrit user
l10ntools/source/localize.cxx | 352 +++--- l10ntools/source/propex.cxx | 29 +-- 2 files changed, 176 insertions(+), 205 deletions(-) New commits: commit 54f2fad47b002c498b66b899a3cbcdad4bd11197 Author: Zolnai Tamás Date: Mon Nov 26 15:14:11 2012 +010

Re: opinion needed on feature/download

2012-11-26 Thread Matúš Kukan
Hello Mat On 23 November 2012 19:06, Mat M wrote: > Hello Matus, > > I plannned to answer in the issue, but I saw your comment about the ML,so... You could have.. I just wanted to let people know here what I am working on to be sure nobody will be strongly against (maybe it was pointless) I thin

[Libreoffice-commits] .: sc/CppunitTest_sc_tablesheetsobj.mk

2012-11-26 Thread Libreoffice Gerrit user
sc/CppunitTest_sc_tablesheetsobj.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 2981921b49c9bc5748a01dec9ee039aace0bc80e Author: Stephan Bergmann Date: Mon Nov 26 15:28:28 2012 +0100 Missing dependency on lng.component ...at least, failure of Linux-openSUSE-x86@1

Re: Use unabbreviated git SHA1 for buildid

2012-11-26 Thread Lior Kaplan
On Mon, Nov 26, 2012 at 4:05 PM, Stephan Bergmann wrote: > On 11/26/2012 01:00 PM, Lior Kaplan wrote: > >> I'd like to raise the question why do we need the full SHA1 for as the >> build ID? >> (See >> http://cgit.freedesktop.org/**libreoffice/core/commit/?id=** >> b7e6c8459b15a4fdb9ebb269b27cde**

[Libreoffice-commits] .: Branch 'distro/suse/suse-3.6' - vcl/inc vcl/source

2012-11-26 Thread Libreoffice Gerrit user
vcl/inc/vcl/wrkwin.hxx | 24 +--- vcl/source/window/wrkwin.cxx | 16 ++-- 2 files changed, 23 insertions(+), 17 deletions(-) New commits: commit 6c3c48f1c8d672fa9e8800ae9d03aa51f4f258d7 Author: Luboš Luňák Date: Mon Nov 26 14:54:34 2012 +0100 m

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - vcl/inc vcl/source

2012-11-26 Thread Libreoffice Gerrit user
vcl/inc/vcl/wrkwin.hxx | 24 +--- vcl/source/window/wrkwin.cxx | 16 ++-- 2 files changed, 23 insertions(+), 17 deletions(-) New commits: commit f9810625dbe56bcd35aaf8c6ea5ceb32750516af Author: Luboš Luňák Date: Mon Nov 26 14:54:34 2012 +0100 m

[PATCH] Some ::rtl::OUString -> OUString in canvas

2012-11-26 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1174 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/74/1174/1 Some ::rtl::OUString -> OUString in canvas Change-Id: Icfcd96432327873f23351a85f8015f0a945dbf47 --- M canvas/inc

Re: Use unabbreviated git SHA1 for buildid

2012-11-26 Thread Stephan Bergmann
On 11/26/2012 01:00 PM, Lior Kaplan wrote: I'd like to raise the question why do we need the full SHA1 for as the build ID? (See http://cgit.freedesktop.org/libreoffice/core/commit/?id=b7e6c8459b15a4fdb9ebb269b27cdeea82c8c5c2) Using the abbreviated version looks weird enough for users, and I thi

[Libreoffice-commits] .: vcl/inc vcl/source

2012-11-26 Thread Libreoffice Gerrit user
vcl/inc/vcl/wrkwin.hxx | 24 +--- vcl/source/window/wrkwin.cxx | 16 ++-- 2 files changed, 23 insertions(+), 17 deletions(-) New commits: commit 8bf500c365e3cf24086a672f63b0b5d5b60ff4a9 Author: Luboš Luňák Date: Mon Nov 26 14:54:34 2012 +0100 m

[Libreoffice-commits] .: Branch 'feature/download' - 2 commits - config_host.mk.in configure.ac download Makefile.fetch Makefile.top

2012-11-26 Thread Libreoffice Gerrit user
Makefile.fetch|8 ++- Makefile.top | 44 +++ config_host.mk.in |2 configure.ac | 22 ++--- download | 124 -- 5 files changed, 50 insertions(+), 150 deletions(-) New commits: commit 7c578

[PUSHED] Remove useless comment.

2012-11-26 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/1169 Approvals: Tomáš Chvátal: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1169 To unsubscribe, v

[Libreoffice-commits] .: autodoc/source

2012-11-26 Thread Libreoffice Gerrit user
autodoc/source/parser_i/tokens/stmstar2.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 8d87128c6bcbac26520a8fef7ae5a6256a824104 Author: jailletc36 Date: Sun Nov 25 20:39:24 2012 +0100 Remove useless comment. Change-Id: Ica37d08671700adea3b0d4

[PATCH] fdo#38838 Unistring::Fill() -> OUString::padRight()

2012-11-26 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1173 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/73/1173/1 fdo#38838 Unistring::Fill() -> OUString::padRight() Replace Unistring::Fill() with OUString::padRight() and use

[Libreoffice-commits] .: pyuno/source

2012-11-26 Thread Libreoffice Gerrit user
pyuno/source/module/pyuno_util.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 669f0da19beb577ffded49b2678f4968aa35b5c0 Author: Rene Engelhard Date: Mon Nov 26 13:48:58 2012 +0100 use correct PyString_Size for python2 This reverts commit 8ea4657

[Libreoffice-commits] .: 2 commits - oox/Library_oox.mk sc/Library_scfilt.mk

2012-11-26 Thread Libreoffice Gerrit user
oox/Library_oox.mk | 13 ++--- sc/Library_scfilt.mk | 116 +-- 2 files changed, 64 insertions(+), 65 deletions(-) New commits: commit 2ea580358671a840dbd70db13db72a6e5b8be062 Author: Tor Lillqvist Date: Mon Nov 26 13:48:39 2012 +0200 Re

Use unabbreviated git SHA1 for buildid

2012-11-26 Thread Lior Kaplan
Hi, I'd like to raise the question why do we need the full SHA1 for as the build ID? (See http://cgit.freedesktop.org/libreoffice/core/commit/?id=b7e6c8459b15a4fdb9ebb269b27cdeea82c8c5c2 ) Using the abbreviated version looks weird enough for users, and I think the full version won't add anything.

[Libreoffice-commits] .: toolkit/source vcl/source

2012-11-26 Thread Libreoffice Gerrit user
toolkit/source/helper/unowrapper.cxx | 23 ++-- vcl/source/window/window.cxx | 66 +++ 2 files changed, 50 insertions(+), 39 deletions(-) New commits: commit f902bcda6e769c59231e40a45430b83fc2006199 Author: Stephan Bergmann Date: Mon Nov 26 1

[PATCH] New Layout for 'Insert Table' Dialog

2012-11-26 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1172 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/72/1172/1 New Layout for 'Insert Table' Dialog As discussed in http://nabble.documentfoundation.org/Libreoffice-ux-advise

[Libreoffice-commits] .: sc/source

2012-11-26 Thread Libreoffice Gerrit user
sc/source/core/data/conditio.cxx | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) New commits: commit a1ba48f312e9a5a1c8383775a0f0ef951832f4d4 Author: Markus Mohrhard Date: Mon Nov 26 11:12:30 2012 +0100 we can now update formulas in cond formats correctly, fdo#48970

Re: [PUSHED 3-6-4] fix for fdo#57451, don't throw exception through methods with throw()

2012-11-26 Thread Petr Mladek
Stephan Bergmann píše v Ne 25. 11. 2012 v 01:11 +0100: > On 11/25/2012 12:56 AM, Michael Meeks wrote: > > > > On Sat, 2012-11-24 at 19:04 +0100, Markus Mohrhard wrote: > >> [1] and [2] fix a crash in calc import that happens if the sax parser > >> is throwing an exception when reading the document

[Libreoffice-commits] .: sal/textenc

2012-11-26 Thread Libreoffice Gerrit user
sal/textenc/tables.cxx |8 1 file changed, 8 insertions(+) New commits: commit 86b966257e63d4dbae1eb43aa16730a61811299c Author: Caolán McNamara Date: Mon Nov 26 11:05:31 2012 + removal of ISCII code left a bogus hole in table Change-Id: I341e36a59172116c9f90c67c

[Libreoffice-commits] .: configure.ac

2012-11-26 Thread Libreoffice Gerrit user
configure.ac |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit febad365b8eba7712ec820d17bbfac9bea41cf6b Author: Tor Lillqvist Date: Mon Nov 26 13:05:22 2012 +0200 Clarify --disable-export meaning Change-Id: I7074ece89025f4a82c7ce1818576591f8852cd3c

REMINDER: Release 3.6.4-rc2 from libreoffice-3-6-4 branch

2012-11-26 Thread Petr Mladek
Hi, please note that the commit deadline for 3.6.4-rc2 is today, November 26, 2012. It will be used as LO-3.6.4 final if no blocker is reported. See also http://wiki.documentfoundation.org/ReleasePlan#3.6_release http://wiki.documentfoundation.org/Release_Criteria http://wiki.documentfoundation.o

Re: opinion needed on feature/download

2012-11-26 Thread Petr Mladek
Mat M píše v Pá 23. 11. 2012 v 19:06 +0100: > Alternative: if someone insists on separating md5 from filename to be able > to use default tars, It was me who come up with the idea or removing md5sum from the file name. Well, it was after Matus came up with the idea of introducing .md5 files :-)

[Libreoffice-commits] .: sw/source

2012-11-26 Thread Libreoffice Gerrit user
sw/source/core/inc/frmtool.hxx | 10 ++-- sw/source/core/inc/layact.hxx |4 - sw/source/core/layout/flycnt.cxx |4 - sw/source/core/layout/frmtool.cxx | 78 ++--- sw/source/core/layout/ftnfrm.cxx | 58 +-- sw/sourc

Re: [PUSHED][REVIEW 3-6-4 3/3] fix for fdo#57451, don't throw exception through methods with throw()

2012-11-26 Thread Noel Power
On 25/11/12 00:11, Stephan Bergmann wrote: On 11/25/2012 12:56 AM, Michael Meeks wrote: On Sat, 2012-11-24 at 19:04 +0100, Markus Mohrhard wrote: [1] and [2] fix a crash in calc import that happens if the sax parser is throwing an exception when reading the document properties. Looks gre

[Libreoffice-commits] .: Branch 'libreoffice-3-6-4' - 2 commits - oox/inc oox/source sc/source

2012-11-26 Thread Libreoffice Gerrit user
oox/inc/oox/core/xmlfilterbase.hxx |2 +- oox/source/core/xmlfilterbase.cxx|2 +- sc/source/filter/oox/excelfilter.cxx |9 - 3 files changed, 10 insertions(+), 3 deletions(-) New commits: commit 944242608ea8335f071033dc422447c526794544 Author: Markus Mohrhard Date: Sa

[Libreoffice-commits] .: boost/boost_1_44_0-crc-shadow-warning.patch boost/boost.6397.warnings.patch boost/UnpackedTarball_boost.mk

2012-11-26 Thread Libreoffice Gerrit user
boost/UnpackedTarball_boost.mk |2 -- boost/boost.6397.warnings.patch | 21 + boost/boost_1_44_0-crc-shadow-warning.patch | 21 - 3 files changed, 21 insertions(+), 23 deletions(-) New commits: commit 9f12780c94e192949b28235

Re: [UX] FDO#54975 - Should Formulas Be Considered Values If there is No Cell Reference - Advice

2012-11-26 Thread Stefan Knorr
Hi Joel, to get UX people looking at this, you should add the ux-advise list to CC. So I am doing that and quote your mail in verbatim below. Astron. On Sat, 2012-11-24 at 19:39 -0800, Joel Madero wrote: > Hi All, > We need UX input on this bug: > > https://bugs.freedesktop.org/show_bug.cgi?id=5

Re: Java/SWING + VCL / X crasher ...

2012-11-26 Thread Andrew Haley
Hi, On 11/24/2012 06:02 PM, Michael Meeks wrote: > It seems to me that X's global error handler is the primary design > drop-off here; there should be one per display (?). Having said that - I > wonder if there is some nice way we can clobber Java's XError handler > entirely, and/or stop it

[Libreoffice-commits] .: 2 commits - boost/boost.6397.warnings.patch l10ntools/source

2012-11-26 Thread Libreoffice Gerrit user
boost/boost.6397.warnings.patch | 19 --- l10ntools/source/cfglex.l |3 ++- l10ntools/source/srclex.l |3 ++- l10ntools/source/xrmlex.l |3 ++- 4 files changed, 22 insertions(+), 6 deletions(-) New commits: commit 0789a8ef9176b1f84b61d9d7bd9556395a2

[PATCH] Add/modify locales & language list entries for Congolese lan...

2012-11-26 Thread Jeremy Brown (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1171 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/71/1171/1 Add/modify locales & language list entries for Congolese languages Change-Id: I9f65022cee5dc0201ab45192b3731115b

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Rainer Bielefeld changed: What|Removed |Added Depends on|41261 | -- You are receiving this mail beca

[PATCH] fdo#56513 second header/footer lost saving as .doc

2012-11-26 Thread Luke Deller (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1170 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/70/1170/1 fdo#56513 second header/footer lost saving as .doc This reverts changeset 723f772d for i#106749, then applies an

[PUSHED] fdo#37954, #i18737# accept capitalized lowercase custom word...

2012-11-26 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/1162 Approvals: Németh László: Looks good to me, approved Eike Rathke: Verified; Looks good to me, but someone else must approve -- To vi

[Libreoffice-commits] .: 3 commits - filter/Library_egi.mk filter/Library_eme.mk filter/Library_epb.mk filter/Library_epg.mk filter/Library_epp.mk filter/Library_eps.mk filter/Library_ept.mk filter/Li

2012-11-26 Thread Libreoffice Gerrit user
filter/Library_egi.mk |1 + filter/Library_eme.mk |1 + filter/Library_epb.mk |1 + filter/Library_epg.mk |1 + filter/Library_epp.mk |1 + filter/Library_eps.mk |1 + filter/Library_ept.mk |1 + filt

Re: problems with python3.3 and UNO components

2012-11-26 Thread Xisco Faulí
Hello all, I rebuilt master with the latest changes made by Michael Stahl, Michael Meeks and Julien Nabet and desktop.addTerminateListener(TerminateListenerProcAdapter(test)) does not fail anymore. However, print(dir(desktop)) still yells the same problem. Anyway, I could already launch fax wizard

[Libreoffice-commits] .: linguistic/source

2012-11-26 Thread Libreoffice Gerrit user
linguistic/source/spelldsp.cxx | 69 - linguistic/source/spelldsp.hxx | 10 - 2 files changed, 76 insertions(+), 3 deletions(-) New commits: commit 4d160f28b510ce9277b5d6f85eb83b87beb717fe Author: László Németh Date: Sun Nov 25 00:30:27 2012 +

--disable-ext-pdfimport -> --disable-pdfimport

2012-11-26 Thread Stephan Bergmann
Sorry, I forgot to announce that "Turn PDF import from bundled extension to plain code" renamed the configure switch --disable-ext-pdfimport to --disable-pdfimport. Please adapt your autogen.last

[Libreoffice-commits] .: boost/boost_1_44_0-crc-shadow-warning.patch boost/UnpackedTarball_boost.mk

2012-11-26 Thread Libreoffice Gerrit user
boost/UnpackedTarball_boost.mk |2 ++ boost/boost_1_44_0-crc-shadow-warning.patch | 21 + 2 files changed, 23 insertions(+) New commits: commit cf71223c328025efe60215c7774fd87f7941a7b3 Author: Stephan Bergmann Date: Mon Nov 26 09:42:12 2012 +0100 err

[Libreoffice-commits] .: 2 commits - android/experimental

2012-11-26 Thread Libreoffice Gerrit user
android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java | 24 +++--- 1 file changed, 19 insertions(+), 5 deletions(-) New commits: commit 33ab92fe567081c9f704262c2bc959f0498b06d5 Author: Miklos Vajna Date: Mon Nov 26 09:30:38 2012 +0100 android

[Libreoffice-commits] .: src/docrecord.py test/comment.rtf test/doc test/fonts.rtf test/hello.rtf test/parprops.rtf test/parstyles.rtf test/unicode.rtf

2012-11-26 Thread Miklos Vajna
src/docrecord.py |4 +- test/comment.rtf | 16 test/doc/comment.doc |binary test/doc/comment.rtf | 31 + test/doc/fonts.doc |binary test/doc/fonts.rtf |7 +++ test/doc/hello.doc |binary test/doc/hello.rtf |3 + test/doc/pa

[Libreoffice-commits] .: 3 commits - android/Bootstrap svtools/source

2012-11-26 Thread Libreoffice Gerrit user
android/Bootstrap/Makefile.shared |4 ++-- svtools/source/filter/filter.cxx | 35 +++ 2 files changed, 37 insertions(+), 2 deletions(-) New commits: commit ef348c6fc6444343ee8248f3ac1586a97477ba5c Author: Tor Lillqvist Date: Mon Nov 26 09:40:42 2012 +0200

[Libreoffice-commits] .: sw/qa

2012-11-26 Thread Libreoffice Gerrit user
sw/qa/extras/README |4 ++-- sw/qa/extras/inc/swmodeltestbase.hxx |2 ++ sw/qa/extras/ooxmlimport/ooxmlimport.cxx |8 sw/qa/extras/rtfimport/rtfimport.cxx | 12 ++-- 4 files changed, 14 insertions(+), 12 deletions(-) New commits: commit

[Libreoffice-commits] .: 3 commits - connectivity/source dbaccess/source svx/source

2012-11-26 Thread Libreoffice Gerrit user
connectivity/source/drivers/odbcbase/OResultSet.cxx |2 dbaccess/source/core/api/KeySet.cxx |2 svx/source/fmcomp/gridctrl.cxx | 83 ++-- 3 files changed, 46 insertions(+), 41 deletions(-) New commits: commit 91fff62c87512e16d4f0446

[Libreoffice-commits] .: filter/source

2012-11-26 Thread Libreoffice Gerrit user
filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl |2 + filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl | 11 ++ 2 files changed, 9 insertions(+), 4 deletions(-) New commits: commit 6aabe09ac092c51d4b394bde9c7ea0055b952e33 Author: Pete

Fwd: Help in git/branch

2012-11-26 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Never mind My bad... (tiny commas and dots) - Mensagem original Assunto: Help in git/branch Data: Sat, 24 Nov 2012 15:42:08 -0200 De: Olivier Hallot Responder a: olivier.hal...@documentfoundation.org Empresa: The Document Foundat

[Libreoffice-commits] .: filter/source

2012-11-26 Thread Libreoffice Gerrit user
filter/source/xslt/odf2xhtml/export/common/body.xsl |4 1 file changed, 4 insertions(+) New commits: commit 2a9c7f044f03533604e34216d5b8f6e217609832 Author: Peter Jentsch Date: Sun Nov 25 23:21:19 2012 +0100 fix fdo#56595 - FILESAVE: ToC links broken in xhtml export Chan

[Libreoffice-commits] .: filter/source

2012-11-26 Thread Libreoffice Gerrit user
filter/source/xslt/odf2xhtml/export/xhtml/header.xsl | 40 +++ 1 file changed, 8 insertions(+), 32 deletions(-) New commits: commit c8836e0b6d67ff7f4be04fe72ca9834fc5b5b0b7 Author: Peter Jentsch Date: Sun Nov 25 20:45:52 2012 +0100 fix: fdo#55610 - FILESAVE: CRASH when e

[PATCH] Remove useless comment.

2012-11-26 Thread Christophe JAILLET (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1169 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/69/1169/1 Remove useless comment. Change-Id: Ica37d08671700adea3b0d48c1d72b6d26f56dcfb Signed-off-by: jailletc36 --- M au

[Libreoffice-commits] .: 3 commits - svx/source sw/inc sw/source

2012-11-26 Thread Libreoffice Gerrit user
svx/source/tbxctrls/tbcontrl.cxx |2 +- sw/inc/fesh.hxx |2 +- sw/source/ui/utlui/poolfmt.src |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit a08f4a983de1170d9d2cc3490a392469886980cd Author: Jan Holesovsky Date: Sun Nov 25 19:07:28 201

  1   2   >