[Libreoffice-commits] core.git: Branch 'feature/priorities' - sd/inc sd/source svx/source

2014-11-21 Thread Tobias Madl
sd/inc/drawdoc.hxx |2 +- sd/source/core/drawdoc.cxx |2 +- sd/source/core/drawdoc4.cxx | 18 +- sd/source/ui/slidesorter/cache/SlsQueueProcessor.cxx | 18 +-

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

2014-11-21 Thread Noel Grandin
configure.ac |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit 40e7eecb7efeeb9af59206d7a9c82ac55adf5279 Author: Noel Grandin n...@peralex.com Date: Thu Nov 20 16:02:57 2014 +0200 add sanity checking to --with-iwyu add some error checking so

fix the bug for inverted arrow key behavior in left to right vertical text

2014-11-21 Thread Aronsoyol Qi
Hi all The behavior of arrow key (left and right) is incorrect when typing left to right vertical text (Mongolian). If press left key the caret will move to right line, and if press right key the caret will move to left line. I have reported this bug already at here

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

2014-11-21 Thread Tor Lillqvist
configure.ac |6 -- 1 file changed, 6 deletions(-) New commits: commit 9ae034bb49642c276c5b2a963bd28e50b9ab4146 Author: Tor Lillqvist t...@collabora.com Date: Fri Nov 21 10:36:13 2014 +0200 Bin --enable-macosx-retina which is a no-op Change-Id:

Re: fix the bug for inverted arrow key behavior in left to right vertical text

2014-11-21 Thread Miklos Vajna
Hi, On Fri, Nov 21, 2014 at 05:50:14PM +0900, Aronsoyol Qi aronsoyol...@gmail.com wrote: But I don't know how to detect the text direction (*bIsTblr *) at here. Can anybody help me? See here for an example on how to detect the vertical, left to right direction:

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

2014-11-21 Thread Marcos Paulo de Souza
starmath/inc/ElementsDockingWindow.hxx|9 - starmath/source/ElementsDockingWindow.cxx | 10 -- 2 files changed, 8 insertions(+), 11 deletions(-) New commits: commit fde82414b4c0531c1addcfc99e55ca17d52c3fec Author: Marcos Paulo de Souza marcos.souza@gmail.com Date:

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

2014-11-21 Thread Stephan Bergmann
include/svx/sdmetitm.hxx |2 +- svx/source/svdraw/svdfmtf.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 226e0abd2c5ebd9fd591966b584d04e4ab5cd171 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov 21 11:05:46 2014 +0100 More fixes

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

2014-11-21 Thread Maxim Monastirsky
sw/source/uibase/shells/textfld.cxx | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) New commits: commit f4309a2c56bfbfe536d95e6692fe9da99774453f Author: Maxim Monastirsky momonas...@gmail.com Date: Fri Nov 21 00:50:18 2014 +0200 fdo#78980 i#98931 Accept

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

2014-11-21 Thread Stephan Bergmann
Makefile.in | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit b02fe06a51b798fdf2c5eeb8f421a93f1860b2a8 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov 21 11:45:16 2014 +0100 Call all executables in solenv/bin/ with full path

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

2014-11-21 Thread Stephan Bergmann
configure.ac |1 - 1 file changed, 1 deletion(-) New commits: commit 111e1e6a46b0618595882504eee0f52cf9822a12 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov 21 11:47:45 2014 +0100 There should be no more need for solenv/bin in PATH ...since

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

2014-11-21 Thread Stephan Bergmann
configure.ac |2 -- 1 file changed, 2 deletions(-) New commits: commit 440b8a0d2ec7122ce54a9436b798a0ee91569205 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov 21 11:49:15 2014 +0100 There is hopefully no need for . on PATH? Change-Id:

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

2014-11-21 Thread Luboš Luňák
sw/source/core/docnode/node.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 43f98495b5d0756fc37eef99efba45e388101a1a Author: Luboš Luňák l.lu...@collabora.com Date: Fri Nov 21 11:55:35 2014 +0100 do not use sal_uInt16 for indexing stl vector

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

2014-11-21 Thread Stephan Bergmann
sal/osl/unx/profile.cxx | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) New commits: commit 2d9cf432f683cea56ff3dcb7298098b026eed2d7 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov 21 11:59:55 2014 +0100 cid#1255386: Unchecked return value

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

2014-11-21 Thread Stephan Bergmann
sal/osl/unx/process.cxx | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) New commits: commit d2e7105fa3fa696c51965f5e186d64a91416af63 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov 21 12:10:55 2014 +0100 cid#1209049: Unchecked return value Change-Id:

[Libreoffice-commits] core.git: 5 commits - cui/uiconfig drawinglayer/source include/vcl svtools/source vcl/inc vcl/source

2014-11-21 Thread Zolnai Tamás
cui/uiconfig/ui/optmemorypage.ui|9 + drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 10 - include/vcl/graph.hxx |6 svtools/source/graphic/grfcache.cxx |3 svtools/source/graphic/grfmgr2.cxx

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

2014-11-21 Thread Stephan Bergmann
sal/osl/unx/pipe.cxx |4 1 file changed, 4 insertions(+) New commits: commit 2975abf7964de1f4b705204caac722b3ea69cb8b Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov 21 12:29:24 2014 +0100 Silence false cid#1255391 TOCTOU warning Change-Id:

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

2014-11-21 Thread Stephan Bergmann
registry/source/regimpl.cxx |4 1 file changed, 4 insertions(+) New commits: commit e3d76b24e43b9e43580814523e8a1c60cbbca731 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov 21 12:35:11 2014 +0100 Silence unhelpful cid#1215304 untrusted loop bound warnings

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

2014-11-21 Thread Stephan Bergmann
unoidl/source/legacyprovider.cxx | 14 ++ 1 file changed, 14 insertions(+) New commits: commit b296006f44d2c248547596698717fd544e49fc64 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov 21 12:41:17 2014 +0100 Silence unhelpful cid#1213376 untrusted loop bound

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

2014-11-21 Thread Tor Lillqvist
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 734f30484221e091669cfdb45c144084a1377998 Author: Tor Lillqvist t...@collabora.com Date: Fri Nov 21 13:46:26 2014 +0200 WaE: unused functions Change-Id:

[Libreoffice-commits] libcdr.git: 2 commits - src/lib

2014-11-21 Thread David Tardon
src/lib/CDRParser.cpp |4 1 file changed, 4 insertions(+) New commits: commit 6d7de600e938543448f680cc840211f52bb0b848 Author: David Tardon dtar...@redhat.com Date: Fri Nov 21 12:33:26 2014 +0100 avoid extra big allocation, continued Change-Id:

[Libreoffice-commits] core.git: 13 commits - basic/source filter/source package/source rsc/source sd/inc sd/source svtools/qa vcl/opengl vcl/source

2014-11-21 Thread Caolán McNamara
basic/source/runtime/methods.cxx|5 ++-- filter/source/graphicfilter/ipict/ipict.cxx | 27 + package/source/zipapi/ZipFile.cxx |2 + rsc/source/rscpp/cpp3.c |1 sd/inc/sdmod.hxx|2 -

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

2014-11-21 Thread Eike Rathke
sw/qa/extras/ooxmlexport/ooxmlexport.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 82e5f287cc278781cdedee0d92fb4ce17cbc42bc Author: Eike Rathke er...@redhat.com Date: Fri Nov 21 12:50:30 2014 +0100 WaE: ‘isNumber’ [-Werror=maybe-uninitialized]

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

2014-11-21 Thread Eike Rathke
sw/qa/extras/ooxmlexport/ooxmlexport.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e934ca0c21d390204e490ce92c9740930d50ba60 Author: Eike Rathke er...@redhat.com Date: Fri Nov 21 12:50:30 2014 +0100 WaE: ‘isNumber’ [-Werror=maybe-uninitialized]

[Libreoffice-commits] core.git: basctl/uiconfig officecfg/registry

2014-11-21 Thread Adolfo Jayme Barrientos
basctl/uiconfig/basicide/ui/defaultlanguage.ui| 28 - basctl/uiconfig/basicide/ui/dialogpage.ui | 20 - basctl/uiconfig/basicide/ui/exportdialog.ui | 102 ++--- basctl/uiconfig/basicide/ui/gotolinedialog.ui

guidance to write a unit test for SetMacroSecurityLevel()

2014-11-21 Thread admin
Hi, Can anyone send me how to access and change a level of the MacroSecurityLevel? In   qa\xmlsecurity\qa\certext\SanCertExt.cxx  there is an example of security for certificates?   How do I write someting similar for chaning a Macro Security Level?    

QA Meeting Minutes - 2014-11-19

2014-11-21 Thread Robinson Tryon
Hello! This week we had another great QA meeting! We covered a number of different topics, and brainstormed some ideas about how we can encourage better communication, identify potential regressions earlier in the release process, and attack our set of open bugs from a bunch of different angles!

Re: FDO - New Milestone

2014-11-21 Thread Robinson Tryon
[adding QA list back to cc] On Sun, Nov 16, 2014 at 4:50 PM, julien2412 serval2...@yahoo.fr wrote: Hi Joel, Great news indeed. But is there a milestone for : - oldest bugs, there are more than 500 bugs older than 2011-06 (3 years ago!) We've got 564 bugs in that range

New Defects reported by Coverity Scan for LibreOffice

2014-11-21 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 8 new defect(s) introduced to LibreOffice found with Coverity Scan. 38 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New

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

2014-11-21 Thread Kohei Yoshida
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 305461aafe2527fcf9bf796f59648c81b38d7850 Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Fri Nov 21 07:19:05 2014 -0500 Revert fdo#81643:

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

2014-11-21 Thread Tor Lillqvist
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit 43aa19918a76e09d45071187e3627e3176ded240 Author: Tor Lillqvist t...@collabora.com Date: Fri Nov 21 14:54:54 2014 +0200 Revert WaE: unused functions This needs to

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

2014-11-21 Thread Stephan Bergmann
include/svx/sdmetitm.hxx |2 +- svx/source/svdraw/svdfmtf.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit eef61f54285c718ea78da631ebdd2d806d153fea Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov 21 11:05:46 2014 +0100 More fixes

Who knows of a free UML tool to work with libreoffice?

2014-11-21 Thread nicholas ferguson
___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2014-11-21 Thread Eike Rathke
sw/qa/extras/rtfexport/rtfexport.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7171f7920ee2e8d31f51d27eab86305ecf14626e Author: Eike Rathke er...@redhat.com Date: Fri Nov 21 14:12:05 2014 +0100 WaE: ‘isNumber’ [-Werror=maybe-uninitialized]

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

2014-11-21 Thread Eike Rathke
sw/qa/extras/ww8export/ww8export.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 04b3a3c801bc452f659048a816829300d6b2a16f Author: Eike Rathke er...@redhat.com Date: Fri Nov 21 14:18:14 2014 +0100 WaE: ‘isNumber’ [-Werror=maybe-uninitialized]

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

2014-11-21 Thread Eike Rathke
sw/qa/extras/rtfexport/rtfexport.cxx |2 +- sw/qa/extras/ww8export/ww8export.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit fa83f3c4636d5dd754f064116900e596dffdb912 Author: Eike Rathke er...@redhat.com Date: Fri Nov 21 14:18:14 2014 +0100 WaE:

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

2014-11-21 Thread Caolán McNamara
svx/source/table/tablecontroller.cxx | 44 +-- 1 file changed, 32 insertions(+), 12 deletions(-) New commits: commit e91ab2104b62b689dca2c565cd81a8cb40885822 Author: Caolán McNamara caol...@redhat.com Date: Thu Nov 20 15:53:14 2014 + Resolves:

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

2014-11-21 Thread Stephan Bergmann
store/workben/makefile.mk | 99 --- store/workben/t_base.cxx | 346 --- store/workben/t_file.cxx | 211 --- store/workben/t_leak.cxx | 31 - store/workben/t_page.cxx | 1355 -- store/workben/t_store.cxx | 543 -- 6

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

2014-11-21 Thread Kohei Yoshida
include/sfx2/app.hxx |3 +-- sfx2/source/appl/appquit.cxx |1 + sfx2/source/appl/childwinimpl.cxx | 35 +++ sfx2/source/appl/childwinimpl.hxx | 19 +++ sfx2/source/appl/module.cxx |1 +

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

2014-11-21 Thread Bjoern Michaelsen
sw/source/core/crsr/callnk.cxx |3 - sw/source/core/doc/DocumentContentOperationsManager.cxx |3 - sw/source/core/doc/doclay.cxx |3 - sw/source/core/doc/doctxm.cxx |2 sw/source/core/doc/htmltbl.cxx

Layer manager window for Draw

2014-11-21 Thread Ron W
This one feature alone would make Draw awesome : === Draw: add Layer manager window Idea: To improve handling the layers it is necessary to add a new window similar to Navigator (F5) which will show all layers, their status, order, visibility etc... Similar functions

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

2014-11-21 Thread Tor Lillqvist
sc/source/ui/optdlg/calcoptionsdlg.cxx | 241 - 1 file changed, 90 insertions(+), 151 deletions(-) New commits: commit c1a0e74d3ce81e3e84c782e1a2f13dc814bf6575 Author: Tor Lillqvist t...@collabora.com Date: Fri Nov 21 17:36:10 2014 +0200 Add new-style test

Re: Layer manager window for Draw

2014-11-21 Thread Terrence Enger
Ron, Thank you for helping us to improve LibreOffice. The most direct way to record your suggestion is in our bug tracking system https://bugs.freedesktop.org/. After you create an account, you can create a bug report with priority Enhancement. HTH, Terry. On Fri, 2014-11-21 at 08:30 -0700,

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

2014-11-21 Thread Michael Stahl
bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx | 10 ++-- bridges/source/cpp_uno/gcc3_aix_powerpc/except.cxx | 13 + bridges/source/cpp_uno/gcc3_aix_powerpc/uno2cpp.cxx |6 +- bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno-arm.cxx | 14 +++---

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

2014-11-21 Thread Michael Stahl
bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno-arm.cxx |2 -- bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp-arm.cxx |2 -- bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp-arm64.cxx |2 -- 3 files changed, 6 deletions(-) New commits: commit 42ff131336b79ffb5d6a498227bc4dbcfb7bcbee Author:

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

2014-11-21 Thread Michael Stahl
bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx|2 +- bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx |4 ++-- bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx |2 +- bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx |2 +-

[Libreoffice-commits] core.git: Branch 'feature/perfwork5' - sc/inc sc/source

2014-11-21 Thread Kohei Yoshida
sc/inc/document.hxx|1 sc/source/core/data/document.cxx | 39 - sc/source/core/data/document10.cxx | 22 3 files changed, 45 insertions(+), 17 deletions(-) New commits: commit

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

2014-11-21 Thread Kohei Yoshida
sc/inc/document.hxx|1 sc/source/core/data/document.cxx | 39 - sc/source/core/data/document10.cxx | 22 3 files changed, 45 insertions(+), 17 deletions(-) New commits: commit

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

2014-11-21 Thread Kohei Yoshida
sc/inc/document.hxx|1 sc/source/core/data/document.cxx | 39 - sc/source/core/data/document10.cxx | 22 3 files changed, 45 insertions(+), 17 deletions(-) New commits: commit

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

2014-11-21 Thread Caolán McNamara
editeng/source/editeng/editdoc.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e37e8f38d1f5c6bc427965dc535f1a64f0c8649c Author: Caolán McNamara caol...@redhat.com Date: Fri Nov 21 17:05:09 2014 + Resolves: fdo#86392 the assert seems to just want the

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

2014-11-21 Thread Miklos Vajna
sw/qa/extras/ooxmlexport/data/header-border.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport5.cxx |7 +++ sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx |4 ++-- writerfilter/source/dmapper/DomainMapper_Impl.cxx | 11 +++ 4 files changed, 20 insertions(+), 2

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

2014-11-21 Thread Stephan Bergmann
io/source/TextInputStream/TextInputStream.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7a0bfcbce147eff61dc9b7d243b571dd34110df8 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov 21 18:31:31 2014 +0100 fdo#79941: Properly handle short reads

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/inc vcl/unx

2014-11-21 Thread Louis-Francis Ratté-Boulianne
vcl/inc/unx/gtk/gtkgdi.hxx |1 vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx | 157 +++ 2 files changed, 101 insertions(+), 57 deletions(-) New commits: commit c90741573814173e9df5bf945d8cbe9d7d77ec39 Author: Louis-Francis Ratté-Boulianne

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

2014-11-21 Thread Miklos Vajna
sw/qa/extras/ooxmlexport/ooxmlexport5.cxx|8 +++- sw/source/filter/ww8/docxattributeoutput.cxx | 11 ++- 2 files changed, 17 insertions(+), 2 deletions(-) New commits: commit 5009ed5eaff6769375d8d0423a98fe8d1a31e0d1 Author: Miklos Vajna vmik...@collabora.co.uk Date: Fri

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

2014-11-21 Thread Michael Stahl
bridges/source/cpp_uno/gcc3_linux_arm/except.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 04a7e55b486d4da83434ce6c81036b3fcf7be469 Author: Michael Stahl mst...@redhat.com Date: Fri Nov 21 18:38:38 2014 +0100 bridges: oops some semicolons got lost

[Libreoffice-commits] dev-tools.git: ciabot/libreoffice-bugzilla2.py

2014-11-21 Thread Miklos Vajna
ciabot/libreoffice-bugzilla2.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b98a721a46192647d2161491ad204144c07c5b69 Author: Miklos Vajna vmik...@collabora.co.uk Date: Fri Nov 21 18:44:02 2014 +0100 libreoffice-bugzilla2: 4.4 - 4.5 Change-Id:

[Libreoffice-commits] core.git: distro-configs/LibreOfficeLinux.conf distro-configs/LibreOfficeOpenBSD.conf distro-configs/OxygenOfficeLinux.conf

2014-11-21 Thread Matúš Kukan
distro-configs/LibreOfficeLinux.conf |1 - distro-configs/LibreOfficeOpenBSD.conf |1 - distro-configs/OxygenOfficeLinux.conf |1 - 3 files changed, 3 deletions(-) New commits: commit 384595f07528aa4323769c8825ea6efa94ea3c4c Author: Matúš Kukan matus.ku...@collabora.com Date:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - distro-configs/LibreOfficeLinux.conf distro-configs/LibreOfficeOpenBSD.conf distro-configs/OxygenOfficeLinux.conf

2014-11-21 Thread Matúš Kukan
distro-configs/LibreOfficeLinux.conf |1 - distro-configs/LibreOfficeOpenBSD.conf |1 - distro-configs/OxygenOfficeLinux.conf |1 - 3 files changed, 3 deletions(-) New commits: commit 008bf8c595e37b7267ec37e4423cd60304160475 Author: Matúš Kukan matus.ku...@collabora.com Date:

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

2014-11-21 Thread Eike Rathke
sc/qa/unit/filters-test.cxx | 27 --- 1 file changed, 20 insertions(+), 7 deletions(-) New commits: commit 674c7abbd6b5e9014812d4f8839f62639fe9a7f4 Author: Eike Rathke er...@redhat.com Date: Fri Nov 21 19:26:06 2014 +0100 check that sort with absolute references

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

2014-11-21 Thread Eike Rathke
sc/qa/unit/filters-test.cxx | 27 --- 1 file changed, 20 insertions(+), 7 deletions(-) New commits: commit 7feda69016fc42b889dfc5b8de088bbca36ba931 Author: Eike Rathke er...@redhat.com Date: Fri Nov 21 19:26:06 2014 +0100 check that sort with absolute references

[Libreoffice-commits] core.git: desktop/Library_sofficeapp.mk desktop/unx include/vcl svx/Executable_gengal.mk sw/Executable_tiledrendering.mk vcl/Executable_icontest.mk vcl/Executable_ui-previewer.mk

2014-11-21 Thread Markus Mohrhard
desktop/Library_sofficeapp.mk |4 desktop/unx/source/glxtest.cxx | 282 include/vcl/opengl/glxtest.hxx |2 svx/Executable_gengal.mk|7 sw/Executable_tiledrendering.mk | 16 ++ vcl/Executable_icontest.mk |9 +

[Libreoffice-commits] dev-tools.git: test-bugzilla-files/new-control.py

2014-11-21 Thread Markus Mohrhard
test-bugzilla-files/new-control.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3228b8cbd5710083c13eaae354daa88a0541d5f6 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Nov 21 21:55:32 2014 +0100 use new limit for better server diff --git

[Libreoffice-commits] dev-tools.git: ciabot/libreoffice-bugzilla2.py

2014-11-21 Thread Michael Stahl
ciabot/libreoffice-bugzilla2.py |3 +++ 1 file changed, 3 insertions(+) New commits: commit b16c74e070044ca85af06ed620b9a9a3369876a9 Author: Michael Stahl mst...@redhat.com Date: Thu Nov 6 15:48:53 2014 +0100 libreoffice-bugzilla2.py: try to avoid modifying non-LO bugs ...

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

2014-11-21 Thread Michael Stahl
sw/source/uibase/app/swdll.cxx| 11 +++ sw/source/uibase/app/swmodule.cxx | 10 -- 2 files changed, 11 insertions(+), 10 deletions(-) New commits: commit d47b674951aedd03815a3f27591b1791f7dfb52d Author: Michael Stahl mst...@redhat.com Date: Fri Nov 21 22:38:02 2014

[Libreoffice-commits] core.git: Branch 'feature/priorities' - basctl/source

2014-11-21 Thread Tobias Madl
basctl/source/dlged/dlged.cxx | 12 basctl/source/inc/dlged.hxx |2 -- 2 files changed, 14 deletions(-) New commits: commit dbe53133817ee00743216e9f0532f8d63e6f16eb Author: Tobias Madl tobias.madl@gmail.com Date: Fri Nov 21 21:16:47 2014 + timers: Timer never

[Bug 65675] LibreOffice 4.2 most annoying bugs

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

[Bug 75025] LibreOffice 4.3 most annoying bugs

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

[Bug 75025] LibreOffice 4.3 most annoying bugs

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

[Bug 65675] LibreOffice 4.2 most annoying bugs

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

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

2014-11-21 Thread Miklos Vajna
sw/qa/extras/inc/swmodeltestbase.hxx | 54 - sw/qa/extras/mailmerge/mailmerge.cxx | 69 -- sw/qa/extras/ooxmlexport/ooxmlexport2.cxx | 12 +-- sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 11 +--

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

2014-11-21 Thread Chris Sherlock
include/vcl/outdev.hxx|1 - vcl/source/gdi/bitmap.cxx |6 -- 2 files changed, 4 insertions(+), 3 deletions(-) New commits: commit a81027b13f1696c1cb2e8bcae3d712a193ff2dfd Author: Chris Sherlock chris.sherloc...@gmail.com Date: Fri Nov 21 19:12:38 2014 +1100 vcl: remove

[Bug 75025] LibreOffice 4.3 most annoying bugs

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

[Bug 65675] LibreOffice 4.2 most annoying bugs

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

[Bug 65675] LibreOffice 4.2 most annoying bugs

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

[Bug 75025] LibreOffice 4.3 most annoying bugs

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

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

2014-11-21 Thread Michael Stahl
include/svx/sdasitm.hxx | 22 ++ svx/source/items/customshapeitem.cxx | 31 ++- 2 files changed, 32 insertions(+), 21 deletions(-) New commits: commit 7fcbb29db802acd8c0f32e8ff578ef4b2f82c46b Author: Michael Stahl mst...@redhat.com

[ANN] LIbreOffice 4.4.0 Beta1 available

2014-11-21 Thread Christian Lohmaier
Dear Community, The Document Foundation is pleased to announce the first Beta release of LibreOffice 4.4.0. The upcoming 4.4.0 will be the ninth major release of LibreOffice, coming with a bunch of new features beside the usual bugfixes. The Beta1 can be installed alongside the stable version,

Minutes of the Design Hangout: 2014-11-19

2014-11-21 Thread Jan Holesovsky
* Present: Ahmed, Jay, Heiko, Kendy, Stuart * Completed Action Items: + Kendy: Switch Sifr to be the default icon set on OS X + Jay: Check if the toolbar is not too wide after the recent changes + Jay: Gallery tooltip reverted + Jay: Sync the track changes shortcut with MSO +

Minutes of the ESC call: 2014-11-20

2014-11-21 Thread Jan Holesovsky
* Present: + Muthu, cloph, Lionel, David, Stephan, Kohei, Markus, Miklos, Kendy, Caolan, Eike, Robinson, Bjoern, Michael S, Norbert, Jan-Marek * Completed Action Items: + tweak autogen.sh to not add --best-effort (needed for Jenkins) (Michael M) - done * Pending Action Items:

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

2014-11-21 Thread Tobias Madl
basctl/source/dlged/dlged.cxx | 11 --- basctl/source/inc/dlged.hxx |2 -- 2 files changed, 13 deletions(-) New commits: commit 371c549b4921f7ac7bb336a1308b4fb14b9324ae Author: Tobias Madl tobias.madl@gmail.com Date: Fri Nov 21 21:16:47 2014 + timers: Timer never

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

2014-11-21 Thread Chris Sherlock
include/vcl/outdev.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit db93b490a65c7188bfc704948bc3a373cb3066e3 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sat Nov 22 11:11:32 2014 +1100 vcl: remove ImplImageBmp as friend of OutputDevice Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/perfwork5' - sc/inc sc/source

2014-11-21 Thread Kohei Yoshida
sc/inc/column.hxx | 12 ++-- sc/inc/document.hxx |1 + sc/inc/sharedformula.hxx | 12 +--- sc/inc/table.hxx |4 +++- sc/source/core/data/bcaslot.cxx |1 + sc/source/core/data/column3.cxx

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

2014-11-21 Thread Kohei Yoshida
sc/inc/column.hxx | 12 ++-- sc/inc/document.hxx |1 + sc/inc/grouparealistener.hxx |6 ++ sc/inc/sharedformula.hxx | 12 +--- sc/inc/table.hxx |4 +++-

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

2014-11-21 Thread Kohei Yoshida
sc/inc/column.hxx | 12 ++-- sc/inc/document.hxx |1 + sc/inc/grouparealistener.hxx |6 ++ sc/inc/sharedformula.hxx | 12 +--- sc/inc/table.hxx |4 +++-

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

2014-11-21 Thread Kohei Yoshida
include/sfx2/app.hxx|3 -- include/sfx2/mnuitem.hxx|1 sfx2/Library_sfx.mk |1 sfx2/source/appl/appinit.cxx|1 sfx2/source/appl/appquit.cxx|1 sfx2/source/appl/appreg.cxx |1

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

2014-11-21 Thread Kohei Yoshida
include/sfx2/app.hxx|7 + sfx2/source/appl/shutdowniconunx.cxx|1 sfx2/source/control/ctrlfactoryimpl.cxx | 40 sfx2/source/control/unoctitm.cxx|1 sfx2/source/inc/ctrlfactoryimpl.hxx | 30

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

2014-11-21 Thread Kohei Yoshida
include/sfx2/app.hxx |7 -- sfx2/Library_sfx.mk|1 sfx2/source/appl/appinit.cxx |1 sfx2/source/appl/appquit.cxx |1 sfx2/source/appl/shellimpl.cxx | 127 + sfx2/source/doc/objxtor.cxx|1

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

2014-11-21 Thread Kohei Yoshida
sw/source/uibase/shells/drwtxtsh.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit a08705e9346d95dcd5fb80e2cf6695091a04f883 Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Fri Nov 21 23:21:22 2014 -0500 Build fix. Change-Id:

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

2014-11-21 Thread Kohei Yoshida
include/sfx2/bindings.hxx| 28 +--- sfx2/source/control/bindings.cxx | 87 +++ 2 files changed, 90 insertions(+), 25 deletions(-) New commits: commit 5859c63f93761130b0c8e836938ed6f9aa52c664 Author: Kohei Yoshida kohei.yosh...@collabora.com

LibreOffice Gerrit News for dev-tools on 2014-11-22

2014-11-21 Thread gerrit
Moin! * Open changes on master for project dev-tools changed in the last 25 hours: None * Merged changes on master for project dev-tools changed in the last 25 hours: + libreoffice-bugzilla2.py: try to avoid modifying non-LO bugs in https://gerrit.libreoffice.org/12290 from Michael Stahl *

LibreOffice Gerrit News for core on 2014-11-22

2014-11-21 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + fdo#85486 - Clean up unnecessary enumerations from xenum.hxx in https://gerrit.libreoffice.org/13029 from Ioan Radu about module cui, filter, include, sd,

RE: Who knows of a free UML tool to work with libreoffice?

2014-11-21 Thread nicholas ferguson
At times it can help track down the 'has a and is a relationships. Anyone used a free UML with libreoffice..that proved a good tool? From: nicholas ferguson [mailto:nicholasfergu...@wingarch.com] Sent: Friday, November 21, 2014 8:13 AM To: 'libreoffice@lists.freedesktop.org' Subject: Who

[Libreoffice-qa] [ANN] LibreOffice 4.4.0 beta1 test builds available

2014-11-21 Thread Christian Lohmaier
Hi *, for the upcoming new version 4.4.0, the builds for beta1 are now available on pre-releases. 4.4.0 is scheduled to be released end of January While the build is made available in all supported languages and translation templates were updated, translation did just start and thus is still

[Libreoffice-qa] test cases in MozTrap

2014-11-21 Thread Lera Goncharuk
Hi, MozTrap has test cases for 4.4.0 Alpha 2, but we already have the beta 1 build. Could anyone do the test cases for beta1, please? Thank you Lera ___ List Name: Libreoffice-qa mailing list Mail address: Libreoffice-qa@lists.freedesktop.org Change

Re: [Libreoffice-qa] test cases in MozTrap

2014-11-21 Thread Sophie
Hi all, Le 21/11/2014 12:30, Lera Goncharuk a écrit : Hi, MozTrap has test cases for 4.4.0 Alpha 2, but we already have the beta 1 build. Could anyone do the test cases for beta1, please? The run has been renamed to Beta1 Cheers Sophie -- Sophie Gautier

[Libreoffice-qa] 4.0.0.0 beta1 version in bugzilla missing

2014-11-21 Thread Tommy
so please add it to the dropdown menu bye, Tommy -- Using Opera's revolutionary email client: http://www.opera.com/mail/ ___ List Name: Libreoffice-qa mailing list Mail address: Libreoffice-qa@lists.freedesktop.org Change settings:

[Libreoffice-qa] [ANN] LIbreOffice 4.4.0 Beta1 available

2014-11-21 Thread Christian Lohmaier
Dear Community, The Document Foundation is pleased to announce the first Beta release of LibreOffice 4.4.0. The upcoming 4.4.0 will be the ninth major release of LibreOffice, coming with a bunch of new features beside the usual bugfixes. The Beta1 can be installed alongside the stable version,

[Libreoffice-bugs] [Bug 86390] File Type List has no scrollbar

2014-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86390 tommy27 ba...@quipo.it changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 85904] html export miss force external / embedded images option

2014-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85904 Marco Ciampa ciam...@libero.it changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 85904] html export miss force external / embedded images option

2014-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85904 Marco Ciampa ciam...@libero.it changed: What|Removed |Added Severity|enhancement |minor -- You are

[Libreoffice-bugs] [Bug 85904] html export miss force external / embedded images option

2014-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85904 Marco Ciampa ciam...@libero.it changed: What|Removed |Added Version|unspecified |Inherited From OOo --

  1   2   3   >