[Libreoffice-bugs] [Bug 95054] With OpenGL rendering, glyphs from Graphite fonts miss rightmost pixels

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95054

Tor Lillqvist  changed:

   What|Removed |Added

Summary|Font rendering problem  |With OpenGL rendering,
   |Linux Biolinum G Italic |glyphs from Graphite fonts
   |with OpenGL |miss rightmost pixels

--- Comment #6 from Tor Lillqvist  ---
Chasing summary to be more generic.

The problem exists not only for that italic font, but it is visible (not quite
so obvious, though) also for instance with Gentium Basic and plain lower-case
characters.

I think the issue here is that the GraphiteWinLayout::DrawTextImpl() function
draws each glyph using a separate call to ExtTextOutW(), and that mishandles
anti-aliased glyphs (alpha), somewhat like described in the long comment in
WinLayout::DrawText().

The irony here is of course that in the case of Graphite fonts, and OpenGL, we
are exactly in that code block in WinLayout::DrawText(), that does some
acrobatics in order for anti-aliasing to end up looking correct. But from that
code block we then call DrawTextImpl(), which in the case of GraphiteWinLayout,
itself runs into the same (?) problem as the calling code wants to avoid on a
higher level, as it draws each glyph separately, and subsequent glyphs might
overwrite the rightmost pixels of the earlier one. Or something like that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45313] com.sun.star.uno.RuntimeException when starting any macro after using ".uno:EditDoc" once

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45313

Oliver Specht  changed:

   What|Removed |Added

 CC||oliver.spe...@cib.de

--- Comment #4 from Oliver Specht  ---
Created attachment 121380
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121380=edit
stack trace, m_pImpl == 0 in OStorage::getPropertyValue()

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96266] Combining Diacritics will not stack when open file (arial)

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96266

--- Comment #10 from martin_hos...@sil.org ---
There are two bugs here.

1. OpenGL causing diacritics to shift even for non-Graphite fonts.
2. Graphite on Windows having diacritics shift at zooms below something silly
due to a bug in GDI.

I suggest we make this bug be about the OpenGL problem. We're working on that
one and just need to get D2D to play ball.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93529] Meta: VCL/OpenGL tracker bug for 5.0+

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529

Tor Lillqvist  changed:

   What|Removed |Added

 Depends on||95054

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96539] Crash when closing presentation mode for (specific?) file: "SEH Exception Access Violation"

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96539

Cor Nouws  changed:

   What|Removed |Added

 CC||e...@treofan.com

--- Comment #3 from Cor Nouws  ---
*** Bug 96575 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96575] Impress crashes with SEH exception if I leave the slide show with ESC

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96575

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||c...@nouenoff.nl
 Resolution|--- |DUPLICATE

--- Comment #1 from Cor Nouws  ---
Thanks Guido,
Set this as duplicate of 96539.
Please give additional information on your configuration there.
Cor

*** This bug has been marked as a duplicate of bug 96539 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90199] remove a lot of sheets is slow

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90199

Noel Grandin  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |noelgran...@gmail.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90199] remove a lot of sheets is slow

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90199

--- Comment #8 from Commit Notification 
 ---
Noel Grandin committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=60e67b387e79185a33eb07bc03b01cd6d0d0a56b

fix O(n^2) in vcl event broadcasting tdf#90199

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90199] remove a lot of sheets is slow

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90199

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78529] Editing very slow with big picture on page

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78529

Michael Meeks  changed:

   What|Removed |Added

 CC||armin.le.gr...@me.com

--- Comment #34 from Michael Meeks  ---
Yes; its reasonably well known that our rendering does not cache scaled
versions of bitmaps; or sub-divided polygons or whatever - but re-does the work
each time things are rendered; (in some cases for each mouse-event for
hit-testing etc.).

Armin is the expert wrt. advice on this I think.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45313] com.sun.star.uno.RuntimeException when starting any macro after using ".uno:EditDoc" once

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45313

Oliver Specht  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #5 from Oliver Specht  ---
*** Bug 89470 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89470] Connecting a macro to Print document event gives RuntimeException when printing a read-only file

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89470

Oliver Specht  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Oliver Specht  ---
Same problem as in issue 45313

*** This bug has been marked as a duplicate of bug 45313 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95674] Slow scrolling and rendering glitch while scrolling when OpenGL enabled

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95674

Beluga  changed:

   What|Removed |Added

 Status|REOPENED|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #17 from Beluga  ---
No problems with OGL enabled in 5.0.4.

Can't test with master or 5.1 as all apps crash on OGL.

If we only had master builds from Tinderbox 39, we could get a backtrace of the
crash.. https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg

Win 7 Pro 64-bit, Version: 5.0.4.2 (x64)
Build ID: 2b9802c1994aa0b7dc6079e128979269cf95bc78
Locale: fi-FI (fi_FI)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95068] Crash in autocorrect options

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95068

--- Comment #16 from Jacek  ---
New version LO 5.0.4.2 (x64)
Build ID: 2b9802c1994aa0b7dc6079e128979269cf95bc78
Ustawienia regionalne: pl-PL (pl_PL)
autocorrect options works good in Vista (64), Windows 7 (64) and XP (32).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86199] Inserted macro in Writer is not evaluated

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86199

Oliver Specht  changed:

   What|Removed |Added

 CC||oliver.spe...@cib.de

--- Comment #9 from Oliver Specht  ---
To update fields you should call
 doc.textfields.refresh

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96572] garbage for null in non-nullable integer field

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96572

--- Comment #1 from Alex Thurgood  ---
Can't currently test on my Mac dbgutil builds as firebird support disabled.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96577] New: Impress hangs on PPTX with slide audio attachments

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96577

Bug ID: 96577
   Summary: Impress hangs on PPTX with slide audio attachments
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael...@gmail.com

I have a few PPTX files that have audio attached to every slide (lecture
recording) and whenever I open any one of them LibreOffice seems to hang.

Due to the file size (20MB) I have uploaded one of the files to an external
site: https://mega.nz/#!JwJhwa5Q!KmNoxSoZARmGZLYuAKN1Xf4HEx5Edl8XOnIVIAwb4RQ

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96573] LO51RC1 Several localized new menu commands in Writer, Impress and Draw shown in English

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96573

--- Comment #2 from Maxim Monastirsky  ---
All these changes are from the last 2 weeks, so probably the RC1 build is using
outdated files.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95054] With OpenGL rendering, glyphs from Graphite fonts miss rightmost pixels

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95054

Tor Lillqvist  changed:

   What|Removed |Added

 Blocks||93529

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96539] Crash when closing presentation mode for (specific?) file: "SEH Exception Access Violation"

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96539

Cor Nouws  changed:

   What|Removed |Added

   Keywords||regression
 Whiteboard||bibisectrequest
   Severity|normal  |critical

--- Comment #4 from Cor Nouws  ---
Note that issue 96575 mentions that it works in 5.0.3 and not in 5.0.4.2 ..

So there is something strange ongoing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96562] CRASH - Bad allocation: Calc crashes opening DBase file

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96562

--- Comment #3 from Teo91  ---
(In reply to m.a.riosv from comment #2)
> What means not corrupted, open the file with wordpad seems more a CSV file,
> they are not fields definition at the beginning of file, what I think it's
> mandatory for a dbf file.
> Changing the extension to csv open fine with LibreOffice, but I don't know
> if in this case the data are the expected.
> 
> For me not a bug.

I found this file on the web as is, I don't know if it's dbf or CSV, but LO
should't CRASH for that reason.

For me it's a bug about stability, a simple "I can't open this file - wrong
format" is enough :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96576] New: formatting table borders with pen-curser

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96576

Bug ID: 96576
   Summary: formatting table borders with pen-curser
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: asentrepr...@hotmail.fr

Hello! Would it be a good idea to have the following improvement to writer?
There is a function in Word that allows the curser to change into a pen and one
can then click (possible to drag too) on the border one wants to change. It
prevent one from doing a lot of manipulation when one has a lot of borders to
change (and all different) as it's my case. Also it is possible to see/select
the size boxes for cells when in "table" mode without again having to do long
manipulation.

I've just switched to LO as I'm soon to change computer and do not want to buy
the 365office suite. Unfortunately after spending an hour on one table (8
cells, 4 pictures, 4 words, only!) I still do not have what I want! It is
extremely difficult as settings such as borders and size seem to change quite
easily and not as I want it to be. An exemple of a small problem which will
definitely deter a lot of people from switching to LO.

Alexia new member

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 80047] NUMERIC FIELD in dialog: alignment does not stay "centred"

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80047

--- Comment #3 from Commit Notification 
 ---
Oliver Specht committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=ffdd3c68205ddaa2d7fd895234461c02f1560e7c

tdf#80047: load align and valign attributes of NumericField

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 80047] NUMERIC FIELD in dialog: alignment does not stay "centred"

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80047

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96576] formatting table borders with pen-curser

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96576

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl
Version|unspecified |Inherited From OOo
 Ever confirmed|0   |1
 OS|Windows (All)   |All
   Severity|normal  |enhancement

--- Comment #1 from Cor Nouws  ---
Hi Alexia,

Thanks for writing here - I set this as a new enhancement.
I would suggest you to also ask/look for explanation on how to work with tables
in Writer. Possibly there are nice things that will help you too.
We have great community support for that:
  http://www.libreoffice.org/get-help/community-support/
Cheers - Cor

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 76183] Image cell anchor broken when autowrap text size increase causes row height change

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76183

Gerco-Kees  changed:

   What|Removed |Added

 CC||gercok...@gmail.com

--- Comment #12 from Gerco-Kees  ---
This bug is introduced since the fixing of another bug:

https://bugs.documentfoundation.org/show_bug.cgi?id=67712

In bug 67712 the draw-objects were completely distorted throughout the
spreadsheet. With the fixing of that bug things got significantly better, but
still not perfect.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95068] Crash in autocorrect options

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95068

Jacques Guilleron  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #17 from Jacques Guilleron  ---
Works now by comments 15 and 16. Set Status to WORKSFORME.
Thanks for verification.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86199] Inserted macro in Writer is not evaluated

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86199

--- Comment #10 from Jez  ---
(In reply to Oliver Specht from comment #9)
> To update fields you should call
>  doc.textfields.refresh

I can confirm that this does indeed work.  Don't think it's a fix for this bug,
but it is a workaround...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96578] New: EDITING and FILESAVE xlsx file

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96578

Bug ID: 96578
   Summary: EDITING and FILESAVE xlsx file
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: g.oc...@gmail.com

Created attachment 121381
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121381=edit
xlsx file

Hello,
There is a problem when editing and saving changes in Microsoft Excel - .xlsx
file.
If you make any changes to the spreadsheet, save them and reopen the file
numbers entered in the spreadsheet are wrong!

The data in the attached file you can use only to repair the error. Do not use
and do not share information stored in it for other purposes.

If you have any questions, please email me.

Best regards,
Grzegorz Ochot

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96578] EDITING and FILESAVE xlsx file

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96578

--- Comment #2 from Grzegorz Ochot  ---
Created attachment 121383
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121383=edit
screenshoot after changes

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96578] EDITING and FILESAVE xlsx file

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96578

--- Comment #1 from Grzegorz Ochot  ---
Created attachment 121382
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121382=edit
screenshoot before changes

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96575] New: Impress crashes with SEH exception if I leave the slide show with ESC

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96575

Bug ID: 96575
   Summary: Impress crashes with SEH exception if I leave the
slide show with ESC
   Product: LibreOffice
   Version: 5.0.4.2 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: e...@treofan.com

Created attachment 121379
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121379=edit
example presentation

- Start the slide show from first page (F5)
- leave it with F5
--> SEH Exception: ACCESS VIOLATION

the next start of LO shows the crash recovery for this file. The same file
works with LO 5.0.3.2.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #24 from jan iversen  ---
(In reply to jeremy.carpentier.sio from comment #22)
> Hi, is it still something we need to work on ?
> 
> I'm a student and I would like to try working on it. If you have any advice,
> i'll happily take them.

Yes we are still working on this, if you need help feel free to mail me.

have a nice day
jan iversen

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 52596] FORMATTING Empty page inserted when Writer tables reach lower page border

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52596

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
Version|3.5.5.3 release |Inherited From OOo
Summary|: FORMATTING: Empty page|FORMATTING Empty page
   |inserted when Writer tables |inserted when Writer tables
   |reach lower page border |reach lower page border
   Severity|normal  |enhancement

--- Comment #4 from Cor Nouws  ---
Behind the screen, this is a basic design issue: Tables are in a different
context in Writer. So I guess therefor always a paragraph after a table is
present..

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95054] With OpenGL rendering, glyphs from Graphite fonts miss rightmost pixels

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95054

--- Comment #7 from Tor Lillqvist  ---
I came up with a fix that seems to help.

I changed the interface of the DrawTextImpl() virtual member function so that
instead of being called once to draw a run of text, it might draw just a part
of the run, and expect to be called repeatedly to draw the whole text.

The GraphiteWinLayout implementation then takes advantage of this, the end
result being that it draws one glyph at a time into the DC that corresponds to
the bitmap allocated in the caller (WinLayout::DrawText), and the caller draws
using that bitmap as an alpha mask into the actual destination each time.
Sounds complicated and silly (the same texture being drawn over and over again)
but it seems to work. But I need to work on it a bit more to see if I can do it
in a simpler way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 91063] SIDEBAR: Properties tab for Charts

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91063
Bug 91063 depends on bug 95866, which changed state.

Bug 95866 Summary: Sidebar: legend list does not match the display.
https://bugs.documentfoundation.org/show_bug.cgi?id=95866

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90059] Serial letter will not correct created

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90059

--- Comment #12 from Fritz Heinrichmeyer  ---
Version: 5.0.4.2 (x64):
Bug gone!! :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95866] Sidebar: legend list does not match the display.

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95866

baffclan  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #19 from baffclan  ---
Cannot reproduce 5.1.0.1(x86)/Windows Vista.

(In reply to Junichi Matsukawa from comment #18)
Matsukawaさん、再現しなくなっているとのことですし、私の手元でも再現しません。
なので、WFMで閉じさせていただきます。
ご自身で閉じられたほうが、賢明かと存じます。

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95287] 1000(?) images generated after turning on record changes

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95287

--- Comment #7 from Aron Boss  ---
Windows10 LibreOffice 5.0.2

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96479] Bookmark end node is destroyed by inserting text

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96479

--- Comment #11 from Jan-Marek Glogowski  ---
(In reply to Oliver Specht from comment #5)
>   cursor2 = newBm.Anchor.Text.createTextCursorByRange(newBm.Anchor)
> cursor2 includes newBm

If this were true, it would be very hard to replace the content of a bookmark
and it changes the behavior.
>From my POV the current behavior is broken, but probably there was a reason for
the new handling.

That's also the reason why the macro calls
bm.Anchor.Text.removeTextContent(bm)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96579] New: Figure caption badly converted in Word format

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96579

Bug ID: 96579
   Summary: Figure caption badly converted in Word format
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nicolas.saet...@free.fr

The issue is that the figure caption (in a frame) is badly converted in word:
the frame is intact, but the image is wrapped inside the caption, and need
reformatting to a correct display.
Thanks
Nicolas

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96559] Convert Field/Chapter into StyleRef for Word

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96559

Nicolas Saettel  changed:

   What|Removed |Added

Version|5.0.4.2 rc  |unspecified

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34388] CONFIGURATION option to set border width in default (new) table

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34388

Cor Nouws  changed:

   What|Removed |Added

Summary|functionality request   |CONFIGURATION option to set
   |CONFIGURATION table borders |border width in default
   |in default table (new   |(new) table
   |option) |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54266] UI: Table border tool (dialog Table, tab Border) too easily picks two borders near conjunction

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54266

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
Version|3.5.6.2 release |Inherited From OOo
Summary|TABLE: Table border tool|UI: Table border tool
   |not precise enough  |(dialog Table, tab Border)
   ||too easily picks two
   ||borders near conjunction
   Severity|normal  |enhancement

--- Comment #10 from Cor Nouws  ---
(those comments 6 to 9 are misplaced here...)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96546] Crash on launching any application with OpenGL enabled

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96546

--- Comment #5 from Michael Meeks  ---
I now have:

Version: 5.1.0.1
Build ID: bcace328aabc4c8c10b56daa87da0a2ee6579b5a
Threads 4; Ver: Windows 6.1; Render: GL; 
Locale: en-GB (en_GB)

Renderer: Intel(R) HD Graphics 3000
Vendor: Intel
Memory: 2108 MB
Version: 3.1.0 - Build 9.17.10.4229
Shading language version: 1.40 - Intel Build 9.17.10.4229

Running Windows 7 with the latest intel driver; and it singularly fails to
crash on start ! how annoying =)

There must be something different about your machine and/or setup - any
thoughts ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96573] LO51RC1 Several localized new menu commands in Writer, Impress and Draw shown in English

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96573

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #3 from Cor Nouws  ---
Hi,

In Dutch:

(In reply to miles from comment #1)

> - at the bottom of Insert menu there is unlocalized "Form Control" submenu
> item;

Not localized?

> - in the Format menu there is unlocalized "Text Box and Shape" submenu item;

Localized.

> - in the new Styles menu there is unlocalizable "Text Body" command;

Localized.

> In Impress:
> - in Insert menu two unlocalizable items: "Points" and "Design Mode"

?

> - in View menu there is one: "Modes Tab Bar"

Not localized (?)

> - in Insert: "Form Control"

?

> - in Format: "Object and Shape"

Not localized

> - in Slide: "Navigate" and "Move" submenu titles;

Not localized

etc.

So mixed results as it seems here
(no qtz file at hand to check the string ID's)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95287] 1000(?) images generated after turning on record changes

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95287

--- Comment #6 from Aron Boss  ---
Created attachment 121385
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121385=edit
Multiple generated picture elements

Record changes on.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
Version|unspecified |Inherited From OOo
   Severity|minor   |enhancement

--- Comment #5 from Cor Nouws  ---
Thanks for filing. IMO an enhancement ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94464] Text Body default line spacing too big

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94464

Cor Nouws  changed:

   What|Removed |Added

 CC||dsik...@hotmail.com

--- Comment #10 from Cor Nouws  ---
*** Bug 96276 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 81427] Fields:Document Information:Title is not getting preserved

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81427

Oliver Specht  changed:

   What|Removed |Added

   Keywords||filter:ooxml
 CC||oliver.spe...@cib.de
  Component|BASIC   |Writer

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 81234] [META] RTF filter issues

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81234
Bug 81234 depends on bug 96276, which changed state.

Bug 96276 Summary: Fileopen: RTF paragraph line spacing proportinal 115% 
instead of Single
https://bugs.documentfoundation.org/show_bug.cgi?id=96276

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96276] Fileopen: RTF paragraph line spacing proportinal 115% instead of Single

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96276

Cor Nouws  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||c...@nouenoff.nl
 Resolution|--- |DUPLICATE

--- Comment #4 from Cor Nouws  ---


*** This bug has been marked as a duplicate of bug 94464 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94464] Text Body default line spacing too big (proportional 115% instead of Single )

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94464

Cor Nouws  changed:

   What|Removed |Added

Summary|Text Body default line  |Text Body default line
   |spacing too big |spacing too big
   ||(proportional 115% instead
   ||of Single )

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94464] Text Body default line spacing too big (proportional 115% instead of Single )

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94464

Cor Nouws  changed:

   What|Removed |Added

   Keywords||needsDevEval

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58252] EDITING: Wrong external editing tools for SVG

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58252

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #5 from Regina Henschel  ---
Not reproducible with Windows 7 and Version: 5.1.0.1.0+
Build ID: 51a1b41ab4a840544e5454d1d4234b443edd5466
Threads 4; Ver: Windows 6.1; Render: default; 

It opens in that application that is associated with file extension ".svg" in
Windows.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95054] With OpenGL rendering, glyphs from Graphite fonts miss rightmost pixels

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95054

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96223] SearchDescriptor Properties cannot be set in 5.1

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96223

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl,
   ||sberg...@redhat.com

--- Comment #5 from Cor Nouws  ---
@stephan: see comment #3

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95054] With OpenGL rendering, glyphs from Graphite fonts miss rightmost pixels

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95054

--- Comment #8 from Commit Notification 
 ---
Tor Lillqvist committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=61085083e4a5060ba7e2135818264d63c6da13c2

tdf#95054: Make sure glyphs alpha blend properly in the Graphite+OpenGL case

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95866] Sidebar: legend list does not match the display.

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95866

--- Comment #20 from Junichi Matsukawa  ---
Hi buffclan.

JP:
フォローありがとうございました。
WFMで閉じるというのはどのようにしたらよいのでしょうか。
ステータスの変更のことでしょうか。

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96579] Figure caption badly converted in Word format

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96579

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||c...@nouenoff.nl
 Ever confirmed|0   |1

--- Comment #1 from Cor Nouws  ---
Hi Nicolas,
Thanks for the report!
Can you please attach a sample file and an image / PDF showing the expected
situation?

Maybe your issue is reported already in one of those:
https://bugs.documentfoundation.org/buglist.cgi?bug_status=UNCONFIRMED_status=NEW_status=ASSIGNED_status=REOPENED=filters%20and%20storage=Writer=short_desc=short_desc_top=OR_id=579201=LibreOffice_format=advanced_desc=caption%20doc_desc_type=allwordssubstr

Cheers - Cor

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95054] With OpenGL rendering, glyphs from Graphite fonts miss rightmost pixels

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95054

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.2.0   | target:5.2.0
   ||target:5.1.0.2

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95054] With OpenGL rendering, glyphs from Graphite fonts miss rightmost pixels

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95054

--- Comment #9 from Commit Notification 
 ---
Tor Lillqvist committed a patch related to this issue.
It has been pushed to "libreoffice-5-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=ac04051a3565bb5cde904da9a84b6e22443cf8b5=libreoffice-5-1

tdf#95054: Make sure glyphs alpha blend properly in the Graphite+OpenGL case

It will be available in 5.1.0.2.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93529] Meta: VCL/OpenGL tracker bug for 5.0+

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529
Bug 93529 depends on bug 95054, which changed state.

Bug 95054 Summary: With OpenGL rendering, glyphs from Graphite fonts miss 
rightmost pixels
https://bugs.documentfoundation.org/show_bug.cgi?id=95054

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96215] LibreOffice hangs/won't start if some mounted shares are inaccessible

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96215

Liam Ward  changed:

   What|Removed |Added

 CC||l...@dv4.com

--- Comment #1 from Liam Ward  ---
+1 for this. I have exactly the same problem and it usually requires a reboot
to resolve it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96573] LO51RC1 Several localized new menu commands in Writer, Impress and Draw shown in English

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96573

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Alex Thurgood  ---
I mentioned this for FR locale on the QA list on December 1st (thread "Building
or bibisecting"

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413

Cor Nouws  changed:

   What|Removed |Added

   Severity|enhancement |normal

--- Comment #7 from Cor Nouws  ---
OK.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96572] garbage for null in non-nullable integer field

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96572

--- Comment #3 from Terrence Enger  ---
Created attachment 121386
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121386=edit
sample database, Firebird

Whoops.  I forgot to attached the promised database file.  Also
attaching an HSQLDB example.  They seem to work the same way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96562] CRASH - Bad allocation: Calc crashes opening DBase file

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96562

--- Comment #4 from m.a.riosv  ---
I forget to mention, that I can't reproduce the crash.

Please try resetting the user profile, sometimes solves strange issues.
https://wiki.documentfoundation.org/UserProfile
Usually it's enough renaming/deleting the file
"user/registrymodifications.xcu",  it affect all the options in
Menu/Tools/Options, and the files "user/basic/dialog.xlc" and "scrip.xlc" are
overwritten, additionally custom colors in "user/config/standard.soc" are lost.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86341] RFE: please remove "+" from navigator when dragging

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86341

Jan Holesovsky  changed:

   What|Removed |Added

  Component|ux-advise   |Writer

--- Comment #2 from Jan Holesovsky  ---
Agreed, we should not present the [+] sign there when just moving.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96420] Some characters cause cursor misplacement in some fonts

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96420

Tor Lillqvist  changed:

   What|Removed |Added

Summary|Some unicode characters |Some characters cause
   |cause cursor misplacement   |cursor misplacement in some
   |in some fonts   |fonts

--- Comment #3 from Tor Lillqvist  ---
No need to say "Unicode characters"; all characters that LibreOffice handles
are Unicode...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93009] PRINTING Comments on the side of document not visible in a print due to font color problem (white on white) (regression)

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93009

Miklos Vajna  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.co.uk
   |desktop.org |

--- Comment #19 from Miklos Vajna  ---
I'll take care of this, most probably a regression from my
978033d5ed9f93f2d5d9a1ba44acf6b37bc13bfe.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96510] Version 5.0.3 will not load on Mac OS-X 10.10.5

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96510

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #4 from Alex Thurgood  ---
I just downloaded and installed LO4032 onto a Macbook Pro with OSX 10.9.5, the
app installed fine without problem, even the FR lang-pack.

The problems you are encountering with unpacking of the DMG could be multiple :

- corrupted download ;
- something else blocking the unpacking of the DMG file (antivirus ?)

As it currently stands, no one else has reported a problem of this nature
against 5.0.3.2, so it could be something that recently changed in your own
system.

Perhaps try checking the md5 hash against your downloaded DMG to see if they
match ?

Current Fresh release is now 5.0.4.x, clicking on the "Info" link below the
download button brings up a page with the md5 has on it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96548] line numbering disappears

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96548

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ipla...@yahoo.co.uk
 Ever confirmed|0   |1

--- Comment #1 from Alex Thurgood  ---
@Robert : please do not file multiple bug reports / feature requests in a
single report. Each one should have a separate report.

1) Line numbering : please explain the options you chose for line numbering in
Writer. Ideally, a sample document in which line numbering has been activated
would be best. That way, we can see whether the problem just affects your own
environment, or also that of others.

2) Footnote insertion : if you don't want to create your own shortcut for this
by customising the main toolbar, I suggest you open a bug report specifically
for that feature request, or check at least to see whether someone else hasn't
already asked for it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95959] Password protected macros are not available in "Run macro" in 4.x when stored with 5.x

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95959

--- Comment #14 from Gerhard Schaber  ---
Of course, OpenOffice cannot run the macros either (unless they are
unprotected)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96581] New: Some of the text disappears on a high resolution window

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96581

Bug ID: 96581
   Summary: Some of the text disappears on a high resolution
window
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sfanxi...@gmail.com

Created attachment 121388
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121388=edit
Comparison between a buggy window and a normal window

Some characters are not shown when the window is too big.
On my computer, the screen resolution is 3200x1800. Some characters
disappear(they're still in the file) when the window is almost fullscreen.

I'm on ArchLinux running LibreOffice 5.0.4.2.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95054] With OpenGL rendering, glyphs from Graphite fonts miss rightmost pixels

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95054

Tor Lillqvist  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413

--- Comment #6 from Andreas Säger  ---
(In reply to Cor Nouws from comment #5)
> Thanks for filing. IMO an enhancement ?

No enhancement. One of my Basic macros truncated valid file paths when I was
assuming that function convertToURL is able to deal with valid paths like
C:/foo & bar/document.odt

Since Basic does not even provide basic string functions helping to implement
my own URL encoding, I start my code with an error message and program exit
when the following function returns True:

Function IsBadURL(sURL$) As Boolean
Dim a(), s$, nSplit&, sPN$
nSplit = 9 'file:///
If getGUIType = 1 then nSplit = 11 'file:///C:
sPN = mid(sURL, nSplit)
a() = Array("!", "$", "&", "'", "(", ")", "*", "+", ",", ":", "=", "@")
for each s in a()
if instr(sPN, s) > 0 then 
IsBadURL = True
exit function
endif
next
End Function

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96516] Left Join not available with unixodbc and sqlite

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96516

t...@tim-passingham.co.uk changed:

   What|Removed |Added

 CC||t...@tim-passingham.co.uk
 OS|Linux (All) |All

--- Comment #1 from t...@tim-passingham.co.uk ---
To try and check that this isn't me being daft I installed everything on
Windows 7 (64 bit).

Same problem.  sqlite3  only allows LEFT joints.  BASE only allows RIGHT joins
via ODBC to sqlite.  BASE does support LEFT joins on mysql (native and JDBC) -
I use them for another database.

This is not, unfortunately, a case where I can simply reverse the table order
and use the other JOIN.  It is fundamental syntax mismatch.  Whilst any RIGHT
JOIN can be converted to a LEFT JOIN by reversing the table order, or
vice-versa, the syntax incompatibility prevents this.  I have to use LEFT JOIN
because that's the only one sqlite supports, but BASE will not support this
syntax.

I get the impression that someone knew sqlite only supported one of the
directional JOINs, but restricted BASE to use the wrong one.

I may, of course, be completely wrong.

This problem is a real pain.  Constructing SQL statements to get round this is
possible (it took me a while, but I found a way for single columns), but when
it involves many columns it gets really complicated.

If posting an example would help I will, but I can post all the odbc stuff. 
One doesn't need more that two tables in the BASE database.  The more onerous
bit is to install sqlite3, odbc, and configure it all.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96410] WEBDAV: old version opened after simultaneous open (read only)

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96410

--- Comment #8 from Tim Banchi  ---
Hi Giuseppe,

If I open the file directly via LO 5.1b2 (open remote file), there is no
.~lock. file! However, the file doesn't show locked in the exo
platform (no yellow lock sign). The same is true for LO 5.0.0.5 when adding the
server there.

I then close the file in 5.0.0.5 and open again via remote file in LO 5.1b2 and
then try to open the file while still opened in LO 5.1b2 in MS Office 2010 via
the Windows mapped drive (asking me for credentials and using a different
user), I get a warning that the file is already opened and I'm able to open a
read-only version. 

I then close MS Office 2010 and tried to open the file (still opened with LO
5.1b2 with open remote file) via the Windows mapped drive in LO 5.0.0.5, I can
open without a warning. If I than change something in LO 5.1b2 and save it, and
than change something in LO 5.0.0.5 and try to save it aswell, I get a warning
that the file has changed in the meantime ... Yet there is no yellow padlock
showing in exo although the file is opened twice (LO 5.1b2 via remote open, LO
5.0.0.5 via Windows mapped drive).

To test against the first comment: if I now close everything and open the file
via the Windows mount in LO5.1b2 or LO5.0.0.5, the file gets again locked
(yellow padlock) but also the .~lock. file is created (and not
deleted after closing LO any more ...)

Tim

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86341] RFE: please remove "+" from navigator when dragging

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86341

Jan Holesovsky  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from Jan Holesovsky  ---
I've investigated this, and the code actually uses the drag'n'drop
implementation.  Consequently, it is extremely hard to change the behaviour -
as it is the drag'n'drop implementation that sets there the [+] symbol.

I am sorry about that - hopefully it is not too annoying for you!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96580] New: "Edit with External Tool" damages svg image

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96580

Bug ID: 96580
   Summary: "Edit with External Tool" damages svg image
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

I work on Windows 7 and have associated the file extension .svg to Notepad++. I
have tested it on Version: 5.2.0.0.alpha0+
Build ID: c910e229aa19edd0502aa05dffedc91dd727da6f
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-12_23:53:45
Locale: de-DE (de_DE)

How to reproduce:
1. Start a draw document and insert a svg-image as embedded image.
2. From context menu select item "Edit with External Tool". The application
Notepad++ starts correctly with a temp copy of the file.

Notice, that this svg file has got additional bytes in front of the source
start  and that the closing  is
missing. This does not hurt Nodepad++ but it makes the file invalid XML and a
pure XML editor like "XML Notepad 2007" or a browser like "Seamonkey" will
refuse to open the file.



In addition you will see the following error, but that is likely another
incarnation of bug 91891.

4. Change something, for example add a space and immediately delete it, so that
'save' is enabled in that application, save the file.

Notice, that the image is lost in the Draw document. This happens whether you
correct the errors you have seen in 3. or not.

5. Close the application.

Notice, the image is still lost and not replaced from the temp file. This
happens even if you have corrected the errors you have seen in step 3.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96546] Crash on launching any application with OpenGL enabled

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96546

Beluga  changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #6 from Beluga  ---
kompi: you have intel HD 4000. Could you test, if 5.1 RC1 crashes for you on
startup of any LibO application, when you have OpenGL enabled?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96572] garbage for null in non-nullable integer field

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96572

--- Comment #5 from Lionel Elie Mamane  ---
(In reply to Terrence Enger from comment #4)
> Created attachment 121387 [details]
> example database, HSQLDB

I can't reproduce with HSQLDB... There, when trying to insert the blank row, I
get an error message "Error inserting the new record. Attempt to insert null
intoa non-nullable colum, ..."

Can reproduce with Firebird

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96572] garbage for null in non-nullable integer field

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96572

Lionel Elie Mamane  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |lio...@mamane.lu
   |desktop.org |
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 67860] Auto detection of high contrast mode is easy to trigger

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67860

Jan Holesovsky  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Jan Holesovsky  ---
Indeed, this one is pushed in the current master, closing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96572] garbage for null in non-nullable integer field

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96572

--- Comment #4 from Terrence Enger  ---
Created attachment 121387
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121387=edit
example database, HSQLDB

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86791] LibreLogo Typed Command Execution Fails, Error When Syntax Highlighting Button Used

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86791

--- Comment #11 from Alex Thurgood  ---
Well, a quick look through the menus in Writer and Draw didn't show any
LibreLogo entrie, so where is it ? How do I start it ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 76296] FILEOPEN: Upside Down "?" at beginning when open MathML file

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76296

--- Comment #4 from Regina Henschel  ---
The problem is, that the first cell in the table contains a  element.
According to comment in SmXMLSpaceContext_Impl::StartElement() this should be
translated to a ~. But that does not happen/get lost, so that in the actually
inserted formula the first cell of the matrix is empty. If it was a ~, then it
would be displayed without error.

So this issue has two parts:
 (short time) Why is no ~ in the cell?
 (long time) Extend StarMath with a true  element

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96582] New: EDITING: on OS X, a cell cannot contain solely a lowercase 'i'

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96582

Bug ID: 96582
   Summary: EDITING: on OS X, a cell cannot contain solely a
lowercase 'i'
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: chd...@gmail.com

On OS X 10.11.2, first noticed on LibreOffice 5.0.2 and still present on 5.0.4:

Trying to make a cell contain only a lowercase 'i' fails, because LibreOffice
forcibly capitalizes the 'i' into 'I'.

This happens even on a brand-new spreadsheet, and even when spell-checking,
grammar-checking, autocapitalization, and autocomplete are all disabled, and
even when every checkbox in Preferences->Language Settings->Writing Aids is
unchecked.

Even if I first wipeout ~/Library/Application Support/LibreOffice first, I
still get this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96534] LibreOffice Calc stops displaying file on row 28 (attached file)

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96534

JPJ  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from JPJ  ---
LibreOffice does display the entire file on my setups, just scroll down. 
However, it displays rows 28-76 with very large heights so that row 28 runs off
the bottom of the screen.  Optimizing row height makes visibility normal in
both LibreOffice 5.0.3.2 and 5.1.0.0-rc1 running on Kubuntu 14.04.3 amd64, as
well as in LibreOffice 4.2.0.4 on win 7.  The file opens with all rows at
optimal height in msoffice 2010 on win 7.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86791] LibreLogo Typed Command Execution Fails, Error When Syntax Highlighting Button Used

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86791

--- Comment #10 from Alex Thurgood  ---
(In reply to Julien Nabet from comment #9)
> Alex: would you have some time to give it a try? Indeed, it might a specific
> bug to MacOs.

Hi Julien,

I have no idea how to use this bundled extension code, but I can have a look.


Alex

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86791] LibreLogo Typed Command Execution Fails, Error When Syntax Highlighting Button Used

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86791

--- Comment #12 from Alex Thurgood  ---
OK, so I found it in Views Toolbar Logo.
The LibreLogo toolbar doesn't show up on my screen, I had to maximize the LO
window to OSX fullscreen mode in order to see anything (1028*768 monitor).

The navigation buttons work.

I see no Command Line entry dialog/window when I click on the activate command
line.

If I type commands into the Writer document from the wiki example page, then
press either Execute or Command Line, nothing happens.

I don't see any error messages.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86791] LibreLogo Typed Command Execution Fails, Error When Syntax Highlighting Button Used

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86791

Alex Thurgood  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #14 from Alex Thurgood  ---
So, I tried again with a fresh Writer document. This time the toolbar was
inserted on the left hand side in front of the standard one (sigh).

None of the buttons other than move forward, back, left and right, seem to do
anything useful. If I click on Run button, which is supposed to introduce an
example code and run it, the code gets inserted, but nothing else happens.

If I click on the "Go to beginning" button, the cursor moves to the end of the
typed text !

Command line activation button does nothing that I can see.

Clear screen button does nothing (but maybe it expects the turtle to have moved
in order to work ?)

Confirming at least points 1, 2, and 3 of original report.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96519] bad file chooser without kde integration installed, bad taskbar icons with it installed

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96519

--- Comment #1 from JPJ  ---
I have the same problem with LO 5.1 RC 1

Version: 5.1.0.1
Build ID: bcace328aabc4c8c10b56daa87da0a2ee6579b5a
Threads 4; Ver: Linux 3.13; Render: default; 

Locale: en-US (en_US.UTF-8)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96410] WEBDAV: old version opened after simultaneous open (read only)

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96410

--- Comment #10 from Giuseppe Castagno (aka beppec56) 
 ---
Hi Tim,

the LO version I prepared, adding textual logging to the WebDAV layer, it's a
month old, but should be sufficient.

Built it myself, it's derived from master branch, you may download it from
here:

http://www.acca-esse.it/dwnld/lo/LibreOfficeDev_5.1.0.0.alpha1_Win_x86_en-US_it_fr_de_qtz.msi

The source code of this specific version is in github:

https://github.com/beppec56/core/commit/eaa7856aa68355db39d16eca93a9cada0cee63e3

Install following the instruction here:

https://wiki.documentfoundation.org/Installing_in_parallel/Windows

I'd suggest you use the SI-GUI application:

https://wiki.documentfoundation.org/Installing_in_parallel/Windows#SI-GUI

when installed, you may start it and do these tests, enabling the LibreOffice
dialogs:

1) open a file in LO using remote file dialog, using the https:// address, then
close the file

2) open a file with Word 2010, than open the same file from LO close the file
in LO.

Then close LO to save all the logs generated during the run phase.
The logs, in textual form, with the installation folder as in
C:\test-lo\lo5100a1 folder, are available in the following folder:

C:\test-lo\lo5100a1\user\logs

They are saved in textual Linux format so to open them you need an editor like
Notepad++:

https://notepad-plus-plus.org

Before posting the logs, have a look to see if they contain any sensible 
information, edit them if you find it necessary.

Then zip and attach here.

Alternatively, you may send them to me privately, I'll post here only the
relevant part.

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96142] + does not work in any of LO 5.1.0.0beta1 modules any longer

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96142

thack...@nexgo.de changed:

   What|Removed |Added

 Resolution|WORKSFORME  |FIXED

--- Comment #9 from thack...@nexgo.de ---
Hello @ll,
this bug seems to be fixed with LO
Version: 5.1.0.1
Build-ID: bcace328aabc4c8c10b56daa87da0a2ee6579b5a
Threads 4; Ver: Linux 4.2; Render: default; 

Gebietsschema: de-DE (de_DE.UTF-8)

on Debian Testing AMD64 (parallel installed, following the instructions from
https://wiki.documentfoundation.org/Installing_in_parallel/Linux).
Thanks all involved for fixing this bug :)
Have a nice evening
Thomas.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86791] LibreLogo Typed Command Execution Fails, Error When Syntax Highlighting Button Used

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86791

--- Comment #13 from Alex Thurgood  ---
TEsted with LO 5032 and OSX 10.11.2

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86791] LibreLogo Typed Command Execution Fails, Error When Syntax Highlighting Button Used

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86791

--- Comment #15 from Julien Nabet  ---
(In reply to Alex Thurgood from comment #14)
> So, I tried again with a fresh Writer document. This time the toolbar was
> inserted on the left hand side in front of the standard one (sigh).
> 
> None of the buttons other than move forward, back, left and right, seem to
> do anything useful. If I click on Run button, which is supposed to introduce
> an example code and run it, the code gets inserted, but nothing else happens.
> 
The main problem is here, do you get some useful messages (warn/error...) on
console?

"HOME" button puts the turtle at the first location, so it's not related with
cursor.
"STOP" stops the turtle to run the program
"CLEARSCREEN" erases the draw done by the turtle

I must recognize I don't understand well "ABC" button

> If I click on the "Go to beginning" button, the cursor moves to the end of
> the typed text !
I don't see "Go to the beginning" perhaps corresponds to "HOME"?

> Command line activation button does nothing that I can see.
Do you mean the blank bar to at right of ABC icon? If yes, just type the
command then enter and it moves accordingly the turtle.

> Clear screen button does nothing (but maybe it expects the turtle to have
> moved in order to work ?)
I suppose it indeed expects the turtle to have moved so you can erase
something.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96519] bad file chooser without kde integration installed, bad taskbar icons with it installed

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96519

--- Comment #2 from JPJ  ---
Created attachment 121389
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121389=edit
file chooser when libobasis5.1-kde-integration is installed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96420] Some characters cause cursor misplacement in some fonts

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96420

--- Comment #4 from Tor Lillqvist  ---
I wonder what the desired behaviour is when text contains a character that
simply does not exist in the font used or in any of the (mysterious?) automatic
list of fallback fonts that LibreOffice uses.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   >