[Libreoffice-bugs] [Bug 112689] Replace chained O(U)StringBuffer::append() with operator+

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112689

Stephan Bergmann  changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #9 from Stephan Bergmann  ---
(In reply to Muhammet Kara from comment #2)
> Please also note that this easyhack is not meant for O(U)StringBuffer's
> inside loops.

And also note that these changes are only really beneficial if the resulting
OUString is created in one go,

  OUString s = ... + ... + ... + ...;

Replacing existing piecemeal OUStringBuffer construction with

  OUString s = ...;
  ...
  s += ...;
  ...
  s += ...;
  ...
  s += ...;

isn't that useful (and potentially has negative impacts on memory usage).

-- 
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 114002] New: Unicode Hentaigana does not rotate in vertical layout

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114002

Bug ID: 114002
   Summary: Unicode Hentaigana does not rotate in vertical layout
   Product: LibreOffice
   Version: 6.0.0.0.alpha1+ Master
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shanshandehongx...@outlook.com

Description:
When Hentaigana chatacters (U+1B00-U+1B12F) displaying in vertical layout, all
of them failed to rotate as Hiragana and Katakana. 

Steps to Reproduce:
1. Open Writer
2. Insert -> Text Box
3. Copying texts from https://en.wikipedia.org/wiki/Hentaigana and paste into
text box
4. Select the who text, set the font face as "BabelStone Han"
5. Click "Text direction from top to bottom"

Actual Results:  
After vertical layout enabled, Hentaigana chatacters do not rotate.

Expected Results:
According to the Unicode Standard, their vertical orientation properties are U,
so they should be upright in vertical text layout.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 6.0.0.0.alpha1+ (x64)
Build ID: a0ebba3d8855fee0bcec04a10137ae3a4f9f0e77
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2017-11-22_05:59:17
Locale: zh-CN (zh_CN); Calc: group threaded

BabelStone Han available at http://babelstone.co.uk


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101
Firefox/57.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 106045] [META] Vertical text direction issues

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106045

Volga  changed:

   What|Removed |Added

 Depends on||114002


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114002
[Bug 114002] Unicode Hentaigana does not rotate in vertical layout
-- 
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 114002] Unicode Hentaigana does not rotate in vertical layout

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114002

Volga  changed:

   What|Removed |Added

 CC||a...@kagaku.xii.jp
 Blocks||106045


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106045
[Bug 106045] [META] Vertical text direction issues
-- 
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 45904] move java based api tests to c++

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #83 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=a8681f24d786a5498844e29a3029cf9e60e74ca3

tdf#45904 Move _XScenarioEnhanced Java test to C++

It will be available in 6.0.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 114002] Unicode Hentaigana does not rotate in vertical layout

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114002

--- Comment #2 from Volga  ---
Created attachment 137936
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137936&action=edit
My snapshot

-- 
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 114002] Unicode Hentaigana does not rotate in vertical layout

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114002

--- Comment #1 from Volga  ---
Created attachment 137935
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137935&action=edit
Test 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 114003] New: I closed the PDF that I opened with Draw, but the PDF will remain locked.

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114003

Bug ID: 114003
   Summary: I closed the PDF that I opened with Draw, but the PDF
will remain locked.
   Product: LibreOffice
   Version: 5.3.7.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: y_ka...@qa2.so-net.ne.jp

Description:
 If I close the PDF after opening the PDF, the PDF will remain locked and I can
not rename the PDF.

My PC environment
OS
 Windows7 Professional x64
 Service Pack 1
LibreOffice 
 Version: 5.3.7.2 (x64)
 Build ID: 6b8ed514a9f8b44d37a1b96673cbbdd077e24059

Steps to Reproduce:
1. Open a new LibreOffice Calc from Windows 7 (Also in new LibreOffice Word).
2. Open the PDF from the opened LibreOffice Calc (Enable read only).
3. Close the LibreOffice Draw that opened the PDF (read only).
4. When I try to change the filename of the closed PDF from Windows 7, it fails
because LibreOffice has PDF open.
   ※ This is the problem.
5. Close a new LibreOffice Calc.
6. I can change the file name of the closed PDF from Windows 7.

Actual Results:  
I can not rename the filename of the closed PDF.

Expected Results:
I can rename the file name of the closed PDF.


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
To rename the closed PDF, I have to close all LibreOffice.


User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:56.0) Gecko/20100101
Firefox/56.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 64679] [META] Printer Settings Related Issues

2017-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64679

Albert Palmer  changed:

   What|Removed |Added

URL||http://www.technsupport.co.
   ||uk/hp-printer-support.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 83877] Digital signature: Support visual identification / signature lines

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83877

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 CC||rodrigo.zimmermann23@gmail.
   ||com

--- Comment #2 from Samuel Mehrbrodt (CIB)  ---
*** Bug 108089 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108089] Writer does not have a "insert signature line"

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108089

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

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

--- Comment #12 from Samuel Mehrbrodt (CIB)  ---


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

-- 
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 83877] Digital signature: Support visual identification / signature lines

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83877

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |s.mehrbr...@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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 113858] Remove color palettes Breeze, Tango and LibreOffice

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113858

--- Comment #20 from Jean-Francois Nifenecker 
 ---
The removal of the LibreOffice palette would be a big problem. This palette is
used for creating tutorials and refcards for LibreOffice. Having it at hand
without having to download and install it is a blessing. As it is a quite small
palette, keeping it is a must. Also, if, some day, the LO branding color scheme
happens to evolve, having an up-to-date version just by updating LO is a big
plus. 

Hence, like others here, I'm strongly against the removal of the LibreOffice
palette.

-- 
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 113862] Editing: Custom color text crash Impress

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113862

--- Comment #9 from raal  ---
(In reply to Xisco Faulí from comment #8)
> @raal, Could you please bisect this one when you have a moment ?

no repro with Version: 6.0.0.0.alpha1+  (bisect repo)
Build ID: 80af51be1aa85733b9c0b696a93edd8c6520811c
CPU threads: 4; OS: Windows 6.1; UI render: default;

-- 
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 97327] Calc Compare Document (Spreadsheet Compare) doesn' t works well when comparing documents with different number of Sheets.

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97327

--- Comment #5 from McDummy  ---
Still present in 5.4.3.2 Windows, 32bit

-- 
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 113858] Remove color palettes Breeze, Tango and LibreOffice

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113858

--- Comment #21 from k-j  ---
(In reply to Jean-Francois Nifenecker from comment #20)
> The removal of the LibreOffice palette would be a big problem. This palette
> is used for creating tutorials and refcards for LibreOffice.

Don't forget the whole LibO-documentation. The Docu-Team is already working on
LibO 6 documentation with all screenshots.

-- 
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 113990] copy paste a graph incomplete / one cell contains "#DIV/0!"

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113990

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
Version|5.3.6.1 release |4.4.0.3 release
Summary|copy paste a graph  |copy paste a graph
   |incomplete  |incomplete / one cell
   ||contains "#DIV/0!"
 Ever confirmed|0   |1

--- Comment #2 from raal  ---
I can confirm wit LO 6 and 4.4, win7

-- 
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 114004] New: Date format changes from DD/MM/YYYY to MM/DD/YYYY , when open .xls/.xlsx files from Calc in Excel

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114004

Bug ID: 114004
   Summary: Date format changes from DD/MM/ to MM/DD/ ,
when open .xls/.xlsx files from Calc in Excel
   Product: LibreOffice
   Version: 5.4.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: igo...@gmail.com

Description:
Format of date changes while reading previously saved file from Calc in MS
Excel. Default format in regional settings of Windows is DD/MM/, I created
an empty file with date 25.12.2017 and saved it in xls format. Now when I open
it in MS Excel 2013 I see this date in MM/DD/ format - 12.25.2017.

Steps to Reproduce:
1.Save any date field with date 25.12.2017 or same and format DD/MM/YY or
DD/MM/ in Calc to .xls/.xlsx file
2.Open it in Excel 2013 (2010 results are the same)

Actual Results:  
In table there will be 12.25.2017 (MM/DD/) and correct 25.12.2017 in
editing field

Expected Results:
Correct 25.12.2017 date everywhere


Reproducible: Always


User Profile Reset: Yes



Additional Info:
It's ok in 5.3.0.3



User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/61.0.3163.100 Safari/537.36

-- 
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 113948] Misalignment of formula with scaled braces in LibreOffice Writer

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113948

--- Comment #5 from p...@adrian-zinke.de ---
Yes, I'm content with her answer. Thanks.

But I have one last question: Why is a standard "Pi" italic? I think, you can
assume "Pi" is in most cases NOT a variable, thus it shouldn't be italic. What
do you think?

-- 
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 113974] Ability to parse/filter JSON data and extract fields

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113974

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
Implementing this will be possible with the nearly-ready dataprovider:
https://cgit.freedesktop.org/libreoffice/core/tree/sc/source/ui/dataprovider

-- 
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 113858] Remove color palettes Breeze, Tango and LibreOffice

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113858

--- Comment #22 from Yousuf Philips (jay)  ---
(In reply to k-j from comment #17)
> But to create the icon set isn't. Andreas made these. And it was his
> entrance to our community (AFAIK).

We arent talking about the icon set, we are talking about the breeze palette.

(In reply to k-j from comment #18)
> IMO we don't need:
> Crystal
> Galaxy

You seem to be confused as we dont have crystal and galaxy palettes, we had
these as icon sets and the crystal icon set was already removed.

(In reply to k-j from comment #21)
> Don't forget the whole LibO-documentation. The Docu-Team is already working
> on LibO 6 documentation with all screenshots.

Doubt any of the screenshots are going to show the palette drop down list or
individual palettes. But the documentation team can always be notified of the
change.

-- 
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 113978] [NOTEBOOKBAR][UI] Different size of font on items in tabbed compact and groupedbar full

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113978

Buovjaga  changed:

   What|Removed |Added

   Priority|medium  |low
 Status|UNCONFIRMED |NEW
 CC|todven...@suomi24.fi|
 Ever confirmed|0   |1
   Severity|normal  |trivial

-- 
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 113779] Punctuation Marks Are Not In Line With Text for Vertical Orientation in Traditional Chinese

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113779

--- Comment #9 from Buovjaga  ---
(In reply to taiwuco from comment #8)
> I recorded a screencast. I used google drive to share with you.

The maximum attachment size was yesterday raised to 30MB. Could you attach the
screencast instead?

-- 
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 113779] Punctuation Marks Are Not In Line With Text for Vertical Orientation in Traditional Chinese

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113779

Buovjaga  changed:

   What|Removed |Added

 Attachment #137896|0   |1
is obsolete||

--- Comment #10 from Buovjaga  ---
Created attachment 137937
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137937&action=edit
Screencast

Ok, so you were talking about the parentheses and not the dots.

-- 
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 113911] UI Text Language "More" button does not work

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113911

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||hcas...@collabora.com,
   ||r...@post.cz
 Ever confirmed|0   |1

--- Comment #2 from raal  ---

Adding Cc: to Henry Castro; Could you possibly take a look at this one? Thanks

This commit enabled toolbar entry in my bibisect repo.

commit 1ee7d922d73b630684efa9ae7911aaab8427b6b5
Author: Norbert Thiebaud 
Date:   Mon Oct 30 09:47:56 2017 -0700

source sha:2fa424f40a185eb43d862a29abce07345695fcf3

author  Henry Castro 2017-10-20 02:47:17 (GMT)
committer   Henry Castro 2017-10-22 15:18:17
(GMT)
commit  2fa424f40a185eb43d862a29abce07345695fcf3 (patch)
tree6d770158526a66d893e171cf56d53a31a6d1fcc6
parent  2460e7637f635727f4596f3e3d799eed434df082 (diff)
sc lok: fix spell checking languages in Calc

-- 
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 112528] Can't make chart with specific information in a dynamic table

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112528

Buovjaga  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression

-- 
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 113976] Document how to escape double quotes in text functions

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113976

Buovjaga  changed:

   What|Removed |Added

 Status|REOPENED|NEW

-- 
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 113858] Remove color palettes Breeze, Tango and LibreOffice

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113858

--- Comment #23 from k-j  ---
(In reply to Yousuf Philips (jay) from comment #22)
> (In reply to k-j from comment #17)
> > But to create the icon set isn't. Andreas made these. And it was his
> > entrance to our community (AFAIK).
> 
> We arent talking about the icon set, we are talking about the breeze palette.

Aaah, sorry, confusing it. Forget my comments about that.

> (In reply to k-j from comment #21)
> > Don't forget the whole LibO-documentation. The Docu-Team is already working
> > on LibO 6 documentation with all screenshots.
> 
> Doubt any of the screenshots are going to show the palette drop down list or
> individual palettes. But the documentation team can always be notified of
> the change.

Maybe asking them directly on ml before changing it will help to get it work
(and to get no one angry).

-- 
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 113935] Switching from read-only to edit mode by clicking " Edit Document" isn't instantaneous anymore

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113935

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.0.0|target:6.0.0 target:5.4.4

-- 
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 113935] Switching from read-only to edit mode by clicking " Edit Document" isn't instantaneous anymore

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113935

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

http://cgit.freedesktop.org/libreoffice/core/commit/?id=530a587f232e2552216fae363d798901aa2bd259&h=libreoffice-5-4

tdf#113935 Switching from read-only to edit mode slow

It will be available in 5.4.4.

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 114005] New: [META] Gradient fill bugs and enhancements

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114005

Bug ID: 114005
   Summary: [META] Gradient fill bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 94722


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=94722
[Bug 94722] [META] Object fill 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 94722] [META] Object fill bugs and enhancements

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94722

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||114005


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114005
[Bug 114005] [META] Gradient fill 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 114005] [META] Gradient fill bugs and enhancements

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114005

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||36766


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=36766
[Bug 36766] [META] Impress Gradient and Transparency issues
-- 
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 94722] [META] Object fill bugs and enhancements

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94722

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|36766   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=36766
[Bug 36766] [META] Impress Gradient and Transparency issues
-- 
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 36766] [META] Impress Gradient and Transparency issues

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36766

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|94722   |114005
Summary|[META] Gradient and |[META] Impress Gradient and
   |Transparency issues |Transparency issues


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=94722
[Bug 94722] [META] Object fill bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=114005
[Bug 114005] [META] Gradient fill 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 114005] [META] Gradient fill bugs and enhancements

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114005

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl,
   ||vstuart.fo...@utsa.edu
 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112528] Can't make chart with specific information in a dynamic table

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112528

raal  changed:

   What|Removed |Added

 Blocks||107060

--- Comment #10 from raal  ---
(In reply to Buovjaga from comment #7)
> (In reply to Julian from comment #6)
> > Thanks raal, maybe that new feature is the cause of the bug I spoke.
> 
> I think raal was suggesting that you try Pivot charts as a solution. Please
> read the blog posts in the link and try them out.

No, I think it's pivot chart's implementation error. In 5.3 pivot charts didn't
exist, it's new feature of version 5.4. Tomaž, could you take a look at this?
Thank you


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107060
[Bug 107060] [META] Pivot chart issues
-- 
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 107060] [META] Pivot chart issues

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107060

raal  changed:

   What|Removed |Added

 Depends on||112528


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112528
[Bug 112528] Can't make chart with specific information in a dynamic 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 91004] 'Tms Rmn' font should be substituted for Times New Roman or Liberation Serif

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91004

--- Comment #11 from Volga  ---
In MS Windows, 'Tms Rmn' font is substituted for MS Serif font, which is
specified in a Windows Registery path
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\FontSubstitutes.

-- 
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 113862] Editing: Custom color text crash Impress

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113862

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #10 from Buovjaga  ---
(In reply to raal from comment #9)
> (In reply to Xisco Faulí from comment #8)
> > @raal, Could you please bisect this one when you have a moment ?
> 
> no repro with Version: 6.0.0.0.alpha1+  (bisect repo)
> Build ID: 80af51be1aa85733b9c0b696a93edd8c6520811c
> CPU threads: 4; OS: Windows 6.1; UI render: default;

Hey, it is fixed for me, too!

Adan can try with
http://dev-builds.libreoffice.org/daily/master/Win-x86_64@42/current/

Version: 6.0.0.0.alpha1+ (x64)
Build ID: a0ebba3d8855fee0bcec04a10137ae3a4f9f0e77
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2017-11-22_05:59:17
Locale: fi-FI (fi_FI); Calc: group threaded

-- 
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 112528] Can't make chart with specific information in a dynamic table

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112528

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisectRequest, regression |implementationError

-- 
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 113622] Impress can't play MP4 videos

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113622

--- Comment #22 from Jan-Marek Glogowski  ---
My guess would be a4e81b7c313e5cb0e0f23a8605502b4b0b7f599e (Aug 4 2016).

Library_avmediaQuickTime is preferred over the Library_avmediaMacAVF.

Did we update the build bots to newer Apple SDKs around Jul 30 2017, or even a
newer OS?

I had a glance at the MacAVF plugin. All this AVPlayer based stuff is supposed
to be handled async. My guess is the caching is simply not yet ready, when we
try to take a screenshot for the preview image.

Actually I don't see any real handling of the async "playable" or other status.
Don't have really time to fix this, but a lot should be handled async, and
there is just a minimal observer, when playback stops - as I understand the
code.

-- 
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 91004] 'Tms Rmn' font should be substituted for Times New Roman or Liberation Serif

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91004

--- Comment #12 from Volga  ---
(In reply to Volga from comment #11)
> In MS Windows, 'Tms Rmn' font is substituted for MS Serif font, which is
> specified in a Windows Registery path
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
> NT\CurrentVersion\FontSubstitutes.

We can try to add a functionality to make it works as replacement table on
Windows. (Bug 113007)

-- 
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 98650] Formatting with manual line breaks and tabs from specific PPTX not shown properly in Impress

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98650

--- Comment #16 from Volga  ---
Still repro in 

Version: 6.0.0.0.alpha1+ (x64)
Build ID: a0ebba3d8855fee0bcec04a10137ae3a4f9f0e77
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2017-11-22_05:59:17
Locale: zh-CN (zh_CN); Calc: group threaded

-- 
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 58941] Support enabling optional smart font features

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58941

Volga  changed:

   What|Removed |Added

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

-- 
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 103596] Support OpenType Font Variation based text layout

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103596

Volga  changed:

   What|Removed |Added

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

-- 
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 113622] Impress can't play MP4 videos

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113622

Julien Nabet  changed:

   What|Removed |Added

 CC||t...@iki.fi

--- Comment #23 from Julien Nabet  ---
Tor: following last Jan-Marek's comment (comment 22), thought you might be
interested in this tracker.

-- 
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 111717] CJK text shift slight in vertical direction , underline cross out text

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111717

Volga  changed:

   What|Removed |Added

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

-- 
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 68573] FORMATTING:Underline enhancement (see comment 6)

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68573

Volga  changed:

   What|Removed |Added

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

-- 
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 114005] [META] Gradient fill bugs and enhancements

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114005

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||114006


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114006
[Bug 114006] New default set of gradient presets
-- 
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 114006] New default set of gradient presets

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114006

Yousuf Philips (jay)  changed:

   What|Removed |Added

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


[Libreoffice-bugs] [Bug 114006] New: New default set of gradient presets

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114006

Bug ID: 114006
   Summary: New default set of gradient presets
   Product: LibreOffice
   Version: 6.0.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: tietze.he...@gmail.com, vstuart.fo...@utsa.edu
Blocks: 114005

In LO 4.1 and 4.2 (2013/2014) we updated the gradient presents that came from
OOo and it would be good to update them now.

https://opengrok.libreoffice.org/xref/core/extras/source/palettes/standard.sog


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114005
[Bug 114005] [META] Gradient fill 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 63566] HSQLDB: Date will be changed when timezone of OS is changed

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63566

--- Comment #14 from Gerhard Schaber  ---
Well, this is a good workaround, but not a little uncomfortable, since it
requires macros:
https://forum.openoffice.org/en/forum/viewtopic.php?t=61183

-- 
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 114007] New: login button is not working properly

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114007

Bug ID: 114007
   Summary: login button is not working properly
   Product: QA Tools
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: srilakshminai...@gmail.com

it is not possible to click into the login page

-- 
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 35176] Can't paste image from MS Office and other Windows Apps ( See Dupes)

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35176

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108628


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108628
[Bug 108628] [META] Usability issues
-- 
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 108628] [META] Usability issues

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108628

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||35176


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=35176
[Bug 35176] Can't paste image from MS Office and other Windows Apps (See Dupes)
-- 
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 112159] Saving a spreadsheet in Excel format (xls or xlsx) dates are formated chinese (taiwan)

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112159

m.a.riosv  changed:

   What|Removed |Added

 CC||igo...@gmail.com

--- Comment #3 from m.a.riosv  ---
*** Bug 114004 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 114004] Date format changes from DD/MM/YYYY to MM/DD/YYYY , when open .xls/.xlsx files from Calc in Excel

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114004

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||miguelangelrv@libreoffice.o
   ||rg
 Resolution|--- |DUPLICATE

--- Comment #1 from m.a.riosv  ---
Looks like duplicate.

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

-- 
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 114008] New: Fehler Übersetzung Writer Tabellen

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114008

Bug ID: 114008
   Summary: Fehler Übersetzung Writer Tabellen
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Localization
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@mic-consulting.de

Description:
Im Aufklappmenü für die Funktionen in Tabellen (Writer) müsste der erte Eintrag
lauten:

- Summe

Tatsächlich lautet er "Übersicht". Ist wohl ein Übersetzungsfehler

Actual Results:  
Übersicht

Expected Results:
Summe


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101
Firefox/56.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 111717] CJK text shift slight in vertical direction , underline cross out text

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111717

--- Comment #7 from Volga  ---
Created attachment 137938
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137938&action=edit
Snapshot on Windows (2)

Here is what I have seen after above commit. Reproduced in:

Version: 6.0.0.0.alpha1+ (x64)
Build ID: a0ebba3d8855fee0bcec04a10137ae3a4f9f0e77
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2017-11-22_05:59:17
Locale: zh-CN (zh_CN); Calc: group threaded

-- 
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 114008] Fehler Übersetzung Writer Tabellen

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114008

--- Comment #1 from Thomas Krumbein  ---
Created attachment 137939
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137939&action=edit
Fehlerhafter erster Eintrag

-- 
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 114008] Fehler Übersetzung Writer Tabellen

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114008

--- Comment #2 from Thomas Krumbein  ---
Sorry, forget: It is an error of the German Localisation.

-- 
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 114006] New default set of gradient presets

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114006

Heiko Tietze  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #1 from Heiko Tietze  ---
Let's get feedback from the UX fellows. Any particular gradient that someone
has made his/her own?

-- 
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 103708] in Impress slides pane selecting a slide doesn' t show it on every second click, instead runs different actions on it, occasionally even deleting it

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103708

--- Comment #10 from Simon Sievers  ---
Tested again today with latest archlinux and libreoffice-fresh 5.4.3-3 and the
problem still persists.

-- 
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 104804] PDF Export Named Destinations missing

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104804

--- Comment #12 from Jos van den Oever  ---
An ODF with  that is exported to PDF with
'Export bookmarks as named destinations' will get a named destination
'Test5F2'. The character '_' is changed to '5F'.

The named destinations in PDF files can be investigated with qpdf.

qpdf --qdf --object-streams=disable in.pdf out.pdf

This gives e.g.:

```
%% Original object ID: 44 0
1 0 obj
<<
  /Dests 3 0 R
...
%% Original object ID: 29 0
3 0 obj
<<
  /Test5F1 [
6 0 R
/XYZ
56.7
773.1
0
  ]
  /Test5F15F1 [
6 0 R
/XYZ
56.7
736.2
0
  ]
```

The destinations that LO writes out are points on pages (/XYZ). One could point
to rectangles by using /FitR instead of /XYZ. Such a rectangle cannot span page
boundaries.

-- 
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 32026] TABLES: Writer loses cells' content after drag-and-drop

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32026

--- Comment #18 from Michael Stahl  ---
"steve__" was just asking about this; i'd start debugging in
SwTransferable::PasteData() which should be the start of the "drop" operation;
possibly it's another of the SwTransferable functions, 
SwTransferable::PrivateDrop() maybe.

-- 
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 104804] PDF Export Named Destinations missing

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104804

--- Comment #13 from Jos van den Oever  ---
Created attachment 137940
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137940&action=edit
odt file with 

Converting this file to PDF with the option to convert bookmarks to named
destinations will create named destinations in the PDF.

-- 
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 104804] PDF Export Named Destinations missing

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104804

--- Comment #14 from Jos van den Oever  ---
Created attachment 137941
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137941&action=edit
pdf file created from nd.odt with named destinations

-- 
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 104804] PDF Export Named Destinations missing

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104804

--- Comment #15 from Jos van den Oever  ---
There is no need to convert '_' in a bookmark name to 5F. In PDF 'The name may
include any regular characters, but not delimiter or white-space  characters 
(see  
Section  3.1,  “Lexical  Conventions”).'

-- 
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 112689] Replace chained O(U)StringBuffer::append() with operator+

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112689

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

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

tdf#112689 Replace chained O(U)StringBuffer::append with operator+

It will be available in 6.0.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 113849] FILESAVE: Saving a file as .docx format adds spurious extra page breaks

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113849

--- Comment #6 from Telesto  ---
@Luke
You might be interested in this:
https://vmiklos.hu/blog/basic-epub3-export.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 50879] form exported as pdf does not embed all required fonts

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50879

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=93
   ||853

-- 
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 93853] Checkbox in PDF exported from writer has "x" instead of " ✔"

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93853

Cor Nouws  changed:

   What|Removed |Added

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

-- 
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 32026] TABLES: Writer loses cells' content after drag-and-drop

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32026

--- Comment #19 from Michael Stahl  ---
steve__, just use git grep:

git grep SwTransferable::PasteData
sw/source/uibase/dochdl/swdtflvr.cxx:bool SwTransferable::PasteData(
TransferableDataHelper& rData,

-- 
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 99621] Command line --convert to PDF doesn' t have an option to include filename/fields in page header

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99621

Cor Nouws  changed:

   What|Removed |Added

Summary|Export to PDF doesn't have  |Command line --convert to
   |an option to include|PDF doesn't have an option
   |filename/fields in page |to include filename/fields
   |header  |in page header

-- 
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 101800] Forms created in writer when exported to PDF doesn' t check the criteria.

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101800

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
   Hardware|x86-64 (AMD64)  |All
Version|5.0.5.2 release |Inherited From OOo
 OS|Windows (All)   |All
   Severity|normal  |enhancement

-- 
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 113564] EDITING: Memory is released slowly when copying a large dataset first and small afterwards

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113564

--- Comment #7 from Telesto  ---
No repro with
Version: 6.0.0.0.alpha1+
Build ID: c24c32bf71b8e64bd0d36e511f554e1f6c015842
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-11-22_23:15:41
Locale: nl-NL (nl_NL); Calc: CL

-- 
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 45168] Add option to allow cropped (reduce size) of images in PDF Export

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45168

Cor Nouws  changed:

   What|Removed |Added

Summary|Add Option to crop (reduce  |Add option to allow cropped
   |size of) Images in PDF  |(reduce size) of images in
   |Export  |PDF Export

-- 
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 45168] Add option to allow cropped (reduce size) images in PDF Export

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45168

Cor Nouws  changed:

   What|Removed |Added

Summary|Add option to allow cropped |Add option to allow cropped
   |(reduce size) of images in  |(reduce size) images in PDF
   |PDF Export  |Export

-- 
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 114009] New: Underline become not consistent in vertical layout

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114009

Bug ID: 114009
   Summary: Underline become not consistent in vertical layout
   Product: LibreOffice
   Version: 6.0.0.0.alpha1+ Master
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shanshandehongx...@outlook.com

Description:
When I switch to vertical layout, underline become not consistent for text
including CJK and Western scripts. Strikethrough does not been affected.

Steps to Reproduce:
1. Insert -> Frame -> Frame Interactively
2. Input 測試abg測試 into frame
3. Click Underline button on the toolbar
4. Select the who font, then set font face as Source Han Serif SC
5. Copy & paste the frame
6. Right click the second frame, then click "Properties"
7. Click "Options" tab at Options dialog, then set Text direction as
Right-to-Left (Vertical)

Actual Results:  
In the second frame, underline become not consistent, but inserting spaces will
making it disapeared. See my snapshot and PDF ("printed" by PDFCreator).

Expected Results:
Underline should keep its consistency for text including CJK and Western
scripts.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.0.0.0.alpha1+ (x64)
Build ID: a0ebba3d8855fee0bcec04a10137ae3a4f9f0e77
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2017-11-22_05:59:17
Locale: zh-CN (zh_CN); Calc: group threaded


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101
Firefox/57.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 111717] CJK text shift slight in vertical direction , underline cross out text

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111717

--- Comment #8 from Mark Hung  ---
Hi Volga,

Your images shows that the underline no longer cross out the text. Is there any
problem?

-- 
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 114009] Underline become not consistent in vertical layout

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114009

--- Comment #1 from Volga  ---
Created attachment 137942
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137942&action=edit
Test 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 78779] PDF: Bookmarks not exported as described

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78779

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #8 from Cor Nouws  ---
I do not understand the problem.


(In reply to Alan from comment #0)

> Current behavior: The bookmark is missing in the bookmarks pane
> 
> Expected behavior: The bookmarkl should be visible as stated in the manual:
> "Export bookmarks 
> Selects to export bookmarks of Writer documents as PDF bookmarks. Bookmarks
> are created for all outline paragraphs (Tools - Outline Numbering) and for
> all table of contents entries for which you did assign hyperlinks in the
> source document."

The quote from 'the manual' says Headings and TOC lines with hyperlinks are
exported as PDF. Not that bookmarks are exported.
What do I miss?

-- 
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 78779] PDF: Bookmarks not exported as described

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78779

--- Comment #9 from Cor Nouws  ---
(In reply to Xisco Faulí from comment #6)
> *** Bug 102152 has been marked as a duplicate of this bug. ***

This bug is: "Setting "bookmarks and page" pdf export option not working"
Nothing to do with this bug??

-- 
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 80238] Enhancement: export PDF without metadata ( for producing anonymous PDF's - if desired)

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80238

Cor Nouws  changed:

   What|Removed |Added

Summary|Enhancement: export PDF |Enhancement: export PDF
   |without metadata|without metadata (for
   ||producing anonymous PDF's -
   ||if desired)

-- 
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 114009] Underline become not consistent in vertical layout

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114009

--- Comment #2 from Volga  ---
Created attachment 137943
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137943&action=edit
Sample PDF

This is a PDF file generated by PDFCreator, because LibreOffice has a bug
affect embedding CFF fonts (bug 107056).

-- 
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 114009] Underline become not consistent in vertical layout

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114009

--- Comment #3 from Volga  ---
Created attachment 137944
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137944&action=edit
Snapshot

-- 
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 81869] PDF: pdf-export shows template' s file name in the title bar and not the file name

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81869

Cor Nouws  changed:

   What|Removed |Added

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

--- Comment #7 from Cor Nouws  ---
It is by design that the title (meta data) of a document is shown in the tile
bar :)
This is not a bug. sorry.
You (and many more) need to adapt work flow :)

-- 
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 103378] [META] PDF export bugs and enhancements

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378
Bug 103378 depends on bug 81869, which changed state.

Bug 81869 Summary: PDF: pdf-export shows template's file name in the title bar 
and not the file name
https://bugs.documentfoundation.org/show_bug.cgi?id=81869

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

-- 
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 103378] [META] PDF export bugs and enhancements

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378
Bug 103378 depends on bug 78779, which changed state.

Bug 78779 Summary: PDF: Bookmarks not exported as described
https://bugs.documentfoundation.org/show_bug.cgi?id=78779

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

-- 
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 78779] PDF: Bookmarks not exported as described

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78779

Buovjaga  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #10 from Buovjaga  ---
Right, there appears to have been a misunderstanding. Closing.

-- 
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 108288] [META] Bookmark bugs and enhancements

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108288
Bug 108288 depends on bug 78779, which changed state.

Bug 78779 Summary: PDF: Bookmarks not exported as described
https://bugs.documentfoundation.org/show_bug.cgi?id=78779

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

-- 
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 102152] Setting "bookmarks and page" pdf export option not working

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102152

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #2 from Buovjaga  ---
Just a note: I don't get the "working" behaviour in 3.6. Bookmarks should not
be exported as PDF bookmarks, only headings etc.
Example document exhibiting the working behaviour in 3.6 might be good.

-- 
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 113994] qt5 VCL plugin crashes on startup

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113994

Julien Nabet  changed:

   What|Removed |Added

   Keywords||wantBacktrace
 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
Would it be possible you attach a backtrace by following this link?
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace

-- 
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 96880] Slow page scrolling when an SVG object is in view

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96880

Telesto  changed:

   What|Removed |Added

   Keywords||regression

-- 
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 83426] SVG's Load Slowly

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83426

Telesto  changed:

   What|Removed |Added

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

-- 
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 96880] Slow page scrolling when an SVG object is in view

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96880

Telesto  changed:

   What|Removed |Added

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

-- 
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 114010] New: Interfering shortcuts for underline / double underline

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114010

Bug ID: 114010
   Summary: Interfering shortcuts for underline / double underline
   Product: LibreOffice
   Version: 5.4.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tietze.he...@gmail.com
CC: bu...@bubli.org
Blocks: 113939

Assigning the shortcut shift+ctrl+U to Format > Double Underline replaces the
selection with an underlined U. Everything works well with shift+ctrl+W.

Issue happens for the planned change in
https://gerrit.libreoffice.org/#/c/45150/ for bug 113939 on 6.0 as well as LibO
Fresh with manual configuration.

Double Underline enables Underline in menus and toolbars, so the functions seem
to depend on each other.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113939
[Bug 113939] double underline - inconsistent shortcut across components
-- 
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 113939] double underline - inconsistent shortcut across components

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113939

Heiko Tietze  changed:

   What|Removed |Added

 Depends on||114010


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114010
[Bug 114010] Interfering shortcuts for underline / double underline
-- 
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 113939] double underline - inconsistent shortcut across components

2017-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113939

Heiko Tietze  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 Depends on|114010  |
   Assignee|libreoffice-b...@lists.free |tietze.he...@gmail.com
   |desktop.org |

--- Comment #5 from Heiko Tietze  ---
Patch has been submitted but for some reason it doesn't work. Question is if
shift+ctrl+U should still be used since Gnome takes this shortcut for the
unicode input.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114010
[Bug 114010] Interfering shortcuts for underline / double underline
-- 
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   >