32-bit build failing for Debian

2016-03-06 Thread Chris Sherlock
Hey guys, Another off-by-one error is being reported only on 32-bit systems and is causing build failures for Debian :( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815292 Do we just adapt the test to handle what looks like a rounding error? This doesn’t happen on my 64-bit Ubuntu

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

2016-03-06 Thread Julien Nabet
sc/source/core/tool/interpr8.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 025cf075c16778a1c5d46d9ef273ee08505e3858 Author: Julien Nabet Date: Sun Mar 6 09:53:10 2016 +0100 cppcheck: fix duplicateBreak Change-Id:

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

2016-03-06 Thread Julien Nabet
sw/source/core/edit/edsect.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit dff052784ec1d40bf15f0babb669b739d1be8e12 Author: Julien Nabet Date: Sun Mar 6 09:59:45 2016 +0100 cppcheck: fix redundantCondition Change-Id:

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

2016-03-06 Thread Julien Nabet
sw/source/core/doc/docedt.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 72f50743af65eaa90b33486388e57fae9511f310 Author: Julien Nabet Date: Sun Mar 6 10:02:47 2016 +0100 cppcheck: help it a bit to not fail with syntax error in

[Libreoffice-commits] core.git: qadevOOo/runner

2016-03-06 Thread Caolán McNamara
qadevOOo/runner/lib/MultiPropertyTest.java | 29 + 1 file changed, 1 insertion(+), 28 deletions(-) New commits: commit f12e8d66189651540ba60664328828ab2e8756c6 Author: Caolán McNamara Date: Sun Mar 6 20:50:06 2016 + coverity#1326576

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

2016-03-06 Thread Stephan van den Akker
test/source/mtfxmldump.cxx | 28 ++- vcl/qa/cppunit/wmf/wmfimporttest.cxx | 16 ++- vcl/source/filter/wmf/enhwmf.cxx | 36 +-- 3 files changed, 76 insertions(+), 4 deletions(-) New commits: commit

Re: Unusual failure on libreoffice-5-0 branch

2016-03-06 Thread Markus Mohrhard
Hey, On Sun, Mar 6, 2016 at 4:42 PM, Chris Sherlock wrote: > Forgive my inexperience, but is it related to the change itself? Or is it > something else? > > If it's not too much bother, could you elaborate a little? :-) > Windows has a much stricter file locking so

Re: Firebird doesn't support MSVC 2015

2016-03-06 Thread David Ostrovsky
Hi Lionel, On Fri, 2016-03-04 at 19:59 +0100, Lionel Elie Mamane wrote: > On Wed, Mar 02, 2016 at 08:02:39AM +0100, David Ostrovsky wrote: > > > So, after fixing number of MSVC 14.0 related bugs in FB > > module: [1], I filed this bug upstream: [2] and got there > > this comment from Egor

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

2016-03-06 Thread Yousuf Philips
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 20 +- sc/source/ui/docshell/docsh.cxx| 17 2 files changed, 35 insertions(+), 2 deletions(-) New commits: commit e5f56d0c6e2a7d75a1f5ee27550b1270641da977 Author: Yousuf Philips

Interest in contributing to Libreoffice GSoC 2016

2016-03-06 Thread Djimeli Konrad
Hello, My name is Djimeli Konrad a second year computer science student from the University of Buea, Cameroon. I am proficient in c, c++ and python. I would like to contribute Libreoffice for the Google Summer of Code 2016. I am interest in working on the project "Support ODF styles in orcus" and

Re: Unusual failure on libreoffice-5-0 branch

2016-03-06 Thread Chris Sherlock
Forgive my inexperience, but is it related to the change itself? Or is it something else? If it's not too much bother, could you elaborate a little? :-) Chris P.S. Apologies if you responded on IRC, I went to bed and I'm using my iPad as I just noticed your reply > On 7 Mar 2016, at 2:35 AM,

Unusual failure on libreoffice-5-0 branch

2016-03-06 Thread Chris Sherlock
Hi all, Getting an odd failure on a backported patch on Jenkins: https://gerrit.libreoffice.org/#/c/22947/ Only failing on Windows, error is: [build ALL] top level modules: build-non-l10n-only build-l10n-only

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

2016-03-06 Thread Stephan van den Akker
test/source/mtfxmldump.cxx | 28 ++- vcl/qa/cppunit/wmf/wmfimporttest.cxx | 16 +++ vcl/source/filter/wmf/enhwmf.cxx | 36 +-- vcl/source/filter/wmf/winmtf.hxx |9 4 files changed, 82

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

2016-03-06 Thread Xisco Fauli
svgio/qa/cppunit/SvgImportTest.cxx | 25 + test/source/primitive2dxmldump.cxx |4 2 files changed, 29 insertions(+) New commits: commit 5f0c3172b3d2a5d3a71ab19caa5b462b539cbbe6 Author: Xisco Fauli Date: Sun Mar 6 14:11:04 2016 +0100

Re: Unusual failure on libreoffice-5-0 branch

2016-03-06 Thread Markus Mohrhard
On Sun, Mar 6, 2016 at 4:32 PM, Chris Sherlock wrote: > Hi all, > > Getting an odd failure on a backported patch on Jenkins: > > https://gerrit.libreoffice.org/#/c/22947/ > > Only failing on Windows, error is: > > [build ALL] top level modules: build-non-l10n-only

Re: Unusual failure on libreoffice-5-0 branch

2016-03-06 Thread Chris Sherlock
Ah, that makes sense. Thanks Markus. Chris Sent from my iPad > On 7 Mar 2016, at 2:58 AM, Markus Mohrhard > wrote: > > Hey, > >> On Sun, Mar 6, 2016 at 4:42 PM, Chris Sherlock >> wrote: >> Forgive my inexperience, but is it

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

2016-03-06 Thread Markus Mohrhard
sc/qa/unit/copy_paste_test.cxx |4 ++-- sc/qa/unit/data/xls/chartx2.xls |binary 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 7afe51975e21e99a8aa08183c77c0b2774a62b8f Author: Markus Mohrhard Date: Sun Mar 6 16:38:37 2016 +0100

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

2016-03-06 Thread Tomaž Vajngerl
vcl/opengl/gdiimpl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 729572957402e43d055482b51080034109b16ec6 Author: Tomaž Vajngerl Date: Mon Mar 7 00:05:28 2016 +0100 opengl: fix inv.scale values are always integer -

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

2016-03-06 Thread Tomaž Vajngerl
vcl/source/opengl/OpenGLHelper.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit ed51d4293dd919a03edca11ec48c607bbfa31076 Author: Tomaž Vajngerl Date: Sun Mar 6 23:54:52 2016 +0100 opengl: fix loading shader with preamble

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

2016-03-06 Thread Chris Sherlock
vcl/source/filter/wmf/winmtf.hxx |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit db047a25c7b11de8cfeb2e5b5a78d05d27fd5a76 Author: Chris Sherlock Date: Mon Mar 7 10:21:34 2016 +1100 vcl: fix winmtf.hxx file to include

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

2016-03-06 Thread Chris Sherlock
vcl/qa/cppunit/wmf/wmfimporttest.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7e0df26bd244616ea516e84818826e2f3aced253 Author: Chris Sherlock Date: Mon Mar 7 10:44:01 2016 +1100 vcl: fix unit test Change-Id:

[Libreoffice-commits] dev-tools.git: scripts/esc-mentoring.py

2016-03-06 Thread Jan Iversen
scripts/esc-mentoring.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit e4c4a164947235e458a9b0374cc0049bcea1fdbe Author: Jan Iversen Date: Sun Mar 6 20:30:13 2016 +0100 esc-mentoring tool Removed list of

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

2016-03-06 Thread Markus Mohrhard
sc/source/core/tool/interpr8.cxx | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit dc5e56e6910718bd8e1fd568408960d778b3d25a Author: Markus Mohrhard Date: Sat Mar 5 20:34:59 2016 +0100 use the initializer list

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

2016-03-06 Thread Maxim Monastirsky
sfx2/source/control/dispatch.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 1f9374af4f8ea343db0c239d2449893ac4efc675 Author: Maxim Monastirsky Date: Sun Mar 6 20:59:21 2016 +0200 Use menu URLs for context menu interception

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

2016-03-06 Thread Caolán McNamara
editeng/source/outliner/outliner.cxx | 25 - include/editeng/outliner.hxx |1 - sc/source/core/tool/interpr8.cxx | 31 ++- sc/source/filter/dif/difexp.cxx | 32 4 files changed, 38

Re: Interest in contributing to Libreoffice GSoC 2016

2016-03-06 Thread jan iversen
WELCOME Thanks for your license statement. We have made a step by step guide to help you get started: https://wiki.documentfoundation.org/Development/GetInvolved/DeveloperStepByStep Be aware, that you need to have submitted at least one non-trivial easy-hack, to be accepted for GSoC (as you

Re: Firebird doesn't support MSVC 2015

2016-03-06 Thread Noel Grandin
In the space of open-source SQL database engines, SQLite is far and away the most widely used and supported option. Maybe we should try using that instead? ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

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

2016-03-06 Thread Takeshi Abe
starmath/inc/node.hxx| 10 starmath/source/node.cxx | 55 --- 2 files changed, 5 insertions(+), 60 deletions(-) New commits: commit b89feb8018bf3610faf01e73995d576f6566e20b Author: Takeshi Abe Date: Tue Mar 1

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

2016-03-06 Thread Noel Grandin
editeng/source/accessibility/AccessibleParaManager.cxx |5 ++--- editeng/source/editeng/editeng.cxx |9 - editeng/source/editeng/editview.cxx|4 ++-- editeng/source/editeng/impedit.hxx |6 +++---

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

2016-03-06 Thread Douglas Mencken
desktop/source/deployment/inc/dp_descriptioninfoset.hxx |2 +- desktop/source/deployment/misc/dp_descriptioninfoset.cxx |2 +- desktop/source/deployment/registry/package/dp_package.cxx |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit

[Libreoffice-commits] core.git: basic/source chart2/source compilerplugins/clang connectivity/source dbaccess/source include/connectivity include/dbaccess include/sfx2 include/svl include/vcl sfx2/sou

2016-03-06 Thread Noel Grandin
basic/source/inc/iosys.hxx|2 - basic/source/runtime/iosys.cxx| 10 ++- chart2/source/view/inc/PlottingPositionHelper.hxx |7 + compilerplugins/clang/unuseddefaultparams.py |4 ++-

[Libreoffice-commits] core.git: chart2/source compilerplugins/clang connectivity/source cppuhelper/source dbaccess/source desktop/source editeng/source filter/qa framework/source hwpfilter/qa lotuswor

2016-03-06 Thread Noel Grandin
chart2/source/view/charttypes/AreaChart.cxx|8 +-- chart2/source/view/charttypes/BarChart.cxx |8 +-- chart2/source/view/charttypes/BubbleChart.cxx |4 - chart2/source/view/charttypes/CandleStickChart.cxx |4 -

Gerrit supports inline edit feature now

2016-03-06 Thread David Ostrovsky
More than one year has passed since my announcement on this list: [1] that upstream Gerrit supports inline edit feature, meant changing the code directly in browser without clonning/fetching anything. Yesterday, the right Gerrit version was deployed on gerrit.l.o. Meantime, inline edit feature

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

2016-03-06 Thread Tor Lillqvist
fpicker/source/aqua/CFStringUtilities.hxx| 140 --- fpicker/source/aqua/CFStringUtilities.mm | 22 --- fpicker/source/aqua/ControlHelper.mm | 91 --- fpicker/source/aqua/FilterHelper.mm | 100 +++-

[Libreoffice-commits] core.git: sc/workben shell/source svtools/source vcl/source vcl/win

2016-03-06 Thread Chirag Manwani
sc/workben/dpcache/perf-test.cpp | 48 +++ shell/source/win32/simplemail/smplmailclient.cxx |8 +-- svtools/source/dialogs/addresstemplate.cxx | 31 +++--- vcl/source/gdi/sallayout.cxx |7 +--

[Libreoffice-commits] core.git: 4 commits - dbaccess/source l10ntools/source reportdesign/source svx/inc sw/AllLangResTarget_sw.mk sw/source

2016-03-06 Thread David Tardon
dbaccess/source/ui/app/app.src | 20 --- dbaccess/source/ui/browser/sbabrw.src|3 + dbaccess/source/ui/inc/toolbox_tmpl.hrc | 34 --- dbaccess/source/ui/querydesign/query.src |4 +- l10ntools/source/localize.cxx|7 ---

[Libreoffice-bugs] [Bug 98379] after entering values or names in spreadsheet & hitting enter the values are displayed in an ugly way

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98379 raal changed: What|Removed |Added CC||r...@post.cz --- Comment #6

[Libreoffice-bugs] [Bug 52949] EDITING: Report-Builder - Scroll in Datafields has no function

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52949 rob...@familiegrosskopf.de changed: What|Removed |Added Version|3.3.0 release |Inherited From OOo

[Libreoffice-bugs] [Bug 52944] EDITING: Report-Builder - Edit column Header/Footer has no function

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52944 rob...@familiegrosskopf.de changed: What|Removed |Added Version|3.3.0 release |Inherited From OOo

[Libreoffice-bugs] [Bug 51959] EDITING: Report-Builder - group-footer disappears when choosing "Repeat Section"

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51959 rob...@familiegrosskopf.de changed: What|Removed |Added Version|3.3.0 release |Inherited From OOo

[Libreoffice-bugs] [Bug 89591] New users are unable to download LibreOffice from the Norwegian web site

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89591 --- Comment #5 from Julien Nabet --- Thank you Adolfo for the tip, I didn't know this website. I created a bugtracker there: https://redmine.documentfoundation.org/issues/1843 -- You are receiving this mail because:

[Libreoffice-bugs] [Bug 98379] after entering values or names in spreadsheet & hitting enter the values are displayed in an ugly way (openGL)

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98379 kranthi.aeron...@gmail.com changed: What|Removed |Added Resolution|FIXED |WONTFIX -- You are

[Libreoffice-bugs] [Bug 98379] after entering values or names in spreadsheet & hitting enter the values are displayed in an ugly way (openGL)

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98379 kranthi.aeron...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 98379] after entering values or names in spreadsheet & hitting enter the values are displayed in an ugly way (openGL)

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98379 raal changed: What|Removed |Added Blocks||94691

[Libreoffice-bugs] [Bug 94691] [META] OpenGL bugs

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94691 Bug 94691 depends on bug 98379, which changed state. Bug 98379 Summary: after entering values or names in spreadsheet & hitting enter the values are displayed in an ugly way (openGL)

[Libreoffice-bugs] [Bug 94691] [META] OpenGL bugs

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94691 raal changed: What|Removed |Added Depends on||98379 -- You are receiving

[Libreoffice-bugs] [Bug 98125] fileopen: Seem to work flawlessly. At some point it will freeze when opening a non recent file

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98125 --- Comment #13 from ronvarb...@yahoo.com --- You suggest to set winDbg to CACHE*C:\symbols;SRV*http://... Here, C:\ is mostly empty. D:\ is the main disk. Should I change to CACHE*D:\symbols;SRV*http://... I hope this is not a

[Libreoffice-bugs] [Bug 98465] New: Personal colors don't be save in options

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98465 Bug ID: 98465 Summary: Personal colors don't be save in options Product: LibreOffice Version: unspecified Hardware: All OS: Linux (All) Status: UNCONFIRMED

[Libreoffice-bugs] [Bug 98466] New: inserting matrix functions (via [CTRL-F2])

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98466 Bug ID: 98466 Summary: inserting matrix functions (via [CTRL-F2]) Product: LibreOffice Version: 5.1.0.3 release Hardware: All OS: Windows (All) Status:

[Libreoffice-ux-advise] [Bug 98467] New: Ability to assign a color for toolbar background

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98467 Bug ID: 98467 Summary: Ability to assign a color for toolbar background Product: LibreOffice Version: 5.2.0.0.alpha0+ Master Hardware: All OS: All Status:

[Libreoffice-ux-advise] [Bug 98467] Ability to assign a color for toolbar background

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98467 Yousuf (Jay) Philips changed: What|Removed |Added Keywords|

[Libreoffice-bugs] [Bug 98467] Ability to assign a color for toolbar background

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98467 Yousuf (Jay) Philips changed: What|Removed |Added Keywords|

[Libreoffice-bugs] [Bug 98467] New: Ability to assign a color for toolbar background

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98467 Bug ID: 98467 Summary: Ability to assign a color for toolbar background Product: LibreOffice Version: 5.2.0.0.alpha0+ Master Hardware: All OS: All Status:

[Libreoffice-bugs] [Bug 98469] The Navigation toolbar in Writer is an empty square

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98469 Cor Nouws changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 98164] Make a list of mandatory fonts

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98164 Maxim Monastirsky changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 71843] Missing "Surround header" and "Surround footer" Page Border options in Writer

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71843 Gerry changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 39270] Borders as graphics / Decorative borders

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39270 Gerry changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 97978] Can't connect to mde or accde databases from Base

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97978 raal changed: What|Removed |Added CC||r...@post.cz --- Comment #3

[Libreoffice-bugs] [Bug 98469] The Navigation toolbar in Writer is an empty square

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98469 --- Comment #3 from kees...@gmail.com --- It seems that the small toolbar is meant to be like this. Only two navigation arrows. So the only issue is that the large toolbar has no title. -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 55202] EDITING: Report-Builder - Vertical position of text with shapes in the background impossible

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55202 rob...@familiegrosskopf.de changed: What|Removed |Added Version|3.3.0 release |Inherited From OOo

[Libreoffice-bugs] [Bug 98462] New: EDITING: cross-reference to heading gets lost when inserted by a section file link with a link region

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98462 Bug ID: 98462 Summary: EDITING: cross-reference to heading gets lost when inserted by a section file link with a link region Product: LibreOffice Version: 5.0.4.2 release

[Libreoffice-bugs] [Bug 98379] after entering values or names in spreadsheet & hitting enter the values are displayed in an ugly way

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98379 --- Comment #9 from kranthi.aeron...@gmail.com --- yes i did as you said, but still the same issue (it is named as OpenCl rather than OpenGl as you said) -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 45338] EDITING ReportBuilder: 'Details - General Keep Together' without visible effect

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45338 rob...@familiegrosskopf.de changed: What|Removed |Added Version|3.3.0 release |Inherited From OOo

[Libreoffice-bugs] [Bug 51452] EDITING: ReportBuilder - group with repeating area set automatically pagebreak before and after area

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51452 rob...@familiegrosskopf.de changed: What|Removed |Added Version|3.3.0 release |Inherited From OOo

[Libreoffice-bugs] [Bug 98379] after entering values or names in spreadsheet & hitting enter the values are displayed in an ugly way

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98379 --- Comment #10 from raal --- Created attachment 123335 --> https://bugs.documentfoundation.org/attachment.cgi?id=123335=edit openGL settings -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 98379] after entering values or names in spreadsheet & hitting enter the values are displayed in an ugly way (openGL)

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98379 --- Comment #14 from kranthi.aeron...@gmail.com --- Created attachment 123337 --> https://bugs.documentfoundation.org/attachment.cgi?id=123337=edit log file this is the log file you asked -- You are receiving this mail because: You

[Libreoffice-bugs] [Bug 98252] Conditional Formatting

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98252 raal changed: What|Removed |Added CC||r...@post.cz --- Comment #1

[Libreoffice-bugs] [Bug 98156] 'man libreoffice': "--convert-to" available filter list not described

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98156 raal changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 98133] Empty cells moved up on import

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98133 raal changed: What|Removed |Added Keywords||filter:pptx

[Libreoffice-bugs] [Bug 94176] Complete freeze in RDP (Remote Desktop) sessions / Normal use just fine

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94176 --- Comment #2 from b...@gmx.net --- Don't know, configuration is no longer in use, I left the place half a year ago... -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 98470] Libreoffice uses 16k/16kBps internet access on unloadable HTML image?

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98470 --- Comment #1 from yeahright --- http://en.libreofficeforum.org/node/12860#comment-47329 forum discussion (pretty one sided though, some more background). -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 98156] 'soffice --help': "--convert-to" available filter list not described

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98156 Stéphane Aulery changed: What|Removed |Added Summary|'man libreoffice': |'soffice

[Libreoffice-bugs] [Bug 98156] 'man libreoffice': "--convert-to" available filter list not described

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98156 Stéphane Aulery changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Libreoffice-bugs] [Bug 98451] SVG: Transform scale works wrong on stroke

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98451 --- Comment #2 from Regina Henschel --- The svg-graphics render correctly in browser Seamonkey (version 2.39), which is based on Firefox. I havn't got Firefox to test it there. They render correctly in browser

[Libreoffice-bugs] [Bug 98446] Hide Whitespace option grayed-out intermittently

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98446 --- Comment #3 from MM --- (In reply to LibreTraining from comment #2) > "Note to Bug Reporter: > This bug is (most likely) in NEEDINFO status because someone has asked for > information or data." > > What info is

[Libreoffice-bugs] [Bug 98432] Impress Master Slides Available remain blank

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98432 Cor Nouws changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 51453] EDITING: ReportBuilder - group with restarting pagecount impossible

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51453 rob...@familiegrosskopf.de changed: What|Removed |Added Version|3.3.0 release |Inherited From OOo

[Libreoffice-bugs] [Bug 98379] after entering values or names in spreadsheet & hitting enter the values are displayed in an ugly way

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98379 --- Comment #12 from Joel Madero --- (In reply to kranthi.aeronaut from comment #11) > yes! now values are visible properly after disabling opengl but why is that ? It's because openGL has a few kinks still to work

[Libreoffice-bugs] [Bug 98379] after entering values or names in spreadsheet & hitting enter the values are displayed in an ugly way (openGL)

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98379 --- Comment #16 from raal --- (In reply to kranthi.aeronaut from comment #15) > i have attached a log file please see that "log file" DriverDate: 11-26-2012 Try to upgrade your graphics driver. -- You are receiving this

[Libreoffice-bugs] [Bug 98468] New: impress doesn't show graphs and tables correctly

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98468 Bug ID: 98468 Summary: impress doesn't show graphs and tables correctly Product: Impress Remote Version: unspecified Hardware: All OS: Linux (All) Status:

[Libreoffice-bugs] [Bug 98459] libreoffice does not recognize the encoding of persian xml files and the persian parts of this document is completely unreadible for me!

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98459 Pedro changed: What|Removed |Added Status|NEEDINFO|NEW

[Libreoffice-bugs] [Bug 98452] FILESAVE, FILEOPEN - Interaction - run program forget the file after reopen

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98452 --- Comment #2 from André Lampe --- Created attachment 123341 --> https://bugs.documentfoundation.org/attachment.cgi?id=123341=edit Impress file and bat file - impress forgets test.bat when saving I created a test file

[Libreoffice-bugs] [Bug 98452] FILESAVE, FILEOPEN - Interaction - run program forget the file after reopen

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98452 André Lampe changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED

[Libreoffice-bugs] [Bug 91622] soffice.exe command line help message cannot be closed

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91622 --- Comment #3 from Stéphane Aulery --- Confirmed with LO 5.1.0.3 on Windows 7. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs

[Libreoffice-bugs] [Bug 98471] Calc slows down after a column is deleted

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98471 --- Comment #1 from MihailJP --- I forgot to write my environment: Device: Desktop PC Operating system: Windows 10, 64-bit CPU: Core i7 860 Hyperthreading: disabled Overclocking: no Graphic card: GeForce GTX 950

[Libreoffice-bugs] [Bug 98472] Formeleditor - leyered letter - überlagerte Zeichen

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98472 Andreas Kühne changed: What|Removed |Added Summary|Formeleditor - leyered

[Libreoffice-bugs] [Bug 98472] New: Formeleditor - leyered letter - üpberlagerte Zeichen

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98472 Bug ID: 98472 Summary: Formeleditor - leyered letter - üpberlagerte Zeichen Product: LibreOffice Version: 5.1.0.3 release Hardware: x86 (IA32) OS: Windows (All)

[Libreoffice-bugs] [Bug 98472] Formeleditor - leyered letter - überlagerte Zeichen

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98472 Andreas Kühne changed: What|Removed |Added Attachment #123344|Formeleditor - leyered

[Libreoffice-bugs] [Bug 98467] Ability to assign a color for toolbar background

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98467 Cor Nouws changed: What|Removed |Added CC||c...@nouenoff.nl

[Libreoffice-bugs] [Bug 98452] FILESAVE, FILEOPEN - Interaction - run program forget the file after reopen

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98452 raal changed: What|Removed |Added Keywords||dataLoss

[Libreoffice-bugs] [Bug 98456] Confusing effects from write-protected field

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98456 Cor Nouws changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 98379] after entering values or names in spreadsheet & hitting enter the values are displayed in an ugly way

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98379 --- Comment #8 from raal --- (In reply to kranthi.aeronaut from comment #7) > have you saw my video posted ? Yes, I saw. Check your OpenGL settings. Tools/LibreOffice/View -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 98349] Chess font not rendered correctly ...

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98349 --- Comment #9 from Robert Sadler --- Let me explain more fully: If I directly insert the "Private Use Area" characters for the single board lines, then they insert correctly. This means that U+F031 to U+F039

[Libreoffice-bugs] [Bug 98007] Hidden Section

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98007 raal changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 98150] Allow saving a relationship model as a separate file

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98150 raal changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Libreoffice-bugs] [Bug 98117] bug of copy dialogbox

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98117 raal changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 98115] Request abililty to choose orientation when printing

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98115 raal changed: What|Removed |Added CC||r...@post.cz --- Comment #1

[Libreoffice-bugs] [Bug 98469] New: The Navigation toolbar in Writer is an empty square

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98469 Bug ID: 98469 Summary: The Navigation toolbar in Writer is an empty square Product: LibreOffice Version: 4.2 all versions Hardware: All OS: All Status:

[Libreoffice-bugs] [Bug 80392] EDITING: Endless page counting on editing

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80392 Yousuf (Jay) Philips changed: What|Removed |Added Keywords|

[Libreoffice-bugs] [Bug 75369] Start Center: Non-installed applications aren't greyed out (4.2 regression)

2016-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75369 Maxim Monastirsky changed: What|Removed |Added CC|

  1   2   3   >