[Libreoffice-bugs] [Bug 48871] UI: [ES] error ortografico (typo in spanish localisation)

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48871

Fitoschido fitosch...@gmail.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 59728] Python 3 loads utf-8 encoded files as CP-1252 encoded files

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59728

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

   What|Removed |Added

 CC||aniste...@gmail.com,
   ||mst...@redhat.com,
   ||sberg...@redhat.com

--- Comment #4 from Stephan Bergmann sberg...@redhat.com ---
See the corresponding mail thread starting at
http://lists.freedesktop.org/archives/libreoffice/2013-January/044413.html
Python extension issue with LO 4 on Windows for further details.

What's presumably needed is something like changing line 93 of
pyuno/source/loader/pythonloader.py from

  fileHandle = open( filename )

to

  fileHandle = open( filename, encoding=utf_8 )

but that would probably break the compatibility with Python 2 we still try to
abide by.

-- 
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 59731] EDITING: Reproducible crash in OpenOffice.org

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59731

--- Comment #4 from Rich Ercolani rerc...@pha.jhu.edu ---
So, instructions for reproducing this.

1) Open one of the files
2) Open the other file
3) Drag-copy the slide from the PPT into the ODP
4) Attempt to quit without saving
5) Choose Save or Discard - it doesn't matter, it'll crash either way.
6) Boom! Crashes for me every time on 3.6.4.3 (Build ID: 2ef5aff) on Windows 7
x64.

The attached documents were originally an ODP of a presentation and an exported
copy of said presentation to PDF - I ran into a problem where on reopening the
ODP, the template slide I had been using, which had been copied from a freely
available template online, had lost its background color. I attempted to copy a
slide from the ppt (which did not have this problem) back to the odp and ran
into this.

How these two files ended up in a state such that this could happen is...a
fascinating question.

-- 
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 59731] EDITING: Reproducible crash in OpenOffice.org

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59731

--- Comment #5 from Rich Ercolani rerc...@pha.jhu.edu ---
(In reply to comment #4)
 So, instructions for reproducing this.
 
 1) Open one of the files
 2) Open the other file
 3) Drag-copy the slide from the PPT into the ODP
 4) Attempt to quit without saving
 5) Choose Save or Discard - it doesn't matter, it'll crash either way.
 6) Boom! Crashes for me every time on 3.6.4.3 (Build ID: 2ef5aff) on Windows
 7 x64.
 
 The attached documents were originally an ODP of a presentation and an
 exported copy of said presentation to PDF - I ran into a problem where on
 reopening the ODP, the template slide I had been using, which had been
 copied from a freely available template online, had lost its background
 color. I attempted to copy a slide from the ppt (which did not have this
 problem) back to the odp and ran into this.
 
 How these two files ended up in a state such that this could happen is...a
 fascinating question.

...export to PPT, not PDF.

Similar to the above conflation of LibreOffice and OpenOffice.org - my
apologies, I'm tired, and do know which I mean, even if I cannot type.

-- 
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 59731] EDITING: Reproducible crash in OpenOffice.org

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59731

--- Comment #6 from Rich Ercolani rerc...@pha.jhu.edu ---
Additional notes:

- Reproducible for me even after removing my LibreOffice user profile
- if you select save on the save/discard prompt, it does appear to correctly
save the result, but the resulting odp and (unmodified) ppt still suffer from
this problem
- I'm running on a ThinkPad T420s with an Intel HD3000 and an NVIDIA NVS 4200M
onboard, with driver versions 9.17.10.2867 and 9.18.13.479 (in NVIDIA download
land, that translates to 304.79), respectively.
- This occurs with nothing else perceptibly running on the system for me - e.g.
a clean boot with no other things open (other than, implicitly, explorer, since
I am opening these by file association and double-clicking).

-- 
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 59731] EDITING: Reproducible crash in OpenOffice.org

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59731

--- Comment #7 from Rich Ercolani rerc...@pha.jhu.edu ---
I'll go play the git bisect game and see if I can figure out where this starts
and stops (I was going to just get a backtrace, but if I'm going to set up a
debug environment just for that, I might as well also bisect...)

-- 
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 59679] Wrong window title encoding

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59679

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Stephan Bergmann sberg...@redhat.com ---
I can reproduce this (Fedora 18, Gnome 3.6.2) when running soffice from an
environment with LC_ALL=POSIX.

For a workaround, try setting LC_ALL to something like en_US.utf8.

-- 
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 59748] New: FILESAVE: File named like folder saves in the folder

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59748

  Priority: medium
Bug ID: 59748
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: File named like folder saves in the folder
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: ygavr...@gmail.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: unspecified
 Component: UI
   Product: LibreOffice

When a file is being saved with the same name as a folder in the same
directory, the LO puts the file in the folder instead of leaving it in the
directory. E.g.  file Tony is saved in folder Documents which contains
among other things folder Tony. Rather than being saved in Documents, file
Tony is put in folder Tony. 
The issue affects all applications in the current and previous builds. It has
been observed for at least half a year on a PC with Windows 7 Home Premium x64
and a PC with Windows XP with Service Pack 3.

-- 
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 59748] FILESAVE: File named like folder saves in the folder

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59748

YuriG ygavr...@gmail.com changed:

   What|Removed |Added

Version|unspecified |3.6.4.3 release

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


[Libreoffice-bugs] [Bug 59749] New: Personas with transparent background makes menus and toolbars transparent as well

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59749

  Priority: medium
Bug ID: 59749
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Personas with transparent background makes menus and
toolbars transparent as well
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: pkarol...@gmail.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.0.0.1 rc
 Component: UI
   Product: LibreOffice

Created attachment 73500
  -- https://bugs.freedesktop.org/attachment.cgi?id=73500action=edit
upper part: FF header, lower part: LO header

I've made a persona for LibreOffice
(https://www.getpersonas.com/hu/persona/492384) with transparent backgrounf, to
make sure that it integrates to any OS and any style seamlessly.

However when I use it, it doesn't takes the default background's colour, like
in Firefox (see header.png, upper: FF, lower: LO), but makes the whole header
transparent, or simply black. However, you can reproduce it when you minimize
your LO window, and then restore it.

-- 
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 51896] Paste icon on Impress can be significantly improved

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51896

Kumāra kumara.bhik...@gmail.com changed:

   What|Removed |Added

   Severity|normal  |enhancement

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


[Libreoffice-bugs] [Bug 53924] FORMATTING: PRINTING spaces mishandled in paragraphs that use letter-spacing OS X 10.7/10.8

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53924

--- Comment #47 from Tor Lillqvist tlillqv...@suse.com ---
Note that the comma is in no way special; the same problem appears if the text
is aa b, when printed it looks like a ab.

-- 
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 56403] RTL UI: with RTL locales presentations appear with text align to the right instead of to the left

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56403

--- Comment #2 from Abdulaziz Ayed aala...@kacst.edu.sa ---
the problem still exist (Version 3.6.4.3) .

**and this related to locale setting not about the UI.

to reproduce:

1.open the attached file with (RTL | LTR) interface.
2.go to Tools-options-languageSettings-languages-localeSettings.
3. choose any RTL language (Arabic).
4.save then close.
5.reopen the file.

@ I work under Ubuntu Release 12.10 (quantal) 64-bit GNOME 3.6.0

-- 
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 55083] Locale should not be taken as default language

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55083

--- Comment #1 from Kumāra kumara.bhik...@gmail.com ---
Sorry if I would like to question the rationale sounded a bit rude. I didn't
mean to be. Hope someone would look into this. Presently, I'm circumventing it
by not having the right locale set.

-- 
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 56403] RTL UI: with RTL locales presentations appear with text align to the right instead of to the left

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56403

Abdulaziz Ayed aala...@kacst.edu.sa changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |aala...@kacst.edu.sa
   |desktop.org |
 CC||aala...@kacst.edu.sa

-- 
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 53924] FORMATTING: PRINTING spaces mishandled in paragraphs that use letter-spacing OS X 10.7/10.8

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53924

--- Comment #48 from Tor Lillqvist tlillqv...@suse.com ---
Note that the and PDF export in the Component field of this bug refers to
LO's *own* PDF export; this bug does not show up when doing that, so it is a
bit misleading. This bug is related to printing, which then on OS X has the
system-level possibility to also print to PDF.

-- 
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 36469] PDF EXPORT doesn't show OLE OBJECTS

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36469

ilkleymoorbah...@gmail.com changed:

   What|Removed |Added

 CC||ilkleymoorbah...@gmail.com

--- Comment #19 from ilkleymoorbah...@gmail.com ---
Libreoffice 3.6.6 on Ubuntu 12.10
Problem still persists with OLE not exported to PDF and OLE not printing scale
to scale in odt document.

-- 
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 59751] New: EDITING: Make Alt-ArrowKey swap paragraphs, rows and columns

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59751

  Priority: medium
Bug ID: 59751
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Make Alt-ArrowKey swap paragraphs, rows and
columns
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: kumara.bhik...@gmail.com
  Hardware: All
Status: UNCONFIRMED
   Version: 3.6.3.2 release
 Component: Writer
   Product: LibreOffice

This is a very old Lotus WordPro feature that I love and miss. In case the
summary isn't clear enough, let me explain.

Say you have a table with 4 columns. You decide that the 2nd column is better
placed as the last. As it is now, you would have to create a column to the
right of the 4th, copy the content of column 2, paste it in column 5, then
delete the empty column 2. And, oh, you probably would also have fixed the now
messed up column widths!

With this feature, it's just a matter of pressing Alt-RightArrorKey twice.
That's it.

This should also work for rows in tables and paragraphs (which include
numbering/bullet lists).

It's a very elegant feature.

-- 
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 59752] New: Unable to hide the Frame of Object

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59752

  Priority: medium
Bug ID: 59752
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Unable to hide the Frame of Object
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: gencae...@gmail.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 3.4.6 release
 Component: Writer
   Product: LibreOffice

While I have already unchecked the option of the Frame of the Object in
Preference Setting, the light gray frame is still there surrounding the object
inserted.(See the example in my attachment)

~ Thanks for anything that will be done to solve the problem ~

-- 
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 59751] EDITING: Make Alt-ArrowKey swap paragraphs, rows and columns

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59751

Kumāra kumara.bhik...@gmail.com changed:

   What|Removed |Added

   Priority|medium  |high

-- 
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 59647] undefined: sumif function between sheets

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59647

mariosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #3 from mariosv mari...@miguelangel.mobi ---
Hi @Rance, no one is perfect.

Changed the status to RESOLVED 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 59754] New: : Please For Sanity's sake disable autocompletion by default

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59754

  Priority: medium
Bug ID: 59754
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: : Please For Sanity's sake disable autocompletion by
default
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: myusualnickn...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.5.3 release
 Component: Libreoffice
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1.  Try to write a document with any type of content.
2. Spread sheets go whacky crazy and input random stuff, Like I try to type
do, and it fill in something like dog because I typed in dog earlier.
3.  Word processor,  I try to make a simple list of stock sizes .75  .76 
.77   And it freaking indents stuff, then deletes the numbers that I wrote down
when I try to correct the formatting.


Current behavior:
I have to remember to turn off auto complete on every single computer I have
libre (or open office) on.

Expected behavior:
Autocomplete should be off by default.  It only helps a few people in rare
circumstances, other than that, it causes freaky weird errors that may not be
caught.  and even loss of data (thankfully control Z worked.

Operating System: Ubuntu
Version: 3.5.3 release

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


[Libreoffice-bugs] [Bug 59731] CRASH when close file after drag drop slide from other document's Slides Pane

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59731

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE
Summary|EDITING: Reproducible crash |CRASH when close file after
   |in OpenOffice.org   |drag  drop slide from
   ||other document's Slides
   ||Pane

--- Comment #8 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
[Reproducible] with reporter's sample document and Server Installation of
LibreOffice 3.6.2.1 rc  English UI/ German Locale [Build-ID:  ba822cc] on
German WIN7 Home Premium (64bit).

Also works with 2 newly created Presentations without any edited contents:
1. Copy - Drag and Drop Slide of 1 Presentation (from Slides Pane) to 
   Slides pane of the other one
2. In P. with 2 slides: menu 'Files - Close - Discard'
   CRASH

Crash does not happen if you copy / paste from context menu.

Works fine with LibreOffice 3.6.5.1 rc German UI/ German Locale [Build-ID:
5b93205] {pull date 2013-01-18} on German WIN7 Home Premium (64bit), so I am
pretty sure that this one is a DUP of Bug 45911 - crash when drag/drop slide
between two instances of Impress

@reporter:
Thank you for your attention.
Please feel free to reopen this Bug if you find evidence that we have an
independent issue here  (for example because the fix for the other bug does not
work for you

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

-- 
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 59653] Page background (watermark) cannot be removed or selected

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59653

--- Comment #4 from mariosv mari...@miguelangel.mobi ---
Created attachment 73503
  -- https://bugs.freedesktop.org/attachment.cgi?id=73503action=edit
Sample file modified.

Attached the your modified file sample, with the object named.
Miguel Ángel.

-- 
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 59731] CRASH when close file after drag drop slide from other document's Slides Pane

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59731

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|VERIFIED|RESOLVED

--- Comment #10 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
... what means that there are some doubts that this one really is a DUP

-- 
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 55083] Locale wrongly taken as Default Language

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55083

Kumāra kumara.bhik...@gmail.com changed:

   What|Removed |Added

   Priority|medium  |high
Summary|Locale should not be taken  |Locale wrongly taken as
   |as default language |Default Language

-- 
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 55083] Locale wrongly taken as Default Language

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55083

Kumāra kumara.bhik...@gmail.com changed:

   What|Removed |Added

 OS|Windows (All)   |All
  Component|Linguistic  |Libreoffice

-- 
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 56119] EDITING: copy paste slides from one presentation into another lets LO crash

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56119

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Not reproducible for me with  LibreOffice  3.5.6.2  English UI/ German Locale
and any other Version, so WFM fo now (although I think it's INVALID, see
below!)

@bugquestcon...@online.de:
Thank you for your attention! Unfortunately your description is much to
imprecise, for example there is not possibility to paste something before you
did a *Copy*. Such details are very important!

I reproduced such crash for Copy-DragDrop in Bug 59731 - CRASH when close
file after drag  drop slide from other document's Slides Pane also  with
Server installation (own profile)  LibreOffice  3.5.6.2  English UI/ German
Locale  [Build-ID: e0fbe70-5879838-a0745b0-0cd1158-638b327] on German WIN7 Home
Premium (64bit). But as I say, not with copy/paste, but Copy-DragDrop

-- 
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 59749] Personas with transparent background makes menus and toolbars transparent as well

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59749

Joren De Cuyper joren.libreoff...@telenet.be changed:

   What|Removed |Added

  Attachment #73500|text/plain  |image/png
  mime type||

-- 
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 53019] Unable to pin the application to the taskbar (Windows 7)

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53019

--- Comment #7 from Olivier R. olivier.nore...@gmail.com ---
Still not possible to pin the application with LibreOffice 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 59728] Python 3 loads utf-8 encoded files as CP-1252 encoded files

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59728

--- Comment #5 from Urmas davian...@gmail.com ---
We should just use BOM or coding keyword to define the source file encoding, as
described here:

http://www.python.org/dev/peps/pep-0263/

-- 
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 54342] My formulae were converted to Object X and I cannot convert them back

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54342

--- Comment #14 from Lennard Wasserthal wassert...@nefkom.net ---
So, you say those formula were automatically converted!
(I don't know which filters exist, as I am working on LibreOffice for only 7
months yet and don't know word perfect)
If so, I would need a WordPerfect file from which one of the defective files
was created, since I have the assumption that the files were corrupted already
when they were imported, so the best way to track the problem Is to watch the
Import INTOLibreOffice!

(And I have to find out why that formula Import doesn't work at all now)

sorry for the inconvenience!

-- 
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 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Noel Power nopo...@novell.com changed:

   What|Removed |Added

 Depends on||59325

--- Comment #87 from Noel Power nopo...@novell.com ---
adding bug #59325 it seems quite a serious regression

-- 
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 59622] CONDITIONAL FORMATTING NOT COPIED WHEN COPY-PASTE ALL SHEET

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59622

--- Comment #4 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Crash and copypaste is fixed in master and I think 4.0.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 59755] New: FORMATTING: Incorrect date format changing

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59755

  Priority: medium
Bug ID: 59755
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Incorrect date format changing
  Severity: critical
Classification: Unclassified
OS: Windows (All)
  Reporter: polish.a...@gmail.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Spreadsheet
   Product: LibreOffice

LibreOffice Calc BUG:
when writing eg. 15-01-13 in column and changing format (15-01-13 to
15.01.2013), date is changing to: 25.01.2064 or 04-01-1904

Using Polish Windows XP with LibreOffice 3.6.4.3.
NOTE: This bug is reported from user by Facebook support channel.
This LibO user is using dates very often (mostly in Polish standard). He says
that in OpenOffice there was no problem with that.

Any further questions and infos please send me via Facebook page (it will be
faster): facebook.com/LibreOfficePolska

-- 
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 59568] FORMATTING: Automatic linebreak does not adapt row height

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59568

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

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

--- Comment #3 from Markus Mohrhard markus.mohrh...@googlemail.com ---


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

-- 
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 59653] Page background (watermark) cannot be removed or selected

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59653

Winfried Donkers o...@dci-electronics.nl changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Winfried Donkers o...@dci-electronics.nl ---
(In reply to comment #3)
 I am agree not easy to select the object, I only get it clicking on a corner
 of the object.

Hi mariosv,

Thank you for your suggestions and help.
Although there still is something to be improved, there are more important bugs
to be solved, so I set it to WFM.

-- 
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 59728] Python 3 loads utf-8 encoded files as CP-1252 encoded files

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59728

--- Comment #6 from Olivier R. olivier.nore...@gmail.com ---
(In reply to comment #4)

   fileHandle = open( filename, encoding=utf_8 )
 
 but that would probably break the compatibility with Python 2 we still try
 to abide by.

I tried. It works.
Well, the compatibility is already broken. ;) It’s may be not a good long term
solution, but it looks better than opening files in cp-1252 encoding.


I also tried without specifying any encoding and using the BOM in the source
code. Then I got the error:

(com.sun.star.uno.RuntimeException) { { Message = class 'SyntaxError':
invalid character in identifier (DictionarySwitcher.py, line 1), traceback
follows\X000a  C:\\Program Files (x86)\\LOdev 4.0\\program\\pythonloader.py:100
in function getModuleFromUrl() [codeobject = compile( src, encfile(filename),
\exec\ )]\X000a  C:\\Program Files (x86)\\LOdev
4.0\\program\\pythonloader.py:147 in function writeRegistryInfo() [mod =
self.getModuleFromUrl( locationUrl )]\X000a\X000a, Context =
(com.sun.star.uno.XInterface) @0 } }

-- 
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 59756] New: : No error when launching a headless server and it cannot bind to the port

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59756

  Priority: medium
Bug ID: 59756
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: : No error when launching a headless server and it
cannot bind to the port
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: oliv...@lethanh.be
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: Libreoffice
   Product: LibreOffice

Problem description: 
If you have another process listening to the port you are trying to use for a
headless LibreOffice server, when you launch it there is no message to warn you
and the process doesn't stop.

Steps to reproduce:
1. netcat -l 8100
2. soffice  --headless 
--accept=socket,host=localhost,port=8100,tcpNoDelay=1;urp;

Current behavior:
The server launch stay running without listening to the port or printing a
warning message

Expected behavior:
The server should print a message or refuse to launch.


Operating System: Debian
Version: 3.5.4 release

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


[Libreoffice-bugs] [Bug 59719] EDITING: FOGLIO COPIA/MUOVI

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59719

Michele Ras contabilmenteag@gmail.com changed:

   What|Removed |Added

   Severity|normal  |major
Version|3.5.4 release   |3.6.0.4 release
URL||http://contabilmenteag.wix.
   ||com/contabilmenteag-net

--- Comment #4 from Michele Ras contabilmenteag@gmail.com ---
Bonjour Mr. Nabet,
je Vous remercie beaucoup pour l'assistance du bug que j'ai relevé dans 
le fichier du LibreOffice calc.
Desolé, mais je ne peux pas envoyer Vous le fichier qui a produit le bug, car
il contient
des informations sensibles et soumises à les dispositions de la loi italienne
pour la privacy et la preservation en matière fiscale.
Comme j'ai dit dans mon e-mail, en mauvais anglais, je pense que la problème
soit que LibreOffice n'accepte pas la présence des zone avec des filtres Dbase
et/ou des functions de rècherche dbase sur des pivot tables, dans le tableau
electronique (sheet) qui doit etre doublé dans un autre fichier similaire.
Dans MO Excel ce probléme n'existe pas, et on peut effectuer l'opération
analogue parfaitement,  avec succés, probablement pour des motifs  du
compilation interne du programme.
Ou bien, peut etre que le bug depend de la géstion de la mémoire temporelle du
systeme.
Dans prochaines jour, avec du temps,  je vais à préparer des fichier, sans
informations sensibles, pour vous les envoyer.

Détails:
LibreOffice ver. Versions 3.4 et àpres 3.6.0.4 (Build ID: 932b512) anglais Us 
Gnome: installé

Details des opérations sur le fichier nommé Minicontabilité:
1) Fichier d'origine (conténent n.18 sheet)- sheet nommé Bilan_CEE:
1.1 Filtre Data-Filter-Auto_Filter on sur Ligne 2
1.1.1 Filtre Data-Filter-Auto Filter-Custom: position 0=All ; position 1=  0
1.2 Zones des celles -coulonne- avec function GETPIVOTDATA (hidden column)
1.2.1 la Pivot Table liée est dans un différent sheet (nommé Codes_de_Compte)
dans le meme fichier
1.3 Zones des celles -coulonne- avec function ISERROR (hidden column)
1.4 Zones des celles -coulonne- avec function IF (hidden column)

2) Command sur sheet nommé Bilan:
2.1 Copy/Move Sheet = Move Sheet
2.2 To document = choisir un autre fichier égual de formules, différent le nom
du fichier (Minicontabilité_XX)
2.3 Insert before = Move end position
2.4 New name = est exacte (different name - marquée avec n.ro _2)
2.5 Ok

3) Effect:
3.1 En cliquant su Ok le video sur toutes led deux fichier dévient obscure.
3.2 LibreOffice est bloqué et n'accepte des commands
3.3 LibreOffice n'accepte des commands sur son menu principal (inactif)
3.4 LibreOffice se casse définitivement apres 2-3 sec. et est disparu du
desktop

4) Re-ouverture du LibreOffice
4.1 LibreOffice invoque le rebuilding des 2 fichiers qui ètaient ouverts.
4.2 En répondant Oui, il effectue la réprise des 2 fichiers
4.3 Les fichiers sont agibles comme à l'origine
4.4 Si on repete le command du point 2 tiut ça va recommençer. 


Toutes mes salutations les plus distinguées.

Michele Ras

-- 
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 59558] Hyperlink button gets lost in a sort and can't be deleted

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59558

--- Comment #2 from Weaselman andrew_fri...@talk21.com ---

 From: bugzilla-dae...@freedesktop.org bugzilla-dae...@freedesktop.org
To: andrew_fri...@talk21.com 
Sent: Friday, 18 January 2013, 22:45
Subject: [Bug 59558] Hyperlink button gets lost in a sort and can't be deleted



mariosv  changed bug 59558 

What
Removed
Added
Status UNCONFIRMED  NEEDINFO  
CC    mari...@miguelangel.mobi  
Ever confirmed    1  
Comment # 1 on bug 59558 from mariosv  
Hi Weaselman, thanks for reporting, can you attach a file sample, please clear
any private information, remember
this is a public site

 You are receiving this mail because: 
* You reported the bug.
Hi, I have attached a file that shows some of the problems I am getting with
hyperlink buttons. Try to edit or delete the button.
I often edit spreadsheets the are created in Excel. I hope this helps!

-- 
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 59558] Hyperlink button gets lost in a sort and can't be deleted

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59558

--- Comment #3 from Weaselman andrew_fri...@talk21.com ---
Created attachment 73512
  -- https://bugs.freedesktop.org/attachment.cgi?id=73512action=edit
attachment-15381-1.dat

--- Comment #4 from Weaselman andrew_fri...@talk21.com ---
Created attachment 73513
  -- https://bugs.freedesktop.org/attachment.cgi?id=73513action=edit
button.ods

-- 
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 59697] freezes when opening ods

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59697

--- Comment #2 from Michael Tsang mikl...@gmail.com ---
OK, I can finally got it opened on my machine, but it takes MINUTES to 
load!

On Wednesday 23 January 2013 10:37:12 you wrote:
 https://bugs.freedesktop.org/show_bug.cgi?id=59697
 
 mariosv mari...@miguelangel.mobi changed:
 
What|Removed |Added
 ---
 - CC||mari...@miguelangel.mobi
 
 --- Comment #1 from mariosv mari...@miguelangel.mobi ---
 Hi Michael, thanks for reporting.
 
 I can no reproduce. Open right.
 Win7x64 Ultimate.
 Version 3.5.7.2 Build ID: 3215f89-f603614-ab984f2-7348103-1225a5b
 Versión 3.6.5.2 (ID de compilación: 5b93205)
 
 Try modifying the option in Menu/Tools/Options/LibreOffice
  - Memory (default is very low)
  - View - Graphics

-- 
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 54342] My formulae were converted to Object X and I cannot convert them back

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54342

--- Comment #15 from Francis Momade fmom...@yahoo.com ---
The WP that was imported is attached. The pdf of the  document is also attached
for you to see the kind of mathematical formulae in the document. What I did
was to use old printed document (as seen in the pdf to insert the mathematical
formulae after I had imported the WP document into a much older version of
LibreOffice. Then I saved it. I was prompted to update to a newer version (not
the current Version 3.6.4.3 (Build ID: 2ef5aff) that I am using now) of
LibreOffice which I did. Then the formulae were collapsed. 

Regards

Francis


Professor Francis W Y. Momade
Department of Materials Engineering,
College of Engineering
Kwame Nkrumah University of Science and Technology (KNUST)
Ghana.

Tel:  +233 3220 60238 (Office)
+233 20 8175830(cel)



 From: bugzilla-dae...@freedesktop.org bugzilla-dae...@freedesktop.org
To: fmom...@yahoo.com 
Sent: Wednesday, 23 January 2013, 10:28
Subject: [Bug 54342] My formulae were converted to Object X and I cannot
convert them back



Comment # 14 on bug 54342 from Lennard Wasserthal  
So, you say those formula were automatically converted!
(I don't know which filters exist, as I am working on LibreOffice for only 7
months yet and don't know word perfect)
If so, I would need a WordPerfect file from which one of the defective files
was created, since I have the assumption that the files were corrupted already
when they were imported, so the best way to track the problem Is to watch the
Import INTOLibreOffice! (And I have to find out why that formula Import doesn't
work at all now) sorry for the inconvenience!

 You are receiving this mail because: 
* You reported 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


[Libreoffice-bugs] [Bug 54342] My formulae were converted to Object X and I cannot convert them back

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54342

--- Comment #16 from Francis Momade fmom...@yahoo.com ---
Created attachment 73515
  -- https://bugs.freedesktop.org/attachment.cgi?id=73515action=edit
attachment-16316-1.dat

--- Comment #17 from Francis Momade fmom...@yahoo.com ---
Created attachment 73516
  -- https://bugs.freedesktop.org/attachment.cgi?id=73516action=edit
METTHERM.wpd

--- Comment #18 from Francis Momade fmom...@yahoo.com ---
Created attachment 73517
  -- https://bugs.freedesktop.org/attachment.cgi?id=73517action=edit
METTHERM 2012 - with TOC.pdf

-- 
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 59758] New: Text not scaled when scaling a group of object

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59758

  Priority: medium
Bug ID: 59758
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Text not scaled when scaling a group of object
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: ziotib...@libero.it
  Hardware: All
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Drawing
   Product: LibreOffice

Created attachment 73518
  -- https://bugs.freedesktop.org/attachment.cgi?id=73518action=edit
Example of text not scaled

Scenario A)

- Draw a circle
- Put some text inside this circle
- Group together circle and text
- Scale the group (halve dimensions of group)

You can see that all was scaled but not the font size.

Scenario B)

- Same as A but on text fame enable adjust to frame
(I don't know if it is the exact translation. In Italian locale is
Adatta il testo alla cornice)

- Scale the group (halve dimensions of group)

Text was reduced but not scaled proportionally as others elements.

Scenario C)

- Same as B
- Scale the group (double dimensions)

All elements are doubled except of text size (text frame size yes but not font
size)




This behavior is correct in a text editor, but in a vector graphics editor when
I scale a text frame I expect that also text inside was scaled.

-- 
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 59758] Text not scaled when scaling a group of object

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59758

--- Comment #1 from ZioTibia81 ziotib...@libero.it ---
Created attachment 73519
  -- https://bugs.freedesktop.org/attachment.cgi?id=73519action=edit
Behavior of a Vector Graphics Editor (text scaled and distorted if necessary)

-- 
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 59755] FORMATTING: Incorrect date format changing

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59755

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
   Severity|critical|major
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever confirmed|0   |1

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
NOT reproducible with LibreOffice 3.6.5.1 rc English UI/ Polish Locale
[Build-ID: 5b93205] {pull date 2013-01-18} on German WIN7 Home Premium (64bit) 

@reporter:
Thank you for your report – unfortunately important information is missing.
May be hints on http://wiki.documentfoundation.org/BugReport will help you to
find out what information will be useful to reproduce your problem? 
Please:
- Write a meaningful Summary describing exactly what the problem is
- Attach a sample document (not only screenshot) With 1 Cell showing date
before
  date formatting change and a second cell with same date showing date after
  date formatting change 
- Attach screenshots with comments if you believe that that might explain the 
  problem better than a text comment. Best way is to insert your screenshots
  into a DRAW document and to add comments that explain what you want to show
  (attachment 68877, attachment 68490)
- Contribute a document related step by step instruction containing every 
  key press and every mouse click how to reproduce your problem 
  (similar to example in Bug 43431)
– if possible contribute an instruction how to create a sample document 
  from the scratch
- add information 
  -- what EXACTLY is unexpected
  -- and WHY do you believe it's unexpected (cite Help or Documentation!)
  -- concerning your LibO (UI language, Locale setting)
  –- Libo settings that might be related to your problems 
(Date recognition pattern, Calc Date Base, ... )
  -- how you launch LibO and how you opened the sample document
  –- Whether your problem persists when you renamed your user profile 
 before you launch LibO (please see
 https://wiki.documentfoundation.org/UserProfile#User_profile_location)
  -- everything else crossing your mind after you read linked texts

And please forget Facebook, the only information interchange conerning this
problem has to happen here in Bugzilla in this Bug report, so that everybody
who visits the bug has all related info visible.

-- 
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 59758] Text not scaled when scaling a group of object

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59758

ZioTibia81 ziotib...@libero.it changed:

   What|Removed |Added

  Attachment #73518|0   |1
is obsolete||

--- Comment #2 from ZioTibia81 ziotib...@libero.it ---
Created attachment 73520
  -- https://bugs.freedesktop.org/attachment.cgi?id=73520action=edit
Example of text not scaled

-- 
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 51194] Cannot open password encrypted .docx and .xlsx files

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51194

--- Comment #8 from tef...@gmail.com ---
So what happened with this bug ? This is a major limitation for me since I deal
with a lot of encrypted docx files! Please fix it !

-- 
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 58980] Bad font rendering in justify mode for all language with Arabic scripts

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58980

Urmas davian...@gmail.com changed:

   What|Removed |Added

   Severity|critical|normal

--- Comment #6 from Urmas davian...@gmail.com ---
Lowering severity. Also the actual text document would be helpful.

-- 
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 59303] [libvisio] VSD file picture's color is imported incorrectly

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59303

Petr Mladek pmla...@suse.cz changed:

   What|Removed |Added

 Blocks|6   |

--- Comment #2 from Petr Mladek pmla...@suse.cz ---
I am sorry but this can't be MAB. The visio import filter is pretty new and
under development. Backporting fixes is sometimes painful job, so we can't
backport everything.

Fridrich, if you have time to backport the fix, please do it. Otherwise, please
close this bug as WONTFIX.

-- 
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 44446] LibreOffice 3.6 most annoying bugs

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Petr Mladek pmla...@suse.cz changed:

   What|Removed |Added

 Depends on|59303   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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 59760] New: : Pivot table chart disappears/becomes blank

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59760

  Priority: medium
Bug ID: 59760
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: : Pivot table chart disappears/becomes blank
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: l...@suse.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.3.2 release
 Component: Chart
   Product: LibreOffice

Created attachment 73523
  -- https://bugs.freedesktop.org/attachment.cgi?id=73523action=edit
Small file that demonstrates the pivot table and chart

Problem description: 

A chart, with data taken from a pivot table and normal data, disappears/becomes
empty after save/load and refreshing the pivot table.

Steps to reproduce:

1. Create a pivot table.
2. Create an XY scatterplot that takes the first row of the pivot table as X
axis and the second row as Y values, plus an additional row of regular data as
second series.
3. Save and exit.
4. Open file.
5. Note the chart is still there.
6. Interact with the pivot table. Note how the chart blanks out immediately.

Current behavior:

Chart disappears.

Expected behavior:

Chart should refresh with new values from pivot table.


This did work in the past; however, I am not sure when that was. A couple of
months ago at least.

Will attach screenshot and test case file.

Operating System: openSUSE
Version: 3.6.3.2 release

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


[Libreoffice-bugs] [Bug 59760] : Pivot table chart disappears/becomes blank

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59760

--- Comment #1 from Lars Marowsky-Brée l...@suse.com ---
Created attachment 73524
  -- https://bugs.freedesktop.org/attachment.cgi?id=73524action=edit
Screenshot of what the chart should look like (and does initially)

-- 
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 59760] : Pivot table chart disappears/becomes blank

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59760

--- Comment #2 from Lars Marowsky-Brée l...@suse.com ---
Created attachment 73525
  -- https://bugs.freedesktop.org/attachment.cgi?id=73525action=edit
Screenshot of what the chart does look like

If you can reproduce, you'll also notice that interacting with the chart seems
broken as well. It is as if some information was lost there.

-- 
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 59761] New: EDITING Applying language to all text creates multiple Undo actions

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59761

  Priority: medium
Bug ID: 59761
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING Applying language to all text creates multiple
Undo actions
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: davian...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.0.1 rc
 Component: Writer
   Product: LibreOffice

1. Assign the language via Tools/Language/for All Text/XXX;
2. Undo.

Result: The all text is selected and has the XXX language.

The undone action is 'Applying attributes', there is another one, 'Changing
defaults' in the 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 59679] Wrong window title encoding

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59679

--- Comment #6 from Stephan Bergmann sberg...@redhat.com ---
This only happens when using a GTK VCL plugin (SAL_USE_VCLPLUGIN=gtk or
SAL_USE_VCLPLUGIN=gtk3) and having Tools - Options... - LibreOffice - General
- Open/Save dialogs - Use LibreOffice dialogs unticked.

This is not easily fixable in the LO code.  When saving a newly created
database, LO passes the suggested filename (új adatbázis) to the GTK file
chooser's gtk_file_chooser_set_current_name as a UTF-8 encoded string
(SalGtkFilePicker::setDefaultName in vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx).
 The filename that is ultimately chosen by the user is passed back from the GTK
file chooser to LO via gtk_file_chooser_get_uris
(SalGtkFilePicker::getSelectedFiles in
vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx) as a file URL (file:///.../%C3%BAj
adatb%C3%A1zis).

When the G_FILENAME_ENCODING environment variable is unset, GLib assumes that
pathnames (which are just sequences of 8-bit bytes after all) use UTF-8
encoding, so the pathname that the GTK file chooser computes for the suggested
filename would, in C string notation (where \XX denotes a byte with
hexadecimal value XX), end in .../\xC3\xBAj adatb\xC3\xA1zis.  As GLib
apparently represents file URLs (whose path payload are just sequences of
8-bit bytes after all) with an identity-mapping between the bytes of the
pathname and the bytes encoded (via percent-encoding) in the URL's path, the
URL returned from gtk_file_chooser_get_uris above reads file:///.../%C3%BAj
adatb%C3%A1zis.

Now, LO internally uses a different representation of pathnames as file URLs,
where the payload bytes in the URL's path are interpreted as UTF-8, but the
bytes in the pathname are interpreted according to the system locale's encoding
(see osl_getThreadTextEncoding), so there is a translation between those two
text encodings involved.

There is SalGtkPicker::uritounicode and SalGtkPicker::unicodetouri in
vcl/unx/gtk/fpicker/SalGtkPicker.cxx to convert between the different
interpretations of file URLs in LO and GLib, and for communication about
pre-existing files they appear to work reasonably well (esp. in the common case
where the system locale's encoding is UTF-8).  However, they break down in the
above scenario of communication about a not-yet-existing file (passing a
filename string that is always UTF-8 encoded in one direction via
gtk_file_chooser_set_current_name, but getting back a URL via
gtk_file_chooser_get_uris) when the system locale's encoding is not UTF-8.  In
that case, SalGtkPicker::uritounicode assumes the payload bytes of its input
URL's path (file:///.../%C3%BAj adatb%C3%A1zis) should be treated according
to the system locale's encoding (which is plain 7-bit ASCII for the POSIX
locale; but any bytes with the high bit set are effectively treated as
ISO-8859-1 by LO then), so is converted by LO into its internal file URL format
as file:///.../%C3%83%C2%BAj adatb%C3%83%C2%A1zis.  The result is that the
pathname of the file that LO will create on disk is (in C string notation)
.../\xC3\xBAj adatb\xC3\xA1zis (so will decode to új adatbázis when viewed
with a tool that assumes the pathname bytes are UTF-8, like the GTK file
chooser), but the title that LO will display for it contains those odd Ä,
U+00BA, Ä, and ¡.

Probably the best way out is to use a system locale with an UTF-8 encoding
(hu_HU.utf8, say), or at least set the G_FILENAME_ENCODING environment variable
to fix GLib's assumptions (via G_FILENAME_ENCODING=@locale, see
http://developer.gnome.org/glib/stable/glib-Character-Set-Conversion.html#file-name-encodings
and
http://developer.gnome.org/glib/stable/glib-running.html#G_FILENAME_ENCODING).

-- 
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 59679] Wrong window title encoding of New Database with GTK file picker and POSIX locale

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59679

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

   What|Removed |Added

Summary|Wrong window title encoding |Wrong window title encoding
   ||of New Database with GTK
   ||file picker and POSIX
   ||locale

-- 
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 59762] New: EDITING: Link to external data (html)

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59762

  Priority: medium
Bug ID: 59762
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Link to external data (html)
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: gerard.farg...@orange.fr
  Hardware: Other
Status: NEW
   Version: 4.0.0.1 rc
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 73526
  -- https://bugs.freedesktop.org/attachment.cgi?id=73526action=edit
ods file

I have a file with 2 links with the same html page.
1st link to all the page (html_all)
2nd link to a table (table_2)

Only the 2nd is refresh with Edit  Links  Refresh
The second returns : link could not be updated.

Works with 3.6.4 and previous versions.
No more with 4.0.0 RC1 and master 4.1 (OS : Windows Vista)

-- 
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 46279] Show restart message after extension installation or update menu automatically

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46279

Urmas davian...@gmail.com changed:

   What|Removed |Added

 CC||davian...@gmail.com

--- Comment #9 from Urmas davian...@gmail.com ---
All dictionaries require restart to work. The application should ask for
restart and re-open current documents automatically.

-- 
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 59762] EDITING: Link to external data (html)

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59762

GerardF gerard.farg...@orange.fr changed:

   What|Removed |Added

  Attachment #73526|0   |1
is obsolete||

--- Comment #1 from GerardF gerard.farg...@orange.fr ---
Created attachment 73527
  -- https://bugs.freedesktop.org/attachment.cgi?id=73527action=edit
ods file

-- 
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 59762] EDITING: Link to external data (html)

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59762

GerardF gerard.farg...@orange.fr changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 59763] New: Incorrect display of the [Sort] dialog

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59763

  Priority: medium
Bug ID: 59763
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Incorrect display of the [Sort] dialog
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: matu...@ma-office.org
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.0.0.1 rc
 Component: Spreadsheet
   Product: LibreOffice

Steps to Reproduce
1) Enter the appropriate data.
2)  [Data]-[Sort] Click.
3) [Sort] Dialog is displayed, the part that specifies the sort key is hidden
4) Click [Options] tab.
5) Click on the [Sort Criteria] tab.
6) [sort] dialog is displayed correctly.

OS:Ubuntu 12.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


[Libreoffice-bugs] [Bug 33281] PDF Export: Rotated DRAW Text objects shown with extreme narrow kerning and other problems

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33281

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

   Severity|critical|major
 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|vertical rotated text not   |PDF Export: Rotated DRAW
   |exported properly in PDF|Text objects shown with
   ||extreme narrow kerning and
   ||other problems
URL||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=87686

--- Comment #11 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Has Nothing to do With Writer! It's a General problem with rotated Draw
Textboxes, I also see that with DRAW.

Affected are true type fonts and also Courier New

Was ok in Printout with Laser Printer

Several AOOo Bugs might be related:
I. 87686 - Problem with accent in vertical text when exporting to PDF
I. 100522 - 180° rotated text inText Field crippled in PDF export
I. 102352 - PDF export of vertical rotated text broken 
I. 119010 - text rotated 90 deg is inverted in PDF when in landscape layout
May be additional ones

The sample documents might show several different bugs, we will have to decide
whether they should be split away. and leave this one for the kerning problem
shown in Here is a vertical text! : 45 degrees - Here is a vertical text! :
315 degrees

Such an old bug seems to be not really critical, and IMHO also not MAB. But now
it has been rated ...

More research soon!

-- 
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 59764] New: unable to set different data paths in Writer and Spreadsheet

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59764

  Priority: medium
Bug ID: 59764
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: unable to set different data paths in Writer and
Spreadsheet
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: dann...@yahoo.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Spreadsheet
   Product: LibreOffice

With MS Office, I use different data folders for Word and Excel (a doc folder
and a xls folder).  With LibO, when I set the path to the XLS folder in
spreadsheet it also appears in writer.  If I set the path to DOC in
writer, it also appears in spreadsheet.  I cannot set separate paths for the
desired data in each application.

-- 
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 43808] Meta bug for Most Annoying RTL related issues

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43808

Bug 43808 depends on bug 54629, which changed state.

Bug 54629 Summary: EDITING: Hebrew/Arabic text is not clickable in textbox area 
of Impress slides (Lohit Hindi font only)
https://bugs.freedesktop.org/show_bug.cgi?id=54629

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 59270] EDITING: Page margin changes unexpectedly on page two (regression)

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59270

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #6 from Joel Madero jmadero@gmail.com ---
Unable to reproduce. 

Version 4.1.0.0.alpha0+ (Build ID: 593e6ed34f89c8abba41a771d5de05aebd600fb)

-- 
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 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Bug 54157 depends on bug 58988, which changed state.

Bug 58988 Summary: Copy and paste chart fails if the source sheet does not have 
the default name
https://bugs.freedesktop.org/show_bug.cgi?id=58988

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 59335] Master bug for problems around drawinglayer import/export

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59335

Bug 59335 depends on bug 58988, which changed state.

Bug 58988 Summary: Copy and paste chart fails if the source sheet does not have 
the default name
https://bugs.freedesktop.org/show_bug.cgi?id=58988

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 59303] [libvisio] VSD file picture's color is imported incorrectly

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59303

Fridrich Strba fridrich.st...@bluewin.ch changed:

   What|Removed |Added

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

--- Comment #3 from Fridrich Strba fridrich.st...@bluewin.ch ---
No, it will be fine in 4.0.0. I don't dare to put into the stable branch a
version of libvisio that was not tested by real users extensively.

-- 
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 59417] Data entry form does not support formulas

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59417

--- Comment #11 from Kohei Yoshida kohei.yosh...@suse.de ---
Alex, the original code comes from one of Novell's former team mates, and was
developed as an internal feature not an extension.

The developer you referenced above is probably the author of the extension
version of the same functionality.  But these two are two different code set.

-- 
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 59417] Data entry form does not support formulas

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59417

Kohei Yoshida kohei.yosh...@suse.de changed:

   What|Removed |Added

   Severity|minor   |enhancement

--- Comment #12 from Kohei Yoshida kohei.yosh...@suse.de ---
I take this as an enhancement request.

-- 
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 59417] Data entry form does not support formulas

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59417

--- Comment #13 from Alex Thurgood ipla...@yahoo.co.uk ---
(In reply to comment #11)
 Alex, the original code comes from one of Novell's former team mates, and
 was developed as an internal feature not an extension.
 
 The developer you referenced above is probably the author of the extension
 version of the same functionality.  But these two are two different code set.


Hi Kohei,

Oh, ok, thanks for correcting me on this. Good to know :-)

Alex

-- 
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 55946] FORMATTING: Cover page of Word document formatted wrong

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55946

Petr Mladek pmla...@suse.cz changed:

   What|Removed |Added

 CC||cedric.bosdonnat.ooo@free.f
   ||r, l.lu...@suse.cz,
   ||mst...@redhat.com,
   ||vmik...@suse.cz

--- Comment #7 from Petr Mladek pmla...@suse.cz ---
It is rather a feature request.

-- 
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 59766] docx import switches all content font to greek/cyrillic characters in Symbol font

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59766

--- Comment #1 from pco...@csc.com ---
Created attachment 73529
  -- https://bugs.freedesktop.org/attachment.cgi?id=73529action=edit
doc file (docx save-as doc) that opens ok

-- 
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 44446] LibreOffice 3.6 most annoying bugs

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

--- Comment #200 from Petr Mladek pmla...@suse.cz ---
(In reply to comment #199)
 Also nominate bug 55946, LO cannot properly read .docx cover pages. A good
 number of Word documents out there use cover pages, and LibreOffice needs to
 be able to display Word documents correctly to be at its best.

It is one of more features that are missing in the import/export filters. Only
one person is currently interested into this bug. SO, I would prefer to leave
it out of MABs. Instread, I added Writer developers into CC, so they are aware
of it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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 59766] docx import switches all content font to greek/cyrillic characters in Symbol font

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59766

--- Comment #2 from pco...@csc.com ---
Doh, sorry, attach 1 / 2 were meant as descriptive comments, not hotlinks.

-- 
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 33281] PDF Export: Rotated DRAW Text objects shown with extreme narrow kerning and other problems

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33281

--- Comment #12 from Alexandre Demers alexandre.f.dem...@gmail.com ---
It might be an old bug. It was critical at the time I was producing my essay
for my master degree. However, even if I tried to attract some people to dig
with me about this bug, I never succeeded. I'm not using LibreOffice as often
as I used to do, but I still have to rely on other solutions when I need to
produce PDF documents from time to time that have rotated text.

-- 
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 33281] PDF Export: Rotated DRAW Vertical Text Objects shown with extreme narrow kerning and other problems

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33281

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

   See Also||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=87686,
   ||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=100522,
   ||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=102352,
   ||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=119010
Summary|PDF Export: Rotated DRAW|PDF Export: Rotated DRAW
   |Text objects shown with |Vertical Text Objects shown
   |extreme narrow kerning and  |with extreme narrow kerning
   |other problems  |and other problems
Version|3.3.0 RC3   |3.3.0 Beta2
URL|https://issues.apache.org/o |
   |oo/show_bug.cgi?id=87686|

-- 
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 59767] New: Too wide size of windows

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59767

  Priority: medium
Bug ID: 59767
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Too wide size of windows
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: quest...@o2.pl
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.0.1 rc
 Component: Libreoffice
   Product: LibreOffice

Created attachment 73530
  -- https://bugs.freedesktop.org/attachment.cgi?id=73530action=edit
too wide window

In LO4 all buttons lies are in one line (row). Earlier there was 3 buttons per
line. After new changes, size of windows is too wide. This issue doesn't affect
English version.

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


[Libreoffice-bugs] [Bug 59767] Too wide size of windows

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59767

Mateusz quest...@o2.pl changed:

   What|Removed |Added

  Attachment #73530|text/plain  |image/png
  mime type||

-- 
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 59768] New: : Rounded corners on rectangles aren't saved

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59768

  Priority: medium
Bug ID: 59768
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: : Rounded corners on rectangles aren't saved
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: da...@farmerdave.x10.mx
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Drawing
   Product: LibreOffice

Created attachment 73531
  -- https://bugs.freedesktop.org/attachment.cgi?id=73531action=edit
Before and after screenshots of rectangle with rounded corners

Problem description: 
Rounded corner attributes on rectangles aren't saved.

Steps to reproduce:
1. Create a new .odg document.
2. Create a rectangle, filled or not, makes no difference.
3. Press F4 and set the corner radius to something. The rectangle should
display rounded corners on the screen.
4. Save the document.
5. Close the document.
6. Reopen the document. The rectangle now has square corners.

Current behavior:

Expected behavior:
Rectangles saved with rounded corners ought to have rounded corners when the
document is reloaded.

Operating System: openSUSE
Version: 3.6.4.3 release

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


[Libreoffice-bugs] [Bug 58737] EDITING, FILEOPEN: Link remain after Edit-Links-Break Link.

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58737

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

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

--- Comment #4 from Joel Madero jmadero@gmail.com ---
Cannot reproduce Version 4.1.0.0.alpha0+ (Build ID:
593e6ed34f89c8abba41a771d5de05aebd600fb)

Running Bodhi Linux

Marking as WFM. 

@anandadieva - please open the bug back up if it's still an issue on RC2 which
will be released shortly. 

Also please give information about your platform and any other environment info
that might help us pin this down.

Thanks for your help and patience with this one

-- 
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 58699] Impress remote doesn't close

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58699

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|NEW
 CC||jmadero@gmail.com

--- Comment #7 from Joel Madero jmadero@gmail.com ---
Tricky but I think I'm marking this as NEW as three users are reporting the
issue. 

Michael - any idea what could make it not work for three people but works fine
for you?

Marking as NEW (confirmed)

I tend to agree that this is a CRITICAL bug as the inability to close would be
a big problem, especially for a new feature.

Curious to know what's going on that's unique to your environments that would
cause this issue. Can you give us more details about your setups?

-- 
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 59745] TDF Site: [es] (Español): Typos, missing translation

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59745

--- Comment #1 from Daniel Armando Rodriguez 
daniel.armando.rodrig...@gmail.com ---
2013/1/23 bugzilla-dae...@freedesktop.org

 https://bugs.freedesktop.org/show_bug.cgi?id=59745

   Priority: medium
 Bug ID: 59745
 CC: m...@marcpare.com, webs...@global.libreoffice.org
   Assignee: libreoffice-bugs@lists.freedesktop.org
Summary: TDF Site: [es] (Español): Typos, missing translation
   Severity: normal
 Classification: Unclassified
 OS: All
   Reporter: libreoff...@bielefeldundbuss.de
URL: http://es.libreoffice.org/asistencia/instalacion/
   Hardware: Other
 Status: UNCONFIRMED
Version: unspecified
  Component: WWW
Product: LibreOffice

 http://es.libreoffice.org/asistencia/instalacion/linux/:

 Wrong spelling:
 installation  - instalación  (Also WIN, MAC)
 difultad  - dificultad (?)
 dependencies - dependencias
 Untranslated paragraph Do the same for the next package. ...


 WIN
 ---
 mantnga  -  mantenga


 MAC
 ---
 lazador  -  lanzador
 Dock  -  documento


 Attention, my Spanish is less than basic!

 @Marc:
 Did you find a person maintaining Spanish site?


I'll work on those errors





--~--~-~--~~~---~--~~
Escuelas Libres :: Porque la educación es mucho mejor cuando es libre
www.escuelaslibres.org.ar
---
LiberTICs Cooperativa Ltda.
www.libertics.com.ar
---
Para entrenar, cualquier programa sirve. Para educar, sólo Software Libre.
(Federico Heinz)
---

-- 
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 59629] Custom animation: only the first line is animated

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59629

--- Comment #2 from cyrille grosdemange ze.cyri...@gmail.com ---
Tested in :
Version 4.0.0.1+ .0.1 (Build ID: 65634f0aea686be7cdf313f66893a06ccd44880)

same problem : Only first line of a list item is animated and the text on lines
following the first line is displayed, also before animation ...

-- 
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 38179] FORMATTING UI - Stylist should remember previous settings

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38179

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|NEW
 CC||jmadero@gmail.com

--- Comment #7 from Joel Madero jmadero@gmail.com ---
Confirmed, marking as NEW

Minor - doesn't prevent high quality work, instead only a minor annoyance

Medium - regression


Thanks for reporting

-- 
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 59748] FILESAVE: File named like folder saves in the folder

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59748

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG
 CC||sberg...@redhat.com

--- Comment #1 from Stephan Bergmann sberg...@redhat.com ---
This appears to be a behaviour that, while it may confuse the user, is not a
bug.

At least with Tools - Options... - LibreOffice - General - Open/Save dialogs -
Use LibreOffice dialogs ticked, what happens is as follows:  File - New -
Text Document followed by File - Save As..., the Save as dialog indicates
it is in the C:\Users\sbergman\Documents folder (which contains a folder
Tony), File name: input field is pre-set to Untitled 1, changing that to
Tony and either hitting the return key or the Save button moves the dialog
to the C:\Users\sbergman\Documents\Tony folder, File name: input field
remains pre-set to Tony, so hitting Save button will now create a file
named Tony.odt in folder C:\Users\sbergman\Documents\Tony.

(And when using the native Windows save dialog (i.e., Tools - Options... -
LibreOffice - General - Open/Save dialogs - Use LibreOffice dialogs not
ticked), at least on Windows 7, the UI looks a little different, but the
behavior is essentially the same.)

-- 
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 59766] docx import switches all content font to greek/cyrillic characters in Symbol font

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59766

Urmas davian...@gmail.com changed:

   What|Removed |Added

  Attachment #73528|text/plain  |application/octet-stream
  mime type||

-- 
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 59766] docx import switches all content font to greek/cyrillic characters in Symbol font

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59766

Urmas davian...@gmail.com changed:

   What|Removed |Added

 OS|All |Linux (All)

--- Comment #3 from Urmas davian...@gmail.com ---
Tentatively marking as Linux issue.

-- 
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 59767] Page Format dialog too wide in Polish localization

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59767

Urmas davian...@gmail.com changed:

   What|Removed |Added

 OS|All |Linux (All)
Summary|Too wide size of windows|Page Format dialog too wide
   ||in Polish localization

-- 
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 59751] EDITING: Make Alt-ArrowKey swap paragraphs, rows and columns

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59751

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Priority|high|medium
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 53924] FORMATTING: PRINTING spaces mishandled in paragraphs that use letter-spacing OS X 10.7/10.8

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53924

--- Comment #49 from Tor Lillqvist tlillqv...@suse.com ---
Nah, I have been adding debugging printouts here and there but haven't figured
out anything, sigh. Is this really a most annoying bug? How many people
intentionally use letter-spacing? Remember what Frederic Goudy said, Anyone
who would letter space lower case would steal sheep. ;)

-- 
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 54861] FORMATTING: When right click and select Format cells calc crashes

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54861

--- Comment #10 from dimidr...@doramail.com ---
I have already installed v3.6.4 and now it looks like fixed. No 
apparent problems now.
I don't remember the version number but it was the latest version at 
the time of the initial bug report.
I had tried it in Windows xp professional greek, if I remember well I 
tried it in Windows 7 ultimate 32 bit English as well with the same 
(buggy) behaviour.  (remember refers to tried)

I add here to the bug description that crash was happening also from 
menu-format-format cells. 


--
bugzilla-dae...@freedesktop.org wrote:
(22/01/2013 22:59)

 https://bugs.freedesktop.org/show_bug.cgi?id=54861
 
 Julien Nabet serval2...@yahoo.fr changed:
 
What|Removed |Added
 
  Status|NEW |NEEDINFO
  CC||serval2...@yahoo.fr
 
 --- Comment #9 from Julien Nabet serval2...@yahoo.fr ---
 dimidrak3: could you give a try to last Lo version (3.6.4)?
 jolkepop.mercana: on which env are you and with which LO version? I know there
 are compatibility problems with icu but I don't have the details in mind.
 
 -- 
 You are receiving this mail because:
 You reported 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


[Libreoffice-bugs] [Bug 38179] FORMATTING UI - Stylist should remember previous settings

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38179

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Whiteboard||bibisected40

--- Comment #8 from Joel Madero jmadero@gmail.com ---
29eabec9444105ba81c1ba85b5e491919bf1c8d3 is the first bad commit
commit 29eabec9444105ba81c1ba85b5e491919bf1c8d3
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Sun Dec 9 16:52:12 2012 +

source-hash-2a360b68475d6fff5b6618feddb0b52f3a4a2373

commit 2a360b68475d6fff5b6618feddb0b52f3a4a2373
Author: Noel Grandin n...@peralex.com
AuthorDate: Tue Jun 12 15:41:27 2012 +0200
Commit: Michael Stahl mst...@redhat.com
CommitDate: Tue Jun 12 23:25:10 2012 +0200

Convert SV_DECL_PTRARR(SvBaseLinks) to std::vector

Change-Id: I9197dc4fd7ed32f030de8121913265ec78c83585

:100644 100644 f7eccba8d9d5410eeab71c5acf79c4d2e6b8449c
f3050e05432fb8b9624ca76ff6025d190f12ef05 Mautogen.log
:100644 100644 596c69d5a502161bf6c9fa82c7809db0bd2d2717
6b47b1d0f80f893139e6896a1d3b9ec414080790 Mccache.log
:100644 100644 6a19e107e2479b08da8537ab509cec001af5cf5e
be4045365079f31ab24b4d2e4309b743675bd4fe Mcommitmsg
:100644 100644 7a8dafbae307c7a593dfef2ac43f747867e41bd8
a67d8e92e07894b300e4f1300d8048a0b39ee4b6 Mdev-install.log
:100644 100644 060ccd79dce129d52524f3c72521506ca6e3fd1d
6dabafb2814fbb1ce5b1a232487d948f60281875 Mmake.log
:04 04 d31d0ae92b309453f8f3761ec68db0771b43ac07
885fe6e2bcbf9d30789fb4ded5edc3eac7f9c149 Mopt


# bad: [5b4b36d87517a6ea96ff8c84c46b12f462fc9a1a]
source-hash-8450a99c744e9005f19173e4df35d65640bcf5c4
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# good: [16b0b88cbd4ef0f51816e97277e40c5cf78f7bf9]
source-hash-099198a4224778fe6e43f5dc13b5b9b1b4dc828c
git bisect good 16b0b88cbd4ef0f51816e97277e40c5cf78f7bf9
# bad: [f28b8f9a6c47fa59bf98fffe937a2f2db7a2445a]
source-hash-a581d31b227623e09d2970a91214fda398f98eda
git bisect bad f28b8f9a6c47fa59bf98fffe937a2f2db7a2445a
# bad: [5bf3b624cdeb593e55402f44c730209f12813961]
source-hash-4b4ca8030285bd66526ff5bb2b6ea5a75a6c6bc7
git bisect bad 5bf3b624cdeb593e55402f44c730209f12813961
# bad: [fbd64ab02c3b611eb2161132a98d2a24ccf109ad]
source-hash-77987eacff20dec40caf29aae61d262239d441e9
git bisect bad fbd64ab02c3b611eb2161132a98d2a24ccf109ad
# good: [b8013cdf546a6319d5cd43746b74e35f177a5544]
source-hash-699e7d9e4081942bb0ad73e9be73f90a26d0c2f7
git bisect good b8013cdf546a6319d5cd43746b74e35f177a5544
# bad: [778045e259d6c6cdd39e55feea1646e95eab8537]
source-hash-6aeeca56daa9065f607cc7056e7d86d237c84a99
git bisect bad 778045e259d6c6cdd39e55feea1646e95eab8537
# bad: [5d495e9d278412d3719fe3d18b429d2b34831241]
source-hash-4f5c523b97542bdbfe69fb7695bcb9699c66f89f
git bisect bad 5d495e9d278412d3719fe3d18b429d2b34831241
# bad: [29eabec9444105ba81c1ba85b5e491919bf1c8d3]
source-hash-2a360b68475d6fff5b6618feddb0b52f3a4a2373
git bisect bad 29eabec9444105ba81c1ba85b5e491919bf1c8d3

-- 
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 38179] FORMATTING UI - Stylist should remember previous settings

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38179

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 38179] FORMATTING UI - Stylist should remember previous settings

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38179

--- Comment #9 from Joren De Cuyper joren.libreoff...@telenet.be ---
Bibisected range of Comment 8:
http://cgit.freedesktop.org/libreoffice/core/log/?qt=rangeq=699e7d9e4081942bb0ad73e9be73f90a26d0c2f7..2a360b68475d6fff5b6618feddb0b52f3a4a2373

-- 
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 58690] creating a chart hangs the system.

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58690

Petr Mladek pmla...@suse.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
   Severity|blocker |critical
 Ever confirmed|0   |1

--- Comment #11 from Petr Mladek pmla...@suse.cz ---
Hmm, 3.5 version is pretty old and not longer supported. Could you please try
the version 3.6?

I do not see the problem with LO-3.6. It takes few seconds to draw the chart.
The memory usage is less than 1GB and it does not increase too much when
creating the chart.

Such hard to reproduce bugs can't block the release = lowering the severity a
bit.

Do you see the same problem with the last LO-3.6 release, please?

-- 
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 59763] Incorrect display of the [Sort] dialog

2013-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59763

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Joel Madero jmadero@gmail.com ---
Please attach a document  an image displaying the problem.

Marking as NEEDINFO. 

After you attach these documents please reopen the bug as UNCONFIRMED. Thanks
for your patience and help

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