LibreOffice Gerrit News 2013-10-06

2013-10-05 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: + Respect svg:font-face-format element. in https://gerrit.libreoffice.org/6144 from Brennan T Vincent + fdo#61950 De-externalize Presentation Minimizer in https://gerrit.libreoffice.org/6143 from David Ostrovsky + f

[Libreoffice-commits] core.git: Branch 'private/moggi/abstract-chart-rendering' - 4 commits - chart2/source

2013-10-05 Thread Markus Mohrhard
chart2/source/view/diagram/VDiagram.cxx |1 chart2/source/view/inc/AbstractShapeFactory.hxx | 20 +++ chart2/source/view/inc/DummyShapeFactory.hxx | 18 +++ chart2/source/view/inc/ShapeFactory.hxx | 20 +++ chart2/source/view/main/ChartView.cxx| 48 +

[Bug 43514] UI: Need an easy way to get from current position in a document to the corresponding position in the Navigatior dialog's header tree

2013-10-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43514 Cor Nouws changed: What|Removed |Added CC||c...@nouenoff.nl --- Comment #7 from Cor Nou

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-10-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Cor Nouws changed: What|Removed |Added Depends on||69975 --- Comment #89 from Cor Nouws --- ad

Re: eot embedded fonts

2013-10-05 Thread Norbert Thiebaud
On Sun, Oct 6, 2013 at 12:31 AM, Brennan T Vincent wrote: > +Fridrich, who has dealt with this sort of thing several times :) > > Hi, I have finally gotten some time to work on this and I am happy to say my > library is now integrated with the build of libreoffice that I have on my > desktop, and

Re: eot embedded fonts

2013-10-05 Thread Brennan T Vincent
+Fridrich, who has dealt with this sort of thing several times :) Hi, I have finally gotten some time to work on this and I am happy to say my library is now integrated with the build of libreoffice that I have on my desktop, and embedded fonts in EOT format appear to be working. This should unblo

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

2013-10-05 Thread Michael Stahl
filter/source/graphicfilter/idxf/dxf2mtf.cxx | 56 ++ filter/source/graphicfilter/idxf/dxf2mtf.hxx |2 filter/source/graphicfilter/idxf/dxfblkrd.cxx | 16 +++ filter/source/graphicfilter/idxf/dxfblkrd.hxx |8 +-- filter/source/graphicfilter/idxf/dxfentrd.

Test failure

2013-10-05 Thread Samuel Mehrbrodt
Hi, the tests don't pass after your commit http://cgit.freedesktop.org/libreoffice/core/commit/?id=4a96bc0c0eda8aff6c165bb6a79eb95f2926bb10 Can you fix them please? Thanks Samuel ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://

[Libreoffice-commits] core.git: config_host.mk.in configure.ac cppuhelper/source jvmfwk/source ure/Package_install.mk

2013-10-05 Thread Tor Lillqvist
config_host.mk.in |1 + configure.ac|9 + cppuhelper/source/paths.cxx | 18 ++ jvmfwk/source/fwkutil.hxx |4 +++- ure/Package_install.mk |2 +- 5 files changed, 20 insertions(+), 14 deletions(-) New commits: commit 01e1a24

[Bug 61080] CONFIGURATION: Create a page toolbar

2013-10-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61080 Jean-Baptiste Faure changed: What|Removed |Added CC||jbf.fa...@sud-ouest.org --- Commen

[Bug 43514] UI: Need an easy way to get from current position in a document to the corresponding position in the Navigatior dialog's header tree

2013-10-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43514 Samuel M. changed: What|Removed |Added Assignee|shuklad...@gmail.com|libreoffice-b...@lists.free

[Bug 43514] UI: Need an easy way to get from current position in a document to the corresponding position in the Navigatior dialog's header tree

2013-10-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43514 Jean-Baptiste Faure changed: What|Removed |Added CC||jbf.fa...@sud-ouest.org --- Commen

Question on dubious code

2013-10-05 Thread Matteo Casalin
Hi all, in sw/source/core/graphic/ndgrf.cxx I stepped into the following code in function lcl_GetStreamStorageNames (this is after OUString conversion): const OUString aProt( "vnd.sun.star.Package:" ); if (sUserData.startsWith(aProt)) { // 6.0 (XML) Package cons

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

2013-10-05 Thread Matteo Casalin
sw/inc/ndgrf.hxx | 11 --- sw/source/core/doc/docedt.cxx | 53 +++--- sw/source/core/graphic/ndgrf.cxx | 137 ++ sw/source/filter/xml/xmltexte.cxx |3 sw/source/ui/dochdl/swdtflvr.cxx |9 +- sw/source/ui/inc/wrtsh.hxx

[Libreoffice-commits] core.git: 4 commits - officecfg/registry officecfg/util solenv/gbuild

2013-10-05 Thread Stephan Bergmann
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 38 +- officecfg/registry/data/org/openoffice/Office/Embedding.xcu|8 +- officecfg/util/data_val.xsl| 35 + solenv/gbuild/Configuration.mk

resize handling / layout on timeout?

2013-10-05 Thread Ivan Timofeev
Hi, looking at fdo#38814 "Snappier rendering: paint at idle, not on timeout" https://bugs.freedesktop.org/show_bug.cgi?id=38814 it is not clear to me why we handle resize asynchronously. It was introduced in http://cgit.freedesktop.org/libreoffice/core/commit/?id=fb72a53dc6ff64001cbdebbdd908b7

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

2013-10-05 Thread Tor Lillqvist
svl/qa/unit/svl.cxx | 11 --- 1 file changed, 11 deletions(-) New commits: commit 6d287589e3a74d1eec3d5c55277ae6479d659948 Author: Tor Lillqvist Date: Sat Oct 5 16:18:45 2013 +0300 This DEBUG_UNIT_TEST stuff is unused Change-Id: I947713bda2c37e22199161a2c59e5d9ed00b37a2

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

2013-10-05 Thread Tor Lillqvist
svl/qa/unit/svl.cxx |7 --- 1 file changed, 7 deletions(-) New commits: commit 773173c233b7074cd56070c3b027e02c9bc29ee0 Author: Tor Lillqvist Date: Sat Oct 5 14:32:21 2013 +0300 unused function 'operator<<' Change-Id: I05d3877e2b0cb4bfccd3a2ae6f24abfd6507c46d diff --git

[Bug 33848] UI – Zoom slider should not hide when Slides sidebar is in use

2013-10-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33848 Samuel M. changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |s.mehrbr...@gmail.com |des

[Bug 63154] replace tools/solar.h macros with osl versions

2013-10-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63154 Thomas Arnhold changed: What|Removed |Added Attachment #78815|0 |1 is obsolete|

Re: minutes of ESC call ...

2013-10-05 Thread Tommy
On Fri, 04 Oct 2013 08:14:41 +0200, Tommy wrote: an RC3 release notes link has to be added in the wiki. https://wiki.documentfoundation.org/ReleasePlan/4.1#4.1.2_release actually only RC1 and RC2 are credited. the RC3 page actually exists: https://wiki.documentfoundation.org/Releases/4.1.2/R

Re: draw a graphic::XGraphic on a rendering::XCanvas ?

2013-10-05 Thread Thorsten Behrens
Caolan McNamara wrote: > Does seem a bit odd that we seem to have so much parallel stacks of > drawing infrastructures. > Yeah. Let me see to get some convergence started; next week is HackWeek here at SUSE. ;) Cheers, -- Thorsten signature.asc Description: Digital signature __

[Bug 62699] drop "pass-through" header files

2013-10-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62699 Thomas Arnhold changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug 60662] Adapt zoom dialog to HIG

2013-10-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60662 Commit Notification changed: What|Removed |Added Whiteboard|EasyHack TopicUI|EasyHack TopicUI

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

2013-10-05 Thread Thomas Arnhold
cui/uiconfig/ui/zoomdialog.ui |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d4730af10ca8bee1e663e3fabf18292f49cfb370 Author: Thomas Arnhold Date: Sat Oct 5 12:06:06 2013 +0200 fdo#60662 apply HIG rules Change-Id: Ia73c38866b50e6986361909aa64f7a9

Re: About Clang headers on Debian

2013-10-05 Thread julien2412
Building with clang succeeded, it's the first time that I can build LO with clang! :-) Thank you! However trying to launch LO with: ./instdir/unxlngx6/program/soffice gives: ERROR 4 forking process A Google search about this message gives urls from OOo in 2008! However I gave a try to strace and

LibreOffice Gerrit News 2013-10-05

2013-10-05 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: + sw: Smart-Art related UTs updated to new option in https://gerrit.libreoffice.org/6139 from Andres Gomez + unotools: add menu option to enable/disable Smart-Art lock in https://gerrit.libreoffice.org/6138 from And