LibreOffice Gerrit News for core on 2014-05-08

2014-05-08 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + Icon Redux 02: Optimised Galaxy theme in https://gerrit.libreoffice.org/8799 from Andrew Dent about module icon-themes + fdo#78290 : The File gets corrupted

RE: fdo77985 Calc function NETWORKDAYS

2014-05-08 Thread Winfried Donkers
Hi Eike, I'd avoid changing existing Add-In functions, it's a source of hassle ;-) Fine, I prefer to keep away from the add-in code, too. Rather implement an ODFF compliant NETWORKDAYS function at the interpreter [...] OK, then there will be 3 NETWORKDAYS functions: Add-in, OOXML and ODFF:

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 74333, which changed state. Bug 74333 Summary: DATALOSS: Textfield or Picture inside a chart is hidden https://bugs.freedesktop.org/show_bug.cgi?id=74333 What|Removed |Added

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

2014-05-08 Thread Stephan Bergmann
sw/source/filter/ww8/ww8par6.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 9beda5ab8feaeb6d5e1c64e094065b02551532a4 Author: Stephan Bergmann sberg...@redhat.com Date: Thu May 8 08:26:46 2014 +0200 Handle bad SwWW8ImplReader::GetCol input

Re: Questions about getCppuType

2014-05-08 Thread athomas
Hi Julien, here's the regex you may want to use: git grep -lE 'getCppuType\(\((const )?sal_Int32\*\)0\)' | xargs sed -ir 's/getCppuType((\(const \)\?sal_Int32\*)0)/cppu::UnoTypesal_Int32::get()/g' Using brackets in regex is a horror ;) Regards Thomas -- View this message in context:

Re: Questions about getCppuType

2014-05-08 Thread Noel Grandin
On 2014-05-07 23:48, julien2412 wrote: In fact, my primary goal was to clean this use of getCppuType because it was reported by cppcheck (when they were used in if/else if blocks) Then I wanted to remove all of them. The problem is there are 33 Opengrok pages of these and I don't know enough

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

2014-05-08 Thread Vinaya Mandke
sw/qa/extras/ooxmlexport/data/fdo78284.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx| 11 +++ sw/source/filter/ww8/docxsdrexport.cxx |6 +++--- 3 files changed, 14 insertions(+), 3 deletions(-) New commits: commit d8b5bd541b946de2b3e70e8227baf6eb602ba8e2 Author:

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

2014-05-08 Thread Michael Stahl
svx/source/unodraw/unoshape.cxx |9 + 1 file changed, 1 insertion(+), 8 deletions(-) New commits: commit 0500ac6f276f7e0a5522e1ecdbd3688462ee4533 Author: Michael Stahl mst...@redhat.com Date: Wed May 7 22:15:07 2014 +0200 fdo#62176: Revert n757419: Hidden/Non-wrapping text.

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

2014-05-08 Thread Michael Stahl
sw/inc/ndtxt.hxx |3 +++ sw/source/core/doc/doccomp.cxx | 13 + sw/source/core/txtnode/ndtxt.cxx | 11 --- 3 files changed, 24 insertions(+), 3 deletions(-) New commits: commit 8fb7fa143cca628654933459135eee6c3f1450d4 Author: Michael Stahl

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

2014-05-08 Thread Michael Stahl
sw/source/core/fields/chpfld.cxx | 31 --- 1 file changed, 31 deletions(-) New commits: commit 17aeb9e1f0922154a1cf342d17a869161b114f65 Author: Michael Stahl mst...@redhat.com Date: Wed May 7 14:54:54 2014 +0200 fdo#75519: fix chapter cross references

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sw/qa

2014-05-08 Thread Michael Stahl
sw/qa/extras/inc/swmodeltestbase.hxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 81b397ebbd33e4a279a4112de3f1a3b5878c05d4 Author: Michael Stahl mst...@redhat.com Date: Tue May 6 22:31:59 2014 +0200 sw: call SwEditShell::CalcLayout to avoid crashes

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sw/qa

2014-05-08 Thread Michael Stahl
sw/qa/complex/writer/CheckBookmarks.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5b73d79b7962273e76937c260a2b7b2b7c011619 Author: Michael Stahl mst...@redhat.com Date: Wed Jan 29 10:01:05 2014 +0100 sw: CheckBookmarks: can't store OOo XML any more

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

2014-05-08 Thread Stephan Bergmann
sw/source/filter/ww8/ww8par6.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit b803f86341a521f8d07db7ed6a29bb0c7fdf93a5 Author: Stephan Bergmann sberg...@redhat.com Date: Thu May 8 08:26:46 2014 +0200 Handle bad SwWW8ImplReader::GetCol input

[Libreoffice-commits] core.git: 20 commits - chart2/source extensions/source sd/source svx/source sw/source

2014-05-08 Thread Caolán McNamara
chart2/source/controller/main/ChartController.cxx |4 extensions/source/bibliography/bibload.cxx|9 sd/source/filter/sdpptwrp.cxx |3 svx/source/form/navigatortreemodel.cxx|4 sw/source/core/doc/docnum.cxx |4

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

2014-05-08 Thread Vort
sdext/source/pdfimport/wrapper/wrapper.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit e0bde4c53b1b8412833d4b84a214da8b8fc1f6e7 Author: Vort vv...@yandex.ru Date: Thu May 8 11:54:35 2014 +0300 fdo#78427 PDF Import: Improve detection of bold italic

[Libreoffice-commits] core.git: external/clucene

2014-05-08 Thread Stephan Bergmann
external/clucene/UnpackedTarball_clucene.mk |1 + external/clucene/patches/clucene-mutex.patch | 13 + 2 files changed, 14 insertions(+) New commits: commit 10314b5d8b653864c92d392cbb774438633b2fe1 Author: Stephan Bergmann sberg...@redhat.com Date: Thu May 8 11:08:51 2014

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 74333, which changed state. Bug 74333 Summary: DATALOSS: Textfield or Picture inside a chart is hidden https://bugs.freedesktop.org/show_bug.cgi?id=74333 What|Removed |Added

[Libreoffice-commits] core.git: external/clucene

2014-05-08 Thread Stephan Bergmann
external/clucene/UnpackedTarball_clucene.mk |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit adef90807391c039408d40e283e38eaae77f0fee Author: Stephan Bergmann sberg...@redhat.com Date: Thu May 8 11:54:06 2014 +0200 Record patch upstream notification

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - set_soenv.in sw/source

2014-05-08 Thread Herbert Dürr
set_soenv.in |3 ++- sw/source/ui/utlui/navipi.cxx |1 + 2 files changed, 3 insertions(+), 1 deletion(-) New commits: commit a6c044e24a397fa303989f1180c7bc944cbde1f7 Author: Herbert Dürr h...@apache.org Date: Thu May 8 08:36:03 2014 + #i124422# adjust include

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

2014-05-08 Thread Noel Grandin
sal/osl/unx/security.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit bdfcc8c92947b7c1629c3b7f3a0326ed01c4cf17 Author: Noel Grandin n...@peralex.com Date: Thu May 8 12:08:55 2014 +0200 fix MACOS build after commit 78b9537 various:

[Libreoffice-commits] core.git: desktop/scripts

2014-05-08 Thread Stephan Bergmann
desktop/scripts/soffice.sh |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 95343c998a078b30ca83d2e1be40149f7f56fed7 Author: Stephan Bergmann sberg...@redhat.com Date: Thu May 8 12:11:24 2014 +0200 Disable rtl/alloc.h also for Helgrind Change-Id:

[Bug 63315] sign windows binaries during build

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63315 David Tardon dtar...@redhat.com changed: What|Removed |Added Resolution|FIXED |WONTFIX --- Comment #4

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

2014-05-08 Thread Stephan Bergmann
include/jvmfwk/framework.h | 33 ++--- jvmfwk/source/framework.cxx | 29 ++--- 2 files changed, 4 insertions(+), 58 deletions(-) New commits: commit 5a8b1b16de62bf595df7927891d539691ac26a89 Author: Stephan Bergmann sberg...@redhat.com

Re: fdo#63315: sign windows binaries during build

2014-05-08 Thread Michael Stahl
On 07/05/14 14:17, David Tardon wrote: Hi, On Wed, May 07, 2014 at 10:41:59AM +0200, Christian Lohmaier wrote: Hi David, *, On Wed, May 7, 2014 at 10:17 AM, David Tardon dtar...@redhat.com wrote: If we really want to continue to use this script for signing, IMHO it should be done as a

[Libreoffice-commits] core.git: jvmfwk/plugins

2014-05-08 Thread Stephan Bergmann
jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit f5ed2f4e926016d23617355c94dd2292b40e6986 Author: Stephan Bergmann sberg...@redhat.com Date: Thu May 8 13:10:46 2014 +0200 Resolves: rhbz#1092589 Thoroughly

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

2014-05-08 Thread Julien Nabet
sw/source/core/doc/doclay.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6d14a2c264506e8d5272e87e99f140b1f976b6ef Author: Julien Nabet serval2...@yahoo.fr Date: Mon Apr 21 13:54:07 2014 +0200 Related: fdo#77720 Writer crashes when running Mail Merge

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - jvmfwk/plugins

2014-05-08 Thread Stephan Bergmann
jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 610a6a4e262868381677838fdd3571e22adee12e Author: Stephan Bergmann sberg...@redhat.com Date: Thu May 8 13:10:46 2014 +0200 Resolves: rhbz#1092589 Thoroughly

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 tommy27 ba...@quipo.it changed: What|Removed |Added Depends on||52226 -- You are receiving

[Bug 60270] LibreOffice 4.1 most annoying bugs

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 tommy27 ba...@quipo.it changed: What|Removed |Added Depends on|52226 | -- You are receiving this

[Libreoffice-commits] core.git: config_host/config_options.h.in config_host.mk.in configure.ac jvmfwk/plugins sal/Library_sal.mk

2014-05-08 Thread Stephan Bergmann
config_host.mk.in |1 config_host/config_options.h.in |3 + configure.ac| 33 jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx | 10 -- sal/Library_sal.mk

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

2014-05-08 Thread Stephan Bergmann
configure.ac | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) New commits: commit d15540c431587368d749b53074af25cf865e7a5f Author: Stephan Bergmann sberg...@redhat.com Date: Thu May 8 14:37:19 2014 +0200 Prevent false positive configure check under Clang

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 pierre-yves samyn pierre-yves.sa...@laposte.net changed: What|Removed |Added Depends on||68981

[Bug 60270] LibreOffice 4.1 most annoying bugs

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 pierre-yves samyn pierre-yves.sa...@laposte.net changed: What|Removed |Added Depends on|68981 | --

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 --- Comment #136 from pierre-yves samyn pierre-yves.sa...@laposte.net --- Moving bug 68891 (dataloss: thisComponent.store corrupts the macro library password) from MAB 4.1 to MAB 4.2 because LO 4.1 is reaching its End-Of-Life. Regards

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 --- Comment #137 from pierre-yves samyn pierre-yves.sa...@laposte.net --- (In reply to comment #136) Moving bug 68891 (dataloss: thisComponent.store corrupts the macro library password) from MAB 4.1 to MAB 4.2 because LO 4.1 is reaching its

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

2014-05-08 Thread Kohei Yoshida
sc/inc/columnspanset.hxx |8 + sc/source/core/data/columnspanset.cxx | 47 ++ sc/source/ui/inc/undobase.hxx | 13 + sc/source/ui/inc/undoblk.hxx |4 ++ sc/source/ui/undo/undobase.cxx| 45

[Reminder] feature-freeze for 4.3.0 in two weeks

2014-05-08 Thread Christian Lohmaier
Hi *, this is a reminder that Monday the week after the next (i.e. May 19th) is feature-freeze for 4.3.0 See https://wiki.documentfoundation.org/ReleasePlan/4.3#4.3.0_release for the detailed schedule. ciao Christian ___ LibreOffice mailing list

[Libreoffice-commits] core.git: 2 commits - icon-themes/galaxy idl/source include/svx sd/source sd/uiconfig svx/source

2014-05-08 Thread Caolán McNamara
icon-themes/galaxy/svx/res/zoom_page_statusbar.png |binary idl/source/objects/object.cxx |2 include/svx/dialogs.hrc|6 +- include/svx/zoomctrl.hxx | 15 +- sd/source/ui/app/sddll.cxx

[Libreoffice-commits] website.git: Branch 'update' - check.php

2014-05-08 Thread Christian Lohmaier
check.php | 52 +--- 1 file changed, 29 insertions(+), 23 deletions(-) New commits: commit ce06eca1035294e1779662ce98de882fe6072878 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Thu May 8 15:58:25 2014 +0200 fix

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

2014-05-08 Thread Ptyl Dragon
vcl/quartz/ctfonts.cxx |1 + vcl/quartz/ctlayout.cxx |1 + 2 files changed, 2 insertions(+) New commits: commit 4b1ccdefe2594d8bec9343171c15ff1f90ac97bf Author: Ptyl Dragon p...@cloudon.com Date: Thu May 8 15:58:50 2014 +0300 fix memory leaks in vcl quartz Change-Id:

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a6/c044e24a397fa303989f1180c7bc944cbde1f7

2014-05-08 Thread Caolán McNamara
a6/c044e24a397fa303989f1180c7bc944cbde1f7 |1 + 1 file changed, 1 insertion(+) New commits: commit b5b25c43353e7c4448869e569482caecdb8678a1 Author: Caolán McNamara caol...@redhat.com Date: Thu May 8 15:03:38 2014 +0100 Notes added by 'git notes add' diff --git

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

2014-05-08 Thread Tsutomu Uchino
sw/source/core/uibase/utlui/navipi.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 3915e0034d6d0f96dcb37af51dad5eab490eef8c Author: Tsutomu Uchino ha...@apache.org Date: Thu May 8 08:08:57 2014 + Resolves: #i27364# set line count of dropdown to 9... for

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c1/04272ea1274dea87cd66cfaa61b34806708521

2014-05-08 Thread Caolán McNamara
c1/04272ea1274dea87cd66cfaa61b34806708521 |1 + 1 file changed, 1 insertion(+) New commits: commit 5e2dca0a5a91dc76f9ee6e05b38a53ffb6be2af8 Author: Caolán McNamara caol...@redhat.com Date: Thu May 8 15:19:53 2014 +0100 Notes added by 'git notes add' diff --git

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

2014-05-08 Thread Andras Timar
sc/source/ui/src/scfuncs.src |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 95297dde822d27af727137c25b5b1556547da619 Author: Andras Timar andras.ti...@collabora.com Date: Thu May 8 16:44:49 2014 +0200 typo fixes Change-Id:

[Libreoffice-commits] core.git: 7 commits - canvas/source cui/source dbaccess/source editeng/source lotuswordpro/source sc/source sd/source

2014-05-08 Thread Caolán McNamara
canvas/source/cairo/cairo_spritecanvas.cxx |3 cui/source/dialogs/iconcdlg.cxx|3 dbaccess/source/ui/querydesign/QTableWindow.cxx| 20 --- editeng/source/editeng/impedit4.cxx|4 lotuswordpro/source/filter/xfilter/xfparastyle.cxx |

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

2014-05-08 Thread Caolán McNamara
svtools/source/uno/unoiface.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 940ac1e52ef5921e47a835f28e4da870cc2ded40 Author: Caolán McNamara caol...@redhat.com Date: Thu May 8 16:18:15 2014 +0100 WaE: -Werror=maybe-uninitialized Change-Id:

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

2014-05-08 Thread Caolán McNamara
test/source/sheet/datapilotfield.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit f21c57c2bc5b24b6afe261bc1530e6f86168f25e Author: Caolán McNamara caol...@redhat.com Date: Thu May 8 16:21:41 2014 +0100 WaE: -Werror=maybe-uninitialized

minutes of ESC call ...

2014-05-08 Thread Michael Meeks
* Present + Christian, Stephan, David, Thorsten, Adam, Miklos, Kendy, Michael M, Eike, Andras, Markus, Eilidh, Caolan, Kohei, Bjoern, Miklos, Michael S, Robinson, Norbert, Jacobo * Pending Action Items: + crashtest box - more research (Moggi/Cloph) [ calc is working,

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 78108, which changed state. Bug 78108 Summary: EDITING: Instability when pasting calc data that includes a formula into writer (As calc8 object) https://bugs.freedesktop.org/show_bug.cgi?id=78108 What

[Libreoffice-commits] core.git: helpcontent2

2014-05-08 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 58ff85ffe5d82268489e1b1e3dc030826c28773b Author: Caolán McNamara caol...@redhat.com Date: Thu May 8 16:31:41 2014 +0100 Updated core Project: help 9674052b7254ff18c95ac557164f589ebbec02ee diff

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

2014-05-08 Thread Caolán McNamara
helpers/help_hid.lst |6 -- source/text/shared/autopi/01170300.xhp |5 +++-- 2 files changed, 3 insertions(+), 8 deletions(-) New commits: commit 9674052b7254ff18c95ac557164f589ebbec02ee Author: Caolán McNamara caol...@redhat.com Date: Thu May 8 16:31:41 2014

[Libreoffice-commits] core.git: extensions/source extensions/uiconfig extensions/UIConfig_sabpilot.mk

2014-05-08 Thread Caolán McNamara
extensions/UIConfig_sabpilot.mk|1 extensions/source/abpilot/abpresid.hrc |4 - extensions/source/abpilot/abspilot.src | 29 - extensions/source/abpilot/tableselectionpage.cxx | 26 +--

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 78108, which changed state. Bug 78108 Summary: EDITING: Instability when pasting calc data that includes a formula into writer (As calc8 object) https://bugs.freedesktop.org/show_bug.cgi?id=78108 What

[Libreoffice-commits] core.git: external/python3

2014-05-08 Thread Stephan Bergmann
external/python3/UnpackedTarball_python3.mk|6 external/python3/python-3.3.3-disable-obmalloc.patch.0 | 21 + 2 files changed, 27 insertions(+) New commits: commit de386effc0532451c193c9c824d58006645e9c8f Author: Stephan Bergmann sberg...@redhat.com Date:

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

2014-05-08 Thread Stephan Bergmann
cui/source/dialogs/iconcdlg.cxx |1 - cui/source/inc/iconcdlg.hxx |1 - 2 files changed, 2 deletions(-) New commits: commit 9e8629c73327474598c4c1f2250937544a1562e7 Author: Stephan Bergmann sberg...@redhat.com Date: Thu May 8 17:53:20 2014 +0200 -Werror,-Wunused-private-field

[Bug 50470] PyUno objects not introspectable on Python 3

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50470 Michael Stahl mst...@redhat.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 50470] PyUno objects not introspectable on Python 3

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50470 Michael Stahl mst...@redhat.com changed: What|Removed |Added Component|Libreoffice |sdk --- Comment #9

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

2014-05-08 Thread Michael Meeks
New branch 'feature/debugevent' available with the following commits: commit daff06ba3fffa23086f1f1f610207f80f4fe6b44 Author: Michael Meeks michael.me...@collabora.com Date: Thu May 8 17:03:08 2014 +0100 Initial cut at some infinite monkeys work. Change-Id:

[Libreoffice-commits] core.git: helpcontent2

2014-05-08 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 55bad431a0f77d66002e5e4d3e192c057d4e8f07 Author: Caolán McNamara caol...@redhat.com Date: Thu May 8 17:27:22 2014 +0100 Updated core Project: help be223a7183d020358306a15426789c263e96151d diff

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

2014-05-08 Thread Caolán McNamara
helpers/help_hid.lst |5 - source/text/shared/autopi/01170400.xhp |9 + 2 files changed, 5 insertions(+), 9 deletions(-) New commits: commit be223a7183d020358306a15426789c263e96151d Author: Caolán McNamara caol...@redhat.com Date: Thu May 8 17:27:22 2014

[Libreoffice-commits] core.git: extensions/source extensions/uiconfig extensions/UIConfig_sabpilot.mk

2014-05-08 Thread Caolán McNamara
extensions/UIConfig_sabpilot.mk|1 extensions/source/abpilot/abpfinalpage.cxx | 70 +++ extensions/source/abpilot/abpfinalpage.hxx | 21 +- extensions/source/abpilot/abpresid.hrc | 13 - extensions/source/abpilot/abspilot.src

[Libreoffice-commits] core.git: 2 commits - connectivity/source dbaccess/source desktop/source reportdesign/source sc/source svx/source wizards/source

2014-05-08 Thread Thomas Arnhold
connectivity/source/resource/conn_shared_res.src | 10 +- dbaccess/source/ui/dlg/dbadminsetup.src |2 +- dbaccess/source/ui/querydesign/querydlg.src |2 +- desktop/source/app/desktop.src |2 +- desktop/source/deployment/misc/dp_misc.src

[Libreoffice-commits] core.git: extensions/uiconfig

2014-05-08 Thread Caolán McNamara
extensions/uiconfig/sabpilot/ui/datasourcepage.ui |4 ++-- extensions/uiconfig/sabpilot/ui/fieldassignpage.ui |4 ++-- extensions/uiconfig/sabpilot/ui/selecttypepage.ui |2 +- 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit

[Libreoffice-commits] core.git: 2 commits - avmedia/source canvas/source slideshow/source

2014-05-08 Thread Zolnai Tamás
avmedia/source/viewer/mediawindow_impl.cxx|3 avmedia/source/win/window.cxx | 11 --- canvas/source/directx/dx_canvas.cxx | 20 - canvas/source/directx/dx_devicehelper.cxx | 14 ++-- canvas/source/directx/dx_devicehelper.hxx

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

2014-05-08 Thread Julien Nabet
sfx2/source/doc/templatedlg.cxx |2 ++ xmloff/source/draw/XMLShapeStyleContext.cxx |4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) New commits: commit 80ec4885e97b3fcb34b93e71ced52a4aab43ce93 Author: Julien Nabet serval2...@yahoo.fr Date: Thu May 8 16:15:14 2014

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

2014-05-08 Thread Kohei Yoshida
chart2/source/view/charttypes/GL3DBarChart.cxx | 28 +-- chart2/source/view/inc/3DChartObjects.hxx |2 chart2/source/view/inc/GL3DBarChart.hxx| 11 +++- chart2/source/view/main/3DChartObjects.cxx |3 - chart2/source/view/main/ChartView.cxx | 62

Public License Statements

2014-05-08 Thread Michał Siedlaczek
All of my past future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. -- Michał Siedlaczek ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: connectivity/source officecfg/registry ucb/workben

2014-05-08 Thread Julien Nabet
connectivity/source/drivers/postgresql/pq_xcolumns.cxx |2 +- officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs |4 ++-- officecfg/registry/schema/org/openoffice/Setup.xcs |2 +- ucb/workben/ucb/srcharg.cxx|4

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 tommy27 ba...@quipo.it changed: What|Removed |Added Depends on||56847 -- You are receiving

[Bug 60270] LibreOffice 4.1 most annoying bugs

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 tommy27 ba...@quipo.it changed: What|Removed |Added Depends on|56847 | -- You are receiving this

Michał Siedlaczek license statement

2014-05-08 Thread Michał Siedlaczek
All of my past future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2014-05-08 Thread Miklos Vajna
sw/source/core/text/frmpaint.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0fd4cc8ba7335e33515413f54b19455b376d5db9 Author: Miklos Vajna vmik...@collabora.co.uk Date: Thu May 8 18:49:11 2014 +0200 fdo#78444 sw: avoid incorrect right shrinking of repaint

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

2014-05-08 Thread Kohei Yoshida
chart2/source/view/charttypes/GL3DBarChart.cxx | 12 ++-- chart2/source/view/inc/GL3DBarChart.hxx|4 ++-- chart2/source/view/main/ChartView.cxx |5 ++--- 3 files changed, 10 insertions(+), 11 deletions(-) New commits: commit

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

2014-05-08 Thread Thomas Arnhold
sd/source/filter/sdpptwrp.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 11fc0c1ee9c8f7aa8bcfc94b9703134c06cd7bff Author: Thomas Arnhold tho...@arnhold.org Date: Thu May 8 20:37:07 2014 +0200 Revert coverity#736452 Resource leak Somehow this one lets the

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

2014-05-08 Thread Stephan Bergmann
vcl/quartz/ctfonts.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 2ba05b4800d6cc322276a6911792363f8eb32051 Author: Stephan Bergmann sberg...@redhat.com Date: Thu May 8 21:46:37 2014 +0200 Handle CTFontCreatePathForGlyph failure Change-Id:

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

2014-05-08 Thread Stephan Bergmann
extensions/source/abpilot/abpfinalpage.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 18e4e155642b4a4cbcc1090df081e45eaf7de8a0 Author: Stephan Bergmann sberg...@redhat.com Date: Thu May 8 21:49:53 2014 +0200 loplugin:saloverride Change-Id:

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

2014-05-08 Thread Laurent Balland-Poirier
xmloff/source/draw/ximpshap.cxx | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 3d2a17fd2e9cde29f12268ddfccc3f5b51455722 Author: Laurent Balland-Poirier laurent.balland-poir...@laposte.net Date: Tue Apr 15 14:34:50 2014 +0200 fdo#77451 Detect AOO 4.x

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

2014-05-08 Thread Kohei Yoshida
chart2/source/view/charttypes/GL3DBarChart.cxx | 54 ++--- chart2/source/view/inc/3DChartObjects.hxx |5 ++ chart2/source/view/inc/GL3DBarChart.hxx|6 -- chart2/source/view/main/3DChartObjects.cxx | 28 4 files changed, 80

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

2014-05-08 Thread Kohei Yoshida
chart2/source/view/charttypes/GL3DBarChart.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit a4e028447e6f06e4d6660dbe95e15dca8cb5cbf2 Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Thu May 8 16:13:42 2014 -0400 Try without

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - xmloff/source

2014-05-08 Thread Laurent Balland-Poirier
xmloff/source/draw/ximpshap.cxx | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 6a1c8a0b53c8ec1c822e60913c1ccdfd2eaa21ce Author: Laurent Balland-Poirier laurent.balland-poir...@laposte.net Date: Tue Apr 15 14:34:50 2014 +0200 fdo#77451 Detect AOO 4.x

[Libreoffice-commits] core.git: Branch 'feature/debugevent' - 2 commits - include/vcl vcl/source

2014-05-08 Thread Michael Meeks
include/vcl/debugevent.hxx |2 - vcl/source/window/debugevent.cxx | 56 --- 2 files changed, 42 insertions(+), 16 deletions(-) New commits: commit 4b74bdd3a2122e64fe43aabb02341a454db77b73 Author: Michael Meeks michael.me...@collabora.com Date:

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

2014-05-08 Thread Tor Lillqvist
vcl/osx/salframe.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 13009b5cde632b05f62620f214357565c622f7fa Author: Tor Lillqvist t...@collabora.com Date: Fri May 9 00:01:57 2014 +0300 Fix typo, thanks to Cor Nouws for noticing Change-Id:

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

2014-05-08 Thread Stephan Bergmann
vcl/source/gdi/impfont.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 434c5d7845ab25f8a518e7bec910f8628725d5b9 Author: Stephan Bergmann sberg...@redhat.com Date: Thu May 8 23:42:28 2014 +0200 Fix symbol aliasing code Change-Id:

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

2014-05-08 Thread Markus Mohrhard
chart2/source/view/main/GL3DRenderer.cxx | 43 ++- include/vcl/opengl/OpenGLHelper.hxx |1 vcl/source/opengl/OpenGLContext.cxx | 13 - vcl/source/opengl/OpenGLHelper.cxx | 18 4 files changed, 23 insertions(+), 52

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

2014-05-08 Thread Eike Rathke
sc/inc/consoli.hxx |7 ++--- sc/source/core/tool/consoli.cxx | 52 ++-- 2 files changed, 22 insertions(+), 37 deletions(-) New commits: commit e891afeccba8f20f8bdaeacb20f2215cfcb1abfd Author: Eike Rathke er...@redhat.com Date: Fri May 9

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

2014-05-08 Thread Eike Rathke
sc/inc/consoli.hxx |7 ++--- sc/source/core/tool/consoli.cxx | 52 ++-- 2 files changed, 22 insertions(+), 37 deletions(-) New commits: commit 948728a4159a8ba74ecc663373d31f1840fed9ac Author: Eike Rathke er...@redhat.com Date: Fri May 9

[Libreoffice-commits] core.git: Changes to 'feature/chart-3d-chart'

2014-05-08 Thread Markus Mohrhard
New branch 'feature/chart-3d-chart' available with the following commits: commit e994833dc0cf848cc62200858f069737f6d06643 Author: Markus Mohrhard markus.mohrh...@collabora.co.uk Date: Fri May 9 04:10:19 2014 +0200 delete OpenGL resources in the destructor Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart' - chart2/source

2014-05-08 Thread Markus Mohrhard
chart2/source/view/charttypes/GL3DBarChart.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 81ebd9965110f432b8f329df14341c4b393d1918 Author: Markus Mohrhard markus.mohrh...@collabora.co.uk Date: Fri May 9 05:19:32 2014 +0200 let us at least try to render the shapes

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart' - 3 commits - chart2/source vcl/source

2014-05-08 Thread Markus Mohrhard
chart2/source/view/inc/GL3DRenderer.hxx | 22 +++--- vcl/source/opengl/OpenGLContext.cxx | 20 ++-- 2 files changed, 21 insertions(+), 21 deletions(-) New commits: commit 13236d5af1fdd4449ff0e9379f1baa5e67c063b1 Author: Markus Mohrhard

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 77806, which changed state. Bug 77806 Summary: copy cells from calc and paste in writer makes libreoffice crashed in mdds https://bugs.freedesktop.org/show_bug.cgi?id=77806 What|Removed

[Libreoffice-qa] Fwd: are there any known bugs about online update not working in 4.2?

2014-05-08 Thread Michael Stahl
apparently a user commented (off-topic on a bug) that his LO 4.2.0.4 does not get online update notification; are we aware of any problems in that area (has anybody tested it?) or should we assume it's some local mis-configuration? Original Message Subject:[Bug 74148]

Re: [Libreoffice-qa] Fwd: are there any known bugs about online update not working in 4.2?

2014-05-08 Thread Pedro
Yes, this is true. You get LibreOffice 4.2 is up to date. This is also true for Version: 4.2.1.1 and Version: 4.2.2.1 Also information hasn't been updated for branch 4.1 (which affects branch 4.0 and previous) but I guess this is the normal delay. HTH, Pedro -- View this message in context:

Re: [Libreoffice-qa] Fwd: are there any known bugs about online update not working in 4.2?

2014-05-08 Thread Christian Lohmaier
Hi Michael, *, On Thu, May 8, 2014 at 2:18 PM, Michael Stahl mst...@redhat.com wrote: apparently a user commented (off-topic on a bug) that his LO 4.2.0.4 does not get online update notification; are we aware of any problems in that area (has anybody tested it?) or should we assume it's some

Re: [Libreoffice-qa] Fwd: are there any known bugs about online update not working in 4.2?

2014-05-08 Thread Christian Lohmaier
Hi *, On Thu, May 8, 2014 at 3:35 PM, Christian Lohmaier lohma...@googlemail.com wrote: Hi Michael, *, On Thu, May 8, 2014 at 2:18 PM, Michael Stahl mst...@redhat.com wrote: apparently a user commented (off-topic on a bug) that his LO 4.2.0.4 does not get online update notification; are we

Re: [Libreoffice-qa] Fwd: are there any known bugs about online update not working in 4.2?

2014-05-08 Thread Pedro
Christian Lohmaier-3 wrote also enabled updates to 4.1.6 and 4.2.4 while I was at it.. Thanks! Wow! This is definitely the fastest update notice in LO history! Version 4.2.4 was announced at 12:01pm and is available at 3:00pm! If only someone with programming skills would write a script to do

Re: [Libreoffice-qa] Website QA Suggestions, links to other languages

2014-05-08 Thread Joel Madero
This kind of a suggestion should be on the redmine site not on QA mailing list. The email thread that I started was specific about suggestions that we discussed during the call. Apologies for the confusion. Best, Joel On 05/07/2014 08:44 AM, Harald Köster wrote: Hi all, at the moment on the

[Libreoffice-qa] New Version (PreBibisect)

2014-05-08 Thread Joel Madero
I have added PreBibisect to version field on FDO - if you try to bibisect a version and the regression shows up in the earliest commit in bibisect please set it to PreBibisect. Then if anyone is interested in going through these and testing them against the first release of LibreOffice that would

Re: [Libreoffice-qa] Fwd: are there any known bugs about online update not working in 4.2?

2014-05-08 Thread Christian Lohmaier
Hi Pedro, On Thu, May 8, 2014 at 4:22 PM, Pedro pedl...@gmail.com wrote: Christian Lohmaier-3 wrote also enabled updates to 4.1.6 and 4.2.4 while I was at it.. Wow! This is definitely the fastest update notice in LO history! Version 4.2.4 was announced at 12:01pm and is available at 3:00pm!

Re: [Libreoffice-qa] Website QA Suggestions, links to other languages

2014-05-08 Thread Christian Lohmaier
Hi Joel, On Thu, May 8, 2014 at 4:37 PM, Joel Madero jmadero@gmail.com wrote: This kind of a suggestion should be on the redmine site not on QA mailing list. The email thread that I started was specific about suggestions that we discussed during the call. Apologies for the confusion.

Re: [Libreoffice-qa] Fwd: are there any known bugs about online update not working in 4.2?

2014-05-08 Thread Pedro
Hi Christian Christian Lohmaier-3 wrote If only someone with programming skills would write a script to do this automatically when a new version is announced/available... As I have written so many times already: It is intentional that the update is not done at the very same day. I made

  1   2   3   >