LibreOffice Gerrit News for core on 2014-05-05

2014-05-05 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + fdo#78241 PDF Import: add dashes support in https://gerrit.libreoffice.org/9246 from Vort about module sdext End of freshness + RFC: add

[Libreoffice-commits] core.git: helpcontent2

2014-05-05 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 82a623fb08afc72decb78f061b751a43ae503678 Author: Andras Timar andras.ti...@collabora.com Date: Mon May 5 08:36:28 2014 +0200 Updated core Project: help 400d3515694ff3857f253c8da9ea44b962161ee0

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

2014-05-05 Thread Andras Timar
source/text/shared/guide/assistive.xhp | 31 +-- 1 file changed, 1 insertion(+), 30 deletions(-) New commits: commit 400d3515694ff3857f253c8da9ea44b962161ee0 Author: Andras Timar andras.ti...@collabora.com Date: Mon May 5 08:36:28 2014 +0200 fdo#39956 delete

Re: Questions about getCppuType

2014-05-05 Thread sberg
On 04/25/2014 11:06 PM, julien2412 [via Document Foundation Mail Archive] wrote: I've begun to replace some parts and had this when I've changed this: else if ( pType == ::getCppuType((const sal_uInt16*)0) ) into this: else if ( pType == cppu::UnoTypeconst sal_uInt16::get() ) That's the

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

2014-05-05 Thread sushil_shinde
sw/qa/extras/ooxmlexport/data/fdo77727.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 12 writerfilter/source/dmapper/DomainMapper.cxx | 14 +- writerfilter/source/dmapper/DomainMapper_Impl.cxx | 11 ++-

[Libreoffice-commits] mso-dumper.git: msodumper/docrecord.py

2014-05-05 Thread Miklos Vajna
msodumper/docrecord.py | 31 --- 1 file changed, 28 insertions(+), 3 deletions(-) New commits: commit ace8c2bce95132942b7116a92cf3ac97742ffcae Author: Miklos Vajna vmik...@collabora.co.uk Date: Mon May 5 09:51:34 2014 +0200 dump TableBordersOperand diff

WB_3DLOOK

2014-05-05 Thread Chris Sherlock
Hi all, I have been review the Window classes in VCL and I noticed a window style WB_3DLOOK. It appears to set * the window button colour and the window text color - see http://opengrok.libreoffice.org/xref/core/vcl/source/window/window.cxx#1144 * face colour for split windows, docking

[Libreoffice-commits] mso-dumper.git: msodumper/docrecord.py

2014-05-05 Thread Miklos Vajna
msodumper/docrecord.py | 23 +++ 1 file changed, 23 insertions(+) New commits: commit d68a41972acc9414a5316e61e2d3e7975026f351 Author: Miklos Vajna vmik...@collabora.co.uk Date: Mon May 5 10:32:28 2014 +0200 dump TableBordersOperand80 diff --git

Re: Windows TinderBoxes of Master need attention

2014-05-05 Thread Jan Holesovsky
Hi Stuart, V Stuart Foote píše v Pá 02. 05. 2014 v 20:24 +: Thanks, but that give a little love was from the last TB's off-line cycle in February =) Ah! Was searching the list if anybody is complaining about the recent breakage, and did not check the date ;-) Issue is in there

[Libreoffice-commits] mso-dumper.git: 2 commits - msodumper/docrecord.py

2014-05-05 Thread Miklos Vajna
msodumper/docrecord.py | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) New commits: commit 8f9c1fcdc12ccfcaf952d523c7238315f617c19d Author: Miklos Vajna vmik...@collabora.co.uk Date: Mon May 5 11:07:01 2014 +0200 dump sprmPHugePapx diff --git

Help: Get and setting document level user variables doesn’t working before LibreOffice version 4.2.1.1.

2014-05-05 Thread Nikunj Banker
Dear Libreoffice developer community, I have just started maintaining one libreoffice plug-in, it has following code which were working before LibreOffice version 4.2.1.1. This code is used to store and retrieve document level information:

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

2014-05-05 Thread Stephan Bergmann
vcl/source/outdev/text.cxx |4 1 file changed, 4 insertions(+) New commits: commit 304b3b3910bb472d663baaa789970df55ceeb09e Author: Stephan Bergmann sberg...@redhat.com Date: Mon May 5 10:50:22 2014 +0200 Handle GetTextBreak returning -1 I don't know what the root cause

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

2014-05-05 Thread Thomas Arnhold
helpers/help_hid.lst| 271 source/auxiliary/scalc.tree |3 source/auxiliary/simpress.tree |3 source/auxiliary/swriter.tree |2 source/text/shared/01/digitalsignatures.xhp |4

[Libreoffice-commits] core.git: helpcontent2

2014-05-05 Thread Thomas Arnhold
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8f08def4aefc6b92366536fb1fb6620527474129 Author: Thomas Arnhold tho...@arnhold.org Date: Mon May 5 10:45:40 2014 +0200 Updated core Project: help ada56299c9e1c2d2cf36a475fc4e746bf5977354 diff

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

2014-05-05 Thread Miklos Vajna
desktop/inc/app.hxx |1 desktop/source/app/app.cxx |1 include/vcl/svapp.hxx| 32 ++ include/vcl/window.hxx |2 + vcl/source/app/svapp.cxx | 52 +-- vcl/source/outdev/map.cxx| 11

[SOLVED] Re: Questions about getCppuType

2014-05-05 Thread julien2412
sberg wrote ... With cppu::UnoType, instead use cppu::UnoUnsignedShortType and cppu::UnoCharType as template arguments, respectively. (And do get rid of the useless const in the template arguments.) Thank you Stephan for your feedback, I'll use these and remove const for all the

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

2014-05-05 Thread Tomofumi Yagi
configure.ac |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 7623bc31584b38da980016db25fb5dfc702beb10 Author: Tomofumi Yagi ya...@mknada.sakura.ne.jp Date: Sun May 4 11:34:24 2014 +0900 fix windows build(external/poppler) Fix build error on windows

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

2014-05-05 Thread Miklos Vajna
oox/source/shape/WpsContext.cxx | 31 ++- 1 file changed, 18 insertions(+), 13 deletions(-) New commits: commit 315503314aaeed11d1e25d5a379d56fd3051dba0 Author: Miklos Vajna vmik...@collabora.co.uk Date: Mon May 5 14:11:45 2014 +0200 oox: don't try to set

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

2014-05-05 Thread Markus Mohrhard
sal/textenc/handleundefinedunicodetotextchar.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 51bfb3a5af91dcd17ebc4c52845e77f530f05c6d Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon May 5 02:29:55 2014 +0200 Asan: fix invalid memory access

Need help handling quoteright key shortcut for Mac OS X.

2014-05-05 Thread Kohei Yoshida
Hi there, This commit http://cgit.freedesktop.org/libreoffice/core/commit/?id=dd9c9a69da7b22c4166391df082ac23878312a01 introduces the single quote key (') as a key that can be assigned a shortcut. To do that I had to add KEY_QUOTERIGHT handling to X11, GTK and Windows platform specific parts

LibreOffice fails to build on Mac OS

2014-05-05 Thread florino
Hi, I'm trying to build the current version of LibreOffice on a Mac OS X 10.9.2 with XCode 5.1.1. After a sync of the current repository I do ./autogen.sh --without-junit and then make. The build process usually stops at sw_ooxmlexport, sw_ooxmlimport, sw_rtfexport or sw_rtfimport. Error: a

[GSoC 2014] Code pointers for text properties in Draw

2014-05-05 Thread Matteo Campanelli
Hi all, I'm working on adding text background color to Draw text frames but I suspect I'm having troubles finding my way through the basics of the whole application's architecture. Browsing through code in sd/, I haven't found anything that seemed to deal specifically with text properties. I

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

2014-05-05 Thread Stephan Bergmann
chart2/source/view/main/OpenGLRender.cxx |2 +- chart2/source/view/main/OpenGLRender.hxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 0635a9c1906e00c16fd7c5b83720858b73edbae0 Author: Stephan Bergmann sberg...@redhat.com Date: Mon May 5 16:35:44 2014 +0200

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

2014-05-05 Thread Jan Holesovsky
vcl/source/opengl/OpenGLContext.cxx | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) New commits: commit fc4000a9be34304790219f08adfa924801f736e1 Author: Jan Holesovsky ke...@collabora.com Date: Mon May 5 16:46:59 2014 +0200 openGL: More debug info. Change-Id:

[Libreoffice-commits] core.git: 10 commits - chart2/opengl chart2/Package_opengl.mk chart2/source

2014-05-05 Thread xukai
chart2/Package_opengl.mk |2 chart2/opengl/shape3DFragmentShader.glsl | 111 + chart2/opengl/shape3DVertexShader.glsl | 30 + chart2/source/view/inc/3DChartObjects.hxx | 12 ++ chart2/source/view/inc/GL3DRenderer.hxx| 11 +-

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

2014-05-05 Thread Tor Lillqvist
offapi/com/sun/star/awt/Key.idl |9 - vcl/osx/salframe.cxx|7 +++ 2 files changed, 15 insertions(+), 1 deletion(-) New commits: commit d177d160260fd901d03952832e563f5da8c30538 Author: Tor Lillqvist t...@collabora.com Date: Mon May 5 19:38:07 2014 +0300

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

2014-05-05 Thread Takeshi Abe
sc/source/ui/unoobj/appluno.cxx |7 ++--- sc/source/ui/unoobj/cellsuno.cxx | 50 ++- sc/source/ui/unoobj/datauno.cxx |6 ++-- sc/source/ui/view/formatsh.cxx | 28 - 4 files changed, 36 insertions(+), 55 deletions(-) New

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

2014-05-05 Thread Eike Rathke
sc/source/ui/docshell/docsh3.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 571cefca474e6b77d68f9fa31f805dcf692927fd Author: Eike Rathke er...@redhat.com Date: Mon May 5 18:18:57 2014 +0100 resolved fdo#78294 default null-date for document import is 1899-12-30

[Libreoffice-commits] core.git: 3 commits - cui/source cui/uiconfig extensions/source include/svx sc/source sd/source svx/inc svx/source sw/source

2014-05-05 Thread Thomas Arnhold
cui/source/customize/cfg.src |1 cui/uiconfig/ui/numberingoptionspage.ui |2 cui/uiconfig/ui/numberingpositionpage.ui |2 extensions/source/bibliography/toolbar.src |6 - include/svx/dialogs.hrc

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 tommy27 ba...@quipo.it changed: What|Removed |Added Depends on||78267 --- Comment #8 from

[Bug 75025] LibreOffice 4.3 most annoying bugs

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

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Jorendc jore...@libreoffice.org changed: What|Removed |Added Depends on||78267 -- You are

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

2014-05-05 Thread Tor Lillqvist
vcl/osx/salframe.cxx| 10 - vcl/osx/salframeview.mm | 268 2 files changed, 139 insertions(+), 139 deletions(-) New commits: commit f4d8fea4653d5918f28df90feca934bdd91b4939 Author: Tor Lillqvist t...@collabora.com Date: Mon May 5 21:50:17

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

2014-05-05 Thread Miklos Vajna
sw/source/core/crsr/crsrsh.cxx |2 - sw/source/core/crsr/viscrs.cxx |3 + sw/source/filter/ww8/rtfexportfilter.cxx | 51 +++ sw/source/filter/ww8/rtfexportfilter.hxx | 32 +++ 4 files changed, 41 insertions(+), 47

Re: Need help handling quoteright key shortcut for Mac OS X.

2014-05-05 Thread Tor Lillqvist
Anyone interested in getting this covered for Mac? Hopefully done now at least for the US English keyboard. Handling this stuff on a keycode level seems to be a disaster area, though. We have mapping tables in vcl/osx/salframeview.mm that as ar as I understand are correct only for the US English

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

2014-05-05 Thread Maxim Monastirsky
include/sfx2/recentdocsview.hxx|2 -- include/sfx2/recentdocsviewitem.hxx|2 +- include/sfx2/thumbnailviewitem.hxx |2 +- sfx2/source/control/recentdocsview.cxx | 16 sfx2/source/control/recentdocsviewitem.cxx |2 +-

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

2014-05-05 Thread Kohei Yoshida
sc/inc/document.hxx |9 + sc/source/core/data/document.cxx | 20 +++- sc/source/ui/app/transobj.cxx|2 +- 3 files changed, 21 insertions(+), 10 deletions(-) New commits: commit fe451fb94a33c914c0a7c1265c013d9704af850a Author: Kohei Yoshida

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

2014-05-05 Thread Tor Lillqvist
chart2/source/view/inc/3DChartObjects.hxx |2 +- chart2/source/view/inc/GL3DRenderer.hxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit dbe06b114cc9097a5b7349652dc25c0d2c9c1c5e Author: Tor Lillqvist t...@collabora.com Date: Mon May 5 22:47:30 2014 +0300

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

2014-05-05 Thread Andrzej Hunt
include/sfx2/thumbnailview.hxx|1 - sfx2/source/control/thumbnailview.cxx | 14 +++--- 2 files changed, 3 insertions(+), 12 deletions(-) New commits: commit fb0ca7eff0e16fa8dd1a4c8d75fef23830903a3f Author: Andrzej Hunt andrzej.h...@collabora.com Date: Mon May 5 20:48:58

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

2014-05-05 Thread Markus Mohrhard
chart2/source/controller/chartapiwrapper/TitleWrapper.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 22d18dfa05e159c7f298e5eb49d8c89356cc5efb Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Wed Apr 30 02:33:02 2014 +0200 be explicit about

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

2014-05-05 Thread Markus Mohrhard
chart2/source/tools/ErrorBar.cxx |2 +- xmloff/source/chart/SchXMLPlotAreaContext.cxx | 15 +++ 2 files changed, 16 insertions(+), 1 deletion(-) New commits: commit 206d59068e1293382a6d11b4caef7ebbd323fb86 Author: Markus Mohrhard markus.mohrh...@googlemail.com

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

2014-05-05 Thread Markus Mohrhard
sc/source/filter/excel/xecontent.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 8a14eb18ffc34ab6d7afb8ab0abeb878b3ad2b11 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Apr 29 20:37:36 2014 +0200 escape conditional formatting formulas

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

2014-05-05 Thread Eike Rathke
sc/source/ui/docshell/docsh3.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 3efb6e5c35bb1129a78726b163f8fbf9bd94734a Author: Eike Rathke er...@redhat.com Date: Mon May 5 18:18:57 2014 +0100 resolved fdo#78294 default null-date for document import is 1899-12-30

[Bug 65675] LibreOffice 4.2 most annoying bugs

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

[Bug 60270] LibreOffice 4.1 most annoying bugs

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

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

2014-05-05 Thread Julien Nabet
chart2/source/tools/ObjectIdentifier.cxx |4 ++-- chart2/source/tools/RangeHighlighter.cxx |6 +++--- sfx2/source/control/querystatus.cxx | 10 +- sfx2/source/control/statcach.cxx |6 +++--- sfx2/source/statbar/stbitem.cxx |8

[Bug 65675] LibreOffice 4.2 most annoying bugs

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

[Bug 60270] LibreOffice 4.1 most annoying bugs

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

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

2014-05-05 Thread Michael Stahl
sw/source/core/access/acctable.cxx | 44 ++--- sw/source/core/access/acctable.hxx |9 --- sw/source/core/layout/tabfrm.cxx | 22 -- sw/source/core/undo/untbl.cxx | 20 +++- vcl/unx/gtk/a11y/atklistener.cxx |5

[ANN] LIbreOffice 4.2.4 RC2 available

2014-05-05 Thread Christian Lohmaier
Dear Community, The Document Foundation is pleased to announce the second release candidate of LibreOffice 4.2.4. The upcoming 4.2.4 will be the fourth in a sequence of frequent bugfix releases for our feature-packed 4.2 line. Feel free to give it a try instead of 4.2.3. Conservative users should

fdo#63315: sign windows binaries during build

2014-05-05 Thread Mathias MICHEL
Hello See https://bugs.freedesktop.org/show_bug.cgi?id=63315 From the Cloph's comment it seems the issue is fixed but with room for improvement. Should we close it or not ? ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

fdo#63315: sign windows binaries during build

2014-05-05 Thread Mat M
Hello See https://bugs.freedesktop.org/show_bug.cgi?id=63315 From the Cloph's comment it seems the issue is fixed but with room for improvement. Should we close it or not ? Kind regards Mat M ___ LibreOffice mailing list

[Libreoffice-commits] core.git: 3 commits - avmedia/source sal/osl vcl/source

2014-05-05 Thread Jan Holesovsky
avmedia/source/viewer/mediawindow_impl.cxx |2 +- sal/osl/all/log.cxx|1 + vcl/source/opengl/OpenGLContext.cxx|4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) New commits: commit 18d4f6c9ee24dc080bc3b6fed7403f5d0c18f965 Author: Jan Holesovsky

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

2014-05-05 Thread Jan Holesovsky
vcl/source/opengl/OpenGLContext.cxx | 31 +++ 1 file changed, 23 insertions(+), 8 deletions(-) New commits: commit f585323f89207b4ff93c6b0dbf1d80b0253bac02 Author: Jan Holesovsky ke...@collabora.com Date: Tue May 6 02:27:08 2014 +0200 OpenGLContext: More

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Bug 75025 depends on bug 78266, which changed state. Bug 78266 Summary: CRASH: Trying to access Menu Tools - Options https://bugs.freedesktop.org/show_bug.cgi?id=78266 What|Removed |Added

[Libreoffice-commits] core.git: Changes to 'private/moggi/chart-opengl-window-version2'

2014-05-05 Thread Markus Mohrhard
New branch 'private/moggi/chart-opengl-window-version2' available with the following commits: commit 361add4f66ccba797d1bcdb3be5d463cfdaf268c Author: Markus Mohrhard markus.mohrh...@collabora.co.uk Date: Tue May 6 06:16:56 2014 +0200 provide the OpenGL window This approach looks

[Libreoffice-commits] core.git: 4 commits - basic/source cui/source editeng/source framework/source include/editeng include/svl include/tools offapi/com sc/source svl/source svtools/source sw/inc sw/s

2014-05-05 Thread Thomas Arnhold
basic/source/classes/sbunoobj.cxx |2 +- basic/source/runtime/runtime.cxx |2 +- cui/source/inc/numpages.hxx|3 --- cui/source/tabpages/numpages.cxx |1 - editeng/source/misc/swafopt.cxx

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

2014-05-05 Thread Julien Nabet
sfx2/source/control/querystatus.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1567853a8236f5cc7b09df6002c9b9325d931a7b Author: Julien Nabet serval2...@yahoo.fr Date: Tue May 6 07:35:26 2014 +0200 Remove C11ism Change-Id:

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

2014-05-05 Thread Julien Nabet
sfx2/source/statbar/stbitem.cxx |2 +- sfx2/source/toolbox/tbxitem.cxx |8 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 3f569908ac72c20826a45ebed59af9b1e5449207 Author: Julien Nabet serval2...@yahoo.fr Date: Tue May 6 07:39:09 2014 +0200 Remove

[Libreoffice-commits] core.git: basegfx/source connectivity/source dbaccess/source editeng/source fpicker/source mysqlc/source qadevOOo/testdocs sc/source svx/source sw/source vcl/source vcl/unx write

2014-05-05 Thread Noel Grandin
basegfx/source/curve/b2dcubicbezier.cxx | 4 ++-- connectivity/source/commontools/dbtools.cxx | 4 ++-- dbaccess/source/core/api/KeySet.cxx | 2 +-

[patch] [solved] build failure

2014-05-05 Thread Terrence Enger
gcc (Debian 4.7.2-5) 4.7.2 on debian-wheezy just choked on sfx2/source/control/querystatus.cxx ... /home/terry/lo_hacking/git/libo2/sfx2/source/control/querystatus.cxx: In member function ‘virtual void SfxQueryStatus_Impl::statusChanged(const com::sun::star::frame::FeatureStateEvent)’:

Re: [Libreoffice-qa] Running LO 4.3 alpha in Windows XP...

2014-05-05 Thread Manfred J. Krause
Hi all, On Mon, May 5, 2014 at 12:42 AM, Pedro wrote: Hi all I can't do anything with LO 4.3 alpha under Windows XP Pro x86 en_US SP3: 1) create new doc, type one word, crash 2) create new spreadsheet, type anything, crash 3) create new presentation, crash 4) create new drawing, crash

Re: [Libreoffice-qa] [documentliberation-discuss] ODF compatibility tests

2014-05-05 Thread Michael Stahl
On 02/05/14 15:01, Charles-H. Schulz wrote: Jay, Replying in more details: there are a few ODF validators out there but they are neither autoritative nor maintained. And ODF 1,2 has evolved after they were released: http://plugfest.opendocsociety.org/doku.php?id=validators:overview at

[Libreoffice-qa] Question of the use of 'Fresh' rather than 'Beta' and support for XP

2014-05-05 Thread Jay Philips
Hi All, I was curious why the word Fresh is used rather than the more widely used word Beta for the latest development release branch. This was a confusing thing to me as well until I read Fresh, targeted to early adopters and technology enthusiasts, and Stable targeted to enterprise

Re: [Libreoffice-qa] Question of the use of 'Fresh' rather than 'Beta' and support for XP

2014-05-05 Thread Michael Meeks
Hi Jay, On Mon, 2014-05-05 at 14:13 +0400, Jay Philips wrote: I was curious why the word Fresh is used rather than the more widely used word Beta for the latest development release branch. I think you're confused by the naming. Currently we have these releases: 4.3 (master) -

Re: [Libreoffice-qa] Question of the use of 'Fresh' rather than 'Beta' and support for XP

2014-05-05 Thread Bjoern Michaelsen
On Mon, May 05, 2014 at 02:13:04PM +0400, Jay Philips wrote: I was curious why the word Fresh is used rather than the more widely used word Beta for the latest development release branch. Beta is rarely used for branches, it is mostly used for tags (just like LibreOffice does). Best, Bjoern

Re: [Libreoffice-qa] Question of the use of 'Fresh' rather than 'Beta' and support for XP

2014-05-05 Thread Jay Philips
Hi Michael, On 05/05/2014 02:37 PM, Michael Meeks wrote: Hi Jay, I think you're confused by the naming. Currently we have these releases: 4.3 (master) - Beta 4.2 - Fresh 4.1 - Stable As/when we release 4.3.0 those will rotate I imagine: master

Re: [Libreoffice-qa] No thinderbox build for Windows master after 30-04-14

2014-05-05 Thread V Stuart Foote
Markus, While the TB's are back on line. Look to have a lingering issue with the builds where now toolbar action (Tools - Options for example) has lost its resulting actions and the UI simply hangs with a partial GUI dialog opening. Reported in BZ as fdo#78266

Re: [Libreoffice-qa] Question of the use of 'Fresh' rather than 'Beta' and support for XP

2014-05-05 Thread Bjoern Michaelsen
Hi, On Mon, May 05, 2014 at 04:59:37PM +0400, Jay Philips wrote: Yes initially i was confused as i was used to seeing chrome's labelling there releases as development, beta and stable.I think it would be great if the website would provide better explanation on the download pages of what each

Re: [Libreoffice-qa] Question of the use of 'Fresh' rather than 'Beta' and support for XP

2014-05-05 Thread Sophie
Hi, Le 05/05/2014 15:36, Bjoern Michaelsen a écrit : Hi, On Mon, May 05, 2014 at 04:59:37PM +0400, Jay Philips wrote: Yes initially i was confused as i was used to seeing chrome's labelling there releases as development, beta and stable.I think it would be great if the website would provide

Re: [Libreoffice-qa] Question of the use of 'Fresh' rather than 'Beta' and support for XP

2014-05-05 Thread Jay Philips
Hello, On 05/05/2014 05:36 PM, Bjoern Michaelsen wrote: Hi, On Mon, May 05, 2014 at 04:59:37PM +0400, Jay Philips wrote: Yes initially i was confused as i was used to seeing chrome's labelling there releases as development, beta and stable.I think it would be great if the website would

Re: [Libreoffice-qa] Question of the use of 'Fresh' rather than 'Beta' and support for XP

2014-05-05 Thread Bjoern Michaelsen
Hi, On Mon, May 05, 2014 at 07:24:07PM +0400, Jay Philips wrote: Please enlighten me as i couldnt find any mention of submitting bug reports on the download page. Hint: libreoffice.org is the download page. Calling for bug reports is on that page, along with all the other essential stuff. But

[Libreoffice-qa] REMINDER: QA Call today at 18:30 UTC

2014-05-05 Thread Robinson Tryon
For meeting information, a handy-dandy url that will convert the meeting time into your local time zone, and more, see the wiki page here: https://wiki.documentfoundation.org/QA/Meetings/2014/May_05 I hope to see all of you there! Best, --R -- Robinson Tryon LibreOffice Community Outreach

Re: [Libreoffice-qa] DOCX Test 4 Results

2014-05-05 Thread Joel Madero
On future reports will you try to include your computer specs (most importantly your OS) :) Best, Joel On 05/05/2014 01:03 AM, Jay Philips wrote: Hi Joel, Its been done. :) Jay Philips On 05/05/2014 02:48 AM, Joel Madero wrote: Ah - okay new plan. CC me on every regression and put

Re: [Libreoffice-qa] Something wrong with LibreOfficeDev_4.3.0.0.alpha1_Win_x86

2014-05-05 Thread m.a.riosv
Hi Stuart, thanks for the quick answer. -- View this message in context: http://nabble.documentfoundation.org/Something-wrong-with-LibreOfficeDev-4-3-0-0-alpha1-Win-x86-tp4107600p4107621.html Sent from the QA mailing list archive at Nabble.com. ___

[Libreoffice-qa] Something wrong with LibreOfficeDev_4.3.0.0.alpha1_Win_x86

2014-05-05 Thread m.a.riosv
Hi all, beside the recent thread of Pedro Running LO 4.3 alpha in Windows XP..., I have just reported a crash bug in Menu/Tools/Options/Language settings https://bugs.freedesktop.org/show_bug.cgi?id=78266, where I comment it's no possible to access the Menu/Tools/Options with

Re: [Libreoffice-qa] DOCX Test 4 Results

2014-05-05 Thread Jay Philips
Hi Joel, Yes someone else suggested that as well which i will be doing. Any particular specs your looking for? Jay Philips On 05/05/2014 08:56 PM, Joel Madero wrote: On future reports will you try to include your computer specs (most importantly your OS) :) Best, Joel On 05/05/2014

[Libreoffice-qa] Redmine Website QA Suggestions

2014-05-05 Thread Joel Madero
Hi All, Per our discussion, here is a single thread where I think we should discuss suggestions to make the website clearer and then one of us (I'll volunteer if no one else does...) can go to redmine to offer the suggestion. This way we aren't offering contradictory suggestions. So the first

[Libreoffice-qa] [ANN] LIbreOffice 4.2.4 RC2 available

2014-05-05 Thread Christian Lohmaier
Dear Community, The Document Foundation is pleased to announce the second release candidate of LibreOffice 4.2.4. The upcoming 4.2.4 will be the fourth in a sequence of frequent bugfix releases for our feature-packed 4.2 line. Feel free to give it a try instead of 4.2.3. Conservative users should

Re: [Libreoffice-qa] Redmine Website QA Suggestions

2014-05-05 Thread Bjoern Michaelsen
Hi, On Mon, May 05, 2014 at 02:16:15PM -0700, Joel Madero wrote: So the first question is for the default download page - are we generally agreed that stable should be the default? Im disagreeing there. The only reason stable is more settled than fresh is that we have so many people

Re: [Libreoffice-qa] Something wrong with LibreOfficeDev_4.3.0.0.alpha1_Win_x86

2014-05-05 Thread V Stuart Foote
Tested on Windows 7 sp1, 64-bit en-US with Version: 4.3.0.0.alpha1+ Build ID: d09d75167d77adcc8538c5cc5d8fe6bac6091ca1 TinderBox: Win-x86@42, Branch:master, Time: 2014-05-05_23:04:20 All seems to be corrected now. -- View this message in context:

Re: [Libreoffice-qa] Running LO 4.3 alpha in Windows XP...

2014-05-05 Thread V Stuart Foote
Pedro, *, Pre-release Windows build of Version: 4.3.0.0.alpha1 Build ID: 46cfcd5a05aa1d13fecd73f5a25b64b8d8dd6781 Was definitely broken as in https://bugs.freedesktop.org/show_bug.cgi?id=77891 http://fdo#77891 , not sure of the exact reason, but it is NOT isolated to Windows XP. Also, prior and

[Libreoffice-bugs] [Bug 77383] Cell comments disappear in calc

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77383 --- Comment #4 from RobK rk662...@hotmail.com --- Unfortunately, when I recently tried to update to 4.2.3.3, I got an installation error. I submitted this as a different bug, please check Bug 78057. -- You are receiving this mail because: You

[Libreoffice-bugs] [Bug 77479] Calc: AutoFilter lost after sorting

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77479 --- Comment #7 from a07cd040897db54e1...@spambog.com --- (In reply to comment #6) Does scrolling out and scrolling back in to refresh painting make the autofilter buttons re-appear? No. Still after scrolling the Autofilter is missing. I

[Libreoffice-bugs] [Bug 78277] New: FORMATTING: Frame Transparency lost during save/reload

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78277 Priority: medium Bug ID: 78277 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING: Frame Transparency lost during save/reload Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 77990] MATCH function result changes between save and load

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77990 --- Comment #10 from Laurent BP jumbo4...@yahoo.fr --- (In reply to comment #9) This is a date related. I'll put Eike on CC. 4.2 doesn't seem to have this problem. Only master. Hi Kohei, It seems there is two different bugs. * Bug

[Libreoffice-bugs] [Bug 78278] New: FORMATTING: Frame background color can not be set during initial creation, only when editing

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78278 Priority: medium Bug ID: 78278 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING: Frame background color can not be set during initial creation, only when editing

[Libreoffice-bugs] [Bug 74656] Macros: VBA macro which defines function doesn't work on save as ods and reopening of the file: #NAME?

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74656 --- Comment #3 from eng.georgigeorg...@gmail.com --- (In reply to comment #1) Hi Georgi, I confirm the behaviour set to New. Did you happen to see if it worked correct in earlier versions? thanks, Cor Hello Cor, actually this is the only

[Libreoffice-bugs] [Bug 77248] 500 page document hogging CPU and crashes randomly

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77248 tommy27 ba...@quipo.it changed: What|Removed |Added Summary|500 page document hogging |500 page document hogging

[Libreoffice-bugs] [Bug 39956] ACCESSIBILITY: Implement the IAccessible2 accessibility API [accessibility]

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39956 --- Comment #34 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Andras Timar committed a patch related to this issue. It has been pushed to master:

[Libreoffice-bugs] [Bug 78271] FORMATTING: Setting non-default name prevents creating new Section

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78271 Jim Avera jim.av...@gmail.com changed: What|Removed |Added Version|4.3.0.0.alpha0+ Master |4.3.0.0.alpha1 -- You

[Libreoffice-bugs] [Bug 78271] FORMATTING: Setting non-default name prevents creating new Section

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78271 Jim Avera jim.av...@gmail.com changed: What|Removed |Added Version|4.3.0.0.alpha1 |4.3.0.0.alpha0+ Master

[Libreoffice-bugs] [Bug 78271] FORMATTING: Setting non-default name prevents creating new Section

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78271 --- Comment #1 from Jim Avera jim.av...@gmail.com --- Problem still exists in 4.3.0.0.alpha1 -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 78281] New: Classic theme is not available

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78281 Priority: medium Bug ID: 78281 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Classic theme is not available Severity: normal Classification: Unclassified OS: All

[Libreoffice-bugs] [Bug 77727] FILESAVE: Page break after word art not rendered and exported.

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77727 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|BSA

[Libreoffice-bugs] [Bug 77776] regression: could not start printer when printing to remote cups server

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #16 from Heinz Repp heinz.r...@arcor.de --- Usually I omit simple me too posts, but to confirm this sequence occurring with LibreOffice 1:4.2.3~rc3-0ubuntu2~precise1: first print is ok, following prints throw this could not start

[Libreoffice-bugs] [Bug 78271] FORMATTING: Setting non-default name prevents creating new Section

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78271 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added Status|UNCONFIRMED |NEW Whiteboard|BSA

[Libreoffice-bugs] [Bug 78272] Can't Apply Custom Cell Styles

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78272 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Libreoffice-bugs] [Bug 78281] Classic theme is not available

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78281 tommy27 ba...@quipo.it changed: What|Removed |Added CC||ba...@quipo.it See

[Libreoffice-bugs] [Bug 78284] New: FILESAVE: FILESAVE [DOCX] Content-types of .png images in Smart Art

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78284 Priority: medium Bug ID: 78284 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FILESAVE: FILESAVE [DOCX] Content-types of .png images in Smart Art Severity: normal

  1   2   3   4   >