Re: Remove ActiveX from LibreOffice

2016-01-12 Thread SOS
On 13/01/2016 5:27, Bryan Quigley wrote: Hi Rick, ActiveX is deprecated by Microsoft and will be less useful (or not at all) on newer MS browsers. I'm unsure if it ever worked (or was supposed to) let you embed ActiveX controls into LibreOffice itself. Basic code running a Windows Mediaplaye

[Libreoffice-commits] online.git: loleaflet/reference.html

2016-01-12 Thread Jan Holesovsky
loleaflet/reference.html | 354 +-- 1 file changed, 250 insertions(+), 104 deletions(-) New commits: commit 2af63d4b2e894efc63b6b4aeaa1db6f52558e78f Author: Jan Holesovsky Date: Wed Jan 13 08:53:02 2016 +0100 loleaflet: Add more commands to the

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loleaflet/reference.html

2016-01-12 Thread Jan Holesovsky
loleaflet/reference.html | 354 +-- 1 file changed, 250 insertions(+), 104 deletions(-) New commits: commit 70d6d0b0767775f0f47bb3eafee00711c616fff0 Author: Jan Holesovsky Date: Wed Jan 13 08:53:02 2016 +0100 loleaflet: Add more commands to the

Re: Remove ActiveX from LibreOffice

2016-01-12 Thread SOS
Bryan, OK but someone must confirm that removing activeX has no influence on this API functions and the LO codebase can use the ATL stuff without activeX and the "CreateObject" will still been functioning. greetez Fernand On 13/01/2016 5:19, Bryan Quigley wrote: My understanding is that ATL

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

2016-01-12 Thread Stephan Bergmann
sfx2/source/appl/appcfg.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 9dd258e7029847537e61f34936e1ef200f3b7233 Author: Stephan Bergmann Date: Wed Jan 13 08:51:22 2016 +0100 Revert "svl, sfx2: WaE - unused variables removed" This reverts commit d2dc3c20ab6240884

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

2016-01-12 Thread Chris Sherlock
sfx2/source/appl/appcfg.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit d2dc3c20ab6240884164ab89f9388958069697fc Author: Chris Sherlock Date: Wed Jan 13 18:36:00 2016 +1100 svl, sfx2: WaE - unused variables removed Change-Id: Icb465506f945ab35a732db488ae9cef8f248d

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

2016-01-12 Thread Stephan Bergmann
sfx2/source/appl/appcfg.cxx |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit 200434b1419afe375e104da76c68f81253374645 Author: Stephan Bergmann Date: Wed Jan 13 08:36:46 2016 +0100 -Werror=unused-but-set-variable Change-Id: I142e95b9736545c7771274e3

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

2016-01-12 Thread Stephan Bergmann
svl/source/numbers/zformat.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit c70bc04224e5ad909d2c907ad2b489739837dd43 Author: Stephan Bergmann Date: Wed Jan 13 08:28:50 2016 +0100 -Werror=unused-but-set-variable Change-Id: I01c18a1b8193f491a829884

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

2016-01-12 Thread Stephan Bergmann
svl/source/items/itempool.cxx | 53 +- 1 file changed, 27 insertions(+), 26 deletions(-) New commits: commit dc85ef3aeb28edc51a61115d15ebe6dba8bd1ef8 Author: Stephan Bergmann Date: Wed Jan 13 08:26:27 2016 +0100 tdf#97077: So ppStaticDefaults can

[Libreoffice-commits] core.git: 4 commits - embeddedobj/source filter/source include/filter sd/source vcl/source

2016-01-12 Thread Stephan Bergmann
embeddedobj/source/general/dummyobject.cxx |8 +++- embeddedobj/source/inc/dummyobject.hxx | 11 --- filter/source/msfilter/svdfppt.cxx |9 + include/filter/msfilter/svdfppt.hxx|6 ++ sd/source/filter/sdpptwrp.cxx |2 ++ vc

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

2016-01-12 Thread Oliver Specht
sw/source/core/undo/untbl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 70d2673ba06878ee84c99d7877e4b71749ac06f0 Author: Oliver Specht Date: Tue Jan 12 13:05:56 2016 +0100 tdf#96067: fix crash in undo of table row insertion create SwIterator wit

[Libreoffice-commits] core.git: 3 commits - dbaccess/source editeng/source include/editeng include/sfx2 include/sot include/store include/svl include/svx sc/source sfx2/source sot/source svl/source sv

2016-01-12 Thread Noel Grandin
dbaccess/source/core/dataaccess/ModelImpl.cxx |3 - dbaccess/source/core/dataaccess/ModelImpl.hxx |2 - editeng/source/items/frmitems.cxx | 21 +++--- editeng/source/items/textitem.cxx |9 +--- include/editeng/boxitem.hxx |4 +- inclu

Deprecation (was Re: Remove ActiveX from LibreOffice)

2016-01-12 Thread James E Lang
But Bryan, Rick is pointing out that ActiveX usage is not limited to browsers only. If its usage is deprecated then I assume there is a functionally equivalent alternative but the *effective* life cycle of applications that use ActiveX is almost certain to stretch past the start of LO 6. I woul

[Libreoffice-commits] core.git: vcl/inc vcl/opengl

2016-01-12 Thread Tor Lillqvist
vcl/inc/openglgdiimpl.hxx |1 - vcl/opengl/gdiimpl.cxx|5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) New commits: commit 2fc2f752447725ece32ce55d5db21b912902b3cf Author: Tor Lillqvist Date: Tue Jan 12 17:11:15 2016 +0200 Bin unused field Change-Id: I664e38

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

2016-01-12 Thread Chris Sherlock
include/vcl/metric.hxx|4 +++- vcl/inc/impfont.hxx | 10 ++ vcl/qa/cppunit/fontmetric.cxx | 21 + vcl/source/gdi/metric.cxx | 21 ++--- vcl/source/outdev/font.cxx|3 +-- 5 files changed, 45 insertions(+), 14 deleti

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

2016-01-12 Thread Chris Sherlock
vcl/inc/impfont.hxx |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit 78efa95b8088f7e23a77d7a746186ae2ecd0055c Author: Chris Sherlock Date: Wed Jan 13 11:25:39 2016 +1100 vcl: format enum in ImplFontMetric to make it easier to rebase Change-Id:

Re: Remove ActiveX from LibreOffice

2016-01-12 Thread Bryan Quigley
Hi Rick, ActiveX is deprecated by Microsoft and will be less useful (or not at all) on newer MS browsers. I'm unsure if it ever worked (or was supposed to) let you embed ActiveX controls into LibreOffice itself. Kind regards, Bryan On Mon, Jan 11, 2016 at 10:08 PM, Rick C. Hodgin wrote: > Why

[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-5.1.0.2'

2016-01-12 Thread Christian Lohmaier
Tag 'libreoffice-5.1.0.2' created by Christian Lohmaier at 2016-01-13 01:56 -0800 Tag libreoffice-5.1.0.2 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJWla7aAAoJEPQ0oe+v7q6jOxsQAMp0kUbL9ZlwClJHgU9WVXq6 /tB3ptDKOMhjcQjZSpArysB2qu61qkNz/N1MphSsiZI0gDX9P9F1KiFQIumKwWDC 90pmFcS4rLq

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-5.1.0.2'

2016-01-12 Thread Christian Lohmaier
Tag 'libreoffice-5.1.0.2' created by Christian Lohmaier at 2016-01-13 01:56 -0800 Tag libreoffice-5.1.0.2 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJWla7TAAoJEPQ0oe+v7q6jB68P/juhd+pQhSL4EO0N9N+zuZgy 1fsq7cSYKT5Al+rJGtQezPSOwlqdCbw1F2HpDPtV+em9LTQcG26w74opT8FGXSXd WZkLLVgystk

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1-0' - configure.ac

2016-01-12 Thread Christian Lohmaier
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e9dc7651451c5cff74a2409984514109338ee758 Author: Christian Lohmaier Date: Wed Jan 13 02:58:29 2016 +0100 bump product version to 5.1.0.2.0+ Change-Id: Iba9db6634ac79e52cd0d31d7a3e6a06b09fe89

[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-5.1.0.2'

2016-01-12 Thread Christian Lohmaier
Tag 'libreoffice-5.1.0.2' created by Christian Lohmaier at 2016-01-13 01:56 -0800 Tag libreoffice-5.1.0.2 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJWla7XAAoJEPQ0oe+v7q6jSGsP/A54BxANgg8ZS7eKY5AjMsav hceB21DmbEoRR0MhRdzDMpXFKa+HAiJtX/fBAQoMyYMxQaSZmbwH7kuww4VRg1DS JevZ5uIrjot

[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-5.1.0.2'

2016-01-12 Thread Christian Lohmaier
Tag 'libreoffice-5.1.0.2' created by Christian Lohmaier at 2016-01-13 01:56 -0800 Tag libreoffice-5.1.0.2 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJWla7dAAoJEPQ0oe+v7q6jANsQAKFxxxQs2qtjdoXcng/mOT4k lucUPXOFeLVuwOxgqwFlebGleqx2GdHEe9iP0igiPO5oft0nEzp9zhaMzeZtsXx8 JsMjS14LHZy

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1-0' - extras/source

2016-01-12 Thread Christian Lohmaier
extras/source/autocorr/lang/ca/DocumentList.xml | 191 -- extras/source/autocorr/lang/da/DocumentList.xml | 12 extras/source/autocorr/lang/fi/DocumentList.xml | 24 - extras/source/autocorr/lang/hr/DocumentList.xml | 319 extras/source/autocorr/lang/sv/

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - vcl/opengl

2016-01-12 Thread Michael Meeks
vcl/opengl/gdiimpl.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 6fa1b457fc90ca92a1e8e70d4446cd5462da3158 Author: Michael Meeks Date: Tue Jan 12 21:13:13 2016 + tdf#96385 - opengl: dynamically adjust priority of swap buffers. Initially we

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - extras/source

2016-01-12 Thread Christian Lohmaier
extras/source/autocorr/lang/ca/DocumentList.xml | 191 -- extras/source/autocorr/lang/da/DocumentList.xml | 12 extras/source/autocorr/lang/fi/DocumentList.xml | 24 - extras/source/autocorr/lang/hr/DocumentList.xml | 319 extras/source/autocorr/lang/sv/

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

2016-01-12 Thread Christian Lohmaier
extras/source/autocorr/lang/ca/DocumentList.xml | 191 -- extras/source/autocorr/lang/da/DocumentList.xml | 12 extras/source/autocorr/lang/fi/DocumentList.xml | 24 - extras/source/autocorr/lang/hr/DocumentList.xml | 319 extras/source/autocorr/lang/sv/

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - configure.ac

2016-01-12 Thread Christian Lohmaier
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9bd46abde6aceb05f896838aa0b1940f88903d5f Author: Christian Lohmaier Date: Wed Jan 13 02:48:00 2016 +0100 bump product version to 5.1.1.0.0+ Change-Id: I5e7c3f191e2c010c9811e63759bbc236aeabbf

[Libreoffice-commits] core.git: Changes to 'libreoffice-5-1-0'

2016-01-12 Thread Christian Lohmaier
New branch 'libreoffice-5-1-0' available with the following commits: commit e693291bc6724cab170bc41dad346d2c1ebd04c2 Author: Christian Lohmaier Date: Wed Jan 13 02:44:33 2016 +0100 Branch libreoffice-5-1-0 This is 'libreoffice-5-1-0' - the stable branch for the 5.1.0 release. O

[Libreoffice-commits] translations.git: Changes to 'libreoffice-5-1-0'

2016-01-12 Thread Christian Lohmaier
New branch 'libreoffice-5-1-0' available with the following commits: commit f93946c660b5c4a348f98a8b68be852ea4e15ee0 Author: Christian Lohmaier Date: Wed Jan 13 02:44:08 2016 +0100 Branch libreoffice-5-1-0 This is 'libreoffice-5-1-0' - the stable branch for the 5.1.0 release. O

[Libreoffice-commits] dictionaries.git: Changes to 'libreoffice-5-1-0'

2016-01-12 Thread Christian Lohmaier
New branch 'libreoffice-5-1-0' available with the following commits: commit 6c416d03aa62fbdc576efe6463d41ecad5fd16cf Author: Christian Lohmaier Date: Wed Jan 13 02:44:08 2016 +0100 Branch libreoffice-5-1-0 This is 'libreoffice-5-1-0' - the stable branch for the 5.1.0 release. O

[Libreoffice-commits] help.git: Changes to 'libreoffice-5-1-0'

2016-01-12 Thread Christian Lohmaier
New branch 'libreoffice-5-1-0' available with the following commits: commit ea2c0e7b8bf0f6d15b311e5c9ec4bfce47da9938 Author: Christian Lohmaier Date: Wed Jan 13 02:44:08 2016 +0100 Branch libreoffice-5-1-0 This is 'libreoffice-5-1-0' - the stable branch for the 5.1.0 release. O

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - readlicense_oo/license

2016-01-12 Thread Christian Lohmaier
readlicense_oo/license/CREDITS.fodt | 3417 ++-- 1 file changed, 1713 insertions(+), 1704 deletions(-) New commits: commit 5ad188ef35eaaf1d379b256b4a37a88b85463363 Author: Christian Lohmaier Date: Wed Jan 13 02:34:12 2016 +0100 update credits Chang

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - readlicense_oo/license

2016-01-12 Thread Christian Lohmaier
readlicense_oo/license/CREDITS.fodt | 3417 ++-- 1 file changed, 1713 insertions(+), 1704 deletions(-) New commits: commit 35097f9a57a50ca6bd2d32c2f468d9b26bad4d1c Author: Christian Lohmaier Date: Wed Jan 13 02:34:12 2016 +0100 update credits Chang

[Libreoffice-commits] core.git: readlicense_oo/license

2016-01-12 Thread Christian Lohmaier
readlicense_oo/license/CREDITS.fodt | 3417 ++-- 1 file changed, 1713 insertions(+), 1704 deletions(-) New commits: commit e7d1b8a608096a1a999b9b610ce8862b0fbfc54a Author: Christian Lohmaier Date: Wed Jan 13 02:34:12 2016 +0100 update credits Chang

[Libreoffice-commits] core.git: include/vcl vcl/CppunitTest_vcl_fontmetric.mk vcl/inc vcl/Module_vcl.mk vcl/qa vcl/source

2016-01-12 Thread Chris Sherlock
include/vcl/metric.hxx|3 + vcl/CppunitTest_vcl_fontmetric.mk | 53 + vcl/Module_vcl.mk |1 vcl/inc/impfont.hxx | 29 +++--- vcl/qa/cppunit/fontmetric.cxx | 61 +

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - translations

2016-01-12 Thread Christian Lohmaier
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0cfe5ba5da8f7ae28819b1ff55041935b128a0f0 Author: Christian Lohmaier Date: Wed Jan 13 00:52:38 2016 +0100 Updated core Project: translations 9093975dc966c23eea564d481a706aff4e280039 upda

[Libreoffice-commits] core.git: translations

2016-01-12 Thread Christian Lohmaier
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c71b5b4d2ec76c0a204f9515dece1e0e0689ce3c Author: Christian Lohmaier Date: Wed Jan 13 00:52:38 2016 +0100 Updated core Project: translations 3b2b4114cc4585399aa5db74ce702b0382bc01d8 upda

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

2016-01-12 Thread Michael Meeks
sal/osl/all/log.cxx | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) New commits: commit c995196ff0e9f7041b03fc513d703d6e60b8c867 Author: Michael Meeks Date: Tue Jan 12 21:50:34 2016 + Fixup SAL_DEBUG_TRACE macro. Change-Id: I276ce9a356086001c208902b

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

2016-01-12 Thread Michael Meeks
include/vcl/scheduler.hxx | 18 ++ svx/source/sdr/overlay/overlaymanagerbuffered.cxx |2 +- 2 files changed, 11 insertions(+), 9 deletions(-) New commits: commit 928a7a3e92e085a880ecf0d3ad5e40d41b7779bf Author: Michael Meeks Date: Tue Jan 12 16:36:

Re: Suggestion

2016-01-12 Thread James E Lang
I don't know what in my message headers causes filters on this list to divert my posts to moderated status but here goes another one. Hi Rick, As I stated in another post to this list yesterday, I am a LO user. FWIW, I think of this idea as "human readable" formatting rather than as "metric" f

[Libreoffice-commits] core.git: framework/inc framework/source icon-themes/galaxy

2016-01-12 Thread Maxim Monastirsky
framework/inc/classes/resource.hrc|3 +++ framework/source/classes/resource.src |9 + framework/source/uielement/popuptoolbarcontroller.cxx | 12 +--- icon-themes/galaxy/res/savemodified_large.png |binary icon-themes/galaxy/res

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

2016-01-12 Thread Michael Stahl
include/xmloff/xmlexp.hxx |4 sw/source/filter/xml/xmlexp.cxx |4 xmloff/source/core/xmlexp.cxx | 32 ++-- 3 files changed, 14 insertions(+), 26 deletions(-) New commits: commit 6640bfc66dca7fdad8a038b32fa062bff34219b7 Author: Michael Stahl

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

2016-01-12 Thread Michael Meeks
vcl/opengl/gdiimpl.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 8d6c1b6981f01bbc0057234f53fd139e87a5f010 Author: Michael Meeks Date: Tue Jan 12 21:02:01 2016 + tdf#96385 - opengl: dynamically adjust priority of swap buffers. Initially we

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sc/source

2016-01-12 Thread Henry Castro
sc/source/ui/inc/tabcont.hxx |2 +- sc/source/ui/inc/tabview.hxx |1 + sc/source/ui/unoobj/docuno.cxx |5 - sc/source/ui/view/tabview3.cxx |5 + 4 files changed, 11 insertions(+), 2 deletions(-) New commits: commit 9074fcb3db9653ace243b0fd3373fa9d3956cd0a Author: Henry

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - vcl/source

2016-01-12 Thread Michael Meeks
vcl/source/window/status.cxx |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 2e098c48501ba193a7062b4afe2e768c0996464c Author: Michael Meeks Date: Sat Jan 9 23:32:00 2016 + tdf#96655 - clear non-offscreen status bar controls before render. C

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

2016-01-12 Thread Henry Castro
sc/source/ui/inc/tabcont.hxx |2 +- sc/source/ui/inc/tabview.hxx |1 + sc/source/ui/unoobj/docuno.cxx | 20 sc/source/ui/view/tabview3.cxx |5 + 4 files changed, 11 insertions(+), 17 deletions(-) New commits: commit ab95fb7a19d7847dd1cbfad0059cc175a809a5

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - chart2/source

2016-01-12 Thread Laurent Balland-Poirier
chart2/source/view/axes/ScaleAutomatism.cxx | 14 -- chart2/source/view/inc/ScaleAutomatism.hxx |1 + 2 files changed, 13 insertions(+), 2 deletions(-) New commits: commit 98982ca06a87e8b63204b0acda2105c66ae57440 Author: Laurent Balland-Poirier Date: Sat Jan 2 15:02:00 2016

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - include/LibreOfficeKit libreofficekit/source

2016-01-12 Thread Pranav Kant
include/LibreOfficeKit/LibreOfficeKitGtk.h |4 +++- libreofficekit/source/gtk/lokdocview.cxx | 29 +++-- 2 files changed, 30 insertions(+), 3 deletions(-) New commits: commit bd85600aa4a81fba19c98e0a1c2d5ccdcb8fb3fc Author: Pranav Kant Date: Sat Dec 19 20:36:47

Re: Suggestion

2016-01-12 Thread Rick C. Hodgin
The values won't round. And based on what the user has selected, they will display to the nearest power of 3 (10^(k*3)), or in an explicit form. The default option will be to auto-range the values into their metric named range. Here are some examples: http://www.libsf.org/misc/libreoffice_metric

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

2016-01-12 Thread Michael Meeks
include/vcl/scheduler.hxx | 18 ++ svx/source/sdr/overlay/overlaymanagerbuffered.cxx |2 +- 2 files changed, 11 insertions(+), 9 deletions(-) New commits: commit 16c7f8916661df24f4681ec82f6bd4d7ad85d141 Author: Michael Meeks Date: Tue Jan 12 16:36:

Re: minutes of ESC call ...

2016-01-12 Thread Anthonys Lists
On 11/01/2016 08:20, Jan Holesovsky wrote: To provide the indicator functionality, now the 'Save' icon changes when there are unsaved changes, and we'll have an alternative design (save icon with an added asterisk) for the "unsaved changes present" state. The updated icon is still to be provided,

Re: Suggestion

2016-01-12 Thread Anthonys Lists
On 12/01/2016 13:22, Rick C. Hodgin wrote: The important part of the Metric feature is that it always wraps the value to the nearest power of 3, and shows values in those powers. 0.1234 would be shown as 123.4 milliunits, or 1,234 microunits, for example (however the user has set it up), and n

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

2016-01-12 Thread aqcoder
sw/qa/extras/inc/swmodeltestbase.hxx | 14 + sw/qa/extras/odfexport/data/userdefattr-tablecell.odt |binary sw/qa/extras/odfexport/odfexport.cxx | 11 +++ sw/source/filter/xml/xmltble.cxx | 26 +- 4 files chan

[Libreoffice-commits] core.git: connectivity/Module_connectivity.mk

2016-01-12 Thread Michael Stahl
connectivity/Module_connectivity.mk | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) New commits: commit 8565cef55b172fd1b4825998b3e3762a530b6a6f Author: Michael Stahl Date: Tue Jan 12 15:35:58 2016 +0100 connectivity: remove MSVC 2012 specific hack Change-Id:

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - download.lst

2016-01-12 Thread David Tardon
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1a12a6e4cc608b6517655eb6339ceb829c3318bc Author: David Tardon Date: Tue Jan 12 08:57:57 2016 +0100 upload librevenge 0.0.4 Change-Id: Icf631009134918d86d1a6e9bac82573488b01d8e (cherr

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - cui/source cui/uiconfig dbaccess/source framework/source icon-themes/tango include/svtools officecfg/registry reportdesign/source sc/source s

2016-01-12 Thread Maxim Monastirsky
cui/source/options/optgdlg.cxx | 11 cui/source/options/optgdlg.hxx |1 cui/uiconfig/ui/optgeneralpage.ui | 70 - dbaccess/source/core/dataaccess/intercept.cxx | 54 dbaccess/source/c

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

2016-01-12 Thread Miklos Vajna
xmlsecurity/qa/unit/signing/signing.cxx |4 1 file changed, 4 deletions(-) New commits: commit 569bbec54030ab4e7f45aa9e832cac3aa36430a3 Author: Miklos Vajna Date: Tue Jan 12 18:49:12 2016 +0100 CppunitTest_xmlsecurity_signing: enable on OS X Reviewed on: https://

Re: [tdf-discuss] Re: Remove ActiveX from LibreOffice

2016-01-12 Thread Tor Lillqvist
OK, now that "reveal codes" was brought up, this thread definitely has jumped the shark. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [tdf-discuss] Re: Remove ActiveX from LibreOffice

2016-01-12 Thread Anthonys Lists
On 12/01/2016 15:36, timofonic timofonic wrote: I would love: - Writer: The best of a "text processor". Become a powerful ide. Able to edit using markup languages. Able to use DVCS like Git. You've got me on my hobbyhorse :-) Both emacs and (el)vi(m)(s), iirc, allow multiple edit windows on

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

2016-01-12 Thread Miklos Vajna
include/vcl/window.hxx |2 +- vcl/inc/window.h |2 +- vcl/source/window/mouse.cxx|2 +- vcl/source/window/syschild.cxx |7 ++- vcl/source/window/window.cxx | 13 + vcl/source/window/winproc.cxx | 21 +++-- vcl/win/win

Re: [Libreoffice-commits] core.git: initialize new member variables

2016-01-12 Thread Chris Sherlock
> On 13 Jan 2016, at 12:00 AM, jan iversen wrote: > > > > Sent from my iPad, please excuse any misspellings > >> On 12 Jan 2016, at 12:05, Chris Sherlock wrote: >> >> Hi all, >> >> Unfortunately that was the case - I definitely went down the wrong path with >> that merge. >> >> I've rev

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - filter/source

2016-01-12 Thread Julien Nabet
filter/source/pdf/pdfexport.cxx | 18 -- filter/source/pdf/pdfexport.hxx |3 +-- 2 files changed, 5 insertions(+), 16 deletions(-) New commits: commit feebc5953fb416c5dc8cdf8c7e924a9ff9c70f17 Author: Julien Nabet Date: Mon Dec 28 17:32:19 2015 +0100 tdf#65439: Export

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - canvas/source

2016-01-12 Thread Caolán McNamara
canvas/source/cairo/cairo_textlayout.cxx | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) New commits: commit cfaf07f88332dfe0476d559787c508a1688b5956 Author: Caolán McNamara Date: Mon Dec 21 21:21:20 2015 + Resolves: tdf#93703 0 scaling is CAIRO_STATUS_INVALID_M

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

2016-01-12 Thread Mark Hung
sax/source/tools/fastserializer.cxx | 25 ++--- sw/qa/extras/ooxmlexport/data/nonbmpchar.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport5.cxx |9 + 3 files changed, 11 insertions(+), 23 deletions(-) New commits: commit 7ec5ba47783ac8b2d0141109d0e

Re: [tdf-discuss] Re: Remove ActiveX from LibreOffice

2016-01-12 Thread Rick C. Hodgin
On Tue, Jan 12, 2016 at 10:36 AM, timofonic timofonic wrote: > Hello. > > I'm an humble and unskilled user, but here's my opinion: > > - I personally think technologies like ActiveX are a double sword, they > help others to get attached to the Microsoft ecosystem. This technology > isn't an open

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

2016-01-12 Thread Guillaume Smaha
sw/qa/extras/rtfimport/data/landscape.rtf | 13 sw/qa/extras/rtfimport/data/lndscpsxn.rtf | 17 + sw/qa/extras/rtfimport/rtfimport.cxx | 73 + writerfilter/source/rtftok/rtfdocumentimpl.cxx |9 ++- 4 files changed, 111 insertions(+), 1

Re: [tdf-discuss] Re: Remove ActiveX from LibreOffice

2016-01-12 Thread timofonic timofonic
Hello. I'm an humble and unskilled user, but here's my opinion: - I personally think technologies like ActiveX are a double sword, they help others to get attached to the Microsoft ecosystem. This technology isn't an open standard and has potential security risks. - I see this issue is taken seri

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

2016-01-12 Thread Takeshi Abe
filter/source/config/fragments/filters/MathML_XML__Math_.xcu |2 +- filter/source/config/fragments/types/math_MathML_XML_Math.xcu |2 +- starmath/qa/extras/mmlimport-test.cxx |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit bcfc60c35

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

2016-01-12 Thread Julien Nabet
filter/source/pdf/pdfexport.cxx | 18 -- filter/source/pdf/pdfexport.hxx |3 +-- 2 files changed, 5 insertions(+), 16 deletions(-) New commits: commit 5c5017ea37e1bee205c6c1b9cafe753fcaf1a9a4 Author: Julien Nabet Date: Mon Dec 28 17:32:19 2015 +0100 tdf#65439: Export

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sw/qa writerfilter/source

2016-01-12 Thread Miklos Vajna
sw/qa/extras/ooxmlexport/ooxmlexport5.cxx |2 +- sw/qa/extras/ooxmlimport/data/tdf95213.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 14 ++ writerfilter/source/dmapper/DomainMapper.cxx |6 +++--- writerfilter/source/dmapper/DomainMapper

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

2016-01-12 Thread Tor Lillqvist
include/vcl/window.hxx |2 +- vcl/inc/window.h |2 +- vcl/source/window/mouse.cxx|2 +- vcl/source/window/syschild.cxx |7 +-- vcl/source/window/window.cxx | 13 - vcl/source/window/winproc.cxx | 21 ++--- vcl/win/win

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

2016-01-12 Thread Giuseppe Castagno
ucb/source/ucp/cmis/cmis_content.cxx |2 +- ucb/source/ucp/cmis/cmis_url.cxx | 10 +- 2 files changed, 10 insertions(+), 2 deletions(-) New commits: commit 7a32b6f247b2cb92373bbce6fc2a314cb043e3bb Author: Giuseppe Castagno Date: Wed Jan 6 15:53:20 2016 +0100 Related tdf#

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

2016-01-12 Thread Stephan Bergmann
sc/source/core/tool/detfunc.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 24af10f6c1aaff9fd25e969dd010f798618f2813 Author: Stephan Bergmann Date: Tue Jan 12 15:34:29 2016 +0100 Revert "Stick to exact-type check" This reverts commit 791ad3e170bcb

[Bug 39468] translate German comments, removing redundant ones

2016-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39468 --- Comment #228 from Commit Notification --- Chris Sherlock committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9d310b03e1ae6729144e149c0b25f94a54db7c33 tdf#3

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

2016-01-12 Thread Chris Sherlock
sw/source/core/text/txtfrm.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9d310b03e1ae6729144e149c0b25f94a54db7c33 Author: Chris Sherlock Date: Tue Jan 12 20:19:40 2016 +1100 tdf#39468 translate OSL_ENSURE German text Change-Id: I41d66f7b19217d0b

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

2016-01-12 Thread Takeshi Abe
starmath/inc/node.hxx |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit 1de4bd9088bf9311e41bbe3eef098ba79504c071 Author: Takeshi Abe Date: Sat Jan 2 12:29:50 2016 +0900 starmath: Assert that SmRootNode always has three children Change-Id: I9d1b4

[Libreoffice-commits] core.git: compilerplugins/clang

2016-01-12 Thread Stephan Bergmann
compilerplugins/clang/faileddyncast.cxx | 122 1 file changed, 122 insertions(+) New commits: commit 75f0f9d5538577e0d4923b4d46ba6f88b6199814 Author: Stephan Bergmann Date: Tue Jan 12 15:00:33 2016 +0100 New loplugin:faileddyncast Offline discuss

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp

2016-01-12 Thread Jan Holesovsky
loolwsd/MasterProcessSession.cpp |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit d51972c28d400870794e203f2170dd483f5cdc8b Author: Jan Holesovsky Date: Tue Jan 12 14:51:32 2016 +0100 loolwsd: Don't cache empty partpagerectangles. This is implemented

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loolwsd/LOOLSession.cpp

2016-01-12 Thread Jan Holesovsky
loolwsd/LOOLSession.cpp |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit b7648fab14bc75ab96c9a1b0e79d71477251ac82 Author: Jan Holesovsky Date: Tue Jan 12 14:51:32 2016 +0100 loolwsd: Don't cache empty partpagerectangles. This is implemented only for

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

2016-01-12 Thread Stephan Bergmann
include/editeng/flditem.hxx | 18 +- include/svl/poolitem.hxx|2 +- sc/source/ui/inc/docsh.hxx |2 +- 3 files changed, 11 insertions(+), 11 deletions(-) New commits: commit 548c43238d02b34cf73e7c2ca1a912ee4fe82544 Author: Stephan Bergmann Date: Tue Jan 12 14:44:4

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

2016-01-12 Thread Stephan Bergmann
sc/source/core/tool/detfunc.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 791ad3e170bcb5a2daedac77932dc9822f7f1092 Author: Stephan Bergmann Date: Tue Jan 12 14:40:20 2016 +0100 Stick to exact-type check fa91dd31f39a24329d288d4e1cda28db3a16af0d "

Re: Suggestion

2016-01-12 Thread Rick C. Hodgin
> The important part of the Metric feature is that it always wraps the value to the > nearest power of 3, and shows values in those powers. 0.1234 would be shown > as 123.4 milliunits, or 1,234 microunits, Correction: should be 123,400 microunits. Best regards, Rick C. Hodgin __

Re: Suggestion

2016-01-12 Thread Rick C. Hodgin
On Tue, Jan 12, 2016 at 8:00 AM, Eike Rathke wrote: > Hi Rick, > > On Friday, 2016-01-08 19:52:49 -0500, Rick C. Hodgin wrote: > > > The category is called *"Metric."* > > > > When conveying fractional values, such that 1.2345E-08 (which is > > 0.000,000,012,345), it would do so in a metric-relat

Shubham Tibra license statement

2016-01-12 Thread shubham tibra
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

Re: Suggestion

2016-01-12 Thread Eike Rathke
Hi Chris, On Tuesday, 2016-01-12 12:28:16 +1100, Chris Sherlock wrote: > > All in all this sounds a bit like the idea behind the unit verification > > that has been planned and partly been implemented in a feature branch. It > > might be a good idea to have a look at that before implementing it

Re: Remove ActiveX from LibreOffice

2016-01-12 Thread Rick C. Hodgin
If you search for "Microsoft Excel Automation" you'll find many references online of how ActiveX is used in other applications to allow the Excel engine to compute things in a spreadsheet form. Were the same ability well-documented in LibreOffice, many people would switch as LibreOffice is free, a

Re: [Libreoffice-commits] core.git: initialize new member variables

2016-01-12 Thread jan iversen
Sent from my iPad, please excuse any misspellings > On 12 Jan 2016, at 12:05, Chris Sherlock wrote: > > Hi all, > > Unfortunately that was the case - I definitely went down the wrong path with > that merge. > > I've reverted it now - the commit can be found on > http://cgit.freedesktop.or

Re: Suggestion

2016-01-12 Thread Eike Rathke
Hi Rick, On Friday, 2016-01-08 19:52:49 -0500, Rick C. Hodgin wrote: > The category is called *"Metric."* > > When conveying fractional values, such that 1.2345E-08 (which is > 0.000,000,012,345), it would do so in a metric-relative way using the > standard milli (10^-3), micro (10^-6), nano (10

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

2016-01-12 Thread Michael Stahl
sc/inc/olinetab.hxx |7 +-- sc/source/core/data/olinetab.cxx | 84 +++ 2 files changed, 45 insertions(+), 46 deletions(-) New commits: commit e39602ae02d7cd99f95861febb3f53d07f97414c Author: Michael Stahl Date: Tue Jan 12 13:36:04 2016 +01

Re: [Libreoffice-qa] Bugzilla Tip: Ever want to make private notes on a bug report?

2016-01-12 Thread Eike Rathke
Hi Robinson, On Saturday, 2016-01-09 14:06:34 -0600, Robinson Tryon wrote: > > Btw, can the tags list be edited somehow? > > Not that I'm aware of. > > > Unfortunately it is also not > > possible to set tags in a mass change, in all bugs of a search result. > > Correct. I feel like that one mi

[Bug 82797] use modern OpenGL for OGL Transitions

2016-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82797 --- Comment #8 from Tor Lillqvist --- (And this was hardly an EasyHack, surely?) -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOf

[Libreoffice-commits] core.git: 7 commits - include/osl sc/inc sc/source xmloff/source

2016-01-12 Thread Michael Stahl
include/osl/file.hxx |2 - sc/inc/olinetab.hxx |7 ++-- sc/inc/unitconv.hxx |5 +-- sc/source/core/data/bcaslot.cxx | 18 ++- sc/source/core/data/formulacell.cxx | 25 --- sc/source/core/data/olinetab.

[Bug 30425] Making Icon Themes is Far too Difficult

2016-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30425 Adolfo Jayme changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|dent@gm

[Bug 64575] Photo Album: Better Image Layout

2016-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64575 --- Comment #5 from Samuel Mehrbrodt --- https://gerrit.libreoffice.org/#/c/14912 has some code, if someone wants to continue that. -- You are receiving this mail because: You are on the CC list for the bug. _

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

2016-01-12 Thread Samuel Mehrbrodt
desktop/source/deployment/unopkg/unopkg.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b501417f23f2d87c774603b687094c8017e13bb6 Author: Samuel Mehrbrodt Date: Tue Jan 12 13:49:44 2016 +0100 Typo: 'It as' -> 'It is' Change-Id: I6ce5dc2333429fa472e

Re: [Libreoffice-commits] core.git: initialize new member variables

2016-01-12 Thread Chris Sherlock
Hi all, Unfortunately that was the case - I definitely went down the wrong path with that merge. I've reverted it now - the commit can be found on http://cgit.freedesktop.org/libreoffice/core/commit/?id=b4b0cc2a5eef4243e51fda4a13fc48183aa0 I need to check that UBSan tool more regularly. B

[Bug 82797] use modern OpenGL for OGL Transitions

2016-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82797 Tor Lillqvist changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - helpcontent2

2016-01-12 Thread Christian Lohmaier
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0d3d43f2f31274dfd00df894bf9b616f4f1280e9 Author: Christian Lohmaier Date: Tue Jan 12 13:24:45 2016 +0100 Updated core Project: help 6cc37b6e75e7aca982e89a185d9b4055b1155ec2 should not

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - 2 commits - oox/source

2016-01-12 Thread Caolán McNamara
oox/source/export/shapes.cxx | 283 ++- 1 file changed, 146 insertions(+), 137 deletions(-) New commits: commit 6a1f52054fefdcf5905a5ba3616b20fee7e5e26f Author: Caolán McNamara Date: Sun Jan 10 16:24:27 2016 + crashtesting: don't fail on expor

Re: Remove ActiveX from LibreOffice

2016-01-12 Thread James E Lang
-Original Message- From: Bryan Quigley To: libreoffice Sent: Sun, 10 Jan 2016 15:41 Subject: Re: Remove ActiveX from LibreOffice -->8= >My position on ActiveX is to leave it (lest we break applications in the >wild,) and to *announce its deprecation* with two goals: first

  1   2   >