Re: LO 4.3.5002 and PYTHONPATH on Mac OS X Mountain Lion 10.8.4

2015-01-29 Thread Piet van Oostrum
Yvon Thoraval wrote:

  2015-01-29 14:15 GMT+01:00 Piet van Oostrum p...@vanoostrum.org:
  
  grep PYTHONPATH /etc/*
  
  Bingo !
  
  $  cat /etc/launchd.conf | grep PYTHONPATH
  setenv PYTHONPATH /usr/local/lib/python2.7/site-packages
  
  may be Mac OS X Mountain Lion 10.8.4 needs this path ?
  
  then, I would have better not to change that.
  
  --
  YT
  

The Python that comes with OS X has nothing in 
/usr/local/lib/python2.7/site-packages. In fact no system software uses 
/usr/local. So it could be from a Python that you installed yourself. Maybe 
Homebrew? Because the Pythons from www.python.org don't have anything in 
/usr/local.

Anyway, I think any decent Python system that needs 
/usr/local/lib/python2.7/site-packages would have this path built in.

Just try to delete it and see if anything fails. You can always put it back.

By the way, it seems that you can also set environment variables for a specific 
application in that application's Info.plist file.

With kind regards,
-- 
Piet van Oostrum p...@vanoostrum.org
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: minutes of ESC call ...

2015-01-29 Thread Cedric Bosdonnat
On Thu, 2015-01-29 at 16:06 +, Michael Meeks wrote:
 * GSoC (Cedric)
 + We need to have new ideas added to the wiki page:
 https://wiki.documentfoundation.org/Development/Gsoc/Ideas
 + sooner the better etc. preferably before FOSDEM: today /
 tomorrow.
 + February, 9th: Mentoring organizations can begin submitting
 applications to Google.
 + we need a good page by then.
 + admin vs. mentoring  GSOC travel.
 + title: Mentor summit (Thorsten)
 + precisely 2x slots, and historically those were for
 admins.
 + who at the same time did mentoring.
 + never happened that a non-mentor went (Fridrich)

That's not what Fridrich said... He said that it never happened that an
admin didn't mentor, which is slightly different to me ;)

--
Cedric
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 51920] FILESAVE: Tracked changes not correctly saved in .doc format

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51920

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |WORKSFORME

--- Comment #3 from Beluga todven...@suomi24.fi ---
Looks like this has been fixed. Closing as WFM.

Win 8.1 32-bit
MSO 2013

LibreOffice Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 88906] HTML export: mixup of span lang=... and a elements

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88906

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 57279] FILESAVE: Saving pptx files and opening in microsoft powerpoint slides have no text

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57279

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #4 from Beluga todven...@suomi24.fi ---
Confirmed problem with attachment 70260.

Win 8.1 32-bit
MSO 2013

LibreOffice Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 39749] calc unit test writing

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39749

--- Comment #7 from Winfried Donkers winfrieddonk...@libreoffice.org ---
Created attachment 112923
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112923action=edit
proposal for function testing

For some reason or other I can't submit to gerrit right now (error: unpack
failed: error Missing unknown a9da257bf9f57fdbfd0f400b30080abc4d582ec1), so I
use this old method.

Aim of the test code is to minimise changes to the C++ testing code and put the
emphasis on the test documents (ods, xlsx, etc.).
Adding a test document only requires one line in the test code.

The attached test code handles the function-tests itself and import tests. For
export tests I think of opening and ods document, save as e.g. xlsx, open xlsx
and use the attached test code.

Raal worked on the test document (which does not yet include all argument
types), I based the test code on Kohei's test code for new Excel 2010
functions.

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


[Bug 39749] calc unit test writing

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39749

--- Comment #7 from Winfried Donkers winfrieddonk...@libreoffice.org ---
Created attachment 112923
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112923action=edit
proposal for function testing

For some reason or other I can't submit to gerrit right now (error: unpack
failed: error Missing unknown a9da257bf9f57fdbfd0f400b30080abc4d582ec1), so I
use this old method.

Aim of the test code is to minimise changes to the C++ testing code and put the
emphasis on the test documents (ods, xlsx, etc.).
Adding a test document only requires one line in the test code.

The attached test code handles the function-tests itself and import tests. For
export tests I think of opening and ods document, save as e.g. xlsx, open xlsx
and use the attached test code.

Raal worked on the test document (which does not yet include all argument
types), I based the test code on Kohei's test code for new Excel 2010
functions.

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


[Libreoffice-bugs] [Bug 88908] New: .doc: text indented with spaces and checkboxes are not aligned

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88908

Bug ID: 88908
   Summary: .doc: text indented with spaces and checkboxes are not
aligned
   Product: LibreOffice
   Version: 4.4.0.3 rc
  Hardware: Other
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ed...@etorok.net

Created attachment 112920
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112920action=edit
http://rosenc.ro/wp-content/uploads/2015/01/chestionar-administratori-ESCO.doc

When opening the attached .doc file in LibreOffice the text and checkboxes are
not aligned (they overlap), look at point 3 Reparații curente, and
Termoizolații.
Apparently the text was indented using spaces (not very reliable). I tried
installing the font used with ttf-mscorefonts-installer, but the alignment is
still wrong.

See attached PDF on how it is supposed to look like.

-- 
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 88908] .doc: text indented with spaces and checkboxes are not aligned

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88908

--- Comment #1 from Török Edwin ed...@etorok.net ---
Created attachment 112921
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112921action=edit
PDF how it is supposed to look like

-- 
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 88908] .doc: text indented with spaces and checkboxes are not aligned

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88908

--- Comment #2 from Török Edwin ed...@etorok.net ---
Reproduced with:
Version: 4.4.0.3 Build ID: de093506bcdc5fafd9023ee680b8c60e3e0645d7 Locale:
en_US (.deb from documentfoundation.org)
Version: 4.3.3.2 Build ID: 430m0(Build:2) (.deb from Debian jessie)

-- 
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 53123] MS Word binary export creates malformed fields

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53123

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #5 from Beluga todven...@suomi24.fi ---
(In reply to A (Andy) from comment #3)
 But there is in addition another bug.  If you open the original document in
 Excel 2007 then it has 35 pages, but if you open it in LO then it has only
 26 pages, because the list of references is missing.

Confirmed missing pages compared to Word 2013.

Win 8.1 32-bit
MSO 2013

LibreOffice Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

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


Re: LO 4.3.5002 and PYTHONPATH on Mac OS X Mountain Lion 10.8.4

2015-01-29 Thread Yvon Thoraval
fine tanx, it works ;-)
brew seems to be still working, anyway it's easy to get back.

*--*
*YT*


2015-01-29 17:34 GMT+01:00 Piet van Oostrum p...@vanoostrum.org:

 Yvon Thoraval wrote:

   2015-01-29 14:15 GMT+01:00 Piet van Oostrum p...@vanoostrum.org:
  
   grep PYTHONPATH /etc/*
  
   Bingo !
  
   $  cat /etc/launchd.conf | grep PYTHONPATH
   setenv PYTHONPATH /usr/local/lib/python2.7/site-packages
  
   may be Mac OS X Mountain Lion 10.8.4 needs this path ?
  
   then, I would have better not to change that.
  
   --
   YT
  

 The Python that comes with OS X has nothing in
 /usr/local/lib/python2.7/site-packages. In fact no system software uses
 /usr/local. So it could be from a Python that you installed yourself. Maybe
 Homebrew? Because the Pythons from www.python.org don't have anything in
 /usr/local.

 Anyway, I think any decent Python system that needs
 /usr/local/lib/python2.7/site-packages would have this path built in.

 Just try to delete it and see if anything fails. You can always put it
 back.

 By the way, it seems that you can also set environment variables for a
 specific application in that application's Info.plist file.

 With kind regards,
 --
 Piet van Oostrum p...@vanoostrum.org
 WWW: http://pietvanoostrum.com/
 PGP key: [8DAE142BE17999C4]

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 39749] calc unit test writing

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39749

--- Comment #6 from Winfried Donkers winfrieddonk...@libreoffice.org ---
Created attachment 112922
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112922action=edit
example of test document to be used with testcode

Test document is not finished yet.

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


[Libreoffice-bugs] [Bug 39749] calc unit test writing

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39749

--- Comment #6 from Winfried Donkers winfrieddonk...@libreoffice.org ---
Created attachment 112922
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112922action=edit
example of test document to be used with testcode

Test document is not finished yet.

-- 
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 57190] TABLE Strange numbering behavior on inserting rows

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57190

--- Comment #5 from Urmas davian...@gmail.com ---
Still present in master. To reproduce, go to Table/Insert/Rows...
Choose before.

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


Re: minutes of ESC call ...

2015-01-29 Thread Michael Meeks

On Thu, 2015-01-29 at 17:35 +0100, Cedric Bosdonnat wrote:
  + never happened that a non-mentor went (Fridrich)
 
 That's not what Fridrich said... He said that it never happened that an
 admin didn't mentor, which is slightly different to me ;)

=) thanks for the correction. I think the principle is that any
associated travel etc. is a recompense for the hard work involved in
organizing (certainly) but more particularly mentoring.

and, of course - thanks for your hard work !

ATB,

Michael.

-- 
 michael.me...@collabora.com  , Pseudo Engineer, itinerant idiot

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 88909] New: [4.4.0.3] After upgrading, opening a CSV in Calc defaults to UTF-16 encoding

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88909

Bug ID: 88909
   Summary: [4.4.0.3] After upgrading, opening a CSV in Calc
defaults to UTF-16 encoding
   Product: LibreOffice
   Version: 4.4.0.2 rc
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: che...@gmail.com

Created attachment 112924
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112924action=edit
Example file which fails in UTF-16

This makes LibreOffice interpret the file incorrectly as Chinese characters.
This is fixable by changing the encoding, but it's pretty confusing if you
don't know what encodings are, and I'm not sure why UTF-16 should ever be a
default for a text-based file format.

http://i.imgur.com/i1YuVXA.png

-- 
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 88909] [4.4.0.3] After upgrading, opening a CSV in Calc defaults to UTF-16 encoding

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88909

--- Comment #1 from Chris Heald che...@gmail.com ---
So, I haven't had coffee yet. Of course it fails in UTF-16, but the problem is
that after upgrading 4.3 to 4.4, the default encoding changed to UTF-16, which
broke CSV importing.

-- 
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 58624] SwAccessibleParagraph - SwAccessibleMap lifetime mismatch

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58624

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

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

--- Comment #4 from Michael Stahl mst...@redhat.com ---
unfortunately still happens on current master, again in toolkit_unoapi,
a mail from Linux-F19-x86_64@14-with-check has the same stack.

-- 
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 58624] SwAccessibleParagraph - SwAccessibleMap lifetime mismatch

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58624

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 Status|REOPENED|NEW

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


[Libreoffice-bugs] [Bug 84723] Solver: CannotActivateFactoryException crash

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84723

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 CC||fdb...@neosheffield.co.uk
 Resolution|--- |DUPLICATE

--- Comment #5 from Matthew Francis fdb...@neosheffield.co.uk ---


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

-- 
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 80370] Other: Crash when opening solver

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80370

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 CC||h7ro...@gmail.com

--- Comment #16 from Matthew Francis fdb...@neosheffield.co.uk ---
*** Bug 84723 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 88851] Pivot Table: unstable behaviour selecting 'row' pull-down items after using 'filter'

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88851

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from raal r...@post.cz ---
Hello Nick,

Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)
Please provide a clearer set of step-by-step instructions on how to reproduce
the problem. I tried to reproduce but in my case I cannot deselect data on
filtered rows.
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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82942

--- Comment #12 from Caolán McNamara caol...@redhat.com ---
I think these cursed annotations have their GetStart at the wrong place for
some unknown reason, the value is *3* for the placeholder anchor when I paste
123 Some Street
Suburb 1234
City
State
Country in there, which is why when the placeholder is removed it removes the
char at index 3 on each iteration.

-- 
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 80680] Solver crashes on Windows on a particular spreadsheet (summary: comment 17)

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80680

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #19 from Beluga todven...@suomi24.fi ---
Setting to NEEDINFO as I'm not sure, what the exact reproduction steps are.

-- 
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 88163] Fonts in embeded WMF

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88163

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

   Keywords||bisected
 CC||qui...@gmail.com

--- Comment #9 from Matthew Francis fdb...@neosheffield.co.uk ---
The behaviour seems to have changed at the below commit.

Adding Cc: to qui...@gmail.com; Could you possibly take a look at this? Thanks


commit a9020e461803964a206d5551884b70717eed165c
Author: Tomaž Vajngerl tomaz.vajng...@collabora.com
Date:   Mon Apr 28 15:16:53 2014 +0200

fdo#74336 limit the size of the non-placeable WMF image

For a non-placable WMF image the size is unknown and needs to be
calculated by using a bounding box over all elements. Sometimes
this results in a very big image which is not drawn correctly
when using dashes and dots. This change normalizes the size to
reasonable values.

Change-Id: I0e5b71fb011c5a9dff1c5cb13e29d5578570ca65

-- 
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 80370] Other: Crash when opening solver

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80370

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 85390] FILEOPEN RTF linemod0 keyword triggers line numbering

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85390

--- Comment #2 from Urmas davian...@gmail.com ---
Created attachment 112906
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112906action=edit
Sample

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


Re: TDF bugzilla bug report

2015-01-29 Thread Thorsten Behrens
Bjoern Michaelsen wrote:
 To make 3/ more bearable, we should likely close and move all infra and
 ci-integration issues to Redmine.

And then remove those categories.

 It might also possibly be helpful to have a
 bot that:

With the above, we wouldn't need that. ;)

Cheers,

-- Thorsten


signature.asc
Description: Digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [libreoffice-projects] Re: Workflow between dev, UX and l10n teams

2015-01-29 Thread Stephan Bergmann

On 01/28/2015 08:02 PM, Rimas Kudelis wrote:

On day X time Y, we close down the affected Pootle project, push its
localizations into git, then somebody who's in charge checks them out of
git and runs the script. When the script finishes its work, the
resulting files are committed back to git, imported back to Pootle and
the project is re-opened for translation. Once that is done, an
announcement should be sent to the L10n list with huge thanks for
everyone's patience and kudos to everybody involved in the process. And
we all live happily ever after. :)

[...]

* The scripts might be buggy
 - Obviously, each time they should be tested in advance with at
least some real data and their result should be validated before committing.


Yeah, its vital that the script will be run in a way that can be tried 
locally and in advance by any script-writing developer (i.e., that the 
script will ultimately be run on the git data, not on some pootle data).



On the bright side, I hope the massive changes we are talking about here
will be less and less frequent, making this issue less and less
relevant. From my understanding, we've already changed three dots with
ellipses and straight quotes with curly ones, there shouldn't be much
more typography to improve on, is there? :)


Typographic changes should rarely be scriptable across all locales 
anyway, I guess.  (Even the ellipsis change might not have been, given 
there's not only U+2026 HORIZONTAL ELLIPSIS but at least also U+0EAF LAO 
ELLIPSIS and U+1801 MONGOLIAN ELLIPSIS.)

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 88163] Fonts in embeded WMF

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88163

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 CC||fdb...@neosheffield.co.uk
 Whiteboard|bibisectRequest |bibisected

--- Comment #8 from Matthew Francis fdb...@neosheffield.co.uk ---
Bibisect results from 43all:

038ec16923792263990256ed738920cd761e4f70 is the first bad commit
commit 038ec16923792263990256ed738920cd761e4f70
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Tue May 20 11:36:30 2014 +

source-hash-11b81c1026c17548bfdbb861ac696f9c6acc628e

commit 11b81c1026c17548bfdbb861ac696f9c6acc628e

# bad: [423a84c4f7068853974887d98442bc2a2d0cc91b]
source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# good: [e02439a3d6297a1f5334fa558ddec5ef4212c574]
source-hash-6b8393474974d2af7a2cb3c47b3d5c081b550bdb
git bisect good e02439a3d6297a1f5334fa558ddec5ef4212c574
# good: [4850941efe43ae800be5c76e1102ab80ac2c085d]
source-hash-980a6e552502f02f12c15bfb1c9f8e6269499f4b
git bisect good 4850941efe43ae800be5c76e1102ab80ac2c085d
# good: [a900e72b6357882284c5955bdf939bf14269f5fb]
source-hash-dd1050b182260a26a1d0ba6d0ef3a6fecc3f4e07
git bisect good a900e72b6357882284c5955bdf939bf14269f5fb
# skip: [e80660c5a1d812cd04586dae1f22767fc3778c4a]
source-hash-07c60c8ee2d1465544a6a39e57bc06b3690b8dfb
git bisect skip e80660c5a1d812cd04586dae1f22767fc3778c4a
# skip: [df9bcaed2faa2a8d11b19f877cdff3a12a887278]
source-hash-6ba9692d8bbe3e3c245aca9a7c928e81178d05f1
git bisect skip df9bcaed2faa2a8d11b19f877cdff3a12a887278
# bad: [5c9e81ec77cd98f952434decf83ec9820d736e56]
source-hash-94e3f3e5015e53b5f3c8e5775b668e0bc12ab457
git bisect bad 5c9e81ec77cd98f952434decf83ec9820d736e56
# good: [6feabb3ce67846b727583754afd4380ec7d59f13]
source-hash-874a9b46cb54e4c05e262e5d7490790a08ea0c55
git bisect good 6feabb3ce67846b727583754afd4380ec7d59f13
# good: [e4b46548ba53a7007ed023fc2b2287c4ff9796dd]
source-hash-9f06e4bc3a56806061f759770f758ad3c7ddf09c
git bisect good e4b46548ba53a7007ed023fc2b2287c4ff9796dd
# bad: [c6faec16f965fa85bd2df9f3f6a4e96838f97737]
source-hash-1e5b495a882493a81cc82ee34e3339b071bc162d
git bisect bad c6faec16f965fa85bd2df9f3f6a4e96838f97737
# good: [16d0a5059bce9198bfae647a72dc06b438be583f]
source-hash-944c78ecb91608f4c3e9bab32fdbc90c67326525
git bisect good 16d0a5059bce9198bfae647a72dc06b438be583f
# good: [a9a94da9a44ce71a7a767738992779f7070ce193]
source-hash-c764a3d978beb2e6197a8d3f7df53d81ebf72467
git bisect good a9a94da9a44ce71a7a767738992779f7070ce193
# bad: [038ec16923792263990256ed738920cd761e4f70]
source-hash-11b81c1026c17548bfdbb861ac696f9c6acc628e
git bisect bad 038ec16923792263990256ed738920cd761e4f70
# good: [daff10f9ce14ce7139fe7c0dee02c23b5dbeadef]
source-hash-3d91d54c49af4dd0832c27ccb9721724fa98b6b5
git bisect good daff10f9ce14ce7139fe7c0dee02c23b5dbeadef
# first bad commit: [038ec16923792263990256ed738920cd761e4f70]
source-hash-11b81c1026c17548bfdbb861ac696f9c6acc628e

-- 
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 47688] Handling of Record changes, Show changes and save status inconsistent

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47688

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 CC||fdb...@neosheffield.co.uk

--- Comment #3 from Matthew Francis fdb...@neosheffield.co.uk ---
Still occurs in OSX 10.10 / LO 4.4.0.2

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


[Libreoffice-bugs] [Bug 57190] TABLE Strange numbering behavior on inserting rows

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57190

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #4 from Beluga todven...@suomi24.fi ---
I'm wondering about the repro steps.
I turned on numbering and created two paragraphs.
Then I right clicked at pgraph 2. and selected Restart numbering (numbering
changed to 1.).
Then I went to the end of pgraph 1. and pressed enter.
A new pgraph with 2. appeared.

Does this mean the problem is gone?

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 80680] Solver crashes on Windows on a particular spreadsheet (summary: comment 17)

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80680

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #18 from Beluga todven...@suomi24.fi ---
Created attachment 112905
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112905action=edit
Screenshot: solving with 4.5 alpha from Jan 25 2015

It didn't crash, but am I doing it right?

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 49361] Record changes fails to record changes of and in draw elements

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49361

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 CC||fdb...@neosheffield.co.uk

--- Comment #7 from Matthew Francis fdb...@neosheffield.co.uk ---
Still occurs on OSX 10.10 / LO 4.4.0.2

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


Re: Bug 64075: code pointer needed

2015-01-29 Thread Thorsten Behrens
Regina Henschel wrote:
 The polygon in that file is not explicitly closed, but has only a
 start point with identical coordinates as the end point. But in svg
 it is not necessary to have a closed outline for to be filled, but
 each open curve can be filled.
 
 The current implementation is not able to have fillings of open
 paths. Therefore the Import  Image algorithm goes the way to add
 an additional drawing object with line none, which is closed and
 carriers the filling.
 
Sounds like a sensible workaround. I'd start looking into
svgreader.cxx:writePathShape() for a place to special-case that.

 I think, that is not the correct place to fix it. If you are going
 to force the case of start coordinates equal end coordinates to be
 closed, then this should be down when analyzing the svg on import,
 when you have svg namespace. When you force _each_ such polygon to
 be closed, then it will break existing documents.
 
Yep. That is sadly true.

Cheers,

-- Thorsten


signature.asc
Description: Digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 88897] Pivot table - Average and Mean word confusion

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88897

grofaty grof...@hotmail.com changed:

   What|Removed |Added

Summary|Pivot table - Average and   |Pivot table - Average and
   |Mean word cofusion  |Mean word confusion

-- 
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 88753] LibreOffice Calc - Insert Row inherits styling but not calculation functions in new cells as exist in adjacent cells

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88753

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from raal r...@post.cz ---
Setting as new, valid enhancement.

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


[Libreoffice-bugs] [Bug 47582] FORMATTING: Wrong number of bibliography entry in footnote

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47582

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #5 from Beluga todven...@suomi24.fi ---
Created attachment 112907
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112907action=edit
PDF export after update all using 4.5 alpha from Jan 25th 2015

Is this the wrong result after update all?

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 88897] New: Pivot table - Average and Mean word cofusion

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88897

Bug ID: 88897
   Summary: Pivot table - Average and Mean word cofusion
   Product: LibreOffice
   Version: 4.3.5.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Spreadsheet
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: grof...@hotmail.com

Created attachment 112908
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112908action=edit
average_dialog_label_naming.png

In LibreOffice Calc 4.3.5.2 on Windows 7:

1. Open Calc.
2. Type in values in cells:
   Cell A1: Product
   Cell A2: Product_A
   Cell A3: Product_B
   Cell B1: Price
   Cell B2: 100
   Cell B3: 150
3. With mouse select cells A1:B3.
4. Menu Data | Pivot Table | Create.
5. Select Source dialog open, just accept default and click OK button.
6. Pivot Table Layout dialog opens. From Available Fields move Product to Row
Fields.
7. From Available Fields move Price to Data Fields.
5. In Data Fields member Sum - Price appears. Double click on this member. 
6. Data Field dialog opens. From Function selection select Average and click on
OK button.
7. Now problem appears! In Pivot Table Layout dialog in Data Fields it appears:
Mean - Price. Instead of Mean I expect to get Average displayed, because
I have selected Average. I know technically speaking Mean is perfectly fine
word, but Average is what I expect to get.
8. Click on OK button to close Pivot Table Layout dialog.
9. New sheet opens with data. See the B1 data field Average - Price. So this
is additional confusion...

In step 6 there is word Average, in step 7 it is word Mean in step 9 it is
Average again. Confusing...

I think it should be the same word in all of the steps. I prefer word Average.

What is expected?
In step 7 instead of Mean - Price it should be Average - Price.

See print-screen for clear picture.

-- 
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 46925] FORMATTING: minimal line width

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46925

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #3 from Beluga todven...@suomi24.fi ---
Confirmed in Footnote.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 49103] EDITING: Changing font colour on a bullet list does not change the colour of bullet points or list numbering

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49103

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |WORKSFORME

--- Comment #14 from Beluga todven...@suomi24.fi ---
Attached documents look identical - WFM.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 38484] Incorrect loading of ODF file

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38484

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #7 from Beluga todven...@suomi24.fi ---
Confirmed.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 88121] EDITING: When Apply user data unchecked, Total editing time And Revision number go blank

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88121

--- Comment #4 from Amir Adar adar.a...@yahoo.com ---
So would those properties directly inferred from the contents of the document
be the properties that also appear when you right-click on the file and select
Properties in the file-browser?

-- 
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 88823] Useless graph and UI slow when selecting full column except one cell

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88823

--- Comment #4 from Milan Bouchet-Valat nalimi...@club.fr ---
Call it a feature request if you like.

Let's see the problem from a different angle. When selecting a full column and
then subtracting one or several cells from that, instead of keeping all rows
selected up to row #1048576, Calc could automatically subtract from the
selection all empty cells starting from the bottom. This would be much more
useful in 99% of cases. In the 1% remaining cases, people would still be able
to select the range by hand (just like people currently need to do for the 99%
case).

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


[Bug 76291] FILESAVE: Chinese hyperlinks modified upon Saving

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76291

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #7 from Stephan Bergmann sberg...@redhat.com ---
(In reply to Kevin Suo from comment #4)
 The link changed to
 http://www.youtube.com/results?search_query=粵語mvamp;sm=12

LO internally converts a URI entered into the Hyperlink dialog into an IRI (cf.
http://cgit.freedesktop.org/libreoffice/core/commit/?id=abb5e84c74b781f3615862695db4e5eaadc12cfe
Do not corrupt URIs entered into the Hyperlink dialog).  It is written out as
an IRI at least into ODT documents (and XLink allows for IRIs, so that appears
to be OK).  But at least the HTML 4.01 spec appears to only allow for URIs, not
IRIs, in a href=  So it's probably good to explicitly convert from IRI
to URI upon exporting at least to HTML (as proposed in
https://gerrit.libreoffice.org/#/c/14223), short of revisiting the decision
to store as IRI rather than URI internally in LO.

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


Re: LO 4.3.5002 and PYTHONPATH on Mac OS X Mountain Lion 10.8.4

2015-01-29 Thread Stephan Bergmann

On 01/29/2015 06:48 AM, Yvon Thoraval wrote:

$ /Applications/LibreOffice.app/Contents/MacOS/soffice
Your PYTHONPATH points to a site-packages dir for Python 2.x but you are
running Python 3.x!
  PYTHONPATH is currently:
/Applications/LibreOffice.app/Contents/MacOS/../MacOS/LibreOfficePython.framework/Versions/Current/lib/python3.3:/Applications/LibreOffice.app/Contents/MacOS/../MacOS/LibreOfficePython.framework/Versions/Current/lib/python3.3/lib-dynload:/Applications/LibreOffice.app/Contents/MacOS/../MacOS/LibreOfficePython.framework/Versions/Current/lib/python3.3/lib-tk:/Applications/LibreOffice.app/Contents/MacOS/../MacOS/LibreOfficePython.framework/Versions/Current/lib/python3.3/site-packages:/Applications/LibreOffice.app/Contents/MacOS/../MacOS:/usr/local/lib/python2.7/site-packages:/usr/local/lib/python2.7/site-packages
  You should `unset PYTHONPATH` to fix this.


Then, I set PYTHONPATH to '' and LO works great.

However i wonder how to fix this definitely. because i don't plan using LO
from cli.


soffice prepends its own paths to the PYTHONPATH env var 
(prependPythonPath in pyuno/source/loader/pyuno_loader.cxx), that's 
where the leading 
/Applications/LibreOffice.app/Contents/MacOS/../MacOS/LibreOfficePython.framework/Versions/Current/lib/python3.3:[...]:/Applications/LibreOffice.app/Contents/MacOS/../MacOS 
part is coming from.


But the remaining, apparently problematic 
/usr/local/lib/python2.7/site-packages:/usr/local/lib/python2.7/site-packages 
part must come from your environment, likely set in your ~/.bash_profile?


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] And then there were two...

2015-01-29 Thread David Tardon
Hi,

On Wed, Jan 28, 2015 at 08:01:34AM -0500, Robinson Tryon wrote:
 On Wed, Jan 28, 2015 at 7:42 AM, David Tardon dtar...@redhat.com wrote:
  Of course, these are not the only products we have... From the top of my
  head, there are:
 
  * DLP
 
 Oh, definitely! DLP is one of the primary reasons why I wanted to make
 sure it was the TDF Bugzilla, and not just the LibreOffice Bugzilla
 :-)
 
  - libabw
  - libcdr
  - libetonyek
  - libfreehand
  - libmspub
  - libpagemaker
  - libvisio
 
 The libraries are all versioned separately, right? I'm thinking: one
 product for each library, and a general 'DLP' product as a catch-all
 for everything else. That sound good?

Yes, very good.

 
  * other
  - cppunit
  - libexttextcat
  - libgltf
 
 And one each for these, I assume?

Yes.

D.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-bugs] [Bug 88854] LO crashes wheh opening drop caps

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88854

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jmadero@gmail.com
 Ever confirmed|0   |1

Olivier MORIN omo...@mairie-bergerac.fr changed:

   What|Removed |Added

 Attachment #112858|0   |1
is obsolete||

--- Comment #2 from Joel Madero jmadero@gmail.com ---
Please provide clear reproducible steps as well as a simple attachment. While
the video shows the crash it doesn't clearly show us what to do (specifically
it's not in English). 

Marking as NEEDINFO - once you provide clear enumerated steps and a simple
attachment please mark as UNCONFIRMED. Thanks

--- Comment #3 from Olivier MORIN omo...@mairie-bergerac.fr ---
Created attachment 112909
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112909action=edit
Bug demo in english

-- 
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 88821] Import HTML file into Calc wrongly assumes source code-page is Windows-1252

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88821

--- Comment #11 from grofaty grof...@hotmail.com ---
@raal,
I tried your solution and it is working. You also made two little mistakes:
a) You ended the string with / which is a deprecated xhtml syntax. Removing
last / character (and space before it).
b) You put meta tag at the top of document, but it should be inside the head
tags.
Despite above two little mistakes your file is working fine and I above fixed
mistakes and new file also works fine.

I would probably never guess this HTML 5.0 vs. HTML 4.x problem, because in
browser you can have any of this two settings and also OLD browsers are
accepting both solutions! I tested both files in ancient Internet Explorer 6 on
Windows 2003 and it accepts HTML 5 syntax without a problem.

In browser world this HTML 5 change was designed to be backward compatible, but
it looks like in LibreOffice it was not designed to have this change. Now it is
a matter of perspective is it a bug or enhancement. My humble opinion is it is
a bug.

It is probably easy to fix... Code for HTML 4.0 is working fine, just add
additional few code lines to have HTML 5.0 support.

Just a note: I have no influence how web pages are designed (with old or new
syntax) and I can't inform web server administrator to change this setting back
to HTML 4.x, because it is not a bug in browsers, but instead in LibreOffice.

Thanks for testing this problem.

P.S. I also tested Windows-1250 code page and converted HTML 5 syntax into old
HTML 4.x syntax and LibreOffice now open files correctly.

-- 
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 44976] conditional formatting breaks text allignment on .xlsx

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44976

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |WORKSFORME

--- Comment #8 from Beluga todven...@suomi24.fi ---
No problem with centering anymore - WFM.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 42132] DDE does not trigger XModifyListener

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42132

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #9 from Beluga todven...@suomi24.fi ---
Paste-special some other saved document's cell in B1 with “Link” option in
order to create a DDE link. - Value updated OK.
Modify the cell value in the other document. - Done.
After a short time this sheet's B1 adjusts to the new value without triggering
the XmodifyListener. - Did not update by itself.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 37912] EDITING cursor does not change to arrow hovering over X box

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37912

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #5 from Beluga todven...@suomi24.fi ---
Repro.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 77971] FORMATTING: Writer: Better font selection in Japanese locale on Mac OSX.

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77971

Tomofumi Yagi ya...@mknada.sakura.ne.jp changed:

   What|Removed |Added

 Blocks||83066

-- 
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 88854] LO crashes wheh opening drop caps

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88854

Olivier MORIN omo...@mairie-bergerac.fr changed:

   What|Removed |Added

 CC||omo...@mairie-bergerac.fr

--- Comment #4 from Olivier MORIN omo...@mairie-bergerac.fr ---
Comment on attachment 112909
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112909
Bug demo in english

Ok
Open a new text document
Rigth click, Paragraph, Drop Cpas tab, click on display drop caps.
!!br0ken!! appears !
Select !!br0ken!!, and add text.
Press Enter to add new paragraph.
Rigth click, Paragraph, Drop Cpas tab, click on whole word.
Add text.
Press Enter to add new paragraph.
Rigth click, Paragraph, 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 85905] Allow undocking of Sidebar decks

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85905

--- Comment #5 from Harald Koester harald.koes...@mail.de ---
(In reply to bugzilla2 from comment #2)

 Just tested 4.4 beta 1, and was very frustrated by not being able to pin the
 format templates (Formatvorlagen in German) pane/deck/window (whatever
 you want call it) ALONE to the right side of the window, as it was possible
 until 4.3.x.

I complained about this already in bug 88757. According V Stuart Foote it is
intended that the sidebar tabs are always visible if the templates deck is
displayed.

-- 
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 51795] UI: error of runtime basc 423 ListFillRange

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51795

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||todven...@suomi24.fi

--- Comment #14 from Beluga todven...@suomi24.fi ---
We need to retest, but original file is not available. Setting to NEEDINFO.

-- 
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 88814] VIEWING: Subform linked to Addressbook results in parameter count error

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88814

Lionel Elie Mamane lio...@mamane.lu changed:

   What|Removed |Added

 Whiteboard||needsOSX

-- 
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 88814] VIEWING: Subform linked to Mac Addressbook results in parameter count error

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88814

Lionel Elie Mamane lio...@mamane.lu changed:

   What|Removed |Added

Summary|VIEWING: Subform linked to  |VIEWING: Subform linked to
   |Addressbook results in  |Mac Addressbook results in
   |parameter count error   |parameter count 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


Re: LO 4.3.5002 and PYTHONPATH on Mac OS X Mountain Lion 10.8.4

2015-01-29 Thread Yvon Thoraval
No it isn't set in my ~/.bash_profile it comes from elsewhere.
I did :
set PYTHONPATH to '' in my ~/.bash_profile, restart the computer and try
again, the results :

LO still crash when launched by dobleclick;
Lo works fine when launched by command line.

actually i do have :
.-[yt@d620.local:~]-[12:08:41]


'-$ echo $PYTHONPATH

.-[yt@d620.local:~]-[12:11:50]


'-$

that's to say PYTHONPATH is empty on terminal.

for the time being, i did a small AppleScript Launcher for LO as a
workaound:

*set* stdout *to* *do shell script* export PYTHONPATH='';
/Applications/LibreOffice.app/Contents/MacOS/soffice

{stdout}

it works when dobleclicking...




*--*
*YT*


2015-01-29 12:00 GMT+01:00 Stephan Bergmann sberg...@redhat.com:

 On 01/29/2015 06:48 AM, Yvon Thoraval wrote:

 $ /Applications/LibreOffice.app/Contents/MacOS/soffice
 Your PYTHONPATH points to a site-packages dir for Python 2.x but you are
 running Python 3.x!
   PYTHONPATH is currently:
 /Applications/LibreOffice.app/Contents/MacOS/../MacOS/
 LibreOfficePython.framework/Versions/Current/lib/python3.
 3:/Applications/LibreOffice.app/Contents/MacOS/../MacOS/
 LibreOfficePython.framework/Versions/Current/lib/python3.
 3/lib-dynload:/Applications/LibreOffice.app/Contents/MacOS/../MacOS/
 LibreOfficePython.framework/Versions/Current/lib/python3.
 3/lib-tk:/Applications/LibreOffice.app/Contents/MacOS/../MacOS/
 LibreOfficePython.framework/Versions/Current/lib/python3.
 3/site-packages:/Applications/LibreOffice.app/Contents/
 MacOS/../MacOS:/usr/local/lib/python2.7/site-packages:/usr/
 local/lib/python2.7/site-packages
   You should `unset PYTHONPATH` to fix this.


 Then, I set PYTHONPATH to '' and LO works great.

 However i wonder how to fix this definitely. because i don't plan using LO
 from cli.


 soffice prepends its own paths to the PYTHONPATH env var
 (prependPythonPath in pyuno/source/loader/pyuno_loader.cxx), that's where
 the leading /Applications/LibreOffice.app/Contents/MacOS/../MacOS/
 LibreOfficePython.framework/Versions/Current/lib/python3.
 3:[...]:/Applications/LibreOffice.app/Contents/MacOS/../MacOS part is
 coming from.

 But the remaining, apparently problematic /usr/local/lib/python2.7/
 site-packages:/usr/local/lib/python2.7/site-packages part must come from
 your environment, likely set in your ~/.bash_profile?


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 88821] Import HTML file into Calc wrongly assumes source code-page is Windows-1252 for HTML 5 files. It correctly recognizes code page for old HTML 4.x files.

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88821

--- Comment #12 from grofaty grof...@hotmail.com ---
I changed title of bug from:
Import HTML file into Calc wrongly assumes source code-page is Windows-1252

to:
Import HTML file into Calc wrongly assumes source code-page is Windows-1252 for
HTML 5 files. It correctly recognizes code page for old HTML 4.x files.

to make it more clear what the problem is.

-- 
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 88821] Import HTML file into Calc wrongly assumes source code-page is Windows-1252 for HTML 5 files. It correctly recognizes code page for old HTML 4.x files.

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88821

grofaty grof...@hotmail.com changed:

   What|Removed |Added

Summary|Import HTML file into Calc  |Import HTML file into Calc
   |wrongly assumes source  |wrongly assumes source
   |code-page is Windows-1252   |code-page is Windows-1252
   ||for HTML 5 files. It
   ||correctly recognizes code
   ||page for old HTML 4.x
   ||files.

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


[Libreoffice-bugs] [Bug 85905] Allow undocking of Sidebar decks

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85905

--- Comment #6 from Harald Koester harald.koes...@mail.de ---
(In reply to V Stuart Foote from comment #4)
 *** Bug 88853 has been marked as a duplicate of this bug. ***

In bug 88853 I proposed to allow to display more than one deck at the same
time. For me this is independently if the decks are floating (as proposed here
by Samuel) or docked. If the decks are docked it should be possible to display
them either side by side or oppositely at the right and left side of the
working area.

-- 
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 57187] EDITING: Text is wrong justified when breaking line with shift+enter

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57187

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #7 from Beluga todven...@suomi24.fi ---
Marcin: I noticed that if I delete your linebreak and insert a new one, the
problem is not observed.

Can you try reproducing from scratch? Thanks.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 50026] Calc does not same row height for empty rows

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50026

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |WORKSFORME

--- Comment #4 from Beluga todven...@suomi24.fi ---
Height of empty rows is now saved in .xlsx, changing to WFM.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 83066] [METABUG] Tracking bug for CJK issues

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83066

Tomofumi Yagi ya...@mknada.sakura.ne.jp changed:

   What|Removed |Added

 Depends on||77971

-- 
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 88897] Pivot table - Average and Mean word confusion

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88897

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal r...@post.cz ---
I can confirm with LO 4.3.5, win7. Also in Czech version is word mean - not
translated.

-- 
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 88899] New: Libre Office Writer does not show Time of Custom Properties with Type: DateTimebbbbbbbbbbbbbbbbbbb

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88899

Bug ID: 88899
   Summary: Libre Office Writer does not show Time of Custom
Properties with Type: DateTimebbb
   Product: LibreOffice
   Version: 4.4.0.2 rc
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: wbkleinoe...@gmail.com

Created attachment 112910
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112910action=edit
contains attachments mentioned in description

takes less than 30 seconds to reproduce it

Libre Office Writer v4.4.0.2
Windows 7 Professional Service Pack 1

Bug 29.01.15 11:50:   29.01.15 00:00   ← should be 11:50

Here is how to reproduce:
File → Properties → Custom Properties (cf. Appendix 1)
Type: DateTime   Value: 29.01.15 11:50

Insert → Fields → More Fields → 
Custom → bug 150129 1150 → Format: 31.12.99 → Insert   (OK)
Custom → bug 150129 1150 → Format: 13:37 (expected: 11:50) → Insert   (not
OK)
(cf. Appendix 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 88899] Libre Office Writer does not show Time of Custom Properties with Type: DateTime

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88899

Wolfgang Kleinoeder wbkleinoe...@gmail.com changed:

   What|Removed |Added

Summary|Libre Office Writer does|Libre Office Writer does
   |not show Time of Custom |not show Time of Custom
   |Properties with Type:   |Properties with Type:
   |DateTimebbb |DateTime

-- 
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 88821] Import HTML file into Calc wrongly assumes source code-page is Windows-1252 for HTML 5 files. It correctly recognizes code page for old HTML 4.x files.

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88821

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #13 from raal r...@post.cz ---
grofaty,
thanks for testing. Setting as 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 48548] Show formulas : copy / paste formulas pastes a #REF error when pasted in Notepad (or pasted as text only in libreoffice writer)

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48548

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |WORKSFORME

--- Comment #7 from Beluga todven...@suomi24.fi ---
No problem anymore - WFM.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 66823] Formula getting erased if using different sheet in LOOKUP function inside IF function

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66823

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 88823] Useless graph and UI slow when selecting full column except one cell

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88823

raal r...@post.cz changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #3 from raal r...@post.cz ---
I think this is not a bug.
Calc is smart only when you select whole row/column.
When you select only some cells, then you directly says what to use. It's your
case. 

It's like selecting B40:C46 - how should Calc recognize if use smart select
(without empty rows)  or maybe I want to have empty rows in range?? 

Should be closed as notabug.

-- 
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 48799] [Task] Formatting and UI for Bullets and Numbering broken

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48799
Bug 48799 depends on bug 49103, which changed state.

Bug 49103 Summary: EDITING: Changing font colour on a bullet list does not 
change the colour of bullet points or list numbering
https://bugs.documentfoundation.org/show_bug.cgi?id=49103

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 48283] Connectors on rotated objects

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48283

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |WORKSFORME

--- Comment #3 from Beluga todven...@suomi24.fi ---
No problem observed - WFM.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 85905] Allow undocking of Sidebar decks

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85905

--- Comment #7 from Harald Koester harald.koes...@mail.de ---
(In reply to bugzilla2 from comment #2)

 If I use the sidebar to view the format templates (or style sheets?), then
 close the document and reopen, the sidebar again contains the properties
 pane, not the format templates. I use the format templates pane very
 often, and don't want to activate it every time again, I open a new document

See bug 65351.

-- 
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 88898] New: Page breaks distort the document and prevent the viewing of the immediate text following them

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88898

Bug ID: 88898
   Summary: Page breaks distort the document and prevent the
viewing of the immediate text following them
   Product: LibreOffice
   Version: 4.3.5.1 rc
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: naana...@gmail.com

HH
This is a problem also in OpenOffice, and in old world processors Manual
page breaks are a real monkey wrench on the system. The software fails to
properly load up the text and pages immediately following (maybe even
proceeding) the page break. When exporting the document as pdf, the text is
simply omitted. When searching for the text with the find function, I get a
blank page with the cursor in between the header and the where the page should
start.
With OpenOffice -- and I imagine it will be true with libre - - I couldn't make
different sections in the document to alternate from different numbers of
columns.
So please Give me a break!  


Great blessings of Na Nach Nachma Nachman MeUman

-- 
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 57308] Basic IDE: watching of variable not working if variable is returning value of function

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57308

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #4 from Beluga todven...@suomi24.fi ---
Reproduced.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 65840] Writer always breaks lines at text direction change

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65840

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 CC||fdb...@neosheffield.co.uk
 Whiteboard|bibisectRequest |preBibisect

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


Re: TDF bugzilla bug report

2015-01-29 Thread Bjoern Michaelsen
Hi,

On Thu, Jan 29, 2015 at 10:01:55AM +0100, Thorsten Behrens wrote:
 Bjoern Michaelsen wrote:
  To make 3/ more bearable, we should likely close and move all infra and
  ci-integration issues to Redmine.
 
 And then remove those categories.
 
  It might also possibly be helpful to have a
  bot that:
 
 With the above, we wouldn't need that. ;)

True, but a it would also mean developers/triagers would to get Redmine-account
to e.g. report a downtime, which is a barrier.

But Im agreeing that should such a script not magically materialize out of thin
air (which is likely), simply removing that stuff from Bugzilla would be the
right thing to do.

Best,

Bjoern
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 48765] Remote ref to cells in LibO-Calc spreadsheet denied in tool (function)

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48765

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #5 from Beluga todven...@suomi24.fi ---
Confirmed.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-01-25_23:07:36

-- 
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 66823] Formula getting erased if using different sheet in LOOKUP function inside IF function

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66823

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 CC||fdb...@neosheffield.co.uk

--- Comment #11 from Matthew Francis fdb...@neosheffield.co.uk ---
I can reproduce this on OSX / LO 4.0.0.4, but can no longer reproduce on LO
4.3.5.1 or 4.4.0.2

Setting RESOLVED - WORKSFORME (as the exact commit which fixed this has not
been identified)

-- 
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 40319] Tamil grapheme clusters

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40319

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |FIXED

--- Comment #6 from Beluga todven...@suomi24.fi ---
Changing to FIXED per comment 4.

-- 
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 88854] LO crashes wheh opening drop caps

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88854

--- Comment #5 from Olivier MORIN omo...@mairie-bergerac.fr ---
Bug reproduced in XUbuntu 14.04

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


help asked for Calc jump function with empty arguments

2015-01-29 Thread Winfried Donkers
Hi,

I am working on bug 88576, regarding IFERROR and IFNA not giving expected 
results when not all mandatory arguments are given.
On checking their behaviour in various cases, I discovered that IFERROR, IFNA 
and IF do not handle empty arguments as they should be.
With empty argument I mean e.g. -IFERROR(something;) of IF(statement;;argument).
With IFERROR and IFNA these situation should return an empty value to be 
compatible with Excel.
With IF, the behaviour is described in ODFF1.2.

My question is, where should this behaviour best be put in the code?
In class FormulaCompiler, e.g. in FormulaCompiler::Factor(), in 
ScInterpreter::Interpret(), in the functions themselves (ScInterpreter::ScIf() 
and ScInterpreter::ScIfError() or somewhere else?
And as these functions are jump functions, how best to access/modify the stack 
or FormulaToken?

Winfried

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: LO 4.3.5002 and PYTHONPATH on Mac OS X Mountain Lion 10.8.4

2015-01-29 Thread Yvon Thoraval
2015-01-29 13:05 GMT+01:00 Piet van Oostrum p...@vanoostrum.org:

 ~/.MacOSX/environment.plist


Nope, i don't have any ~/.MacOSX/environment.plist and even no ~/.MacOSX
I did carefully checked :

~/.bash_profile
~/.bashrc

~/.profile

~/.zprofile
~/.zshrc

and obviously the one i use actually :
~/.config/fish/config.fish

notice if i add a line like :
echo $PYTHONPATH at the first line of my ~/.config/fish/config.fish i get :
/usr/local/lib/python2.7/site-packages
when login

then something else set the PYTHONPATH variable...


*--*
*YT*
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 88660] Can not change font color of date/time field

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88660

--- Comment #10 from Alex Finch a.fi...@lancaster.ac.uk ---
Created attachment 112916
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112916action=edit
REALLY selected

Now you did - well done. What you realised was if you double click, or maybe
even triple click the background now goes black. Now you really have selected
it and any changes you make really will make a difference. Well done, you've
earned yourself a coffee.

-- 
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 85905] Allow undocking of Sidebar decks

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85905

--- Comment #8 from V Stuart Foote vstuart.fo...@utsa.edu ---
(In reply to Harald Koester from comment #6)
 In bug 88853 I proposed to allow to display more than one deck at the same
 time. For me this is independently if the decks are floating (as proposed
 here by Samuel) or docked. If the decks are docked it should be possible to
 display them either side by side or oppositely at the right and left side of
 the working area.

Sorry, exposing additional Decks--docked or undocked--is functionally the same
task. The code is not at that point and the sidebar would need to be refactored
to allow multiple decks in multiple states controlled from a single Tab bar.
Also, at present there are only two docking locations top right (default) and
top left, multiple positions along right or left edges would probably need to
be provided.  Work is also needed to make Sidebar stateful-- bug 65351

True, by design, at present an instance of the Navigator F5, and the
Sidebar's Navigator content panel can be open--the same code, but the instances
are not linked.  On the other hand pressing F11 Styles and Formatting, or its
toolbar button, will shift the Sidebar to the Styles and Formatting content
panels in the Deck. Only the Sidebar deck, docked or not, is created.

Handling multiple deck instances as in OP, is the correct enhancement.  

=-ref-=
https://wiki.openoffice.org/wiki/File:SidebarNames.png

As implemented, the Sidebar consists of the Deck  Title, holding one or more
Content panels with titles, and the Tab bar holding the selection tabs for each
mode available in the active LibreOffice component.

-- 
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 88836] UI: in-form navigation bar icons gone since 4.4

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88836

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 CC||fdb...@neosheffield.co.uk
 Whiteboard||bibisected

--- Comment #6 from Matthew Francis fdb...@neosheffield.co.uk ---
Bibisect results from 44:

This seems to have regressed in two stages. First, the last of the original 4
icons becomes invisible at

# first bad commit: [95d4432551fd58a604029ea886134d0126ec0289]
source-hash-1964870db4ad1e4334e8fc5050795469dc1fb05e

Then, all the 4 icons become invisible at

# first bad commit: [44b035cbec37614034a66b5617313d237faa83f7]
source-hash-b2503f187341f9a37737f34c7fc6a02d03c2e84e

-- 
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 88660] Can not change font color of date/time field

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88660

--- Comment #9 from Alex Finch a.fi...@lancaster.ac.uk ---
Created attachment 112915
  -- https://bugs.documentfoundation.org/attachment.cgi?id=112915action=edit
Partially selected

Apparently selected - but actually not.
If you click on the date/time field the background goes gray so you think you
have selected and attempt to change the properties. Aha got you. You haven't
really selected it and any attempt to change it has NO EFFECT. Cue several days
of frustration.

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


Re: LO 4.3.5002 and PYTHONPATH on Mac OS X Mountain Lion 10.8.4

2015-01-29 Thread Piet van Oostrum
Yvon Thoraval wrote:

  2015-01-29 13:05 GMT+01:00 Piet van Oostrum p...@vanoostrum.org:
  
  ~/.MacOSX/environment.plist
  
  Nope, i don't have any ~/.MacOSX/environment.plist and even no ~/.MacOSX
  I did carefully checked :
  
  ~/.bash_profile
  ~/.bashrc
  
  ~/.profile
  
  ~/.zprofile
  ~/.zshrc
  
  and obviously the one i use actually :
  ~/.config/fish/config.fish
  
  notice if i add a line like :
  echo $PYTHONPATH at the first line of my ~/.config/fish/config.fish i get :
  /usr/local/lib/python2.7/site-packages
  when login
  
  then something else set the PYTHONPATH variable...
  

Oh, it seems ~/.MacOSX/environment.plist is no longer used on Lion and higher 
(I am still on Snow Leopard). And the preferred way is now launchctl. Try 
launchctl export to see what environment it has, and if necessary do a 
launchctl unsetenv. But I don't think this will remove it permanently, only for 
the current login session.

Also have a look into /etc/launchd.conf and ~/.launchd.conf because they can 
contain startup information for launchd. Maybe even better do a grep PYTHONPATH 
/etc/*

With kind regards,
-- 
Piet van Oostrum p...@vanoostrum.org
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 88824] Open/Create a report in Base causes LO to freeze (Windows)

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88824

--- Comment #13 from Helmut Leininger hl...@gmx.at ---
The problems do not yet occur in Windows 7, LO 4.3.3.2, Java 1.8.0_32

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


[Libreoffice-bugs] [Bug 88858] New: document in attachment crashes the viewer

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88858

Bug ID: 88858
   Summary: document in attachment crashes the viewer
   Product: LibreOffice
   Version: 4.4.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: Android Viewer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: luc.casterm...@gmail.com
CC: r...@post.cz
Status: NEW
CC: r...@post.cz
Ever confirmed: 1

I received a .odt (actually the 4.4 Press release) in my mail on my Android
device.  Double clicking on the attachement starts the viewer, then it
terminates. I do not know if it crashes.

If I save the document first I can open it nicely in the viewer.

Device: Nexus 5
Android version: 5.01
Viewer installed via Google Play.

--- Comment #1 from raal r...@post.cz ---
I can confirm with Version: 4.5.0.0.alpha0+
Build ID: 802b80fcd378d5788adff1c7c98af526651a30c2
andrioid 4.1.1
K9 mail

-- 
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 75996] Crash, when undoing steps in attachment from bug #48582

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75996

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 CC||nalimi...@club.fr

--- Comment #9 from Michael Stahl mst...@redhat.com ---
*** Bug 68046 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 88894] Writer/Libre Office Freezes when trying to save a document - OS 10.10.2

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88894

--- Comment #3 from V Stuart Foote vstuart.fo...@utsa.edu ---
(In reply to Michael Jonas from comment #2)
 Thank you for replying, but I’m simply not technically sophisticated enough
 to follow your directions…please see if you can simply what you’re
 suggesting I do.

Exit from LibreOffice, no under dot on the launcher bar if pinned.

Then three steps...

1. Open finder location box with:

   command+shift+G (⌘+⇧+G)

2. enter:
   ~/Library

3. select and Move to Trash:

   LibreOffice

On next launch of LibreOffice a new profile at that location will be created.

See if that resolves document save issues.

-- 
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 68046] Crash related to undo/redo

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68046

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||mst...@redhat.com
 Resolution|--- |DUPLICATE

--- Comment #2 from Michael Stahl mst...@redhat.com ---
yes this looks like it is bug 75996 which has reproduction steps

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

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


Re: LO 4.3.5002 and PYTHONPATH on Mac OS X Mountain Lion 10.8.4

2015-01-29 Thread Piet van Oostrum
Yvon Thoraval wrote:

  No it isn't set in my ~/.bash_profile it comes from elsewhere.
  I did :
  set PYTHONPATH to '' in my ~/.bash_profile, restart the computer and try 
  again, the results :
  
  LO still crash when launched by dobleclick;
  Lo works fine when launched by command line.
  
  actually i do have :
  .-[yt@d620.local:~]-[12:08:41]                                               
                       
                                                                        
  '-$ echo $PYTHONPATH
  
  .-[yt@d620.local:~]-[12:11:50]                                               
                       
                                                                        
  '-$ 
  
  that's to say PYTHONPATH is empty on terminal.
  

Then check if it is set in ~/.MacOSX/environment.plist
If so, change it, logout and login again.
-- 
Piet van Oostrum p...@vanoostrum.org
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 47673] SLIDESHOW: Particular fonts like Century Schoolbook L too narrow with hardware acceleration.

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47673

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |WORKSFORME

--- Comment #20 from Beluga todven...@suomi24.fi ---
No problem anymore - WFM.

Ubuntu 14.10 64-bit Version: 4.5.0.0.alpha0+
Build ID: 784d069cc1d9f1d6e6a4e543a278376ab483d1eb
TinderBox: Linux-rpm_deb-x86_64@46-TDF-dbg, Branch:master, Time:
2015-01-25_23:58:40

and

Version: 4.3.3.2
Build ID: 430m0(Build: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 88900] New: EDITING: Table between two numbered headings completely deleted when deleting lower heading

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88900

Bug ID: 88900
   Summary: EDITING: Table between two numbered headings
completely deleted when deleting lower heading
   Product: LibreOffice
   Version: 4.5.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: adar.a...@yahoo.com

When using numbered headings (of any level) in a writer document, and trying to
delete a numbered heading paragraph located below a table, which is located
below another numbered heading paragraph, the whole table is deleted. When
pressing Ctrl+Z, the table is restored.

To reproduce:
1. Create a numbered heading
2. Create a table underneath the heading
3. Create another numbered heading underneath the table
4. Press “backspace” until the heading paragraph is completely deleted

Expected result:
The heading paragraph should be empty. The cursor should move to the last cell
in the table, without deleting anything.

Actual result:
The whole table is deleted.

I'm using Linux Mint 17.1 Cinnamon edition, 32-bit. I managed to reproduce on
both the master and fresh versions of LO.

-- 
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 70192] FILEOPEN: Fails to open file with embedded font

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70192

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||fdb...@neosheffield.co.uk

--- Comment #16 from Matthew Francis fdb...@neosheffield.co.uk ---
I can't reproduce this issue with Ubuntu 14.04 and LO 4.3.5.1/4.4.0.1.

Setting Status - NEEDINFO

If you still see the issue occurring in 4.3 or 4.4, please provide a backtrace
from the crash.
If you can no longer reproduce the issue, please close the 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


  1   2   3   4   >