[Libreoffice-bugs] [Bug 93953] Crash when accessing Tools > Macros > Organize Macros > Javascript while in backtrace mode

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

Michael Meeks  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #18 from Michael Meeks  ---
hmm; so if you have a debug build; perhaps it would be better to generate a
core file =) if you can ensure you're running soffice from a write-able
directory and do:

ulimit -c unlimited

and run it until it crashes.

Then we should have a core.12345 file.

You should be able to load that in gdb:

gdb /path/to/soffice.bin core.12345
thread apply all backtrace

And then we'll have the detail we need to chase the real crash; not the Java
related SEGV =)

Thanks !

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


[Libreoffice-bugs] [Bug 94169] Open split button recent document list should show icons next to entries

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||jmei...@worldimpact.org

--- Comment #5 from V Stuart Foote  ---
*** Bug 92050 has been marked as a duplicate of this bug. ***

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


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

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

--- Comment #2 from Alex Thurgood  ---
@sjn45 : what do you mean by "the opening process" ?

On my OSX 10.11.2, I downloaded the 5032 DMG file, double-clicked on it to open
it, then dragged the LibreOffice.app icon to the Applications folder.

I was asked if I wanted to replace my existing version of LibreOffice with the
new one, I answered yes, and the overwriting process was started and completed
successfully. Then I can double-click on the LibreOffice icon in the
Applications folder and LibreOffice is started once I have authorised
Gatekeeper to allow it to launch.

Problem not reproduced on OSX 10.11.2

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


[Libreoffice-bugs] [Bug 96514] New: LOKView zoom-level property doesn't notify changes

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

Bug ID: 96514
   Summary: LOKView zoom-level property doesn't notify changes
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bugzi...@hadess.net

Usually, properties should call "g_object_notify()" for the property that
changed when their value changes.

_set_zoom() doesn't do this:
http://cgit.freedesktop.org/libreoffice/core/tree/libreofficekit/source/gtk/lokdocview.cxx#n2475

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


[Libreoffice-bugs] [Bug 96518] New: MSI Installer: Test for existing non-empty directory (CheckInstallDirectory) will always return OK

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

Bug ID: 96518
   Summary: MSI Installer: Test for existing non-empty directory
(CheckInstallDirectory) will always return OK
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: stuart.swales.croftnu...@gmail.com

One of our custom install functions CheckInstallDirectory (in Library_shlxtmsi,
compiled from
setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx)
will always claim that the target installation directory is empty, and
therefore OK to install into, as it is checking for the wrong file.

It does this as it inserts the string "LibreOffice 5" between the actual
install location and the file it's trying to test for.

Spotted this whilst looking to eliminate _tstring/TCHAR and Win32 ANSI API
calls.

Verified by adding debug output to this custom installer DLL in a build of 5.1
beta2 and forcing LO install into a differently named directory containing a
program\setup.ini file.

git diff \
 -r 4dd1fa636a7408ba04777435911f8b1cb5da7587 \
 -r d5c1f2e15d2b80346f02612919dc5de014153bb8 \
 setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx

-std::_tstring sSetupIniPath = sInstallPath + TEXT("program\\setup.ini");
+std::_tstring sSetupIniPath = sInstallPath + sOfficeHostnamePath +
TEXT("\\program\\setup.ini");

*** BUT the worst thing is that this function is called too late in the MSI
InstallExecuteSequence AFTER all the files have been copied anyway, so it would
end up testing for a file which always DID exist...

I think that the best thing to do is to actually eliminate this function from
the installer.

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


[Libreoffice-bugs] [Bug 95903] PyUNO connection makes LibreOffice x64 crash

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

Stephan Bergmann  changed:

   What|Removed |Added

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

--- Comment #5 from Stephan Bergmann  ---
requested backport to libreoffice-5-0 towards LO 5.0.5 at


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


[Libreoffice-bugs] [Bug 91115] Gallery Drag & Drop Feature Broken (Ubuntu Unity only)

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

Joel Madero  changed:

   What|Removed |Added

   Keywords|bibisectRequest |

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


[Libreoffice-bugs] [Bug 92050] add associated file-type icons in Open drop-down menu and Recent Documents

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

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |DUPLICATE

--- Comment #6 from V Stuart Foote  ---
QA housekeeping and going to dupe this out to bug 94169 --Open split button
recent document list should show icons next to entries-- as that is tracking
the UI implementation. 

That is which icon to actually assign based on last used, and how to
restructure the MRU list history to provide that detail.

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

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


[Libreoffice-bugs] [Bug 96513] New: LOKView can-zoom-out is always false

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

Bug ID: 96513
   Summary: LOKView can-zoom-out is always false
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bugzi...@hadess.net

m_bCanZoomOut is always false:
http://cgit.freedesktop.org/libreoffice/core/tree/libreofficekit/source/gtk/lokdocview.cxx#n127

So is mbCanZoomIn:
http://cgit.freedesktop.org/libreoffice/core/tree/libreofficekit/source/gtk/lokdocview.cxx#n126

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


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

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

Bug ID: 96516
   Summary: Left Join not available with unixodbc and sqlite
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@tim-passingham.co.uk

Sqlite supports Inner Joins and Left Joins, but not Right Joins.

As I understand it ODBC supports all 3 types.

In BASE, using ODBC, the available joins are Inner and Right Joins, but not
Left Joins. 

I wonder if this is an error?  

I'd use jdbc if I could get it working with sqlite but so far I haven't found a
version that works (I use jdbc and mysql successfully).

If this is a deliberate design choice it is strange, since it means that only
Inner Joins can be used with BASE, odbc and sqlite.

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


[Libreoffice-bugs] [Bug 96092] Hang with manage changes in Side Bar (experimental) with specific file (containing comments)

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

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected
 CC||r...@post.cz,
   ||vmik...@collabora.co.uk

--- Comment #6 from raal  ---
bibisected using /bibisect-win32-5.1
I marked as bad commit which crashes writer immediately (when Open Manage
Changes in Side Bar), but in every bibisected commit (good) LO crashes after
closing the program.

92dedde279c7521da59f3b3c535d6fd9c26efcef is the first bad commit
commit 92dedde279c7521da59f3b3c535d6fd9c26efcef
Author: Norbert Thiebaud 
Date:   Wed Oct 28 09:49:00 2015 -0700

source sha:8c85e746dc52bf8ada89d4be6d193a0760af1b21

source sha:8c85e746dc52bf8ada89d4be6d193a0760af1b21

:04 04 a40e240bf3b28bbe9d4867666ded2d517cfd363a
942049a96a407cd36b7ea82ff94fe5704763279c M  instdir

authorMiklos Vajna 2015-10-28 08:01:09 (GMT)
committerMiklos Vajna 2015-10-28 08:06:09
(GMT)
commit8c85e746dc52bf8ada89d4be6d193a0760af1b21 (patch)
sw: prefix members of SwTableBox

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


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

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

Bug ID: 96519
   Summary: bad file chooser without kde integration installed,
bad taskbar icons with it installed
   Product: LibreOffice
   Version: 5.1.0.0.beta1
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ja...@joines.org

Created attachment 121320
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121320=edit
libreoffice application icons missing from taskbar

This applies to LibreOffice 5.1 beta2, (that version is not listed in the bug
creation form), both 5.1 beta2 from the pre-releases and this daily build
running on Kubuntu 14.04.3 amd64.

Version: 5.1.0.0.beta2+
Build ID: 6d4d9cb5716ed452a5ff3f30c68203e2794c832f
Threads 4; Ver: 3.13; Render: default; 

If I install lodevbasis5.1-kde-integration, I end up with some really horrible
file chooser.  This is neither the KDE file chooser nor the normal LibreOffice
file chooser.

If I remove lodevbasis5.1-kde-integration, the file chooser goes back to the
normal LibreOffice file chooser but the application icons normally associated
with open documents in the taskbar are gone, replaced with the default X icon.

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


[Libreoffice-bugs] [Bug 96521] New: [ANIMATION] Animation "Put on the Brakes" hangs presentation

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

Bug ID: 96521
   Summary: [ANIMATION] Animation "Put on the Brakes" hangs
presentation
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: olivier.hal...@documentfoundation.org

The file attached has 2 slides, where the first has one object only with "Put
on the Brakes" animation enabled.

When the Impress file is in presentation mode, the animation works but the
presentation freezes and does not display the second (next) slide.

I noticed that the mouse still forward the slides but the presentation is
hanged in the slide with object that has the "put on the brakes" animation.

(perhaps related to bug 90267)

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


[Libreoffice-bugs] [Bug 94169] Open split button recent document list should show icons next to entries

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

--- Comment #6 from Maxim Monastirsky  ---
(In reply to V Stuart Foote from comment #3)
> Picking up the icons as set for the StartCenter (and when no thumbnail is
> generated bug 74834 or bug 61320) for assignment on the MRU menu list would
> be good.
BTW Currently the start center does this by simply matching the extension, see
here:
http://opengrok.libreoffice.org/xref/core/sfx2/source/control/recentdocsview.cxx#82

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


[Libreoffice-bugs] [Bug 96520] New: XY plot: Allow more than 2 Y axes

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

Bug ID: 96520
   Summary: XY plot: Allow more than 2 Y axes
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: parrenin@gmail.com

Created attachment 121321
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121321=edit
Example .svg figure with many Y axes.

Currently, Chart is limited since it does not allow to have more than two Y
axes.
In scientific publications, it is very common to use charts with many Y axes.
I attach such example chart taken from an article published in the Science
journal.

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


[Libreoffice-bugs] [Bug 96248] assertion in SfxItemPool::Remove upon close with borders and changed date format

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

--- Comment #11 from Terrence Enger  ---
Created attachment 121324
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121324=edit
valgrind

First a correction:  in comment 9 where I said KDE, I meant Xfce.

I have once again run LO with --valgrind, with somewhat different results:
(*) The program raises the assertion in SfxItemPool::Remove.
(*) Mostly library names are replaced with source line numnbers.  (Why
not always?  I do not know.)
(*) I ran gdb on the core file.

This libreOffice is commit 63feac2, fetched 2015-12-14 03:03 UTC, 
configured ...

CC=ccache /usr/bin/gcc
CXX=ccache /usr/bin/g++
--enable-option-checking=fatal
--enable-dbgutil
--enable-debug
--enable-crashdump
--without-system-postgresql
--without-myspell-dicts
--with-extra-buildid
--without-doxygen
--with-external-tar=/home/terry/lo_hacking/git/src
# --disable-remote

built and running on debian-stretch.

The process of interest is 3223.  The following points may be of interest:

line   what
   --
  52   process 3223 starts
 202   invalid read
 349   invalid read
 496   invalid read
 643   invalid read
 790   invalid read
 937   invalid read
1084   invalid read
1231   assertion raised; backtrace by LO
1318   backtrace by valgrind
1387   process 3223 ends
1451   gdb backtrace
1532   gdb backtrace full

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


[Libreoffice-bugs] [Bug 91314] LO hangs loading .ods when multiple Chrome tasks are running

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

Nancy Hockley  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|4.4.2.2 release |5.0.0.1 rc
 Ever confirmed|0   |1

--- Comment #16 from Nancy Hockley  ---
I am not a tech and have limited knowledge in the behind the scenes working of
Libre Office. Is it possible to go back to the previous version?

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


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

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

Julien Nabet  changed:

   What|Removed |Added

 CC||ipla...@yahoo.co.uk
 OS|All |Mac OS X (All)

--- Comment #9 from Julien Nabet  ---
Alex: would you have some time to give it a try? Indeed, it might a specific
bug to MacOs.

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


[Libreoffice-bugs] [Bug 96521] [ANIMATION] Animation "Put on the Brakes" hangs presentation

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

--- Comment #1 from Olivier Hallot  ---
Created attachment 121322
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121322=edit
Presentation file with slides that shows the freezing

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


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

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

--- Comment #7 from Jan-Marek Glogowski  ---
And just to make it clear: commenting the line

  cursor.getText().insertString(cursor, ".", true)

allows the save-load cycle to succeed!

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


[Libreoffice-bugs] [Bug 96517] New: Not orthography tool

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

Bug ID: 96517
   Summary: Not orthography tool
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: covitec...@gmail.com

Don't let me correct the orthography mistakes

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


[Libreoffice-bugs] [Bug 91314] LO hangs loading .ods when multiple Chrome tasks are running

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

tommy27  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
Version|5.0.0.1 rc  |4.4.2.2 release
 Ever confirmed|1   |0

--- Comment #17 from tommy27  ---
@Nancy
your last edits to this report are invalid.

first, you should not change the version field to a later version since it has
to indicate "earliest affected" release the bug is reproduced.

second, the status can be set as NEW only after an independent confirmation
from another user, and that's not clear from your latest message

regarding your question you can find old LibO releases here:
https://downloadarchive.documentfoundation.org/libreoffice/old/

if you want to downgrade just uninstall then reinstall an old release

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


[Libreoffice-bugs] [Bug 96522] New: [ANIMATION] Animation Spiral in does not work

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

Bug ID: 96522
   Summary: [ANIMATION] Animation Spiral in does not work
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: olivier.hal...@documentfoundation.org

Created attachment 121323
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121323=edit
file containing  object with spiral in animation

In the sample file attached, the animation spiral in does not work.

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


[Libreoffice-bugs] [Bug 96417] Groups of buttons on the panel

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

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||momonas...@gmail.com
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=93 |
   |837 |

--- Comment #5 from Maxim Monastirsky  ---
(In reply to Heiko Tietze from comment #2)
> Today there is no chance to individualize the UI in this way. It would mean
> to create a new button with all the underlying functionality.
Actually it should be very easy to create such buttons, thanks to my work on
SubToolBarController back in July. I believe it wouldn't be that hard to let
users create such group buttons themselves.

> However, I think your idea makes no sense in general. Menu buttons violate
> the basic idea of toolbars that is quick access to a certain function.
Well, one of the problems that Yan tries to solve is the toolbar usability in a
narrow window. I think that collapsing some related buttons to group buttons
when the window gets narrow, is much better solution than what we're doing
currently (putting everything in one popup menu). Keep in mind that the current
implementation requires two clicks anyway (open the context menu+click on the
menu item), and it also creates a lot of headache like Bug 42029. But I do
agree that it isn't easy to implement.

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


[Libreoffice-bugs] [Bug 96464] FILEOPEN FILESAVE: Add UpdateReferenceOnSort as a property of a sort range

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

Robert Lacroix  changed:

   What|Removed |Added

Summary|FILEOPEN FILESAVE: Add  |FILEOPEN FILESAVE: Add
   |UpdateReferenceOnSort as a  |UpdateReferenceOnSort as a
   |property of a document  |property of a sort range

--- Comment #2 from Robert Lacroix  ---
(In reply to m.a.riosv from comment #1)
Thanks for the tip! Defined ranges do a great job of handling multiple sort
ranges having distinct sort properties (range, keys, sort options).

I've changed the summary according to your suggestion, with each sort range
having its own behaviour of UpdateReferenceOnSort by adding a range property.
And forget the original comment about adding that global option as a new
document property.

So the work to do is:

#1) Move the UpdateReferenceOnSort global option checkbox under
Menu/Tools/Options from the LO Calc General group to the LO Calc Defaults
group. It should appear under a new title "Sort Options" to distinguish it from
default options for New Spreadsheet. As configured during installation, the
default value for the global option will be FALSE, for compatibility with other
spreadsheet software.

This cosmetic UI change tells the user that the checkbox sets the default value
of some other setting, rather than directly controlling some behaviour as it
does now.

#2) Add an UpdateReferencesOnSort range property to sort ranges (a sort range
is a range with option "Operations: Sort" appearing under Menu/Data/Define
Range/Options). The default value for this property is taken from the current
value of the UpdateReferencesOnSort global option.

The last-sorted range without a definition is preserved in the saved document.
This range will have the property too.

#3) Add a checkbox to the Sort Options tab of the Sort dialog to show and set
the UpdateReferenceOnSort range property.

#4) A legacy document doesn't have this property in its sort ranges. When
loading a legacy document, add the property to every sort range using the
default option value as in #2.

This saves the user from manually running every sort in a document to add this
property to all ranges.

#5) The behaviour when sorting a range is determined by the range's
UpdateReferenceOnSort range property.

#6) Saving a document containing one or more ranges preserves the
UpdateReferenceOnSort range property for each sort range.

#7) Loading a document containing one or more ranges

#8) When exporting LO to a document format that does not support the new
UpdateReferenceOnSort range property, the presence of a sorted range in the
document will cause the "potential data loss" warning to be displayed.

== Limitations ==

A sort range property can't be changed by the user without performing the sort.
A user can only click OK to accept changes (and sort), or click Cancel and the
property lose changes. Is that acceptable behaviour?

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


[Libreoffice-bugs] [Bug 96501] New: PC locks up when resizing grid

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

Bug ID: 96501
   Summary: PC locks up when resizing grid
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@tim-passingham.co.uk

5.0.3.2 Build ID: 1:5.0.3~rc2-0ubuntu1~trusty2 Locale: en-GB (en_GB.UTF-8).

In Base, create a form using the wizard (or any other way) and open it for
editing.

Add a grid control.

Resize or move the grid control by selecting the control itself using the
mouse.

No only does Base lock up, but the whole O/S gui locks up.  I can open a
terminal and attempt to find the process and kill it, but most often I have to
restart the PC.

If, however, I resize the grid by selecting the bars at the left or top of the
form frame, it works OK.

If this does not happen on other platforms/systems, or can't be replicated by
others, then it may be an ubuntu 14.04 gui issue or local configuration issue. 
I can't get a dump.

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


[Libreoffice-bugs] [Bug 88462] convert manual XInterface implementations into ::cppu::WeakComponentImplHelper

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

Samuel Mehrbrodt  changed:

   What|Removed |Added

   Keywords|skillDesign |
 CC||samuel.mehrbr...@cib.de

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


[Libreoffice-bugs] [Bug 88289] Focus Template not displayed correctly on OS X

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

Samuel Mehrbrodt  changed:

   What|Removed |Added

   Keywords|difficultyBeginner, |
   |easyHack, skillDesign   |
 CC||samuel.mehrbr...@cib.de

--- Comment #15 from Samuel Mehrbrodt  ---
No code pointers -> no easy hack

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


[Libreoffice-bugs] [Bug 96498] FILESAVE Detailed Calculation Settings won't trigger file change

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

--- Comment #2 from wu.mi...@icloud.com ---
@alex: in Detailed Calculation Settings : Details don't see anything to set as
per-file configuration.  I can read

- convert from text to num
- treat empty string as zero
- reference syntax for string ref
- use OpenCL for a subset of operations (default ON)
- minimum data for OpenCL use
- subset of OpCodes (with a list)

and a button to test OpenCL.  Works.

The XLS was not converted from ODF.

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


[Libreoffice-bugs] [Bug 96501] PC locks up when resizing grid

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

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

   What|Removed |Added

 CC||t...@tim-passingham.co.uk

--- Comment #1 from t...@tim-passingham.co.uk ---
I am now baffled.  Having had my system freeze several times a day for several
days when resizing grid controls (I'm developing a new database), and having
finally decided to report this issue, this morning I retested and it all worked
fine.

Strange things, computers.

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


[Libreoffice-bugs] [Bug 96419] Gluepoint direction not respected

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

Beluga  changed:

   What|Removed |Added

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

--- Comment #1 from Beluga  ---
Reproduced with the document.

The drawing didn't have glue points. I added one to the tip of the topmost line
and clicked the Exit direction top button in the glue point toolbar.
Upon adding a connector starting from the glue point, it first went left.

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: 917d59a84124d1022bd1912874e7a53c674784f1
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-12_12:17:04
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 96501] PC locks up when resizing grid

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

Alex Thurgood  changed:

   What|Removed |Added

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

--- Comment #2 from Alex Thurgood  ---


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

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


[Libreoffice-bugs] [Bug 91115] Gallery Drag & Drop Feature Broken (Ubuntu Unity only)

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

--- Comment #14 from Beluga  ---
With the latest master, the problem is gone.

Now there is this little bug of the thumbnail not showing up: bug 96418

For testers, be careful about the drag'n'drop unintuitive workflow:
https://help.libreoffice.org/Common/Adding_Graphics_to_the_Gallery

I confirmed the problem was still in 5.0.3 with Unity.

Ubuntu 15.10 64-bit
Version: 5.2.0.0.alpha0+
Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF-dbg, Branch:master, Time:
2015-12-15_06:21:19
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 88289] Focus Template not displayed correctly on OS X

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

--- Comment #16 from Andras Timar  ---
My suggestion was to use SVG images as slide backgrounds in
extras/source/templates/presnt/Focus.otp. It's an easy hack for a designer, not
for a coder.

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


[Libreoffice-bugs] [Bug 96369] ordinal numbers suffixes autocorrect replacements triggered in between words (Italian only)

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

tommy27  changed:

   What|Removed |Added

 CC||valterm...@gmail.com

--- Comment #2 from tommy27  ---
CC'ing Valter Mura from the IT localization team

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


[Libreoffice-bugs] [Bug 96416] FILESAVE: When saving as .docx, can generate UTF-8 FFF9 characters in the doc body

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

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Beluga  ---
I see it before "Old bones".
It is displayed as IAA inside a dashed box.
According to this IAA is short for Interlinear Annotation Anchor:
http://www.ltg.ed.ac.uk/~richard/utf-8.cgi?input=%EF%BF%B9=char

I could not reproduce the appearing of the extra anchor character. Not in the
attached .odt or from scratch. Tried a dozen times in each.

Win 7 Pro 64-bit, Version: 5.0.3.2 (x64)
Build ID: e5f16313668ac592c1bfb310f4390624e3dbfb75
Locale: fi-FI (fi_FI)

Version: 5.2.0.0.alpha0+
Build ID: 917d59a84124d1022bd1912874e7a53c674784f1
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-12_12:17:04
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 96482] cannot access columns of a tablecontrol in design mode

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

--- Comment #6 from Alex Thurgood  ---
Confirmiung also in master :

Version: 5.2.0.0.alpha0+
Build ID: ce3d3f5543e3e132a3473af27aa2c827336add0f
CPU Threads: 2; OS Version: -; UI Render: default; 
Locale : fr-FR (fr.UTF-8)
OSX 10.11.2

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


[Libreoffice-bugs] [Bug 96417] Groups of buttons on the panel

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

Beluga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi
  Component|UI  |ux-advise

--- Comment #1 from Beluga  ---
Ok UX, this one's for you.

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


[Libreoffice-bugs] [Bug 96491] not correct tooltip on icon function in Writer

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

Samuel Mehrbrodt  changed:

   What|Removed |Added

   Keywords||difficultyEasy, easyHack,
   ||topicUI
 CC||libreoffice@lists.freedeskt
   ||op.org

--- Comment #2 from Samuel Mehrbrodt  ---
This is a (very) easy hack. The string is in
sw/source/uibase/ribbar/inputwin.src .

(This should be done by new contributors).

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


[Libreoffice-bugs] [Bug 96417] Groups of buttons on the panel

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

--- Comment #2 from Heiko Tietze  ---
You are talking about 'menu button' (no default action) or 'split button'
(normal button plus a designated area where the menu pops up) and the toolbar
(not a panel). But I'm not sure if you want to be able to create such a button
yourself, meaning you talk about the toolbar individualization, or if you want
to suggest such a change in general.

Today there is no chance to individualize the UI in this way. It would mean to
create a new button with all the underlying functionality. But the good news is
that devs are working on something similar.

However, I think your idea makes no sense in general. Menu buttons violate the
basic idea of toolbars that is quick access to a certain function. If you need
two clicks to align text, for instance, that would be annoying. And for novices
it's hard to figure out where those hidden functions are located. The idea of
responsive design (grouping controls when resized) has the same limitations.

Saying that does not mean I'm completely against those controls. And of course
everybody should be able to have own preferences. But by default, menu buttons
should be used with care.

Here is the official position of the LibO design team about the toolbar
https://wiki.documentfoundation.org/Design/ToolBar

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


[Libreoffice-bugs] [Bug 96501] PC locks up when resizing grid

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

Alex Thurgood  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 96500] EDITING: flicker during mouse-move of table control (form design mode)

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

Alex Thurgood  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 94370] Very slow previewing of master pages - resizing panel refreshes them instantly

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

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected, perf
 CC||qui...@gmail.com,
   ||r...@post.cz

--- Comment #10 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Tomaž Vajngerl ; Could you possibly take a look at this one?
Thanks

8eaa307f895b522a921a02a76172127e0186a8f0 is the first bad commit
commit 8eaa307f895b522a921a02a76172127e0186a8f0
Author: Norbert Thiebaud 
Date:   Thu Jun 4 04:27:39 2015 -0500

source sha:2fa44119c802c39c4871e77726c01e6ba62a6262

source sha:2fa44119c802c39c4871e77726c01e6ba62a6262

:04 04 5fac56955050feba4cc0a94b66f21f59577a5250
1b3206f4b8f60c767cbb5e0494faadfaf138454d M  instdir

authorTomaž Vajngerl 2015-05-11
08:55:36 (GMT)
committerTomaž Vajngerl 2015-05-11
08:57:29 (GMT)
commit2fa44119c802c39c4871e77726c01e6ba62a6262 (patch)
refactor ValueSet to use RenderContext

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


[Libreoffice-bugs] [Bug 96498] FILESAVE Detailed Calculation Settings won't trigger file change

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

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Alex Thurgood  ---
@wu ming : the Preferences > Calc > Formula setting should apply to LibreOffice
as a whole, unless you click on the Details button and the click on the option
to apply to current document. Is this what you did with your first example
involving the Excel file ?

The reason I ask is that the default setting for me in my master build 5.2
alpha is for customised calculation. If I then reset the formula calculation to
Default, without having changed anything else in the sheet, I can save the file
to xlsx and get the usual question about whether I really want to export to
xlsx blabla because I might lose formatting etc. When I re-open the file, and
return to Preferences again, I see that Customised is again selected, instead
of Default, so in that sense, I can reproduce your findings (only the other way
around).

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


[Libreoffice-bugs] [Bug 96416] FILESAVE: When saving as .docx, can generate UTF-8 FFF9 characters in the doc body

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

--- Comment #2 from Luke Kendall  ---
Interesting that you couldn't reproduce it on Windows.

I've done some more investigation, too.

The UTF-8 character is in fact in the original .odt file!  I don't know how it
got in there, though.  Do you have any idea how one might accidentally type it
from the keyboard?

But doesn't that make it especially strange that you couldn't reproduce the
problem in the .docx conversion under Windows?

I think the safest assumption is that it's possible to somehow generate the
character accidentally.  I suspect the way to generate it may be similar
somehow to the Ctrl-Shift- needed to generate a non breaking space.  I
suspect I've occasionally mis-keyed that sequence to produce the bad character.

Is there any way in LO to find or report on such unusual characters?  Or,
better still, to make them visible (ideally, as some kind of "illegal
character" box)?

As thing stand, to find such erroneous characters in a novel produced using LO,
you need to manually inspect the result in the Kindle previewer page by page,
looking for illegal character indicators.  That means the only way I know to
find them in LO (if you don't know what may be there) is to arrow past them and
notice that the cursor doesn't move.  That's a completely impractical
mechanism, though.

May I suggest this bug, though, is changed from severity "Normal" to
"enhancement"?  I think it's fundamental cause is user error.

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


[Libreoffice-bugs] [Bug 96475] Sorting pasted date fields incorrect

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

--- Comment #6 from m.a.riosv  ---
(In reply to Ari Latvala from comment #4)
> You were correct about that "Show zero values" but the original problem with
> the sorting is still there, i.e. #N/A and zero values are treated equally,
> which should not be the case.

How then?

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


[Libreoffice-bugs] [Bug 95627] Strange characters in LibreOffice Vanilla dialog

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

Alex Thurgood  changed:

   What|Removed |Added

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

--- Comment #22 from Alex Thurgood  ---
(In reply to jankyy from comment #21)


> > Alex:
> Indeed the screenshots in bug 94114 look similar. As for my system font: I
> don't know which one runs on my El Capitan - how can I tell? (Have never
> touched it...)
> 


The default system font in El Capitan is San Francisco.

Sometimes, it would appear that installing other fonts onto your system, e.g.
user installed fonts, or some apps which add fonts to the system, can cause the
font cache to become corrupted, which can lead to weird symbols being inserted
in seemingly random places. Perhaps what we are seeing here is a manifestation
of such a corruption.

The real question is whether the problem was already there and LO just happened
to be affected by it, or whether installation of LO caused the problem, or some
other app was installed subsequently to LO which caused the problem.

A recommendation on how to clear font caches is given here :
http://osxdaily.com/2015/01/08/clear-font-caches-databases-mac-os-x/

It seems that caution is nonetheless preferred before proceeding, as
potentially, you can hose your font display and have to boot into safe mode.

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

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


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

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

Bug 95627 Summary: Strange characters in LibreOffice Vanilla dialog
https://bugs.documentfoundation.org/show_bug.cgi?id=95627

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 96500] EDITING: flicker during mouse-move of table control (form design mode)

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

Alex Thurgood  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 96416] Symbol for UTF-8 FFF9 character (Interlinear Annotation Anchor) not visible on Linux

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

Beluga  changed:

   What|Removed |Added

   Priority|medium  |low
 Status|UNCONFIRMED |NEW
Summary|FILESAVE: When saving as|Symbol for UTF-8 FFF9
   |.docx, can generate UTF-8   |character (Interlinear
   |FFF9 characters in the doc  |Annotation Anchor) not
   |body|visible on Linux
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #3 from Beluga  ---
(In reply to Luke Kendall from comment #2)
> Is there any way in LO to find or report on such unusual characters?  Or,
> better still, to make them visible (ideally, as some kind of "illegal
> character" box)?

Ah, now I tested on Ubuntu and indeed the IAA box is not visible.
Adjusting the summary.

To answer your other q: no, I did not reproduce the appearance of more IAA
chars when saving to docx after having inserted nbsp spaces + spaces.

Ubuntu 15.10 64-bit 
Version: 5.0.3.2
Build ID: 1:5.0.3~rc2-0ubuntu1
Locale: en-US (en_US.UTF-8)

Version: 5.2.0.0.alpha0+
Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF-dbg, Branch:master, Time:
2015-12-15_06:21:19
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 96491] not correct tooltip on icon function in Writer

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

Samuel Mehrbrodt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||samuel.mehrbr...@cib.de
 Ever confirmed|0   |1

--- Comment #1 from Samuel Mehrbrodt  ---
Confirmed.

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


[Libreoffice-bugs] [Bug 96418] Thumbnails of gallery are not generated properly when adding a new item

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

Beluga  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #1 from Beluga  ---
Reproduced.

In 5.2, I also see no thumbs for Symbols, Text shapes, most of the Arrows..

4.3 works ok.

Note to testers:
https://help.libreoffice.org/Common/Adding_Graphics_to_the_Gallery
(The unintuitive drag'n'drop process might confuse testers)

Win 7 Pro 64-bit, Version: 5.0.3.2 (x64)
Build ID: e5f16313668ac592c1bfb310f4390624e3dbfb75
Locale: fi-FI (fi_FI)

Version: 5.2.0.0.alpha0+
Build ID: 917d59a84124d1022bd1912874e7a53c674784f1
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-12_12:17:04
Locale: fi-FI (fi_FI)

4.3.0.1

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


[Libreoffice-bugs] [Bug 96391] Text wrong layouted after pptx import

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

--- Comment #6 from Armin Le Grand  ---
Cannot do as proposed, that influences text boxes which have the flag for
adapting size not switched off. Checking deeper for differences in pptx.

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


[Libreoffice-bugs] [Bug 95639] Recent Intel driver update breaks OpenGL under Windows

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

--- Comment #17 from Katarina Behrens (CIB)  ---
With nightly master build as of tonite - 15.12. 2015 - I can see stuff on the
screen w/ Lenovo Tablet & Windows (Intel inside, I don't know the details,
thorsten does)

With an older build (~ 2 weeks old) all I could see was window decoration, the
screen was blank otherwise.

So maybe let's call this fixed?

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


[Libreoffice-bugs] [Bug 92837] Opening a ODS file asks to update external links even if in the options is marked as "always update"

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

--- Comment #18 from Cor Nouws  ---
(In reply to Joel Madero from comment #17)
> I opened "Load.ods" with 3.3 and I saw the same issue.


What settings exactly did you try and what was the result?
On Linux or Windows?

If I
1- make sure that "Asks to update external links" is turned ON
2- then open Link_Target.ods and Link_Source.ods and copy a link from souceB5
to
  target B5 
  {='file:///home/cono/Documenten/DATA/LO_QA/92837_Link_Source.ods'#$Blad1.B5}
  (apparently the file I uploaded is not ok?!)
3- save and close both files
4- open Link_Source.ods and change "first" in "foo",
5- then open Link_Target.ods in 3.3.0
  > LibreOffice asks AND shows "first"

6- if I open Link_Target.ods in a recent version
  > LibreOffice asks AND shows "foo"

7- then if I close Link_Target.ods again without saving/changing
  (so you would think the cell contains "foo"
  and reopen it in 3.3.0. ...
  > LibreOffice 3.3.0 asks AND still shows "first" !!

So a recent version updates, also if you give No, it does update but does not
make the file changed setting active.

Even more weird/worse: if after several times opening in 3.3.0 I open the file
again in a recent version (daily 20151210 in this case) the file starts to
behave properly

Downloading the files again, the story starts again..

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


[Libreoffice-bugs] [Bug 96475] Sorting pasted date fields incorrect

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

Jacques Guilleron  changed:

   What|Removed |Added

 CC||guillero...@aol.com

--- Comment #5 from Jacques Guilleron  ---
Hi Ari,

You have to first examine the way LO treats empty cells.
https://help.libreoffice.org/Calc/Handling_of_Empty_Cells

Regards

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


[Libreoffice-bugs] [Bug 94114] Re-instate option to fall back to non-system font for UI

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

Alex Thurgood  changed:

   What|Removed |Added

 CC||jan-krue...@gmx.de

--- Comment #8 from Alex Thurgood  ---
*** Bug 95627 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 96325] Fileopen DOC table cell border spacing to contents reported incorrectly

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|unspecified |5.0.3.2 release
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #6 from Beluga  ---
Ok, thanks, now I confirm.

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: 917d59a84124d1022bd1912874e7a53c674784f1
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-12_12:17:04
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 96502] New: Formatting cell borders

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

Bug ID: 96502
   Summary: Formatting cell borders
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mil...@reprographic.co.in

When formatting cell borders -
Can we have the last used border setting remaining on the button - so that for
repeated use we don't have to go deeper and select every time?

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


[Libreoffice-bugs] [Bug 96503] New: The Option “Paths ?=>=?UTF-8?Q? My Documents” is not Used for New Documents

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

Bug ID: 96503
   Summary: The Option “Paths > My Documents” is not Used for New
Documents
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: filters and storage
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: harald.koes...@mail.de

In order to reproduce the bug:

[1] Open an existing document which is not saved in the default folder (Options
> LibreOffice > Paths > My documents).
[2] Change the document a bit. 
[3] Save and close the document.
[4] Create a new document and insert some text.
[5] Save the document. The Save dialogue of Windows is displayed. The proposed
folder is the same of the last saved document (Step [3]). Expected: Proposed
folder should be the default folder determined in the options (LibreOffice >
Paths > My documents)

If you export the document as PDF, I observed the same behaviour: The proposed
folder is determined by the last save of a PDF document.

My OS: Win7. According a post in the German user ML, the behaviour is correct
with Win XP!

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


[Libreoffice-bugs] [Bug 96423] Conditonal Formatting: color picking dropdown list is too small

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

Beluga  changed:

   What|Removed |Added

   Keywords||needsDevEval
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
  Component|UI  |Calc
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Ok, NEW.

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


[Libreoffice-bugs] [Bug 92580] Crash: when creating a table via wizard, go back then forth in a step

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

--- Comment #27 from Alex Thurgood  ---
My Linux master build built on Linux Mint 17.2 (Rafaela)

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


[Libreoffice-bugs] [Bug 92580] Crash: when creating a table via wizard, go back then forth in a step

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

--- Comment #29 from Alex Thurgood  ---
I've enclosed a series of bt from gdb when stepping through the table creation
wizard. Note how there is a SIGSEGV at almost every button press as we step
through the assistant. From my own observations, the SIGSEGV seem to occur when
when releasing / acquiring / switching to a new thread. Is there some thread
affine issue here ?

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


[Libreoffice-bugs] [Bug 96425] Is there a way to save outline settings for use in other documents?

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

--- Comment #2 from Beluga  ---
Just to make sure:
https://help.libreoffice.org/Common/Saving_Templates
https://help.libreoffice.org/Writer/Styles_in_Writer

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


[Libreoffice-bugs] [Bug 96423] Conditonal Formatting: color picking dropdown list is too small

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

Maxim Monastirsky  changed:

   What|Removed |Added

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

--- Comment #2 from Maxim Monastirsky  ---


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

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


[Libreoffice-bugs] [Bug 86514] Format – Conditional Formatting – Colour Scale... should show more entries in colour dropdowns

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

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||eagala...@gmail.com

--- Comment #8 from Maxim Monastirsky  ---
*** Bug 96423 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 92580] Crash: when creating a table via wizard, go back then forth in a step

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

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #26 from Alex Thurgood  ---
@Julien : I can reproduce this on my Linux master 5.2 alpha build of this
morning after git pull. 

First time : As soon as I click on the Next button after moving TaskId to the
right hand window pane =>> crash.

Second time : I opened the ODB file, then re-start the table creation wizard,
select taskid, Next, then Back, then Next ==>> crash.

Confirming

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


[Libreoffice-bugs] [Bug 90810] Writer generates A LOT of line feeds in footnotes when opening docx document

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

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #9 from Cor Nouws  ---
Checked in 5.1.0 beta2 and master 5.2. Looks good. Thanks!
(Is not yet backported to 5.0.x or 4.4.x)

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


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

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

Beluga  changed:

   What|Removed |Added

   Keywords||regression
   Priority|medium  |high
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 OS|All |Windows (All)

--- Comment #1 from Beluga  ---
I repro from scratch (by pasting ₂).

However, 4.3 does not have the problem.

Could not find duplicate reports.

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-15_06:21:44
Locale: fi-FI (fi_FI)

4.3.0.1

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


[Libreoffice-bugs] [Bug 96379] Calc filter window: can't navigate by pressing Up/Down keys

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

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #4 from Beluga  ---
Works ok.

Try this to be sure:
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

Also disable and restart: Tools - Options - LibO - View - Use OpenGL for all
rendering

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-15_06:21:44
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 92580] Crash: when creating a table via wizard, go back then forth in a step

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

--- Comment #28 from Alex Thurgood  ---
Created attachment 121313
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121313=edit
gdb bt output when stepping through table creation assistant

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


[Libreoffice-bugs] [Bug 96504] New: PRINTING - picto controls are not printed

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

Bug ID: 96504
   Summary: PRINTING - picto controls are not printed
   Product: LibreOffice
   Version: 4.3 all versions
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: guillaume.leprov...@cotesdarmor.fr

Created attachment 121314
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121314=edit
Sample file with this bug

Picto controls are not printed since version 4.3

when i try to print this attached file, picture is not printed.

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


[Libreoffice-bugs] [Bug 93953] Crash when accessing Tools > Macros > Organize Macros > Javascript while in backtrace mode

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

Summary|Crash when accessing Tools  |Crash when accessing Tools
   |> Macros > Organize Macros  |> Macros > Organize Macros
   |> Javascript|> Javascript while in
   ||backtrace mode

--- Comment #17 from Yousuf (Jay) Philips  ---
Still reproducible on Linux Mint 17.1 XFCE.

Version: 5.2.0.0.alpha0+
Build ID: 8a086a2c08efe2037957b959109e72b8bb3e27b7
Threads 2; Ver: Linux 3.13; Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-12-07_08:17:11
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 96408] Add Linux version number to hardware info user agent

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

--- Comment #6 from Yousuf (Jay) Philips  ---
@Alex: Was that on a daily 5.1 or master build, as there should a section
there, or maybe it wasnt done for mac.

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


[Libreoffice-bugs] [Bug 96425] Is there a way to save outline settings for use in other documents?

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

Beluga  changed:

   What|Removed |Added

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

--- Comment #1 from Beluga  ---
Why not create a template where you set up your list styles? Then you could
start certain new documents with the template.

If this is ok, please set to RESOLVED INVALID.

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


[Libreoffice-bugs] [Bug 96523] New: Ctrl not working with column/row headings

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

Bug ID: 96523
   Summary: Ctrl not working with column/row headings
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ovar...@gmail.com

Version: 5.2.0.0.alpha0+
Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969
CPU Threads: 2; OS Version: Windows 6.2; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-15_06:21:44

1. In cell A1 type: =SUM(
2. Press and hold Ctrl
3. Click column headings B and D
4. Release Ctrl
5. Press Enter
6. Formula in A1 shows =SUM(D:D); however should show =SUM(D:D,B:B)

Thank you

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


[Libreoffice-bugs] [Bug 96523] Ctrl not working with column/row headings

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

Óvári  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 96248] assertion in SfxItemPool::Remove upon close with borders and changed date format

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

--- Comment #12 from Julien Nabet  ---
Created attachment 121326
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121326=edit
valgrind log

On pc Debian x86-64 with master sources updated, I gave a try with Valgrind and
had a crash! (!?).

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


[Libreoffice-bugs] [Bug 96526] New: [ANIMATION] Animation Swivel in does not work

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

Bug ID: 96526
   Summary: [ANIMATION] Animation Swivel in does not work
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: olivier.hal...@documentfoundation.org

Created attachment 121327
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121327=edit
file containing  object with swivel in animation

The animation swivel does not work.

File attached shows the issue, just put in presentation mode and click the
mouse to see the (non-) effect

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


[Libreoffice-bugs] [Bug 96527] FILEOPEN PPTX gradient not smooth

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

Ari Latvala  changed:

   What|Removed |Added

   Keywords||filter:pptx
 CC||dsik...@hotmail.com

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


[Libreoffice-bugs] [Bug 96527] New: FILEOPEN PPTX gradient not smooth

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

Bug ID: 96527
   Summary: FILEOPEN PPTX gradient not smooth
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dsik...@hotmail.com

Created attachment 121328
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121328=edit
PPTX slide with bad gradient colour

Among other problems on this slide the gradient backround is anything but
smooth.

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


[Libreoffice-bugs] [Bug 96527] FILEOPEN PPTX gradient not smooth

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

--- Comment #1 from Ari Latvala  ---
Created attachment 121329
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121329=edit
JPG showing differences

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


[Libreoffice-bugs] [Bug 96524] New: Spreadsheet view jumps when formula created with combination of column/row heading select and keyboard shortcuts

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

Bug ID: 96524
   Summary: Spreadsheet view jumps when formula created with
combination of column/row heading select and keyboard
shortcuts
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ovar...@gmail.com

Version: 5.2.0.0.alpha0+
Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969
CPU Threads: 2; OS Version: Windows 6.2; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-15_06:21:44

1. In cell A100 type: =SUM(
2. Click column heading B
3. Press and hold Shift
4. Press right arrow
5. Screen correctly highlights columns B and C.
6. Bug is that the view jumps and is no longer showing cell A100; instead
showing the area of the spreadsheet which includes the maximum row.

Thank you

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


[Libreoffice-bugs] [Bug 96411] Context menu and menu bar submenu to change slide layout

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

--- Comment #2 from Maxim Monastirsky  ---
Why not simply use commands like ".uno:AssignLayout?WhatLayout:long=32". List
of supported values is here:
http://opengrok.libreoffice.org/xref/core/sd/inc/pres.hxx#AutoLayout

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


[Libreoffice-bugs] [Bug 96523] Ctrl not working with column/row headings

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

Óvári  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 92580] Crash: when creating a table via wizard, go back then forth in a step

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

--- Comment #31 from Julien Nabet  ---
Created attachment 121325
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121325=edit
bt with debug symbols

Just to give an update with master sources updated today.

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


[Libreoffice-bugs] [Bug 96528] New: [ANIMATION] Animation Stretchy in does not work

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

Bug ID: 96528
   Summary: [ANIMATION] Animation Stretchy in does not work
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: olivier.hal...@documentfoundation.org

Created attachment 121330
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121330=edit
file containing  object with stretchy in animation

Effect stretchy does no work for animation object

See file attached

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


[Libreoffice-bugs] [Bug 96524] Spreadsheet view jumps when formula created with combination of column/row heading select and keyboard shortcuts

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

Óvári  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 96527] FILEOPEN PPTX gradient not smooth

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

--- Comment #2 from Ari Latvala  ---
Running LibreOffice 5.0.4.2 on Windows 7 64-bit

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


[Libreoffice-bugs] [Bug 96418] Thumbnails of gallery are not generated properly when adding a new item

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

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||caol...@redhat.com,
   ||r...@post.cz

--- Comment #2 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Caolán McNamara ; Could you possibly take a look at this one?
Thanks

4a101ce68b02931a5486f32d1eb7acddbd13268d is the first bad commit
commit 4a101ce68b02931a5486f32d1eb7acddbd13268d
Author: Norbert Thiebaud 
Date:   Wed Jul 29 15:44:27 2015 -0700

source sha:d1046e7c3f66e5f3384ee1ef534ef28346702fc6

source sha:d1046e7c3f66e5f3384ee1ef534ef28346702fc6

:04 04 07bd313f6f25a8bae25c7a280af808d681e5e438
52b7bf3c6b75f3d67484ec37c9251c89f6951923 M  instdir

authorCaolán McNamara 2015-07-15 09:10:25 (GMT)
committerCaolán McNamara 2015-07-15 12:11:14 (GMT)
commitd1046e7c3f66e5f3384ee1ef534ef28346702fc6 (patch)

/bibisect-win32-5.1
$ git bisect log
# bad: [a2ca6bb70db1ba8f306a617d92070351d9a3a624] source
sha:8b5182155b6d35a1be64d37136584e30ea6a6ef8
# good: [c1efd324c6ad448ac9edb030dc9738b9e6899e4d] source
sha:ab465b90f6c6da5595393a0ba73f33a1e71a2b65
git bisect start 'a2ca6bb70db1ba8f306a617d92070351d9a3a624'
'c1efd324c6ad448ac9edb030dc9738b9e6899e4d'
# bad: [1e602523875e23a7969d8c28276c82311eb2fa74] source
sha:5b8e4f3d676eb0a026ce1eb4c1df2ec6e0736cb1
git bisect bad 1e602523875e23a7969d8c28276c82311eb2fa74
# bad: [1e602523875e23a7969d8c28276c82311eb2fa74] source
sha:5b8e4f3d676eb0a026ce1eb4c1df2ec6e0736cb1
git bisect bad 1e602523875e23a7969d8c28276c82311eb2fa74
# good: [01eef57435e835a8bc484038bd81d1aa8a762920] source
sha:064481201341d92af2ec1387bb53a9c4b480217f
git bisect good 01eef57435e835a8bc484038bd81d1aa8a762920
# bad: [6be5b8f118856a995c7d0c0db843167fbea1555d] source
sha:69df701742a9c3946e2031488c377c18a5ec4de0
git bisect bad 6be5b8f118856a995c7d0c0db843167fbea1555d
# bad: [407159f8b3a4d483ad0952ab04de75fc78898852] source
sha:71c6ee42d3311b31896e5a408d8f83f4e5d7726e
git bisect bad 407159f8b3a4d483ad0952ab04de75fc78898852
# good: [05c15e6999ee21f035066da19ea13bac9d1c7e99] source
sha:74f9d9808fce14f015d56a2aaa4ec5616ed7aa3e
git bisect good 05c15e6999ee21f035066da19ea13bac9d1c7e99
# bad: [ac749ec5fe543c980afe169f14e1d19fafb58dca] source
sha:a9cf2cd5013a96ad1925cc9a1c56fc56b161ac8e
git bisect bad ac749ec5fe543c980afe169f14e1d19fafb58dca
# bad: [0b898e7eebdd3e09fb176feb3fdd5dc7febeb2c2] source
sha:d6790de07ff225f9e5b58152d01719e5fbe9e6cd
git bisect bad 0b898e7eebdd3e09fb176feb3fdd5dc7febeb2c2
# good: [1c8676d76769225cc94d34d74ec2975b31d55642] source
sha:dac1be92f22197c9e144ef36963547c46d12e77d
git bisect good 1c8676d76769225cc94d34d74ec2975b31d55642
# good: [7ffef5463176858a095fa35dda227770512920ad] source
sha:d0090009711cd323678e44323706faf72cba6b7d
git bisect good 7ffef5463176858a095fa35dda227770512920ad
# bad: [38843cc18b86fc0e7f9a48c52933f9936a6e0539] source
sha:6de7d32df11efe35a3bb6b242ae6197f977af67a
git bisect bad 38843cc18b86fc0e7f9a48c52933f9936a6e0539
# good: [31dd6c7fd2ee1ca25bb254d1ce18faf879d999b1] source
sha:dffb58131f06fbe1aaeaa7b0d3ebe049d8384593
git bisect good 31dd6c7fd2ee1ca25bb254d1ce18faf879d999b1
# bad: [4a101ce68b02931a5486f32d1eb7acddbd13268d] source
sha:d1046e7c3f66e5f3384ee1ef534ef28346702fc6
git bisect bad 4a101ce68b02931a5486f32d1eb7acddbd13268d
# good: [01408893ffc11fbee6cd90dcc2e6d2ab679b4141] source
sha:536051f8862203e0e115a5394a6379acd83cc8fe
git bisect good 01408893ffc11fbee6cd90dcc2e6d2ab679b4141
# first bad commit: [4a101ce68b02931a5486f32d1eb7acddbd13268d] source
sha:d1046e7c3f66e5f3384ee1ef534ef28346702fc6

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


[Libreoffice-bugs] [Bug 96529] New: [ANIMATION] Animation zoom in does not work

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

Bug ID: 96529
   Summary: [ANIMATION] Animation zoom in does not work
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: olivier.hal...@documentfoundation.org

Created attachment 121331
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121331=edit
file containing  object with zoom animation

Animation zoom for objects does not work

See file attached

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


[Libreoffice-bugs] [Bug 96523] Ctrl not working with column/row headings

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

--- Comment #1 from Óvári  ---
(In reply to Óvári from comment #0)
> 6. Formula in A1 shows =SUM(D:D); however should show =SUM(D:D,B:B)

6. Formula in A1 shows =SUM(D:D); however should show =SUM(B:B,D:D)

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


[Libreoffice-bugs] [Bug 96525] New: Arrows in scroll list for Font Name/Font Size not working

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

Bug ID: 96525
   Summary: Arrows in scroll list for Font Name/Font Size not
working
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ovar...@gmail.com

Version: 5.2.0.0.alpha0+
Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969
CPU Threads: 2; OS Version: Windows 6.2; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-15_06:21:44

1. Open LO Writer
2. Click the down arrow of Font Name/Font Size
3. Click on the scroll arrow from in the Font Name/Font Size
4. The box closes, does not scroll the list.


Perhaps a regression as this works correctly in:
Version: 5.0.4.1 (x64)
Build ID: 2def61bcbb29a7a8611b833682fe1291910b11ad

Thank you

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


[Libreoffice-bugs] [Bug 94740] Printing results in blank page

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

--- Comment #14 from Bob W  ---
Same problem of blank pages when print command executed on only one file at
this time.

I am running Version: 5.0.3.2 Build ID:
e5f16313668ac592c1bfb310f4390624e3dbfb75-GL on Win8.1 64bit on an HP Pavilion.
I used a workaround by exporting to PDF and printing the PDF from Foxit PDF
Reader. The problem file contains text and images and has been printed in
previous versions.

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


[Libreoffice-bugs] [Bug 96329] Copy words in All Gtk Components cause LibreOffice suspended some seconds

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

yanjing...@gmail.com changed:

   What|Removed |Added

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

--- Comment #3 from yanjing...@gmail.com ---
It's be OK in Version: 5.0.4.2 (x64).

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


[Libreoffice-bugs] [Bug 96408] Add Linux version number to hardware info user agent

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

--- Comment #8 from Alex Thurgood  ---
Created attachment 121317
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121317=edit
master 5.2 alpha update dialog screenshot

Enclosing a snapshot of the same update dialog on master 5.2 alpha, information
is present

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


[Libreoffice-bugs] [Bug 96408] Add Linux version number to hardware info user agent

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

--- Comment #7 from Alex Thurgood  ---
@Jay : that was 5032 TDF production release

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


[Libreoffice-bugs] [Bug 96512] New: Reconnecting Impress Remote after last slide crashes LibreOfficeDev

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

Bug ID: 96512
   Summary: Reconnecting Impress Remote after last slide crashes
LibreOfficeDev
   Product: Impress Remote
   Version: 2.2.3
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Android app
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pedl...@gmail.com

Running Impress Remote (IR) version 2.2.3 on a Huawei G510 with Android 4.1.1
connected to a Windows XP Home x86 SP3 netbook running LibreOfficeDev 
Version: 5.2.0.0.alpha0+
Build ID: 121b7b880c4d17c1ce320ad6b1c560577c9953ed
CPU Threads: 2; OS Version: Windows 5.1; UI Render: default;
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-13_23:20:35
Locale: pt-PT (pt_PT)

(and also same mobile phone connected to Windows 7 Pro x64 SP1 laptop running
LibreOfficeDev 5.1 beta1-buildfix1)


Issue: LibreOfficeDev crashes when trying to reconnect after finishing a
presentation

How to replicate:
1) Finish a presentation by taping on the last slide on the Android running IR
2) The black screen with text "Click to exit presentation..." is displayed on
the desktop (IR remains on the last slide)
3) Tapping once more will close the presentation on the desktop (as expected)
but IR switches to Slide 1 of 0
4) Press Android back button to return to IR list of computers
5) Taping on the IP/name of the PC running the presentation will immeddiately
crash LibreOfficeDev

Applies to: Android, Windows (x86 and x64), any presentation file (odp,ppt or
pptx)

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


[Libreoffice-bugs] [Bug 92050] add associated file-type icons in Open drop-down menu and Recent Documents

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

Yan Pashkovsky  changed:

   What|Removed |Added

 CC||yanp...@gmail.com

--- Comment #4 from Yan Pashkovsky  ---
*** Bug 96508 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 96508] FILEOPEN list's entries must have icons corresponding to document type

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

Yan Pashkovsky  changed:

   What|Removed |Added

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

--- Comment #4 from Yan Pashkovsky  ---


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

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


  1   2   >