LibreOffice Gerrit News for core on 2014-10-07

2014-10-07 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + fdo#81475 Finalizing new layout of Writer formatting toolbar in https://gerrit.libreoffice.org/11817 from Yousuf Philips about module sw + Avoid accessing 1

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

2014-10-07 Thread Miklos Vajna
writerfilter/source/ooxml/model.xml | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 020f46d17065b8b00365eab7a809ce980ebfb59a Author: Miklos Vajna vmik...@collabora.co.uk Date: Tue Oct 7 09:04:18 2014 +0200 Use constants for ST_Em values No

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

2014-10-07 Thread Tor Lillqvist
comphelper/source/misc/random.cxx |3 +++ sc/source/core/opencl/opencl_device.cxx |2 ++ 2 files changed, 5 insertions(+) New commits: commit 1b226b02471f2fab5e5e6f79b6593636274d2320 Author: Tor Lillqvist t...@collabora.com Date: Tue Oct 7 10:13:05 2014 +0300 Don't call

Re: recent coverity and rand

2014-10-07 Thread Tor Lillqvist
FYI, this change double random(double min, double max) { -return floor(((double)rand() / ((unsigned int)RAND_MAX + 1)) * (max - min + 1) + min); +return comphelper::rng::uniform_real_distribution(min, max); } in sc/source/core/opencl/opencl_device.cxx has made the opencl

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

2014-10-07 Thread Yousuf Philips
sw/uiconfig/swriter/toolbar/textobjectbar.xml | 32 +- 1 file changed, 16 insertions(+), 16 deletions(-) New commits: commit affe79b5a920a2aa0bc284e918c96aa0379c5efb Author: Yousuf Philips philip...@hotmail.com Date: Mon Oct 6 07:20:39 2014 +0400 fdo#81475

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

2014-10-07 Thread Robert Antoni Buj i Gelonch
xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/ParaNodeIterator.java |9 +++-- xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/RowIterator.java |2 +- xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/TextNodeIterator.java |7 --- 3

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

2014-10-07 Thread Michael Meeks
officecfg/registry/schema/org/openoffice/Office/Impress.xcs |2 +- sd/source/ui/remotecontrol/Server.cxx |6 +- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit 6ced5dbd1a4603b0f9c63e79d9da8b30c76b3805 Author: Michael Meeks

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

2014-10-07 Thread Michael Meeks
officecfg/registry/schema/org/openoffice/Office/Impress.xcs |2 +- sd/source/ui/remotecontrol/Server.cxx |6 +- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit 99023fe9bd7d8b665faed7fe9cb98b3fb8922292 Author: Michael Meeks

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - officecfg/registry sd/source

2014-10-07 Thread Michael Meeks
officecfg/registry/schema/org/openoffice/Office/Impress.xcs |2 +- sd/source/ui/remotecontrol/Server.cxx |6 +- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit 3d0cffab8d06a0f8af6c0ed7a95728203080a7c5 Author: Michael Meeks

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - external/coinmp external/freetype external/glew external/icu external/lcms2 external/libgltf external/libxml2 external/libxmlsec external/lib

2014-10-07 Thread Michael Stahl
external/coinmp/UnpackedTarball_coinmp.mk|1 external/coinmp/coinmp-msvc-disable-sse2.patch.1 | 10 +++ external/freetype/UnpackedTarball_freetype.mk|1 external/freetype/freetype-msvc-disable-sse2.patch.1 | 26 +++

[Libreoffice-commits] core.git: .gitignore Makefile.in

2014-10-07 Thread Stephan Bergmann
.gitignore |1 + Makefile.in |1 + 2 files changed, 2 insertions(+) New commits: commit bd633f4c85dbb7750f10083f9240282059aaf491 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Oct 7 11:55:57 2014 +0200 Proper AC_CONFIG_FILE treatment Change-Id:

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - writerfilter/source

2014-10-07 Thread Oliver-Rainer Wittmann
writerfilter/source/dmapper/DomainMapper.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 37a5b8e281c03bb04148939a510e4836ad6f4cdb Author: Oliver-Rainer Wittmann o...@apache.org Date: Tue Oct 7 09:09:30 2014 + 125618: *.docx import: correct

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2-7' - officecfg/registry sd/source

2014-10-07 Thread Michael Meeks
officecfg/registry/schema/org/openoffice/Office/Impress.xcs |2 +- sd/source/ui/remotecontrol/Server.cxx |6 +- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit a7a890509c91e79dc330c2fbf1df97f0c6b08c92 Author: Michael Meeks

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

2014-10-07 Thread Miklos Vajna
writerfilter/source/dmapper/DomainMapper.cxx |6 +++--- writerfilter/source/dmapper/DomainMapperTableHandler.cxx |2 +- writerfilter/source/dmapper/DomainMapper_Impl.cxx|2 +- writerfilter/source/dmapper/DomainMapper_Impl.hxx|2 +-

[Libreoffice-commits] core.git: 15 commits - bean/com forms/qa framework/qa javaunohelper/test jurt/com jvmfwk/plugins odk/examples odk/source qadevOOo/runner qadevOOo/tests reportbuilder/java sc/qa s

2014-10-07 Thread Noel Grandin
bean/com/sun/star/comp/beans/LocalOfficeWindow.java |5 - forms/qa/integration/forms/ListBox.java |4 - framework/qa/complex/framework/autosave/Protocol.java

Re: recent coverity and rand

2014-10-07 Thread Kohei Yoshida
On Tue, 2014-10-07 at 10:18 +0300, Tor Lillqvist wrote: The problem was that it called comphelper::rng::uniform_real_distribution() with two equal arguments, which is invalid use of that API, and causes the current implementation to get stuck in a loop in the boost code. (I didn't bother

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

2014-10-07 Thread Miklos Vajna
vcl/workben/svpclient.cxx |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 75a23240d6ac090305f18ca93094ce2739eb8646 Author: Miklos Vajna vmik...@collabora.co.uk Date: Tue Oct 7 13:39:49 2014 +0200 -Werror=unused-result Change-Id:

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 37/a5b8e281c03bb04148939a510e4836ad6f4cdb

2014-10-07 Thread Caolán McNamara
37/a5b8e281c03bb04148939a510e4836ad6f4cdb |1 + 1 file changed, 1 insertion(+) New commits: commit 586531c16d406b3a6f864824523ca7f19cb43dbb Author: Caolán McNamara caol...@redhat.com Date: Tue Oct 7 13:09:11 2014 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: basegfx/test comphelper/source cui/source include/comphelper sc/source sd/source slideshow/source sw/qa

2014-10-07 Thread Caolán McNamara
basegfx/test/boxclipper.cxx |2 +- comphelper/source/misc/random.cxx|8 ++-- cui/source/customize/cfg.cxx |2 +- include/comphelper/random.hxx|8 ++-- sc/source/core/tool/interpr3.cxx |2 +-

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

2014-10-07 Thread Caolán McNamara
codemaker/source/cppumaker/cppuoptions.cxx |2 +- codemaker/source/javamaker/javaoptions.cxx |2 +- writerfilter/source/dmapper/FontTable.cxx |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit ee3b34878a37dd83f5c924de6752a8d804958a41 Author: Caolán McNamara

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

2014-10-07 Thread Armin Le Grand
filter/source/msfilter/msdffimp.cxx | 18 -- sw/inc/tgrditem.hxx |9 - sw/source/core/layout/atrfrm.cxx| 16 3 files changed, 32 insertions(+), 11 deletions(-) New commits: commit 09ab75fa36e15ce7de24900d374a6f481f7bfce2

[Libreoffice-commits] core.git: 2 commits - dbaccess/Module_dbaccess.mk dbaccess/PythonTest_dbaccess_python.mk dbaccess/qa unotest/source writerfilter/source

2014-10-07 Thread Bjoern Michaelsen
dbaccess/Module_dbaccess.mk |6 + dbaccess/PythonTest_dbaccess_python.mk| 20 ++ dbaccess/qa/extras/testdocuments/fdo84315.odb |binary dbaccess/qa/python/fdo84315.py| 71 ++

[Libreoffice-commits] core.git: oox/CustomTarget_generated.mk

2014-10-07 Thread Michael Stahl
oox/CustomTarget_generated.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 63e6cbc3180047000787a9071513152fdd9ce942 Author: Michael Stahl mst...@redhat.com Date: Tue Oct 7 16:39:03 2014 +0200 oox: fix spurious rebuilds of namespacemap.cxx There is a missing

[Libreoffice-commits] core.git: Changes to 'private/llunak/mailmerge'

2014-10-07 Thread Luboš Luňák
New branch 'private/llunak/mailmerge' available with the following commits: commit 9b52ce7d88ae613927f33816e4f994d21dc4ded8 Author: Luboš Luňák l.lu...@collabora.com Date: Tue Oct 7 12:18:02 2014 +0200 use - with pointers Change-Id: I0df4775931e8e0b289a63afd501efaaf079302fe

Toulouse HackFest

2014-10-07 Thread Arnaud Versini
Hi everyone, As you know, there is an Hackfest organised with help from Toulibre in Toulouse on 23 and 24. We will be happy to welcome you during the Toulouse LibreOffice Hackfest during Capitole du Libre, organised by Toulibre. Please come :-) Don't forget to add yourself to on the wiki page

[Libreoffice-commits] core.git: Changes to 'private/llunak/mailmerge_01'

2014-10-07 Thread Luboš Luňák
New branch 'private/llunak/mailmerge_01' available with the following commits: commit 4a9e2e29c00309145e87f72516f1e53063f11529 Author: Luboš Luňák l.lu...@collabora.com Date: Fri Oct 3 18:21:08 2014 +0200 copy default drawinglayer attributes when doing mailmerge (cherry picked

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - avmedia/source configure.ac external/collada2gltf

2014-10-07 Thread Zolnai Tamás
avmedia/source/framework/modeltools.cxx |3 configure.ac | 23 external/collada2gltf/StaticLibrary_collada2gltf.mk |1 external/collada2gltf/UnpackedTarball_collada2gltf.mk |1

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 40780, which changed state. Bug 40780 Summary: Impress Custom Animation Sound Effect not audible in Slide Show https://bugs.freedesktop.org/show_bug.cgi?id=40780 What|Removed |Added

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

2014-10-07 Thread Zolnai Tamás
oox/source/drawingml/color.cxx| 30 sd/qa/unit/data/pptx/bnc584721_4.pptx |binary sd/qa/unit/import-tests.cxx | 41 ++ 3 files changed, 61 insertions(+), 10 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - download.lst

2014-10-07 Thread Zolnai Tamás
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit ff2ec0b6859ef0a9db2809a0ea676e6e8631785b Author: Zolnai Tamás tamas.zol...@collabora.com Date: Wed Oct 1 20:48:15 2014 +0200 Upgrade libgltf to 0.0.2 News in this version: - Better

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

2014-10-07 Thread Matúš Kukan
sw/Library_sw.mk |1 + sw/source/core/uibase/dbui/swdbtoolsclient.cxx |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit 80d0985771f40316590ee8368d899ffb835c0035 Author: Matúš Kukan matus.ku...@collabora.com Date: Thu Oct 2

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

2014-10-07 Thread Caolán McNamara
editeng/source/editeng/editview.cxx |5 + editeng/source/editeng/impedit.cxx |5 + editeng/source/editeng/impedit.hxx |2 ++ editeng/source/editeng/impedit2.cxx |5 + editeng/source/outliner/outlvw.cxx |6 +- include/editeng/editview.hxx|1 +

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

2014-10-07 Thread Stephan Bergmann
sfx2/source/appl/shutdownicon.cxx | 154 +- sfx2/source/appl/shutdownicon.hxx |8 - 2 files changed, 53 insertions(+), 109 deletions(-) New commits: commit 73aaa3cf5e18d008268f4b67bbb60070b2cafc6a Author: Stephan Bergmann sberg...@redhat.com Date: Tue

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

2014-10-07 Thread Miklos Vajna
sw/qa/extras/ooxmlexport/data/multi-page-toc.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 12 writerfilter/source/dmapper/DomainMapper_Impl.cxx | 18 ++ writerfilter/source/dmapper/DomainMapper_Impl.hxx | 18 ++ 4 files

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

2014-10-07 Thread Miklos Vajna
sw/qa/core/data/rtf/pass/kde52609.rtf |8 writerfilter/source/rtftok/rtfdocumentimpl.cxx | 16 2 files changed, 24 insertions(+) New commits: commit e1cbaebe7fe36690e192778c87b5eb63790017d7 Author: Miklos Vajna vmik...@collabora.co.uk Date: Tue Oct 7

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 99/15e6150d6f5e01cf7191304758e21d635fbcbf

2014-10-07 Thread Caolán McNamara
99/15e6150d6f5e01cf7191304758e21d635fbcbf |1 + 1 file changed, 1 insertion(+) New commits: commit d6823c66ba5d8f4804454e74af2f32327e263eea Author: Caolán McNamara caol...@redhat.com Date: Tue Oct 7 17:20:02 2014 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 09/ab75fa36e15ce7de24900d374a6f481f7bfce2

2014-10-07 Thread Caolán McNamara
09/ab75fa36e15ce7de24900d374a6f481f7bfce2 |1 + 1 file changed, 1 insertion(+) New commits: commit be43345c87c59e6c364d55f5e94679fb9abbf87f Author: Caolán McNamara caol...@redhat.com Date: Tue Oct 7 17:24:19 2014 +0100 Notes added by 'git notes add' diff --git

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

2014-10-07 Thread Matthew J . Francis
i18npool/source/search/textsearch.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 555a7a601b33c18472be7e99b0f9c8acb05a82d7 Author: Matthew J. Francis mjay.fran...@gmail.com Date: Tue Oct 7 01:51:37 2014 +0800 Avoid accessing 1 character after a string

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - i18npool/source

2014-10-07 Thread Matthew J . Francis
i18npool/source/search/textsearch.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 25e7318a294c5613a9a2361e0e1cebd5c214d336 Author: Matthew J. Francis mjay.fran...@gmail.com Date: Tue Oct 7 01:51:37 2014 +0800 Avoid accessing 1 character after a string

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

2014-10-07 Thread Armin Le Grand
sw/source/core/layout/paintfrm.cxx | 33 +++-- 1 file changed, 27 insertions(+), 6 deletions(-) New commits: commit f4d179a8f647336b27098ebb2e0418b22b3ba44e Author: Armin Le Grand a...@apache.org Date: Tue Oct 7 16:20:59 2014 + i125698 Finetuned

Link error Python2.7 building on OS X 10.9

2014-10-07 Thread Joost Eekhoorn
Hey all, I try to build on OS X 10.9.5 and get this link error at libpyuno.dylib: Library/libpyuno.dylib ld: library not found for -lpython2.7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: ***

Re: Link error Python2.7 building on OS X 10.9

2014-10-07 Thread Tor Lillqvist
Maybe my local installation of Python 3.4 has to do with this problem? Could well be. Make sure it is not found in PATH when running autogen.sh. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

ESC call Thursday 16:00 central European time ...

2014-10-07 Thread Michael Meeks
Hi guys, You are warmly invited (if you can make a phone-call) to hear what we get up to in the Engineering Steering Committee, ask questions at a suitable time in the agenda etc. We maintain our agenda in an etherpad here: http://pad.documentfoundation.org/p/esc Dial in

Crash test update

2014-10-07 Thread Miklos Vajna
New crashtest update available at http://dev-builds.libreoffice.org/crashtest/24fb87501ef9d5aa715d572de7eb5efe49a0d9c3/ exportCrashes.csv Description: Binary data importCrash.csv Description: Binary data validationErrors.csv Description: Binary data

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

2014-10-07 Thread Armin Le Grand
sw/source/core/layout/paintfrm.cxx | 33 +++-- 1 file changed, 27 insertions(+), 6 deletions(-) New commits: commit 1e09d294f443f015e51c601d1b02f19389fb90ac Author: Armin Le Grand a...@apache.org Date: Tue Oct 7 16:20:59 2014 + Resolves: #i125698#

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f4/d179a8f647336b27098ebb2e0418b22b3ba44e

2014-10-07 Thread Caolán McNamara
f4/d179a8f647336b27098ebb2e0418b22b3ba44e |1 + 1 file changed, 1 insertion(+) New commits: commit 7648192dd3136bf0a78b6cfb270feffbde877b2b Author: Caolán McNamara caol...@redhat.com Date: Tue Oct 7 21:01:05 2014 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: i18npool/Library_localedata_euro.mk i18npool/source

2014-10-07 Thread Andras Timar
i18npool/Library_localedata_euro.mk|1 i18npool/source/localedata/data/ca_ES_valencia.xml | 43 + i18npool/source/localedata/localedata.cxx |1 3 files changed, 45 insertions(+) New commits: commit 99fa3b7df7c97b7adc97092baf3f147e165d8576

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

2014-10-07 Thread Caolán McNamara
sw/source/ui/frmdlg/column.cxx |7 --- vcl/source/outdev/text.cxx |3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) New commits: commit 4289c346de432cc94f05aab78a9464350334b11f Author: Caolán McNamara caol...@redhat.com Date: Tue Oct 7 17:41:32 2014 +0100 Resolves:

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Dave Richards drich...@largo.com changed: What|Removed |Added Depends on||84752 --- Comment #71

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

2014-10-07 Thread Juergen Funk
svx/source/tbxctrls/tbcontrl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1f028ef4232a31402e983a862d9f9a1526a4da8e Author: Juergen Funk juergen.funk...@cib.de Date: Tue Oct 7 15:51:09 2014 +0200 Fix fdo#84591 Styles dropdown disappears when clicked on

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - i18npool/Library_localedata_euro.mk i18npool/source

2014-10-07 Thread Andras Timar
i18npool/Library_localedata_euro.mk|1 i18npool/source/localedata/data/ca_ES_valencia.xml | 43 + i18npool/source/localedata/localedata.cxx |1 3 files changed, 45 insertions(+) New commits: commit 3512b229b51a6536209702b3e2ac895d15c3b125

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

2014-10-07 Thread Adolfo Jayme Barrientos
cui/uiconfig/ui/colorpickerdialog.ui | 84 ++- 1 file changed, 16 insertions(+), 68 deletions(-) New commits: commit cad4047e745878aa7541d3f17f41bfa2aa31ef3e Author: Adolfo Jayme Barrientos fit...@ubuntu.com Date: Sun Oct 5 23:03:34 2014 -0500 Better

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

2014-10-07 Thread Michael Stahl
connectivity/source/drivers/mozab/MPreparedStatement.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a98f12b0ad7a5ef30219bfdf4a3ab1507bcd0bec Author: Michael Stahl mst...@redhat.com Date: Tue Oct 7 22:38:20 2014 +0200 connectivity: try to fix build

[Libreoffice-commits] core.git: Branch 'feature/perfwork' - chart2/source

2014-10-07 Thread Kohei Yoshida
chart2/source/view/axes/VAxisBase.cxx |5 + chart2/source/view/axes/VAxisBase.hxx |6 +- chart2/source/view/axes/VCartesianCoordinateSystem.cxx |2 ++ chart2/source/view/inc/VCoordinateSystem.hxx |3 +++ 4 files changed, 15

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

2014-10-07 Thread Kohei Yoshida
chart2/source/view/axes/VAxisBase.cxx |5 + chart2/source/view/axes/VAxisBase.hxx |6 +- chart2/source/view/axes/VCartesianCoordinateSystem.cxx |2 ++ chart2/source/view/inc/VCoordinateSystem.hxx |3 +++ 4 files changed, 15

[Libreoffice-commits] core.git: instsetoo_native/util scp2/source setup_native/source

2014-10-07 Thread Christian Lohmaier
instsetoo_native/util/openoffice.lst.in |4 scp2/source/ooo/module_hidden_ooo.scp | 217 - scp2/source/ooo/module_ooo.scp| 151 ++ setup_native/source/packinfo/package_names.txt|8

Re: ESC call Thursday 16:00 central European time ...

2014-10-07 Thread Jean-Baptiste Faure
[Sorry I did not send with the correct email] Hi, Le 07/10/2014 21:58, Michael Meeks a écrit : Hi guys, You are warmly invited (if you can make a phone-call) to hear what we get up to in the Engineering Steering Committee, ask questions at a suitable time in the agenda etc. We

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

2014-10-07 Thread Miklos Vajna
sfx2/source/appl/shutdownicon.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 86c4762790823c338f018fb2f06c4a5fa4497916 Author: Miklos Vajna vmik...@collabora.co.uk Date: Wed Oct 8 07:27:16 2014 +0200 sfx2: missing semicolon Change-Id:

Re: [Libreoffice-qa] Call of Tools - Options - LibreOfficeDev Base - Connections crashes master

2014-10-07 Thread Alexander Thurgood
Le 05/10/2014 10:20, Thomas Hackert a écrit : Well, I prefer the UserInstallation=$ORIGIN/.. entry, as LO then creates its config folder in /path/to/instdir instead of creating it somewhere in .config. So I just need to rm -rf /path/to instdir instead of running two times rm -rf ... ;)

[Libreoffice-qa] Reminder: QA Meeting tomrrow!

2014-10-07 Thread Robinson Tryon
Hi all, Just a quick reminder that we'll be having our QA Meeting tomorrow at the regular time in IRC: https://wiki.documentfoundation.org/QA/Meetings/2014/October_08 Feel free to attend and bring up some QA topics to discuss, or just let us know what you've been up to over the last two weeks!

[Libreoffice-bugs] [Bug 84735] I have a file with data in 64000 rows and 15 columns, when i try to plot a graph the application almost hangs, even if i resize the graph the same issue

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84735 Karthieyan kart...@elgi.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 69343] FILESAVE: Odd last line saving in *.doc files

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69343 Marco Guardigli m...@tomware.it changed: What|Removed |Added Hardware|Other |x86-64 (AMD64)

[Libreoffice-bugs] [Bug 84707] List formatting is inconsistent

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84707 --- Comment #4 from Roman C r...@ro-che.info --- Where can I learn about it? I've read the relevant sections of Getting Started Guide, but they don't talk about specific styles and their purpose. Google also didn't find anything. -- You are

[Libreoffice-bugs] [Bug 65687] : Regression: time to open document increases ~50%

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65687 foss f...@openmailbox.org changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #12

[Libreoffice-bugs] [Bug 84591] Styles dropdown disappears when clicked on submenu

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84591 Juergen Funk juergen.funk...@cib.de changed: What|Removed |Added Assignee|libreoffice-b...@lists.free

[Libreoffice-bugs] [Bug 82430] LO 4.3.0 for Windows crashes on CPUs that do not support SSE2: Application Error soffice.bin, version 4.3.0.4, module sal3.dll, version 4.3.0.4, address 0x000268d5.

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82430 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 84316] Other: Fatal Error

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84316 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 84707] List formatting is inconsistent

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84707 --- Comment #5 from Cor Nouws c...@nouenoff.nl --- Hi Roman, Ah, a bit a shame that the starters guide does not explain styles (in some detail apparently). Pls look at one of the more advanced Writer styles. One tip: at the bottom of the window

[Libreoffice-bugs] [Bug 84707] List formatting is inconsistent

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84707 --- Comment #6 from Cor Nouws c...@nouenoff.nl --- (In reply to Cor Nouws from comment #5) Pls look at one of the more advanced Writer styles. Writer guides :) -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 82430] LO 4.3.0 for Windows crashes on CPUs that do not support SSE2: Application Error soffice.bin, version 4.3.0.4, module sal3.dll, version 4.3.0.4, address 0x000268d5.

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82430 --- Comment #27 from JCE jc.etiem...@gmail.com --- (In reply to Christian Lohmaier from comment #25) installsets with the latest patch https://gerrit.libreoffice.org/#/c/11769/ have been provided here:

[Libreoffice-bugs] [Bug 46447] Embedded Pictures disappear from Presentation (ODP) [Summary: comment#58, comment#67. Temporary advise: comment#69]

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46447 --- Comment #153 from Cor Nouws c...@nouenoff.nl --- Created attachment 107457 -- https://bugs.freedesktop.org/attachment.cgi?id=107457action=edit zip with oxt embedding pictures in Impress too pls try this one -- You are receiving this mail

[Libreoffice-bugs] [Bug 46775] EDITING: Insert comment in presentation produces a Crash

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46775 Caolán McNamara caol...@redhat.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 84508] EDITING: Copy Paste into the whole row breaks calc

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84508 raal r...@post.cz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 73709] URL hyperlinks damaged when clicked in rapid sequence in a table

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73709 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 74236] EDITING: Pages changes order (with multiple pages drawing) when swapping between LO and other applications

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74236 --- Comment #5 from Alex Thurgood ipla...@yahoo.co.uk --- This is similar to what happens in this bug : https://bugs.freedesktop.org/show_bug.cgi?id=73709 where hyperlinks get moved inappropriately. -- You are receiving this mail because: You

[Libreoffice-bugs] [Bug 84738] New: Microsoft EULA for TT fonts pops up in terminal and stops installation and hangs terminal

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84738 Bug ID: 84738 Summary: Microsoft EULA for TT fonts pops up in terminal and stops installation and hangs terminal Product: LibreOffice Version: unspecified Hardware: x86

[Libreoffice-bugs] [Bug 84705] FILEOPEN: When opening LibO Writer document also opens PhotoShop

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84705 --- Comment #2 from Iker i...@supazter.net --- (In reply to tommy27 from comment #1) have you tried upgrading to LibO 4.2.6.2? the 4.1.5 release you are using is END-OF-LIFE and is no longer supported. please upgrade and retest. Thanks, I

[Libreoffice-bugs] [Bug 46447] Embedded Pictures disappear from Presentation (ODP) [Summary: comment#58, comment#67. Temporary advise: comment#69]

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46447 --- Comment #154 from Brad Richards b...@kri.ch --- I have seen this bug off-and-on for years, going way back into OpenOffice days. However, I recently upgraded to Ubuntu 14.04 LTS (with LibreOffice 4.2.6.3), and the subjective frequency of this

[Libreoffice-bugs] [Bug 75614] FILEOPEN: Opening RTF file corrupt; after footnote text are missing.

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75614 --- Comment #2 from todven...@suomi24.fi --- Confirming that this still occurs. The text is cut off after the reference number after no man’s land. The reference itself is spared. Version: 4.4.0.0.alpha0+ Build ID:

[Libreoffice-bugs] [Bug 33667] FILEOPEN: Microsoft Word 5.5 for DOS samples

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33667 --- Comment #6 from Caolán McNamara caol...@redhat.com --- Created attachment 107463 -- https://bugs.freedesktop.org/attachment.cgi?id=107463action=edit another example -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 84742] New: Basic runtime error '51' Internal error

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84742 Bug ID: 84742 Summary: Basic runtime error '51' Internal error Product: LibreOffice Version: 4.3.2.2 release Hardware: Other OS: All Status: UNCONFIRMED

[Libreoffice-bugs] [Bug 84742] Basic runtime error '51' Internal error

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84742 marco.morand...@polimi.it changed: What|Removed |Added Hardware|Other |x86-64 (AMD64)

[Libreoffice-bugs] [Bug 84705] FILEOPEN: When opening LibO Writer document also opens PhotoShop

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84705 --- Comment #3 from tommy27 ba...@quipo.it --- ok, so please upload a test file with an adobe phostoshop version 8 OLE object. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 84705] FILEOPEN: loading a LibO Writer document with OLE objects also opens PhotoShop

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84705 tommy27 ba...@quipo.it changed: What|Removed |Added Summary|FILEOPEN: When opening LibO |FILEOPEN: loading a LibO

[Libreoffice-bugs] [Bug 61130] FILEOPEN: Missing text in imported .doc file

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61130 --- Comment #4 from todven...@suomi24.fi --- Created attachment 107468 -- https://bugs.freedesktop.org/attachment.cgi?id=107468action=edit PDF export using 4.3.2.2 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 61130] FILEOPEN: Missing text in imported .doc file

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61130 --- Comment #5 from todven...@suomi24.fi --- Created attachment 107469 -- https://bugs.freedesktop.org/attachment.cgi?id=107469action=edit PDF export using 4.4.0.0 alpha from Oct 6 I guess the tables are ok now, please test. Unrelated notes:

[Libreoffice-bugs] [Bug 68566] EDITING: Cross references between tables / cell data broken

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68566 --- Comment #12 from Alex Thurgood ipla...@yahoo.co.uk --- Confirming on Version: 4.3.2.2 Build ID: edfb5295ba211bd31ad47d0bad0118690f76407d OSX 10.9.5 1) Open attachment of comment 10 2) Sort on master sheet with Lastname ascending - data

[Libreoffice-bugs] [Bug 68566] EDITING: Cross references between tables / cell data broken

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68566 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 68566] EDITING: Cross references between tables / cell data broken

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68566 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Priority|medium |highest

[Libreoffice-bugs] [Bug 84745] New: EDITING: recalculation issue with user defined function (it is not recalculated)

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84745 Bug ID: 84745 Summary: EDITING: recalculation issue with user defined function (it is not recalculated) Product: LibreOffice Version: unspecified Hardware: x86 (IA32)

[Libreoffice-bugs] [Bug 72677] Hebrew letter position skewed in lines containing spaces

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72677 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 48402] EDITING: Misaligned cursor with proportional fonts on OSX

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48402 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 48402] EDITING: Misaligned cursor with proportional fonts on OSX

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48402 --- Comment #15 from Alex Thurgood ipla...@yahoo.co.uk --- (In reply to Norbert Thiebaud from comment #13) and let's be serious here.. this is not 'critical' by any definition of the term... there is no loss of data, no crash We'll have to

[Libreoffice-bugs] [Bug 84746] New: android: prune redundant configmgr settings

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84746 Bug ID: 84746 Summary: android: prune redundant configmgr settings Product: LibreOffice Version: 4.3.0.2 rc Hardware: Other OS: All Status: UNCONFIRMED

[Libreoffice-bugs] [Bug 84746] android: prune redundant configmgr settings

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84746 Michael Meeks michael.me...@collabora.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 84726] android: Viewer tracker bug

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84726 Michael Meeks michael.me...@collabora.com changed: What|Removed |Added Depends on||84746 --

[Libreoffice-bugs] [Bug 77555] Background spreadsheet scrolling results in screen corruption - Regression from LO 4.1.5

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77555 --- Comment #1 from Alex Thurgood ipla...@yahoo.co.uk --- Version: 4.3.2.2 Build ID: edfb5295ba211bd31ad47d0bad0118690f76407d Can not reproduce on OSX 10.9.5 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 84747] New: EDITING typed characters inserted into wrong sheet when defined name selected

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84747 Bug ID: 84747 Summary: EDITING typed characters inserted into wrong sheet when defined name selected Product: LibreOffice Version: 4.3.2.2 release Hardware: Other

[Libreoffice-bugs] [Bug 77555] Background spreadsheet scrolling results in screen corruption - Regression from LO 4.1.5

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77555 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 79686] VIEWING: Rendering of text no longer in high DPI (regression)

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79686 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

  1   2   3   >