[Libreoffice-bugs] [Bug 100408] calc: wrong comment visualization

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100408

--- Comment #3 from Marina Latini  ---
REPRODUCED with:

Versione: 5.1.3.2
Build ID: 644e4637d1d8544fd9f56425bd6cec110e49301b
Thread CPU: 4; Versione SO: Linux 4.6; Resa interfaccia: predefinito; 
Versione locale: it-IT (it_IT.UTF-8)
OS: openSUSE Tumbleweed (20160605) (x86_64)

Hardware:

lspci -vnn | grep VGA -A 12
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core
processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA
controller])
Subsystem: Samsung Electronics Co Ltd Device [144d:c0d7]
Flags: bus master, fast devsel, latency 0, IRQ 26
Memory at f000 (64-bit, non-prefetchable) [size=4M]
Memory at e000 (64-bit, prefetchable) [size=256M]
I/O ports at 3000 [size=64]
[virtual] Expansion ROM at 000c [disabled] [size=128K]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
Kernel modules: i915


REPRODUCED with:
Version: 4.4.6.3
Build ID: 40m0(Build:3)
Locale: it_IT.UTF-8
OS: Ubuntu 14.04.3 LTS

Hardware:

lspci -vnn | grep VGA -A 12
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core
Processor Family Integrated Graphics Controller [8086:0102] (rev 09) (prog-if
00 [VGA controller])
Subsystem: Dell Device [1028:04ab]
Flags: bus master, fast devsel, latency 0, IRQ 44
Memory at fe00 (64-bit, non-prefetchable) [size=4M]
Memory at d000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
Expansion ROM at  [disabled]
Capabilities: 
Kernel driver in use: i915

00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series
Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
Subsystem: Dell Device [1028:04ab]
Flags: bus master, fast devsel, latency 0, IRQ 43


Can't reproduce:

Version: 5.0.2.2 
Build ID: 00m0(Build:2) 
Locale: en-US (en_US.UTF-8)
OS: Ubuntu 14.04.4 LTS

Hardware:

01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [NVS 310] (rev a1)
(prog-if 00 [VGA controller])
Subsystem: NVIDIA Corporation Device 094e
Flags: bus master, fast devsel, latency 0, IRQ 47
Memory at fa00 (32-bit, non-prefetchable) [size=16M]
Memory at f000 (64-bit, prefetchable) [size=128M]
Memory at f800 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [size=128]
[virtual] Expansion ROM at fb00 [disabled] [size=512K]
Capabilities: 
Kernel driver in use: nvidia


-- 
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 94724] Toolbar 'Area Style / Filling' adds entries to it that are available in the drop down

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94724

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

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

tdf#94724: Make Gradient and Hatch preset names consistent

It will be available in 5.3.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 94724] Toolbar 'Area Style / Filling' adds entries to it that are available in the drop down

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94724

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.3.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 100395] Crash in datasource tree view when expanding tree in Exchange Database dialog

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100395

Alex Thurgood  changed:

   What|Removed |Added

Summary|Crash when expand voice in  |Crash in datasource tree
   |Exchanges Database  |view when expanding tree in
   ||Exchange Database dialog

-- 
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 97087] Timers and idles should have programmer comprehensible, unique names

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97087

--- Comment #22 from Tor Lillqvist  ---
I have a better idea about naming Timer and Idle instances:

Let's not try to come up manually with names at all. What is the intended use
case for these names, after all? 

Isn't it like this: you see in SAL_INFO output some information like "timer
'Mumble Frobozzinication Timer' fired". What is the next thing you do? You git
grep for "Mumble Frobozzinication Timer" to find the place where it is created
and then search more around that for what is done to it.

Why not get rid of that 'git grep' stage and directly encode the file name,
line number, and instance count in the name of the timer?

We would need some function like comphelper::MakeUniqueInstanceId(const char
**file, int line) that would be called where Timer objects are constructed like
MakeUniqueInstanceId(__FILE__, __LINE__).

It and would generate a string like "sc-source-foo-bar-mumble-cxx-123-4", where
123 would be the line number, and 4 a counter of how many times a timer has
been constructed at that line.

-- 
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 98985] Mail merge functions create results at the wrong time

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98985

--- Comment #5 from Marco Filippozzi  ---
Works for me on 5.2.0.0 and it only creates the selected documents.
Bug still present in the Still and Fresh version: the documents are created
before the Print/Save/Send Email window appears, and that is between step 6 and
7.

-- 
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 100395] Crash in datasource tree view when expanding tree in Exchange Database dialog

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100395

Alex Thurgood  changed:

   What|Removed |Added

   Keywords||regression
   Priority|medium  |high
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|Linux (All) |All
   Severity|normal  |major

--- Comment #1 from Alex Thurgood  ---
Confirming on

Version: 5.1.3.2
Build ID: 644e4637d1d8544fd9f56425bd6cec110e49301b
CPU Threads: 2; OS Version: Mac OS X 10.11.5; UI Render: default; 
Locale: fr-FR (fr.UTF-8)


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 79570] VIEWING: In print preview, page up & page down dont function properly at specific zoom levels

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79570

--- Comment #4 from kolAflash  ---
Created attachment 125685
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125685&action=edit
example file, showing the problem

Still present in 5.1.3.2 on Linux.

Additionally (if zoomed in) the NextPage button (and the PgDn key at my
keyboard) sometimes stops working or is even going pages back instead of
forward!? (tested at 75% zoom)


Tested with:

1366x768 screen resolution,  on Linux (KDE, openSUSE 13.2 x86_64)

LibreOffice 5.1.3.2
http://download.opensuse.org/repositories/LibreOffice:/5.1/openSUSE_13.2/


Maybe related:
https://bugs.documentfoundation.org/show_bug.cgi?id=100419



Sorry for the short discription - being right in the middle of writing my
bachelor thesis while I found this. Please ask if you need further details!

-- 
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 100419] New: Can't scroll to the last page in print preview

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100419

Bug ID: 100419
   Summary: Can't scroll to the last page in print preview
   Product: LibreOffice
   Version: 5.1.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kolafl...@kolahilft.de

Created attachment 125684
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125684&action=edit
example file, showing the problem

In certain documents (see attached) I can't scroll to the last page, using the
mousewheel.


Tested with:

1366x768 screen resolution,  on Linux (KDE, openSUSE 13.2 x86_64)

LibreOffice 5.1.3.2
http://download.opensuse.org/repositories/LibreOffice:/5.1/openSUSE_13.2/


Maybe related:
https://bugs.documentfoundation.org/attachment.cgi?bugid=79570



Sorry for the short discription - being right in the middle of writing my
bachelor thesis while I found this. Please ask if you need further details!

-- 
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 97087] Timers and idles should have programmer comprehensible, unique names

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97087

--- Comment #23 from Tor Lillqvist  ---
Another thing: We should change the name field to be an OUString. Using a const
char * is just fallback to C thinking and micro-optimisation that leads to
never-ending joy of lifecycle and/or leak issues, as surely it will be
necessary/useful to name timers using a dynamically constructed name?

-- 
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 100412] gtk3 Assertion failed error when creating report with wizard

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100412

Stephan Bergmann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |sberg...@redhat.com
   |desktop.org |
 Ever confirmed|0   |1

--- Comment #3 from Stephan Bergmann  ---
Thanks for analysing!  So ThreadsLeave/-Enter can be called recursively, so

"Keep track of ThreadsEnter/Leave acquire counts per thread" should have kept
(per-thread) stacks of yield counts.

-- 
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 100395] Crash in datasource tree view when expanding tree in Exchange Database dialog

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100395

--- Comment #3 from Alex Thurgood  ---
Created attachment 125686
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125686&action=edit
Apple stack trace from hung application

-- 
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 100395] Crash in datasource tree view when expanding tree in Exchange Database dialog

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100395

--- Comment #2 from Alex Thurgood  ---
More info : 
No document recovery is initiated in an empty Writer document.
If the Writer document contains unsaved data, and the user closes the document,
they are prompted to save. When I do this on the Mac, the Save dialog registers
the file but does not save the document (the title of the document stays as
Untitled 1), and LO hangs indefinitely, requiring force kill.

Enclosing stack trace from hung application.

-- 
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 100320] Japanese cannot be input by ibus-anthy

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100320

--- Comment #13 from suzukiy...@gmail.com ---
Applying the following patch to ibus solved the issue.
https://build.opensuse.org/package/view_file/M17N/ibus/ibus-xim-fix-re-focus-after-lock.patch?expand=1

Thank you, Mr. Takeshi Abe, for informing me the patch :)

-- 
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 40494] TABLE tab event, new row at end of table doesn' t respect protected tables/cells

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40494

manuel.defrances...@studiostorti.com changed:

   What|Removed |Added

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

--- Comment #10 from manuel.defrances...@studiostorti.com ---
Not present in:

Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2; 
Description: openSUSE Leap 42.1 (x86_64);
UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)

I changed the bug state to Resolve.

-- 
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 60060] CONFIGURATION: Sections lose write protection if saved as docx

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60060

pietro.panga...@studiostorti.com changed:

   What|Removed |Added

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

--- Comment #9 from pietro.panga...@studiostorti.com ---
Fixed in:
Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS:openSUSE Leap 42.1 (x86_64)

status NEW -> RESOLVED WORKSFORME

-- 
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 71176] Key combinations to easily insert accented Latin characters

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71176

--- Comment #12 from Heiko Tietze  ---
The input method belongs to the OS/DE, in my opinion. At KDE you press the
AltGr key (sometimes refered to as Right Alt) to enter æ (altgr+a) or ¿
(altgr++?). You can also define a 'compose key' and press it while you
enter the modifier first (like ^) and the target afterwards (like a) to get the
â.

The alternate, office-like solution is to use the auto correct function (Tools
> AutoCorrect > AutoCorrect options). It has the advantage of being language
specific, so you would be bothered by the function when you switch back to your
normal language (assuming that natives have access to the localized keyboard
layout).

Another option is to introduce an extension, like Mozilla does. Extensions keep
the main program clean and simple, foster the community work, and make the
application more flexible so that Mac OS users wouldn't need to care. The
extension could show a virtual keyboard that provides means to click the key
and allows to set shortcuts for the frequently used items. If the user wants to
set ctrl, which wouldn't be my first choice, is up to him or her.

-- 
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 90318] UI: Temporary files generated by reports should not be added to recent documents list.

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90318

--- Comment #5 from Alex Thurgood  ---
Yep this is still the case as I found out when testing a chart bug report
yesterday.

The temp files should be cleaned up on shutdown. At present they are kept in 

/user/temp/

and survive a restart of the office process.

-- 
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 53878] FILESAVE, EasyHack: Size of XML files can been reduced by using default namespaces on certain elements

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53878

--- Comment #6 from Nicholas Shanks  ---
Sorry for the delay on this one — I left the relevant company, no longer need
to use/output OpenOffice files, and have been ignoring related emails. If you
want to send me any current XML file I'll perform some manual optimisation of
the XML and send it back. It's nothing that couldn't be done by any XML-savvy
coder though.

-- 
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 90318] UI: Temporary files generated by reports should not be added to recent documents list.

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90318

--- Comment #6 from Alex Thurgood  ---
I would be inclined to change the title from purely a UI report to a more
general one of temp chart/report files not being allowed to survive on
shutdown/restart of the office process.

-- 
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 90318] Temporary files generated by reports should not be added to recent documents list.

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90318

Alex Thurgood  changed:

   What|Removed |Added

Summary|UI:Temporary files  |Temporary files generated
   |generated by reports should |by reports should not be
   |not be added to recent  |added to recent documents
   |documents list. |list.

-- 
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 36791] Text and images are not displayed from a docx document

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36791

--- Comment #17 from lorenzo.mo...@studiostorti.com ---
Created attachment 125687
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125687&action=edit
Screenshot of the new test


CONFIRMED ON:

Versione: 5.2.0.0.beta2
Build ID: ae12e6f168ba39f137fc110174a37c482ce68fa4
Thread CPU: 2; Versione SO: Linux 4.1; Resa interfaccia: predefinito; 
Versione locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)


Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)

-- 
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 98512] The Undo action after that insert a new input field before an old input field should not delete the old input field

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98512

Marco Filippozzi  changed:

   What|Removed |Added

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

--- Comment #5 from Marco Filippozzi  ---
Works for me on:

Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default;
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS:openSUSE Leap 42.1 (x86_64)

Version: 5.2.0.0.beta2
Build ID: ae12e6f168ba39f137fc110174a37c482ce68fa4
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default;
Locale: it-IT (it_IT.UTF-8)
OS:openSUSE Leap 42.1 (x86_64)

Version: 5.1.3.2
Build ID: 644e4637d1d8544fd9f56425bd6cec110e49301b
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default;
Locale: it-IT (it_IT.UTF-8)
OS:   openSUSE Leap 42.1 (x86_64)

Version: 5.0.6.3
Build ID: 490fc03b25318460cfc54456516ea2519c11d1aa
Locale: it-IT (it_IT.UTF-8)
OS:   openSUSE Leap 42.1 (x86_64)

Status: NEW -> RESOLVED, WORKSFORME

-- 
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 100381] XY chart in report - X values field setting not remembered

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100381

Alex Thurgood  changed:

   What|Removed |Added

 OS|Linux (All) |All

--- Comment #1 from Alex Thurgood  ---
Confirming on

Version: 5.3.0.0.alpha0+
Build ID: 637371d4d90c2403f02d588ebe745368014b1032
CPU Threads: 2; OS Version: Mac OS X 10.11.5; UI Render: default; 
Locale: fr-FR (fr.UTF-8)

-- 
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 100381] XY chart in report - X values field setting not remembered

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100381

Alex Thurgood  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 67013] FILESAVE: border of header dissapears when saving in anything but .odt /.ott

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67013

--- Comment #7 from pietro.panga...@studiostorti.com ---
Created attachment 125688
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125688&action=edit
New test file

the bug is still present in:
Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)

-- 
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 76324] CALC becomes very slow with 5000+ comments

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76324

--- Comment #30 from massimo.zaffaina  ---
Created attachment 125689
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125689&action=edit
new test file

tested on a file with ~25k comments on these versions:
Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS:openSUSE Leap 42.1 (x86_64)

and the results are:
opening: 47 s 
closing: 14 s
saving: 2.41 m

and on:
Versione: 5.2.0.0.beta2
Build ID: ae12e6f168ba39f137fc110174a37c482ce68fa4
Thread CPU: 2; Versione SO: Linux 4.1; Resa interfaccia: predefinito; 
Versione locale: it-IT (it_IT.UTF-8)
OS:openSUSE Leap 42.1 (x86_64)

and the results are:
opening: 47 s
closing: 15 s
saving: 2.47 m

-- 
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 67013] FILESAVE: border of header dissapears when saving in anything but .odt /.ott

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67013

pietro.panga...@studiostorti.com changed:

   What|Removed |Added

   Keywords||filter:docx
 CC||mar...@studiostorti.com

-- 
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 76324] CALC becomes very slow with 5000+ comments

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76324

massimo.zaffaina  changed:

   What|Removed |Added

   Keywords||perf
 CC||mar...@studiostorti.com,
   ||massimo.zaffaina@studiostor
   ||ti.com

-- 
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 99757] Master build failure in dbaccess_RowSetClones.test on OSX 10.11.4 with XCode 7.3.1 and JDK 1.8.0_92

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99757

Alex Thurgood  changed:

   What|Removed |Added

Summary|Master build failure in |Master build failure in
   |librptxmllo.dylib on OSX|dbaccess_RowSetClones.test
   |10.11.4 with XCode 7.3.1|on OSX 10.11.4 with XCode
   |and JDK 1.8.0_92|7.3.1 and JDK 1.8.0_92

-- 
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 98491] Split hsqldb Base application will not start under OSX10.11.x causes LO to freeze requiring force kill

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98491

Alex Thurgood  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 98491] Split hsqldb Base application will not start under OSX10.11.x causes LO to freeze requiring force kill

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98491

--- Comment #11 from Alex Thurgood  ---
Works fine with 

Version: 4.4.7.2
Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600
Locale: fr.UTF-8

==> 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 97087] Timers and idles should have programmer comprehensible, unique names

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97087

--- Comment #24 from Michael Meeks  ---
Hi Tor,

> Another thing: We should change the name field to be an OUString. Using a 
> const
> char * is just fallback to C thinking and micro-optimisation

I disagree. The joy of a char * is that we can pass a NULL pointer in the
non-debug case - without needing any macro horrors; and avoid calling a
pointless empty OUString constructor =)

OUString()
{
pData = NULL;
rtl_uString_new( &pData );
}

Thanks,

Michael.

PS. - I see no problem with merging the existing patches - and then updating
them with a new easy hack to Tor's scheme =)

-- 
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 93719] MAILMERGE: Freezes On "Step 5: Adjust Layout" in OS X Or Does Not Show Preview on Windows 7

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93719

--- Comment #14 from Marco Filippozzi  ---
Step 5 on 5.1.3.2 and 5.0.6.3 seems really bugged. On Linux it crashes is the
parameters are invalid or if you press Align text to body, and when you press
Next instead of Enter to advance to steps 6.
It's fixed on 5.2.0.0 and 5.3.0.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 97501] Crash while closing the document after registering a new database

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97501

Caolán McNamara  changed:

   What|Removed |Added

 CC||manuel.defranceschi@studios
   ||torti.com

--- Comment #3 from Caolán McNamara  ---
*** Bug 100395 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 100395] Crash in datasource tree view when expanding tree in Exchange Database dialog

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100395

Caolán McNamara  changed:

   What|Removed |Added

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

--- Comment #4 from Caolán McNamara  ---
This all crashes for me in the same place as bug 97501 and alex's backtrace has
that crashing frame in it too.

So this should get fixed by the pending review
https://gerrit.libreoffice.org/#/c/22027/

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

-- 
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 97501] Crash while closing the document after registering a new database

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97501

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

http://cgit.freedesktop.org/libreoffice/core/commit/?id=00a988896755dd9066d62892d38da0efe769493c&h=libreoffice-5-1

tdf#97501: crash in SwDBManager fixed

It will be available in 5.1.5.

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 97501] Crash while closing the document after registering a new database

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97501

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.2.0   | target:5.2.0 target:5.1.5

-- 
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 97087] Timers and idles should have programmer comprehensible, unique names

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97087

--- Comment #25 from Tor Lillqvist  ---
And how many millions of timers and idles do we have again so that it makes any
difference?

-- 
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 100420] New: Does not cope correctly with TrueType font

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100420

Bug ID: 100420
   Summary: Does not cope correctly with TrueType font
   Product: LibreOffice
   Version: 5.1.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: had...@danisch.de

Hi,

I'm trying to use Fonts of the Swiss 721 Family, i.e. Swiss 721 Bd Round for
Impress slides. 

Problem 1) Although the font is shown in four faces (regular, bold, italic,
bold italic) in other programs, libreoffice shows only three

Problem 2) No kerning. while the Font looks normal in other programs, it looks
horrible in impress, e.g. the word Test looks like  T est, since the e is not
moved under the T.  

I can forward the font file (SWZ721BR.TTF) by email for debugging, but not as a
public visible attachment, since it is a commercial font.

-- 
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 95421] Cannot move object by dragging its anchor icon.

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95421

Marco Filippozzi  changed:

   What|Removed |Added

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

--- Comment #13 from Marco Filippozzi  ---
Works for me on:

Version: 5.0.6.3
Build ID: 490fc03b25318460cfc54456516ea2519c11d1aa
Locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)

Version: 5.1.3.2
Build ID: 644e4637d1d8544fd9f56425bd6cec110e49301b
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default;
Locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)

Version: 5.2.0.0.beta2
Build ID: ae12e6f168ba39f137fc110174a37c482ce68fa4
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default;
Locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)

Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default;
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)

STATUS: NEW -> RESOLVED, WORKSFORME

-- 
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 100421] New: Crash when delete multiple tables

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100421

Bug ID: 100421
   Summary: Crash when delete multiple tables
   Product: LibreOffice
   Version: 5.0.6.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: manuel.defrances...@studiostorti.com
CC: mar...@studiostorti.com

Created attachment 125690
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125690&action=edit
Try to delete the outer table and LO crash.

Description:

If I insert five or more tables 10x15 one inside the other and then cancel the
outer table(or the column or the row which contain the cell that contain the
other tables) LO crashes. It seems that the dimension influence the problem:
for example, at 8x13 with five tables LO doesn't crash, but with six tables it
does, and at 100x10 it doesn't crash at all.

Steps:
1-Open Writer
2-Insert a table 10x15
3-Repeat step 2 for at least 5 time without change the cursor's position
4-Delete the outer table
At this point LO crash.

Affected version:

Version: 5.0.6.3
Build ID: 490fc03b25318460cfc54456516ea2519c11d1aa
Locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)

Version: 5.1.3.2
Build ID: 644e4637d1d8544fd9f56425bd6cec110e49301b
CPU Threads: 2; UI Render: default; 
Locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)

Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2; 
UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)

Not affected version:

Version 3.6.7.2 (Build ID: e183d5b)
OS: openSUSE Leap 42.1 (x86_64)

Versione: 4.4.7.2
Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600
Versione locale: it_IT.UTF-8
OS: openSUSE Leap 42.1 (x86_64)

-- 
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 100301] Change to mojibake

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100301

Marina Latini  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Marina Latini  ---
spam

-- 
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 87012] REPORT-BUILDER: Charts without content if chart contain date or time

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87012
Bug 87012 depends on bug 68663, which changed state.

Bug 68663 Summary: ReportBuilder char: unsetting "Label in first column" has no 
effect
https://bugs.documentfoundation.org/show_bug.cgi?id=68663

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 87012] REPORT-BUILDER: Charts without content if chart contain date or time

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87012

Alex Thurgood  changed:

   What|Removed |Added

  Component|filters and storage |Base

--- Comment #7 from Alex Thurgood  ---
Tested Robert's sample database with 

Version: 5.1.3.2
Build ID: 644e4637d1d8544fd9f56425bd6cec110e49301b
CPU Threads: 2; OS Version: Mac OS X 10.11.5; UI Render: default; 
Locale: fr-FR (fr.UTF-8)

The only report that displays data points is Report_Integer_Temperature, on the
other reports no data points are displayed at all.

-- 
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 87012] REPORT-BUILDER: Charts without content if chart contain date or time

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87012

Alex Thurgood  changed:

   What|Removed |Added

 OS|Linux (All) |All

-- 
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 87012] REPORT-BUILDER: Charts without content if chart contain date or time

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87012

Alex Thurgood  changed:

   What|Removed |Added

   Priority|medium  |high
   Severity|normal  |major

-- 
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 42082] [META] Make LibreOffice shine and glow on OS X

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42082
Bug 42082 depends on bug 89657, which changed state.

Bug 89657 Summary: The lang-pack installation mechanism on OS X unacceptable -- 
needs refactoring for better installation UX
https://bugs.documentfoundation.org/show_bug.cgi?id=89657

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

-- 
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 78657] FILESAVE: When saving a DOCX that has a picture with a hyperlink on it - the hyperlink is lost

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78657

pietro.panga...@studiostorti.com changed:

   What|Removed |Added

   Keywords||filter:docx
 CC||mar...@studiostorti.com

--- Comment #4 from pietro.panga...@studiostorti.com ---
Problem still present in:
Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)

-- 
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 100380] Chart in report contains no data unless y values are field 0

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100380

--- Comment #6 from Alex Thurgood  ---
Is this not a DUP of bug 68663 ?

-- 
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 99996] Wrong formatting of numbers if a format code of 'Fraction' type is used

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=6

Wolfgang Jäger  changed:

   What|Removed |Added

 CC||j...@psilosoph.de

--- Comment #2 from Wolfgang Jäger  ---
Created attachment 125691
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125691&action=edit
Reworked demo avoiding the impact of another 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 99996] Wrong formatting of numbers if a format code of 'Fraction' type is used

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=6

--- Comment #3 from Wolfgang Jäger  ---
Concerning the above attached example:
Please note the impact of bug#97837 here. The example document "...001" was
created using the mentioned fractional format "# ?/". After a save/reload
cycle this format was forgotten and "# ?/?" used instead. To get the demo as
intended you first have to reinstate the number format "# ?/" for column A
at least. 
I prepared a reworked demo "...002" using the TEXT function to apply the
format. This is not afflicted by the other 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 100380] Chart in report contains no data unless y values are field 0

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100380

Alex Thurgood  changed:

   What|Removed |Added

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

--- Comment #7 from Alex Thurgood  ---
(In reply to Alex Thurgood from comment #6)
> Is this not a DUP of bug 68663 ?

The absence of data points is bug 68663 which Lionel originally provided a fix
for, but which fix was reverted because it ruined copy/paste of Calc charts
(bug 72727) into other LO documents.

The reason that this wasn't tested in the 5.0.x series was because chart
display in reports was screwed for that series.


So we are now in a situation where this bug persists, and I have re-opened bug
68663 as a result.

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

-- 
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 100381] XY chart in report - X values field setting not remembered

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100381

--- Comment #2 from Alex Thurgood  ---
Methinks this is a result of the underlying effects of, and is also a DUP of,
bug 68663

-- 
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 100381] REPORT BUILDER : XY chart in report - X values field setting not remembered

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100381

Alex Thurgood  changed:

   What|Removed |Added

Summary|XY chart in report - X  |REPORT BUILDER : XY chart
   |values field setting not|in report - X values field
   |remembered  |setting not remembered

-- 
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 100380] REPORT BUILDER : Chart in report contains no data unless y values are field 0

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100380

Alex Thurgood  changed:

   What|Removed |Added

Summary|Chart in report contains no |REPORT BUILDER : Chart in
   |data unless y values are|report contains no data
   |field 0 |unless y values are field 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 87012] REPORT-BUILDER: Charts without content if chart contain date or time

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87012

Alex Thurgood  changed:

   What|Removed |Added

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

-- 
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 100381] REPORT BUILDER : XY chart in report - X values field setting not remembered

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100381

Alex Thurgood  changed:

   What|Removed |Added

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

-- 
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 87012] REPORT-BUILDER: Charts without content if chart contain date or time

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87012

--- Comment #8 from Alex Thurgood  ---
Isn't this a DUP of bug 68781 ?

-- 
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 68781] FILEOPEN Report Builder produced chart-in-writer drops date values

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68781

Alex Thurgood  changed:

   What|Removed |Added

Summary|FILEOPEN chart-in-writer|FILEOPEN Report Builder
   |drops date values   |produced chart-in-writer
   ||drops date values

-- 
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 36107] ReportBuilder: Background other than "color" non-functional

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36107

Alex Thurgood  changed:

   What|Removed |Added

Summary|Base ReportBuilder: |ReportBuilder: Background
   |Background other than   |other than "color"
   |"color" non-functional  |non-functional

-- 
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 100400] No template available according to use of MS Word 2016 for Academic Works

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100400

--- Comment #13 from Cor Nouws  ---
(In reply to Marco A.G.Pinto from comment #12)

Hey friend :) !

> In simple words: I will try to start doing it next Monday and have it
> finished on Tuesday after revising it.

No problem I think.
As written: now we are at it: better make a little more effort for a much
better result. We might even consider to ask on marketing/10n/users list for
more input in this type of template? Maybe in the end we have two or three or
.. generic standards?

Ciao,
Cor

-- 
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 84394] FILESAVE: picture in imported XLS file is not saved correctly

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84394

pietro.panga...@studiostorti.com changed:

   What|Removed |Added

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

--- Comment #15 from pietro.panga...@studiostorti.com ---
Verified fixed in:
Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)

Status NEW -> RESOLVED 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 100375] MAIL MERGE: Text kept as field when printed as Individual documents

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100375

Alex Thurgood  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #3 from Alex Thurgood  ---
(In reply to manuel.defranceschi from comment #2)
> So it's normal that the field is highlight. But if so, it's a problem if
> when I print the document as a single document instead of as individual file
> the field are converted in text?

@Manuel : OK, I now understand the problem you are describing, and yes, the two
are inconsistent, IMHO they should behave the same way. Your initial bug report
did not mention this fact though, hence the questions on my side.

I will clean this report up and confirm.

-- 
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 100375] MAIL MERGE: Text kept as highlighted field values when printed as individual documents , whereas a single document contains unhighlighted field values

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100375

Alex Thurgood  changed:

   What|Removed |Added

Summary|MAIL MERGE: Text kept as|MAIL MERGE: Text kept as
   |field when printed as   |highlighted field values
   |Individual documents|when printed as individual
   ||documents, whereas a single
   ||document contains
   ||unhighlighted field values

-- 
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 100175] Impress hangs when changing templates in Ubuntu 16.04 LTS 64-bit

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100175

Buovjaga  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |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 100375] MAIL MERGE: Text kept as highlighted field values when printed as individual documents , whereas print to a single document contains unhighlighted field values

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100375

Alex Thurgood  changed:

   What|Removed |Added

 OS|Linux (All) |All

-- 
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 100375] MAIL MERGE: Text kept as highlighted field values when printed as individual documents , whereas a single document contains unhighlighted field values

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100375

--- Comment #4 from Alex Thurgood  ---
Compare the two Print to File options in a mailmerge document.

The Print to Multiple Files produces Writer documents that contain values from
the data fields that are highlighted with the default grey background.

The Print to Single File option produces a document with the field values and
no highlighting.

-- 
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 100375] MAIL MERGE: Text kept as highlighted field values when printed as individual documents , whereas print to a single document contains unhighlighted field values

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100375

Alex Thurgood  changed:

   What|Removed |Added

Summary|MAIL MERGE: Text kept as|MAIL MERGE: Text kept as
   |highlighted field values|highlighted field values
   |when printed as individual  |when printed as individual
   |documents, whereas a single |documents, whereas print to
   |document contains   |a single document contains
   |unhighlighted field values  |unhighlighted field values

-- 
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 100375] MAIL MERGE: Text kept as highlighted field values when printed as individual documents , whereas print to a single document contains unhighlighted field values

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100375

--- Comment #5 from Alex Thurgood  ---
The display behaviour in the end files should be consistent, therefore this is
a 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 100406] Writer: Update to external links removes nearly all contents from Rober' s Base Guide (and maybe others)

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100406

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||rob...@familiegrosskopf.de
 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 100068] Automated creating of Libreoffice dialog screenshots

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100068

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

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

tdf#100068: ScreenshotId for tab dialogs

It will be available in 5.3.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 99843] Slide Show on Automatic Next Slide and Suppressing Bullet Point Animations

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99843

--- Comment #5 from Buovjaga  ---
John and Vadim: should we close this report as a duplicate of bug 61679?

-- 
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 96191] Crash after creating a form

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96191

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #11 from Alex Thurgood  ---
Per comment 10 : needinfo

-- 
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 100417] Cannot set slide offset in Impress

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100417

Cor Nouws  changed:

   What|Removed |Added

Version|5.0.6.2 release |Inherited From OOo

-- 
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 96191] Crash after creating a form

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96191

--- Comment #12 from Alex Thurgood  ---
@Bar : are you using the distrib-provided version of LibreOffice on your
Xubuntu 15.10 or the official TDF-provided download ?

Ubuntu-provided versions have been reported, unfortunately, as having various
instabilities, particularly in relation to Base. If the problem is
distrb-provided LO, then this is NOTOURBUG.

-- 
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 48593] FORMATTING: Change of Identation in Text Documents is Possible in Open-read-only Mode

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48593

manuel.defrances...@studiostorti.com changed:

   What|Removed |Added

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

--- Comment #10 from manuel.defrances...@studiostorti.com ---
Not present in:

Version: 5.2.0.0.beta2
Build ID: ae12e6f168ba39f137fc110174a37c482ce68fa4
CPU Threads: 2;
UI Render: default; 
Locale: it-IT (it_IT.UTF-8)
OS: OS: openSUSE Leap 42.1 (x86_64)

Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2;
UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS: OS: openSUSE Leap 42.1 (x86_64)

I changed the bugs status to resolved 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 34375] EDITING: 'Keep ratio' broken for Symbol Shapes

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34375

manuel.defrances...@studiostorti.com changed:

   What|Removed |Added

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

--- Comment #7 from manuel.defrances...@studiostorti.com ---
Not present in:

Version: 5.2.0.0.beta2
Build ID: ae12e6f168ba39f137fc110174a37c482ce68fa4
CPU Threads: 2;
UI Render: default; 
Locale: it-IT (it_IT.UTF-8)
OS: OS: openSUSE Leap 42.1 (x86_64)

Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2;
UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS: OS: openSUSE Leap 42.1 (x86_64)

I changed the bugs status to resolved 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 100406] DE: Update to external links removes nearly all contents from Rober' s Base Guide (and maybe others)

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100406

Regina Henschel  changed:

   What|Removed |Added

 CC|rob...@familiegrosskopf.de  |
  Component|Writer  |Localization
   Assignee|libreoffice-b...@lists.free |rob...@familiegrosskopf.de
   |desktop.org |
Summary|Writer: Update to external  |DE: Update to external
   |links removes nearly all|links removes nearly all
   |contents from Rober's Base  |contents from Rober's Base
   |Guide (and maybe others)|Guide (and maybe others)

--- Comment #3 from Regina Henschel  ---
It is a problem not in LibreOffice but in the document itself.

Having a version with linked chapters is not bad as such, because it makes it
easier for collaborate editing and for keeping the full guide up-to-date. But
it is dangerous for those, who only want to read it. So it might be good to
upload a version with embedded chapters in addition, or at least put a
warning/information on the Wiki page.

Hi Robert, I have assigned it to you. If you do not have time enough, then
please set Assignee back to 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 100422] New: MAIL MERGE - LO crash if you exit Mail Merge Wizard after loading previous document or template

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100422

Bug ID: 100422
   Summary: MAIL MERGE - LO crash if you exit Mail Merge Wizard
after loading previous document or template
   Product: LibreOffice
   Version: 5.2.0.0.beta2
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: marco.filippo...@studiostorti.com

The Mail Merge Wizard create the document in background when you select to load
a previous document or a template in step 1. This causes a crash if you exit
the Mail Merge Wizard before completion.
I think it's because the document is loaded in background when you close the
wizard.

STEPS:
*Tools -> Mail Merge Wizard
*Start from existing document/Start from template
*Select the document/template and click next
*Close the wizard pressing cancel or the X button

Notice how the document is created before the completion of the wizard.

Expected Behaviour:
The document/template is loaded after the completion of the wizard.

Tested on:
Version: 5.2.0.0.beta2
Build ID: ae12e6f168ba39f137fc110174a37c482ce68fa4
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default;
Locale: it-IT (it_IT.UTF-8)
OS:openSUSE Leap 42.1 (x86_64)

Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default;
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS:openSUSE Leap 42.1 (x86_64)

-- 
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 99861] Broken BASIC example code indentation

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99861

--- Comment #2 from Caolán McNamara  ---
This seems to be a regression from...

commit 6614bedceadcc07ec082c5e926107f27903bda5c
Author: Christian Lohmaier 
Date:   Mon Jan 25 20:07:10 2016 +0100

fix validation errors by round-trip through helpauthoring extension

-- 
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 100332] With OpenGL rendering many UI labels are unreadable due to low or no contrast to background

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100332

Adolfo Jayme  changed:

   What|Removed |Added

 Whiteboard||target:5.3.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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

--- Comment #12 from lorenzo.mo...@studiostorti.com ---
Still present in:

Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)

LibreOffice Version: 5.1.3.2
Build ID: 644e4637d1d8544fd9f56425bd6cec110e49301b
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
Locale: it-IT (it_IT)
OS: Windows 7 Home Premium SP1 x86

Versione: 5.2.0.0.beta2
Build ID: a83fc06803e11f27e95c809fdfacbbd0377ff7d0
Thread CPU: 4; Versione SO: Windows 6.1; Resa interfaccia: predefinito; 
Versione locale: it-IT (it_IT)
OS: Windows 7 Home Premium SP1 x86

-- 
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 100423] New: Template manager delete all with shortcuts CTRL-A and Del doesn' t work correctly

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100423

Bug ID: 100423
   Summary: Template manager delete all with shortcuts CTRL-A and
Del doesn't work correctly
   Product: LibreOffice
   Version: 5.2.0.0.beta2
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dan...@qaleido.nl

How to reproduce:
Install LibreOffice 5.2 Daily
Start center -> Templates -> Manage Templates -> Import -> My Templates -> OK
Navigate to a bunch (3 or more) of templates and import them
Set the filter to My Templates
Do CTRL-A + Del
Some templates remain (should be zaroo, 0)

Related:
tdf#94515

Some remarks:
CTRL-Z doesn't work
Rightclick doesn't have an option "Select All"
CTRL-A + Rightclick deselects all but the one clicked on

Version: 5.2.0.0.beta2+
Build ID: 32ecf73b9f26e74f72086bf43a72244c165a391c
CPU Threads: 2; OS Version: Linux 4.4; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:libreoffice-5-2, Time:
2016-06-14_08:30:46

-- 
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 100416] options on background color of cell

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100416

Adolfo Jayme  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Adolfo Jayme  ---
Merging the two color selectors is already suggested in bug 84267, although
that report mentions gradients mainly, but it would also fix this use case.
Thank you for reporting!

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

-- 
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 84267] Documents with custom colors and gradients require improvements to the Area dialog , integrate the new color picker

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84267

Adolfo Jayme  changed:

   What|Removed |Added

 CC||roelandb...@hotmail.com

--- Comment #8 from Adolfo Jayme  ---
*** Bug 100416 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 90597] TRACK CHANGES: Uno command for accepting/ rejecting change without jumping to next change

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90597

--- Comment #8 from soffioalcu...@posteo.net ---
I agree with what has just been added: It would be very useful for me as user
be able to read the sentence for which I've just accepted/rejected a change
again to see (and hear) if it's better.
At least an option as has just been mentioned would be nice.

-- 
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 100337] Message boxes showup empty with white background

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100337

--- Comment #23 from Fernand  ---
on WINDOWS 8.1 pro
latest build
Version: 5.3.0.0.alpha0+
Build ID: 3ab13873ebb6dc4738be2e2184ee4433a2447c1d
CPU Threads: 4; OS Version: Windows 6.29; UI Render: default;
TinderBox: Win-x86@39, Branch:master, Time: 2016-06-16_01:48:01
Locale: nl-BE (nl_BE) 


Strange but we have different results as Stuard has

>GL enabled
first msgbox OK
al the rest not OK

>GL Disabled
First Megbox OK
second always notOK
rest ramdom ok and notOK

also strange: in the 5.1 (without fix) we have better results (more visible
msgboxes) with the GL enabled

-- 
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 100424] Disable automatic linking of URLs

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100424

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||samuel.mehrbr...@cib.de
   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 100424] New: Disable automatic linking of URLs

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100424

Bug ID: 100424
   Summary: Disable automatic linking of URLs
   Product: LibreOffice
   Version: 5.2.0.0.alpha1
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: samuel.mehrbr...@cib.de

Currently, when you type a URL like http://example.com, it automatically gets
converted to a link.
I find this unhelpful most of the times, and would suggest to turn it off by
default.

We have the hyperlink toolbar button visible by default which makes it easy to
insert links if you want to.

Thoughts?

-- 
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 98797] MAILMERGE: Crash or freeze when "Send E-Mail Messages"

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98797

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.3.0|target:5.3.0 target:5.2.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 98797] MAILMERGE: Crash or freeze when "Send E-Mail Messages"

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98797

--- Comment #6 from Commit Notification 
 ---
Michael Stahl committed a patch related to this issue.
It has been pushed to "libreoffice-5-2":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=0cfaabfc9457d15c819811a10deaf00eaef0e260&h=libreoffice-5-2

tdf#98797 sw: try to fix crash in SwMailDispatcherListener_Impl

It will be available in 5.2.0.1.

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 100387] PPTX export of user defined animation (simple bullet list) fails

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100387

Adolfo Jayme  changed:

   What|Removed |Added

   Keywords||filter:pptx

-- 
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 100390] PPTX export of cloud shape leaves cloud partially unfilled

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100390

Adolfo Jayme  changed:

   What|Removed |Added

   Keywords||filter:pptx

-- 
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 100389] PPTX export of user defined animation (shapes) fails

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100389

Adolfo Jayme  changed:

   What|Removed |Added

   Keywords||filter:pptx

-- 
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 100391] PPTX export of shape with text shifts text outside the shape

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100391

Adolfo Jayme  changed:

   What|Removed |Added

   Keywords||filter:pptx

-- 
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 100348] PPT(X) export of fontwork does not work

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100348

Adolfo Jayme  changed:

   What|Removed |Added

   Keywords||filter:pptx

-- 
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 100403] MAIL MERGE WIZARD- LO crash when given invalid parameters in step 5

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100403

Adolfo Jayme  changed:

   What|Removed |Added

   Keywords||dataLoss, wantBacktrace

-- 
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 99861] Broken BASIC example code indentation

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99861

Christian Lohmaier  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |olivier.hallot@documentfoun
   |desktop.org |dation.org

--- Comment #3 from Christian Lohmaier  ---
nope, no regression. That string was a single string before already.

-Select Case condition Case expression Statement Block [Case
expression2 Statement Block][Case Else] Statement Block End Select

+Select Case
condition Case expression Statement Block [Case expression2 Statement
Block][Case Else] Statement Block End Select


Reassigning to Olivier to decide what's the best time to fix it/whether to fix
for 5.2 or not (next week is string freeze)

-- 
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 100421] Crash when delete multiple tables

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100421

manuel.defrances...@studiostorti.com changed:

   What|Removed |Added

   Severity|normal  |major

-- 
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   >