[Libreoffice-bugs] [Bug 108314] 5.2.7.2 Installation CAB error

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108314

--- Comment #4 from V Stuart Foote  ---
If the HASH does not match, simply download another copy directly from the
archive and test it, repeat until you have an installer matching the HASH value
from the metafile. Then run the install with verbose logging /L*v flag set.

For calculating the HASH quick n dirty, you can calculate from a Windows
command window, Run -> cmd

Change directory to the folder holding the installer package .msi file, type
"cd "

calculate the MD5, SHA1 or SHA256 hash of the installer, type "certutil
-hashfile LibreOffice_5.2.7.2_Win_x86.msi MD5 [or SHA1, or SHA256]"

But for more convenience you can install a 3rd party app that integrates with
OS file properties dialog. Personally I prefer the febooti freeware "Hash and
CRC" [1], but there are others.

=-ref-=
[1] http://www.febooti.com/products/filetweak/members/hash-and-crc/

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


[Libreoffice-bugs] [Bug 91946] Direct2D font rendering in Windows

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91946

--- Comment #7 from Timur  ---
Adolfo, please confirm bug 107521 then.

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


[Libreoffice-bugs] [Bug 108301] Style commands in the UI are language-dependent

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108301

--- Comment #5 from Yousuf Philips (jay)  ---
(In reply to Thomas Lendo from comment #4)
> But that didn't explain why some manually added styles get a name
> automatically. Can you reproduce that?

They get the same name found in the add command dialog for me. If you think
there is a bug for manually added styles, please file a new bug report with
steps so i can try and repo it.

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


[Libreoffice-bugs] [Bug 108362] New: Inserting lines do not alter sum formula

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108362

Bug ID: 108362
   Summary: Inserting lines do not alter sum formula
   Product: LibreOffice
   Version: 5.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: boek...@hoorn.co.za

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


[Libreoffice-bugs] [Bug 105863] Flicker when hovering over main menu with default rendering

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105863

kompilainenn <79045_79...@mail.ru> changed:

   What|Removed |Added

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

--- Comment #18 from kompilainenn <79045_79...@mail.ru> ---
confirmed for any module LibreOffice in

Version: 5.5.0.0.alpha0+
Build ID: d8e704ef30a6d7f606e58b25be54bbe79c9e40b6
CPU threads: 4; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-06-02_00:43:23
Locale: ru-RU (ru_RU); Calc: group

and in

Version: 5.3.2.1
Build ID: 7f6693c08cc110b9721245fc4bd4f1712e0c086c
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; Layout Engine:
new; 
Locale: ru-RU (ru_RU); Calc: single

video Intel HD4000, Windows 7

DriverVersion: 9.17.10.4229
DriverDate: 5-26-2015
DeviceID: PCI\VEN_8086_0166_21F717AA_09
AdapterVendorID: 0x8086
AdapterDeviceID: 0x0166
AdapterSubsysID: 0x21f717aa
DeviceKey:
System\CurrentControlSet\Control\Video\{92E621FD-7AE7-489A-8F2F-47AFD10834D8}\
DeviceString: Intel(R) HD Graphics 4000

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


[Libreoffice-bugs] [Bug 107231] Database lists not sorted

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107231

Stephan Bergmann  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |sberg...@redhat.com
   |desktop.org |

--- Comment #7 from Stephan Bergmann  ---
(In reply to raal from comment #6)
> 2014-06-30configmgr: faster / simpler compare for keys.   Michael Meeks   
> 5
> -10/+45

That's likely the cause.

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


[Libreoffice-bugs] [Bug 42375] UI: Context menu should show "Insert row" instead of " Insert rows" if only one row is selected

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42375

--- Comment #12 from sophie  ---
(In reply to Yousuf Philips (jay) from comment #8)
> Creating UNO commands to detect when only a single column or row is selected
> and then modifying the existing contextual UNO commands to not work when
> only a single column or row is selected seems like alot of work for little
> benefit.
> 
> My suggestion is to simply change the labels from 'Columns' to 'Column(s)'
> and 'Rows' to 'Row(s)'.
> 
> Heiko, Stuart, Cor, Eike: What's your take?

Small feedback, in French, it will be 'Insérer une (des) ligne(s)'... not very
aesthetic, but it could be more complicated if the plural is marked by a
different word. So I've no proposal else than staying as simple as possible and
either chose a plural or a singular but not both. Sophie

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


[Libreoffice-bugs] [Bug 82173] FILEOPEN: DOCX - "Footnote References" character styles incorrectly imported

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82173

--- Comment #19 from Commit Notification 
 ---
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

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

tdf#82173 writerfilter: charStyle XnoteReference->Xnote Characters

It will be available in 5.5.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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82173] FILEOPEN: DOCX - "Footnote References" character styles incorrectly imported

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82173

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|interoperability|interoperability
   ||target:5.5.0

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


[Libreoffice-bugs] [Bug 42375] UI: Context menu should show "Insert row" instead of " Insert rows" if only one row is selected

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42375

--- Comment #11 from Eike Rathke  ---
(In reply to Yousuf Philips (jay) from comment #8)
> My suggestion is to simply change the labels from 'Columns' to 'Column(s)'
> and 'Rows' to 'Row(s)'.
If it's really necessary to change the wording then this, yes. Differentiating
on how many cols/rows are selected is not gonna fly.

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


[Libreoffice-bugs] [Bug 39468] translate German comments, removing redundant ones

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39468

--- Comment #325 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

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

tdf#39468 Translate German comments/terms in sw/source/filter/html/swhtml.cxx

It will be available in 5.5.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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108314] 5.2.7.2 Installation CAB error

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108314

--- Comment #3 from mathiasn...@gmail.com ---
OK the link gives me a hash value - how do I get the value from the archive to
compare? What do I do if they dont match? (I got the archive from the official
site).

Thanks, Mat

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


[Libreoffice-bugs] [Bug 39468] translate German comments, removing redundant ones

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39468

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

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

tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)

It will be available in 5.5.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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 39674] find / fix all German spellings in internal APIs

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39674

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

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

tdf#39674 Translate some German variable/function names

It will be available in 5.5.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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 39674] find / fix all German spellings in internal APIs

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39674

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.4.0|target:5.4.0 target:5.5.0

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


[Libreoffice-bugs] [Bug 93042] autocorrect replacement table dialog doesn' t remember size change

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93042

--- Comment #9 from tommy27  ---
@ Caolán McNamara 

a polite ping about my latest request.
what if the "remind last used size" would be limited just to current LibO
session.

after a new reboot the size could be resetted to the default one.

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


[Libreoffice-bugs] [Bug 108348] Large txt column selection makes calc irresponsive for minutes and slow cpu usage

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108348

Telesto  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||tele...@surfxs.nl
 Ever confirmed|0   |1

--- Comment #1 from Telesto  ---
Hello Mauricio Perez

Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive
information before attaching it. See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

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


[Libreoffice-bugs] [Bug 108361] Scrolling a complex table structure seems to be slower as before

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108361

--- Comment #1 from Telesto  ---
Created attachment 133874
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133874=edit
Example file

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


[Libreoffice-bugs] [Bug 108361] New: Scrolling a complex table structure seems to be slower as before

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108361

Bug ID: 108361
   Summary: Scrolling a complex table structure seems to be slower
as before
   Product: LibreOffice
   Version: 5.5.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Scrolling a complex table structure seems to be slower as before

Steps to Reproduce:
1. Open the attached file
2. Scroll up and down with the scroll wheel

Actual Results:  
Slow and laggy

Expected Results:
Quite a smooth scroll as before


Reproducible: Always

User Profile Reset: No

Additional Info:
Found in
Version: 5.5.0.0.alpha0+
Build ID: ec79f3453471ee9b6ae32e71ff16ea99d9b7751c
CPU threads: 4; OS: Windows 6.19; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-05-28_23:21:44
Locale: nl-NL (nl_NL); Calc: CL

but not in
Versie: 5.4.0.0.beta1 
Build ID: 8672113ead4e403c55e31b1d9a3d1e0f3b299577
CPU-threads: 4; Besturingssysteem:Windows 6.2; UI-render: standaard; 
Locale: nl-NL (nl_NL); Calc: CL


User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:45.0) Gecko/20100101
Firefox/45.0

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


[Libreoffice-bugs] [Bug 106810] set transparent background color in form controls

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106810

--- Comment #2 from Luka Oman  ---
+1
I think this feature would be a nice addition to the form fields. The feature
would be very useful with background pattern or image, where a field stands up
from the rest of the text.

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


[Libreoffice-bugs] [Bug 108341] [Feature] Follow Editor

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108341

--- Comment #4 from Jan Holesovsky  ---
Yep - doing the "explicit mark this one as the session chair" first sounds
great to me; that would already be a huge win, and seems much easier than the
automatic switching.

Wrt. the automatic switching - I think easiest would be that when there is a
lag in typing [2-5 seconds maybe?], consider that a switch time, and then
whoever starts typing first after that lag, he/she is the chair until the next
lag :-)

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


[Libreoffice-bugs] [Bug 108359] Context menu out of view when using additional external display

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108359

Thomas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Thomas  ---
Problem is fixed with Version 5.3 - sorry for he noise!

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


[Libreoffice-bugs] [Bug 107955] Implement an interpolation function

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107955

--- Comment #3 from Frederic Parrenin 
 ---
Sorry for the late answer.
What Jacques proposed is NOT linear interpolation.
Forecast.linear is based on a linear regression.
Forecast.Ets.xx is based on Exponential smoothing.

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


[Libreoffice-bugs] [Bug 95449] Calc sheet preview and print preview not match

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95449

--- Comment #11 from Thomas Lendo  ---
Bug exists only in print preview on Windows.
PDF export shows no problem.

Version: 5.3.3.2
Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448
CPU Threads: 8; OS Version: Windows 6.2; UI Render: default; Layout Engine: new

Version: 5.1.4.2 (x64)
Build-ID: f99d75f39f1c57ebdd7ffc5f42867c12031db97a
CPU-Threads: 8; BS-Version: Windows 6.19; UI-Render: Standard

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


[Libreoffice-bugs] [Bug 41007] EDITING: Insert image dialog should allow to select multiple images

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41007

--- Comment #12 from Gülşah Köse  ---
(In reply to Yousuf Philips (jay) from comment #11)
> @Gulsah: Interested?

New subject for me but sounds good. Let me take a look. I'll comment here.

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


[Libreoffice-bugs] [Bug 108360] Document after removing all comments still set to print comments which causes a bad scale of printed document

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108360

--- Comment #1 from Orwel  ---
Created attachment 133873
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133873=edit
test document

this document is prepared for printing with comments in margins

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


[Libreoffice-bugs] [Bug 85453] ClearType Font Rendering Looks Terrible

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85453
Bug 85453 depends on bug 91946, which changed state.

Bug 91946 Summary: Direct2D font rendering in Windows
https://bugs.documentfoundation.org/show_bug.cgi?id=91946

   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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529
Bug 93529 depends on bug 91946, which changed state.

Bug 91946 Summary: Direct2D font rendering in Windows
https://bugs.documentfoundation.org/show_bug.cgi?id=91946

   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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85290] Liberation Sans font looking bad when rotating cell text by 90 degres

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85290
Bug 85290 depends on bug 91946, which changed state.

Bug 91946 Summary: Direct2D font rendering in Windows
https://bugs.documentfoundation.org/show_bug.cgi?id=91946

   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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 71732] [META] Bugs related to text rendering, typography and font features in LO

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732
Bug 71732 depends on bug 91946, which changed state.

Bug 91946 Summary: Direct2D font rendering in Windows
https://bugs.documentfoundation.org/show_bug.cgi?id=91946

   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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46817] Screen font anti-aliasing does not work (Windows)

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46817
Bug 46817 depends on bug 91946, which changed state.

Bug 91946 Summary: Direct2D font rendering in Windows
https://bugs.documentfoundation.org/show_bug.cgi?id=91946

   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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 91946] Direct2D font rendering in Windows

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91946

Adolfo Jayme  changed:

   What|Removed |Added

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

--- Comment #6 from Adolfo Jayme  ---
Sure

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


[Libreoffice-bugs] [Bug 108360] New: Document after removing all comments still set to print comments which causes a bad scale of printed document

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108360

Bug ID: 108360
   Summary: Document after removing all comments still set to
print comments which causes a bad scale of printed
document
   Product: LibreOffice
   Version: 5.2.7.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: orwe...@gmail.com

Description:
If there is a document with comments and you print it with comments placed in
margins (Option in printing window - Comments in margins), after removing all
comments from the document, the document is still set to printing in a scale
like margins were present and you can not change the setting Print comments as
it is greyed out.

Steps to Reproduce:
Reproducing:
1. Create empty document, fill it with text, place a margin / or / use attached
document.
2. Print the document with comments in margins (it is fair enough to go into
the menu and set it, you do not have to print it really).
3. Remove all comments from the document.
4. Try to print the document (CTRL+P) (it is fair enough to open the print
dialog window).

Actual Results:  
Result: the document is printed (showed) in a scale like comments were present.
So you have manually add a new comment, than CTRL+P and change the setting to
"document only", exit the dialog windows, remove the comment and print again.

Expected Results:
The document should "go back" to printing setting "without comments" (Comments
- none (document only) after all comments are removed.

OR

The field for changing the Print comments should not be greyed out.


Reproducible: Always

User Profile Reset: No

Additional Info:
Tested also on Linux Mint 18.1 and LOo 5.3.3.2 - also present.


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101
Firefox/53.0

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


[Libreoffice-bugs] [Bug 108359] New: Context menu out of view when using additional external display

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108359

Bug ID: 108359
   Summary: Context menu out of view when using additional
external display
   Product: LibreOffice
   Version: 5.2.7.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bugzi...@trashserver.net

Created attachment 133872
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133872=edit
Screenshot showing the misplaces contect menu.

When I start LibreOffice while my external display is connected to my laptop
(=> Dual-display mode - "extended display") Libreoffice misplaces the context
menu. The menu appears at the bottom of the screen although I do the
right-click in the center of the screen. (see attachment).

I'm using Fedora Linux in an Wayland session.

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


[Libreoffice-bugs] [Bug 88709] Allow Multiple References to Same Footnote

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88709

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
 Resolution|FIXED   |WORKSFORME

--- Comment #12 from Cor Nouws  ---
thanks Daniel. We set as WorksForMe in a case like this, where there is no code
commit/fix involved.

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


[Libreoffice-bugs] [Bug 108224] Insert -> Field -> Author puts "DocInformation:Created" field instead of "Author"

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108224

Gülşah Köse  changed:

   What|Removed |Added

   Assignee|gulsah.1...@gmail.com   |libreoffice-b...@lists.free
   ||desktop.org

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


[Libreoffice-bugs] [Bug 40878] EDITING Remove leading spaces on centering

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40878

--- Comment #4 from Heiko Tietze  ---
While I agree with Thomas the proposal is exactly how Microsoft Word works.
Leading and trailing white-spaces are removed automatically (undo returns to
the old alignment with white-spaces). We should check other tools if there is a
pattern. And if not, close this ticket as WONTFIX.

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


[Libreoffice-bugs] [Bug 46550] FORMATTING Styles Editing is cumbersome and confusing

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46550

Timur  changed:

   What|Removed |Added

   Keywords||needsUXEval

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


[Libreoffice-bugs] [Bug 103152] [META] Writer image bugs and enhancements

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103152
Bug 103152 depends on bug 107874, which changed state.

Bug 107874 Summary: Scale small images to fit to margins and keep aspect ratio
https://bugs.documentfoundation.org/show_bug.cgi?id=107874

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 107874] Scale small images to fit to margins and keep aspect ratio

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107874

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #12 from Heiko Tietze  ---
Extension exists, no strong opinion for this enhancement... so let's close this
ticket. Many thanks for the idea, 1000dead. Hope the proposed solution helps
you.

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


[Libreoffice-bugs] [Bug 42375] UI: Context menu should show "Insert row" instead of " Insert rows" if only one row is selected

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42375

Heiko Tietze  changed:

   What|Removed |Added

 CC||gautier.sop...@gmail.com

--- Comment #10 from Heiko Tietze  ---
It's not only the row/rows issue. How plural is applied depends on languages.
In many languages it's n=0 for singular and n>0 plural but French, for
instance, has three forms (n=0, n=1, n>1) and Arab six different forms. The
typical solution is to take the number into account for localization [1].
The abbreviation in brackets is the second best solution. The plural form
depends in German on genus and loanword and can be (n/en), (r/er), (s), and
sometimes without any suffix. In this case it's simple with Spalte(n) and
Zeile(n) but there might be something like " (s/n/e/r)" in some languages. 
On the other hand the (s) a quick and dirty solution that solves this problem.
So I'm not against. 
@Sophie: What do you think?

[1] https://www.gnu.org/software/gettext/manual/html_node/Plural-forms.html

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


[Libreoffice-bugs] [Bug 103164] [META] Footnote and Endnote bugs and enhancements

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103164
Bug 103164 depends on bug 88709, which changed state.

Bug 88709 Summary: Allow Multiple References to Same Footnote
https://bugs.documentfoundation.org/show_bug.cgi?id=88709

   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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88709] Allow Multiple References to Same Footnote

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88709

Daniel Grigoras  changed:

   What|Removed |Added

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

--- Comment #11 from Daniel Grigoras  ---
This is solved by just inserting a cross-reference to the footnote in question.

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


[Libreoffice-bugs] [Bug 108342] Editing: list field in table grid shows status row changed on opening form when it 's first column

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108342

rob...@familiegrosskopf.de changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=90
   ||889

--- Comment #2 from rob...@familiegrosskopf.de ---
Could be related to the commit here:
https://bugs.documentfoundation.org/show_bug.cgi?id=90889

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


[Libreoffice-bugs] [Bug 108342] Editing: list field in table grid shows status row changed on opening form when it 's first column

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108342

rob...@familiegrosskopf.de changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||rob...@familiegrosskopf.de
Version|5.2.3.3 release |5.1.0.3 release
 Ever confirmed|0   |1

--- Comment #1 from rob...@familiegrosskopf.de ---
Could confirm this buggy behavior. Works here up to 5.0.5, fails first with
5.1.0.3.

Note: Bug doesn't appear with 5.4.0.0beta1 - but another buggy behavior:
Content of the listfield of the first column won't be shown when opening the
form.

All tested with OpenSUSE 42.1 64bit rpm Linux

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


[Libreoffice-bugs] [Bug 86430] References and cross references don't look right

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86430

Dieter Praas  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=49
   ||195

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


[Libreoffice-bugs] [Bug 49195] References in doc-files are not displayed

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49195

Dieter Praas  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=86
   ||430

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


[Libreoffice-bugs] [Bug 83196] TABLE: reference from one table to another is broken, when renaming the table

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83196

Dieter Praas  changed:

   What|Removed |Added

 Depends on||107905


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107905
[Bug 107905] [META] Cross-references bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107905] [META] Cross-references bugs and enhancements

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107905

Dieter Praas  changed:

   What|Removed |Added

 Blocks||83196


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83196
[Bug 83196] TABLE: reference from one table to another is broken, when renaming
the table
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88709] Allow Multiple References to Same Footnote

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88709

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Blocks||103164

--- Comment #10 from Dieter Praas  ---
I cant reproduce it with LO 5.3.4.1. Everything works fine. So the problem has
been solved?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103164
[Bug 103164] [META] Footnote and Endnote bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103164] [META] Footnote and Endnote bugs and enhancements

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103164

Dieter Praas  changed:

   What|Removed |Added

 Depends on||88709


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88709
[Bug 88709] Allow Multiple References to Same Footnote
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107521] Improve DirectWrite implementation font rendering on Windows

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107521

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=91
   ||946

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


[Libreoffice-bugs] [Bug 91946] Direct2D font rendering in Windows

2017-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91946

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||7521
 Whiteboard|target:5.2.0|target:5.2.0 target:5.3.0
 OS|All |Windows (All)

--- Comment #5 from V Stuart Foote  ---
Would say DirectWrite/Direct2D was implemented to support OpenGL rendering, but
not fully.

Per ESC (2017-05-24) for the 5.5/6.0 build we will fully drop XP and Vista
support. That decision now provides opportunity to fully refactor Windows
graphics to DirectWrite/Direct2D rendering.

Khaled completed Akash's work on HarfBuzz Common Layout (bug 89870) in 5.3 and
5.4 they've routed more of the Windows rendering through DirectWrite calls
expanding on work by Tor, Tim and Martin for Graphite support. 

But the DirectWrite/Direct2D implemented thus far was only a subset, it now
needs refinement (bug 107521). And needs support for floating point positioning
(bug 103322) to support sub-pixel rendering. While loss of grayscale mode
antialiasing with our DirectWrite implementation is causing issues for
non-OpenGL Windows users (bug 106990).

@Adolfo, you OK with closing this?

=-ref-=
https://msdn.microsoft.com/en-us/library/windows/desktop/hh802480(v=vs.85).aspx

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


<    1   2   3