[Libreoffice-bugs] [Bug 83035] Spelling and grammar not working

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83035

Adolfo Jayme  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Adolfo Jayme  ---
Thanks for filing this bug. Unfortunately, we cannot work on it because your
description didn’t include enough information. You may find it helpful to read
“How to report bugs effectively”
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We’d be grateful if you
would then provide a more complete description of the problem. What steps did
you try, did it work in a previous version, etcetera.

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


[Libreoffice-bugs] [Bug 81301] "apply border" won't work because of "hyphen" to "en-dash" autocorrect collision (nl-NL and nl-BE locales only)

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81301

--- Comment #11 from tommy27  ---
another Dutch autocorrect collision due to the "hyphen to en-dash" replacement
is that when you type --> instead of the expected conversion to → you will get
–->

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


[Libreoffice-bugs] [Bug 83037] → and ← and autocorrect collisions

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83037

tommy27  changed:

   What|Removed |Added

 CC||ba...@quipo.it
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=81571

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


[Libreoffice-bugs] [Bug 81571] AutoCorrect incorrectly requires and keeps spaces around special characters

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81571

tommy27  changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=83037

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


[Libreoffice-bugs] [Bug 83037] New: → and ← and autocorrect collisions

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83037

  Priority: medium
Bug ID: 83037
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: → and ← and autocorrect collisions
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: ba...@quipo.it
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.4.0.0.alpha0+ Master
 Component: Linguistic
   Product: LibreOffice

tested under Win7x64 using LibO 4.2.6.2, 4.3.0.4 and 4.4.x master

STEPS TO REPRODUCE

1- open a new document 
2- select language English (USA)
3- be sure autocorrect replacement is active (“Tools/AutoCorrect
Options/Options” flag both M and T in “use replacement table”
4- be sure an English (USA) autocorrect list is activated in the user profile
(“Tools/AutoCorrect Options/Replace” scroll the language list to English (USA)
and add a new custom autocorrect entry
5- type: -> , -- > , <- , <-- 

with 4.2.x and 4.3.x you will see: → , → , ← , ←- 

with 4.4.x you'll see: → , -→ , ← , ←- 

this is caused by a collision of the following autocorrect replacements in
4.4.x :

.*->.* to→ (unicode U+2192)
.*-->.*to→ 
.*<-.* to    ← (unicode U+2190)
.*<--.*to    ←


are present in LibO 4.4.x master in the default autocorrect list for the these
languages:

Catalan, Czech, Danish, Dutch (NL), Dutch (BE), English (AU), English (US),
English (UK), Finnish, French, German, Lithuanian, Luxembourgish, Polish,
Portuguese (PT), Portuguese (BR), Russian, Spanish, Swedish, Vietnamese

whilst .*->.* and .*<-.* are correctly replaced respectively as → and ←
.*-->.* and .*<--.* get erroneously replaced as -→ and  ←-

this is due to collision between the .*->.* and .*-->.* replacement since the
-> pattern is already contained in the --> pattern

the middle autocorrect wildcard pattern is actually only present in 4.4.x
master and not in 4.2.x and 4.3.x

that wildcard it was added to special characters by Lazlo Nemeth to fix Bug
81571 - AutoCorrect incorrectly requires and keeps spaces around special
characters

see his committ:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=b3b6361c555e54ce852d62c80c0bb3d19c1ec78f


while that fix is ok for other replacements such as .*(r).* to ® in order to
allow thinkgs like Sony(R) to be replaced as Sony®, it causes collisions
between -> and --> 

So I suggest the to remove the wildcards from those entries since in 4.2.x and
4.3.x the old “ -> to → ” and “ --> to → ” replacements with no wildcard have
no collision between them.

To avoid the autocorrect collision of *.<-.* and *.<--.* removing the wildcards
is not enough since the bug is also present with simple <- and <-- and in 4.2.x
and 4.3.x 

another part of the bug is indeed that the - is a trailing character (like “.”
or “space”) and triggers autocorrect replacement before you complete the typing
sequence.

So you have to remove the wildcard from *.<-.* and entirely replace them with
.*←-.* to ← 

In summary we should change this current 4.4.x replacements:
.*->.* to→ (unicode U+2192)
.*-->.*to→ 
.*<-.* to    ← (unicode U+2190)
.*<--.*to    ←

with:
->  to→ (unicode U+2192)
--> to→ 
<-  to    ← (unicode U+2190)
.*←-.*  to    ←

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


[Libreoffice-bugs] [Bug 83001] VIEWING: Shape in DRAW object: transparent area shown instead of gradient

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83001

Bugcruncher  changed:

   What|Removed |Added

Summary|VIEWING: Shape in DRAW  |VIEWING: Shape in DRAW
   |object: white space shown   |object: transparent area
   |instead of gradient |shown instead of gradient

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


[Libreoffice-bugs] [Bug 83026] Sidebar should open on the left side in accordance with the GNOME HIG

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83026

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #2 from Jean-Baptiste Faure  ---
I am pretty sure that the user does not want Gnome HIG decides for him how to
arrange his workspace and if the sidebar should be on the left or on the right.
It is clear for me that the user must be free to dock the sidebar on the side
he wants.

In my daily work, I prefer to have the sidebar on the right side in Writer
because, with this layout, the right end of the text is near the screen center
and has a better visibility. Indeed the content of the document is more
important than the sidebar, so it is the text that must have the better part of
the screen.
In Calc I dock the sidebar on the right side too, because it is closed most of
the time and, when I open it, that does not move the table on the screen.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 83005] Export problem from Writer using footnotes

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83005

--- Comment #5 from Dr. Matthias Weisser  ---
are you really sure that all problems that can be seen by comparing the both
pdf files will be solved then in 4.4? 

I did see more than one problem. 

There were - too many pages in comparison. Also see the last page problem. 
May be this is not only this foot note 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 83035] New: Spelling and grammar not working

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83035

  Priority: medium
Bug ID: 83035
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Spelling and grammar not working
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: rwright2...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.3.0.4 release
 Component: Writer
   Product: LibreOffice

LibreOffice 4.3.0.4 Writer spelling and grammar and autospellcheck not
functioning.

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


[Libreoffice-bugs] [Bug 82816] EDITING: Copy Slide with Table to Clipboard crashes LibreOffice

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82816

ign_christian  changed:

   What|Removed |Added

   Keywords||have-backtrace

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


[Libreoffice-bugs] [Bug 82816] EDITING: Copy Slide with Table to Clipboard crashes LibreOffice

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82816

ign_christian  changed:

   What|Removed |Added

 Whiteboard||bibisectRequest
   Priority|medium  |high
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=82681
   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 82681] EDITING: Draw crashes when copying table row

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82681

ign_christian  changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=82816

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


[Libreoffice-bugs] [Bug 41232] Very poor startup performance on old machines

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41232

--- Comment #9 from Philipp Weissenbacher  ---
(In reply to comment #8)
> This is also an issue on WinXP, SP2 on a P4 2.8 GHz with 504 MB RAM.
> 
> I started LO by clicking the "Libre Office" link (so no module is started
> directly) and measured the time.
> For the first 20 seconds nothing happend at all (no UI feedback). Then the
> spashscreen showed up and 6 seconds later the main menu for creating new
> documents was shown.
> 
> The problem is, that the user does not notice the startup of the program for
> the first 20 seconds until the splash screen shows up.
> 
> This is a corporate network setup, the software is deployed centralized. I
> will try and see if the newer versions are still affected and update this
> bug if it is still present.

Can you please try with the latest Fresh version and see of things have
improved? Please note that during the first run LO is doing some added
configuration steps that can make the start up appear long. After that it
should start up quicker. That's the figure we'd be interested in.

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


[Libreoffice-bugs] [Bug 83028] New: VIEWING: Displaying mysql database

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83028

  Priority: medium
Bug ID: 83028
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: VIEWING: Displaying mysql database
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: holdenhg1...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.3.0.4 release
 Component: Database
   Product: LibreOffice

Created attachment 105207
  --> https://bugs.freedesktop.org/attachment.cgi?id=105207&action=edit
I have opened a mysql database that resides on another system that has not been
updated for weeks. The line with the error should just have  - Discruption in
it -

Problem description: After updating on 25aug14 on Debian jessie 
3.14.15-2 one of the fields in my datadase starts out displaying the correct
information then changes to the longest line of text on the screen finishing in
square zeros.
Steps to reproduce:
1. 
2. 
3. 

Current behavior:

Expected behavior:


Operating System: Debian
Version: 4.3.0.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 61700] PIVOTTABLE: Median and other functions in pivot table data fields

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61700

--- Comment #2 from David Filiatrault  ---
Also want to see PERCENTILE and PERCENTRANK options

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


[Libreoffice-bugs] [Bug 82009] PIVOTTABLE: Black color on fields of Pivot Table Layot window (Mac OS X only)

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82009

--- Comment #6 from David Filiatrault  ---
Confirming defect on 4.3.1.1 on OSX 10.9.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 83026] Sidebar should open on the left side in accordance with the GNOME HIG

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83026

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
 CC||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1

--- Comment #1 from V Stuart Foote  ---
Regardless of the GNOME HIG recommendation, could also make the argument that
with the Start Center menu as implemented aligned left, that moving the SideBar
to the left alignment would simply make for a more consistent UI.

But can also say that since we have left alignment of all toolbars, that
SideBar positioned under the toolbars would actually appear awkward--as the
main elements of the toolbars would be removed from the document being edited.

Setting new enhancement but suggest it needs considerable UX review.

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


[Libreoffice-bugs] [Bug 83027] New: FILESAVE Can no longer Save as .csv WITHOUT field delimiters.

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83027

  Priority: medium
Bug ID: 83027
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE Can no longer Save as .csv WITHOUT field
delimiters.
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: aaintv...@hotmail.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.2.0.1 rc
 Component: Spreadsheet
   Product: LibreOffice

Dear reader,

This used to work (e.g. in 4.1.5.3), but somehow got broken(?):
Version 4.2
Calc
Make spreadsheet (.ods).
File
Save as
Text csv
check: Edit filter settings
Save
Character set: Unicode UTF-8
Field delimiter: [nothing] i.e. delete the suggested comma , in that field
Text delimiter: [nothing] i.e. delete the suggested double-quote “ in that
field
check: Save cell content as shown
OK
What results, is STILL a csv WITH comma’s as delimiters, which I need NOT to be
there … ;-(
[why? … long story … but I’m using a nice spreadsheet interface to save de
facto xml, which gets read by a .qtz component in a VJ-program, Resolume
Avenue)
Is this a bug, the comma’s getting introduced when I empty the field “Field
delimiter”?

See also discussion at
http://en.libreofficeforum.org/node/8895
Thanks.

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


[Libreoffice-bugs] [Bug 83026] New: Sidebar should open on the left side in accordance with the GNOME HIG

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83026

  Priority: medium
Bug ID: 83026
CC: libreoffice-ux-adv...@lists.freedesktop.org
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Sidebar should open on the left side in accordance
with the GNOME HIG
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: simplecontr...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: ux-advise
   Product: LibreOffice

The new (in-development) GNOME HIG specifies:
"Organize visual elements from top-to-bottom and left-to-right. This is the
direction that people from western locales tend to read an interface, so that
the items at the top-left will be encountered first. This ordering gives
interfaces a hierarchy: those components that are viewed first are perceived to
have priority over those that come after them. For this reason, you should
place dominant controls above and to the left of the controls and content that
they affect."

Since the sidebar controls content in the viewing window, it should be placed
on the right by default in Writer and Calc. In Draw and Impress it should be
placed between the slide/page switcher and the viewing window in order to
follow the HIG.

Here's a link to the part quoted:
https://wiki.gnome.org/Design/HIG/Layout

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


[Libreoffice-bugs] [Bug 82951] FORMATTING: Image compression

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82951

--- Comment #3 from marco.jj  ---
Sorry, yes. Is not a bug, but enhancement.
Example:
In my office many people insert to write document 20 photo to make a daily
report about street problem. Photo is made by 14 Mpx camera (2/3 Mb for 1
file!)
So 1 document is about 40/50 MB!

1st solution that i  will enhancement: select 20 image in the same time (now is
not possible) and select "image compression" and apply the same compression
(ex: Jpeg compression = 60%) for all image.

2nd solution that i will enhancement: select only 1 image and select "image
compression" in the compression option windows ad a push botton or a switch to
apply the actual setting to "all image of document".

This funtion will save many minutes. Now my colleagues select and change image
one by one.
Thank you. Excuse me for my english and if i don't clear.

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


[Libreoffice-bugs] [Bug 83025] UI - options window general

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83025

Mario  changed:

   What|Removed |Added

   Priority|medium  |low

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


[Libreoffice-bugs] [Bug 83025] New: UI - options window general

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83025

  Priority: medium
Bug ID: 83025
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: UI - options window general
  Severity: minor
Classification: Unclassified
OS: Linux (All)
  Reporter: mars6...@yahoo.com.au
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.4.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 105206
  --> https://bugs.freedesktop.org/attachment.cgi?id=105206&action=edit
screen shot

calc general option window too small for available options.

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


[Libreoffice-bugs] [Bug 83016] Missing tab from page style dialog

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83016

--- Comment #1 from Jay Philips  ---
Just confirmed this doesnt effect 4.3.1.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 80650] lower case greek alphabet missing in localized Math symbol table

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80650

--- Comment #20 from Joel Madero  ---
A bibisect would be fantastic here in helping us resolve the problem:
https://wiki.documentfoundation.org/QA/HowToBibisect

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


[Libreoffice-bugs] [Bug 82970] MENU: Insert footnote button has incorrect tooltip of 'Insert Footnote/Endnote Directly'

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82970

--- Comment #7 from Jay Philips  ---
Thanks Julien for the fix.

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


[Libreoffice-bugs] [Bug 80659] VIEWING: Scrolling becomes slow when pictures appear

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80659

--- Comment #13 from Jay Philips  ---
@Garri: please do provide your sample file as another example of this problem,
so i can test that its the same as this bug. Thanks. :)

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


[Libreoffice-bugs] [Bug 82680] Accessibility: Orca doesn't work in tables

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82680

Jean-Philippe MENGUAL  changed:

   What|Removed |Added

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

--- Comment #3 from Jean-Philippe MENGUAL  ---
Hi,

This bug has just been fixed in Orca.

Regards,

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


[Libreoffice-bugs] [Bug 80927] Win: crash with Quickstarter enabled

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80927

--- Comment #39 from Preben Hedegaard  ---
(In reply to comment #38)
> I can reproduce this bug in 4.3.0.4 Win7 x64.
> 
> It was not present from the time of installation, started after some time.
> 
> Now i can reproduce it on almost every start of both Quickstarter and single
> apps like writer.
> 
> On startup the program freezes for 6-8 minutes, and almost all other
> programs also freezes, in this period, not even CTRL+ALT+DELETE can't open
> the Windows joblist, until LibreOffice decies to un-freeze.

UPDATE
I uninstalled 4.3.0.4 and then installed 4.3.1.1, that fixed the bug for me

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


[Libreoffice-bugs] [Bug 80650] lower case greek alphabet missing in localized Math symbol table

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80650

--- Comment #19 from Damiano  ---
I have the same problem in LO 4.3.1.1 and 4.3.0.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 83003] Startcenter: no mean to return to recent files window from template manager window

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83003

Efe Gürkan YALAMAN  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |efeyala...@gmail.com
   |desktop.org |

--- Comment #3 from Efe Gürkan YALAMAN  ---
Hi, it is in work in progress right now. There are other improvements I have to
do so I am putting it all together and then will push.

Also Adolfo I worked for whole summer for this. Please don't make my work go to
trash. :P

Best,

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


[Libreoffice-bugs] [Bug 83005] Export problem from Writer using footnotes

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83005

Adolfo Jayme  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|WORKSFORME  |---

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


[Libreoffice-bugs] [Bug 80713] Missing string reference keys [KeyID]

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80713

Jay Philips  changed:

   What|Removed |Added

Summary|Missing string reference|Missing string reference
   |keys|keys [KeyID]

--- Comment #9 from Jay Philips  ---
Was doing some more arabic translation and noticed in the insert fields dialog,
under the 'variables' tab, in the formula column there is the word 'General'
that doesnt have a reference key.

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


[Libreoffice-bugs] [Bug 77328] Cross reference not working with footnotes

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77328

gidic...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|REOPENED

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


[Libreoffice-bugs] [Bug 77328] Cross reference not working with footnotes

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77328

--- Comment #8 from gidic...@gmail.com ---
Now I'm using LibreOffice 4.2.5.2.
If I open an ".odt" document containing 608068 characters and 298 pages and
immediately I try to add a cross-reference, footnotes numbers start always from
0, so the bug still remains.
But if I try again after having done something, footnotes start from 1.
It appears a random behaviour; don't know what unlock the program.

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


[Libreoffice-bugs] [Bug 82911] Libreoffice 4.2.5.2 fails to build with IJG's libjpeg 9a

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82911

--- Comment #4 from Samuli Suominen  ---
However, verified that 4.2.6.2 is still broken, so looks like the fix didn't
make it from the git to the last 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 37407] Calc XY (scatter) chart Sort by x values has wrong x, y in tooltip

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37407

Julien Nabet  changed:

   What|Removed |Added

 CC||er...@redhat.com,
   ||libreoff...@kohei.us,
   ||markus.mohrhard@googlemail.
   ||com

--- Comment #9 from Julien Nabet  ---
bSortByXValues brings there:
http://opengrok.libreoffice.org/xref/core/chart2/source/view/main/ChartView.cxx#784

Searching about how is defined data point gives this:
STR_TIP_DATAPOINT which leads there:
http://opengrok.libreoffice.org/xref/core/chart2/source/controller/dialogs/ObjectNameProvider.cxx#498

But then, I'm a bit stuck.

Kohei/Markus/Eike: any idea here?

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


[Libreoffice-bugs] [Bug 83003] Startcenter: no mean to return to recent files window from template manager window

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83003

Adolfo Jayme  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||caol...@redhat.com,
   ||efeyala...@gmail.com,
   ||f...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from Adolfo Jayme  ---
I don’t think that the Templates window should be integrated *ever* to the
Start screen. It just doesn’t belong 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 81010] Calc crashes when sorting using autofilter sort

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81010

Deena P.F.  changed:

   What|Removed |Added

 CC||deena.fran...@gmail.com

--- Comment #11 from Deena P.F.  ---
I have submitted a patch to gerrit for review that seems to resolve this bug.
https://gerrit.libreoffice.org/#/c/11102/

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


[Libreoffice-bugs] [Bug 80874] EDITING: calc crashes on sort

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80874

--- Comment #8 from Deena P.F.  ---
I have submitted a patch to gerrit for review that seems to resolve this bug.
https://gerrit.libreoffice.org/#/c/11102/

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


[Libreoffice-bugs] [Bug 81696] CRASH while sorting cells with conditional formatting

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81696

Deena P.F.  changed:

   What|Removed |Added

 CC||deena.fran...@gmail.com

--- Comment #4 from Deena P.F.  ---
I have submitted a patch to gerrit for review that seems to resolve this bug.
https://gerrit.libreoffice.org/#/c/11102/

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


[Libreoffice-bugs] [Bug 82209] CRASH - Selecting worksheet causes program to crash (std::bad_alloc)

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82209

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #5 from raal  ---
No crash with Version: 4.3.2.0.0+
Build ID: 25459cb0c9afdf46c3d90ae8ba0b6ffb375f67da
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-4-3, Time:
2014-08-17_22:48:01

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


[Libreoffice-bugs] [Bug 82700] EDITING: Unable to select part of a hyperlink

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82700

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jbfa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #9 from Jean-Baptiste Faure  ---
(In reply to comment #8)
> I am happy to confirm this report, although it would be good if someone else
> could double-check my attachment / description. This report is likely an
> enhancement request as the current behaviour has been this way since at
> least v3.5.7.2.

I can confirm this behavior with version 4.3.2.0.0+ (Build ID:
c8964193051a9ef543a50c7d87c78da99f253fbd) build at home under Ubuntu 14.04
x86-64
I observe it with LibreOffice 4.1.6 (TDF build) too.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 83018] New: TABLE: Table selection with mouse doesn't work then an image exists

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83018

  Priority: medium
Bug ID: 83018
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: TABLE: Table selection with mouse doesn't work then an
image exists
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: g.djavad...@gmail.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.2.6.2 release
 Component: Writer
   Product: LibreOffice

Selection of tables, rows and columns using mouse doesn't work as described in
Wiki (https://help.libreoffice.org/Writer/Selecting_Tables,_Rows,_and_Columns)
then there is an image behind the table.

If you navigate mouse to select a row, column or whole table, black arrow
doesn't appear but pop-up description like "Select table column" does. If I try
to click while the pop-up description exists - I don't get selection.

Thanks!

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


[Libreoffice-bugs] [Bug 82681] EDITING: Draw crashes when copying table row

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82681

raal  changed:

   What|Removed |Added

 Whiteboard|BSA BibisectRequest |BSA
 CC||r...@post.cz
   Keywords||bisected

--- Comment #5 from raal  ---
642edb6eec6b6ba276c33b60cb38d56411e70f4a is the first bad commit
commit 642edb6eec6b6ba276c33b60cb38d56411e70f4a
Author: Bjoern Michaelsen 
Date:   Tue May 20 14:45:24 2014 +

source-hash-2bac61013e57013bccac8c9d76482b34b5db7f69

commit 2bac61013e57013bccac8c9d76482b34b5db7f69
Author: Thomas Arnhold 
AuthorDate: Sat May 10 18:19:39 2014 +0200
Commit: Thomas Arnhold 
CommitDate: Sun May 11 01:55:39 2014 +0200

fix-includes.pl: sc

Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946

:100644 100644 8f7b406390da8ecd41a0a0703ccb3c596d0270ad
7676516ae2308ce13b4a9a89ad5bd4de2cefa380 Mccache.log
:100644 100644 100b1b3f429b84659c9ea89781c7af862b5717ac
c796aef63228c8907475fa817076f337fee7dc5a Mcommitmsg
:100644 100644 3feb51566ae73b1658d73efe9aa7c8d7fac0e397
ade30f1e4fe61fed4f3695ed7e0e630aa6b58826 Mmake.log
:04 04 0f190a6bc7977d598e6b83e40329fd725757c977
9595318cb9a2736916f60d50dfdf3bcefce1781a Mopt

git bisect log
# bad: [423a84c4f7068853974887d98442bc2a2d0cc91b]
source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# good: [e02439a3d6297a1f5334fa558ddec5ef4212c574]
source-hash-6b8393474974d2af7a2cb3c47b3d5c081b550bdb
git bisect good e02439a3d6297a1f5334fa558ddec5ef4212c574
# good: [4850941efe43ae800be5c76e1102ab80ac2c085d]
source-hash-980a6e552502f02f12c15bfb1c9f8e6269499f4b
git bisect good 4850941efe43ae800be5c76e1102ab80ac2c085d
# good: [a900e72b6357882284c5955bdf939bf14269f5fb]
source-hash-dd1050b182260a26a1d0ba6d0ef3a6fecc3f4e07
git bisect good a900e72b6357882284c5955bdf939bf14269f5fb
# skip: [e80660c5a1d812cd04586dae1f22767fc3778c4a]
source-hash-07c60c8ee2d1465544a6a39e57bc06b3690b8dfb
git bisect skip e80660c5a1d812cd04586dae1f22767fc3778c4a
# good: [df9bcaed2faa2a8d11b19f877cdff3a12a887278]
source-hash-6ba9692d8bbe3e3c245aca9a7c928e81178d05f1
git bisect good df9bcaed2faa2a8d11b19f877cdff3a12a887278
# good: [741197a13a361480f59eeb3bd1401f984f49f1c0]
source-hash-9a61470eb1fa161cba70f2e9c4ea8817dc7f617e
git bisect good 741197a13a361480f59eeb3bd1401f984f49f1c0
# bad: [882db5e268e28962bdf805c820a5e031b0df9936]
source-hash-383dccc094f8c8c07b4298ce0b7406d18cd61cee
git bisect bad 882db5e268e28962bdf805c820a5e031b0df9936
# good: [17f897f0e3734070f0e5c6abd39f2f907f42ac86]
source-hash-4041263bde64dcc9a9a225d7f5a171f3b0455724
git bisect good 17f897f0e3734070f0e5c6abd39f2f907f42ac86
# good: [5c9e81ec77cd98f952434decf83ec9820d736e56]
source-hash-94e3f3e5015e53b5f3c8e5775b668e0bc12ab457
git bisect good 5c9e81ec77cd98f952434decf83ec9820d736e56
# bad: [642edb6eec6b6ba276c33b60cb38d56411e70f4a]
source-hash-2bac61013e57013bccac8c9d76482b34b5db7f69
git bisect bad 642edb6eec6b6ba276c33b60cb38d56411e70f4a
# first bad commit: [642edb6eec6b6ba276c33b60cb38d56411e70f4a]
source-hash-2bac61013e57013bccac8c9d76482b34b5db7f69

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


[Libreoffice-bugs] [Bug 83009] Meta: Bugs requiring the use of the Infobar

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83009

Adolfo Jayme  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Adolfo Jayme  ---
(Another day, another meta 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 80538] UI: Replacing 'Edit File' icon with an infobar for clarity

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80538

Adolfo Jayme  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
  Component|ux-advise   |UI

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


[Libreoffice-bugs] [Bug 82795] Mouse dragging a floating object is inverted horizontally in left to right vertical layout mode

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82795

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbfa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from Jean-Baptiste Faure  ---
Please explain, step by step how to reproduce the problem.
https://wiki.documentfoundation.org/QA/BugReport#4:_Description

Set status to NEEDINFO. Please set it back to UNCONFIRMED once you have
provided requested informations. Thank you for your understanding.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 82795] Mouse dragging a floating object is inverted horizontally in left to right vertical layout mode

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82795

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Attachment #104857|application/octet-stream|application/vnd.oasis.opend
  mime type||ocument.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 82795] Mouse dragging a floating object is inverted horizontally in left to right vertical layout mode

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82795

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Attachment #104856|text/plain  |application/vnd.oasis.opend
  mime type||ocument.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 82970] MENU: Insert footnote button has incorrect tooltip of 'Insert Footnote/Endnote Directly'

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82970

Adolfo Jayme  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
   Priority|medium  |low
   Assignee|serval2...@yahoo.fr |libreoffice-b...@lists.free
   ||desktop.org
 CC|tima...@gmail.com   |
  Component|ux-advise   |UI

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


[Libreoffice-bugs] [Bug 80927] Win: crash with Quickstarter enabled

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80927

--- Comment #38 from Preben Hedegaard  ---
I can reproduce this bug in 4.3.0.4 Win7 x64.

It was not present from the time of installation, started after some time.

Now i can reproduce it on almost every start of both Quickstarter and single
apps like writer.

On startup the program freezes for 6-8 minutes, and almost all other programs
also freezes, in this period, not even CTRL+ALT+DELETE can't open the Windows
joblist, until LibreOffice decies to un-freeze.

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


[Libreoffice-bugs] [Bug 82905] EDITING: Foreign Key between two subforms do not work anymore

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82905

rob...@familiegrosskopf.de changed:

   What|Removed |Added

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

--- Comment #3 from rob...@familiegrosskopf.de ---
It's a duplicate of Bug82151, which has been fixed for LO 4.3.2.

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

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


[Libreoffice-bugs] [Bug 82884] Other: Embedded version does not show proper SQL statement output.

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82884

rob...@familiegrosskopf.de changed:

   What|Removed |Added

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

--- Comment #2 from rob...@familiegrosskopf.de ---
It's a duplicate of Bug82151, which has been fixed for LO 4.3.2.

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

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


[Libreoffice-bugs] [Bug 82720] Refresh of a subform from a subform doesn't work

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82720

rob...@familiegrosskopf.de changed:

   What|Removed |Added

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

--- Comment #9 from rob...@familiegrosskopf.de ---
It's a duplicate of Bug82151, which has been fixed for LO 4.3.2.

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

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


[Libreoffice-bugs] [Bug 82816] EDITING: Copy Slide with Table to Clipboard crashes LibreOffice

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82816

--- Comment #4 from Jean-Baptiste Faure  ---
Same crash with the master (Build ID: 7163f563cef2db7117ba8639daeeb4d07f753f1b)
No crash for Version: 4.2.7.0.0+ Build ID:
01db6d0f9b3cfa88eaedd3b9ac98f76c2a90571b
Both versions build at home under Ubuntu 14.04 x86-64.

No crash with LO 4.1.6.2 (TDF build)

Best regards. JBF

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


[Libreoffice-bugs] [Bug 82816] EDITING: Copy Slide with Table to Clipboard crashes LibreOffice

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82816

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jbfa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #3 from Jean-Baptiste Faure  ---
Thank you for your bug report.

I can confirm the crash with LO 4.3.2.0.0+ (Build ID:
c8964193051a9ef543a50c7d87c78da99f253fbd) build at home under Ubuntu 14.04
x86-64.
My test: right click on the slide 1 in the left pane and choose Copy -> crash.

Set status to NEW.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 82870] FILEOPEN: scaled images dont look as crisp as they used to

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82870

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jbfa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure  ---
There is the same problem with not scaled images. You can see that with the
full page image on the first page.
Perhaps this regression in the rendering quality is the price of a better
rendering performance.


Best regards. JBF

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


[Libreoffice-bugs] [Bug 83013] EDITING: segfault after multiple searches

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83013

Julien Nabet  changed:

   What|Removed |Added

 Attachment #105197|text/plain  |application/x-gzip
  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 83016] New: Missing tab from page style dialog

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83016

  Priority: highest
Bug ID: 83016
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Missing tab from page style dialog
  Severity: critical
Classification: Unclassified
OS: All
  Reporter: philip...@hotmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.4.0.0.alpha0+ Master
 Component: Writer
   Product: LibreOffice

Created attachment 105203
  --> https://bugs.freedesktop.org/attachment.cgi?id=105203&action=edit
Text Grid tab in 4.3.0

In the 4.3.0 release, the page style dialog had a 'Text Grid' tab that isnt
available in the 4.3.2 or master releases. Was this removed on purpose.

Steps:
1) Open writer
2) Right-click > Page...

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


[Libreoffice-bugs] [Bug 65351] Sidebar: default view is not "Styles and formatting"

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65351

--- Comment #8 from Thomas Arnhold  ---
I agree with Samuel. This should be well decided. I see no effort in having
"Styles and Formatting" opening as the default Deck of the Sidebar. If we want
to promote the Sidebar to the user, there will be only a small win - because he
thinks of it as "Styles and Formatting" - which he rarely uses and closes it.

Moreover, be aware, that having "Styles and Formatting" as the default Deck in
Impress makes absolutely no sense (I never heard of someone using this stuff
there, and "Slide Properties" are much more of interest 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 80659] VIEWING: Scrolling becomes slow when pictures appear

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80659

--- Comment #12 from Garri  ---
I can confirm the problem. Tested in 4.2.6 version on multiple systems (Gentoo,
Ubuntu). To reproduce the problem, you can generate a JPEG A4 300ppi image in
GIMP (~300KB) and insert it into a Writer page or into a Calc sheet.

I can't reproduce the problem using PNG A4 300ppi image (~1MB) as well as using
JPEG A4 150ppi image (~120KB).

Also, I'm experienced slow editing on the Writer page used to import the JPEG
A4 300ppi image, so bug 78529 may be related to the issue.

While scrolling, CPU usage by soffice.bin is 100%. Installed CPU is Core i5
2.53 Mobile.

I can provide the JPEG image or complete LO file, if needed.

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


[Libreoffice-bugs] [Bug 83008] LO shows menu too small with text too wide - so that parts are not possible to read

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83008

rob...@familiegrosskopf.de changed:

   What|Removed |Added

   Hardware|x86 (IA32)  |All
 OS|Windows (All)   |All
 CC||rob...@familiegrosskopf.de
Version|4.2.5.2 release |4.0.0.3 release

--- Comment #5 from rob...@familiegrosskopf.de ---
Same here with OpenSUSE 12.3 64bit rpm Linux.

Problem apperas first in LO 4.0.0.0beta1 here. The preview of styles is
introduced with LO 4.*. So no regression, never worked the right way.

Have set the version to the fist 4.*, which appears in the listfeld above.

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


[Libreoffice-bugs] [Bug 82960] EDITING: Document locked for editing

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82960

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #3 from Jean-Baptiste Faure  ---
Thank you for your answer. Closing as NotABug.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 82968] FILEOPEN: LibO stop working on file open from command-line

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82968

--- Comment #6 from Bogdan Bog  ---
1) From CMD.exe window (when crashing)
Process tree (shown by procexp)
explorer.exe/cmd.exe/scalc/soffice.exe/soffice.bin
"C:\Program Files (x86)\LibreOffice 4\program\scalc.exe" "-o"
"D:\meme2\rozne\miernik\test.ods" "--calc"
"-env:OOO_CWD=2D:\\meme2\\rozne\\miernik"
working dir C:\Program Files (x86)\LibreOffice 4\program\

2) From Windows explorer (when OK)
process tree services.exe/svchost.exe(dcom
launchner)/explorer.exe/scalc/soffice.exe/soffice.bin
"C:\Program Files (x86)\LibreOffice 4\program\scalc.exe" "-o"
"D:\meme2\rozne\miernik\test.ods" "--calc"
"-env:OOO_CWD=2D:\\meme2\\rozne\\miernik"
working dir C:\Program Files (x86)\LibreOffice 4\program\


3) From cmd.exe using "start test.ods" OK, no problem
tree/args/env like in 1)

3) when started like 2), then close the document but calc stays up, then from
cmd.exe window "test.ods", works OK, 
tree/args/env like in 2) 

Should I be testing this on another win7 64bit box or have you manage to
reproduce ?

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


[Libreoffice-bugs] [Bug 82960] EDITING: Document locked for editing

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82960

canciller  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from canciller  ---
Hi JBP.

Thanks for your quick reply.

Ctrl + h and remove the .~lock.filename# solve the problem.

That was the first time libre office do that and I wasn't sure about what
happened.

Everything looks good.

Best regards.

PS: I will do my best and research more before submit a bug :p

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


[Libreoffice-bugs] [Bug 82960] EDITING: Document locked for editing

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82960

canciller  changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)

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


[Libreoffice-bugs] [Bug 83014] New: TOOLBAR: Fixing Sifr large chart icon

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83014

  Priority: medium
Bug ID: 83014
CC: libreoffice-ux-adv...@lists.freedesktop.org
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: TOOLBAR: Fixing Sifr large chart icon
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: philip...@hotmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.4.0.0.alpha0+ Master
 Component: ux-advise
   Product: LibreOffice

Created attachment 105201
  --> https://bugs.freedesktop.org/attachment.cgi?id=105201&action=edit
mockup - before and after

With the Sifr icon set, the chart icon has 2 pixels spacing between the two
sections of the pie chart and with this amount of space, the center point of
the pie chart isnt correctly represented with the larger/darker section. So i'd
like to suggest that the spacing be reduce to 1 pixel, so that it does more
closely represent a pie chart.

Even more ideal would be that it had a third slice, but Sifr is a monochrome
icon set, so thats not really possible. :D

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


[Libreoffice-bugs] [Bug 82966] SIDEBAR: Using plus and minus icons to increase/decrease spacing, indent, font size

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82966

--- Comment #9 from Jay Philips  ---
(In reply to comment #6)
> Argh! You are right. ;-) It's more clear with sifr icons set. So these 2
> buttons do the same thing as the 2 buttons just below. And the line spacing
> button is almost invisible.

Yes it was my intention to submit a suggestion for the changing of the line
spacing button as well, as the icon isnt left aligned with the others icons
some text representation of the spacing needs to be shown. Same thing goes for
the character spacing icon.

> I understand better why I think that direct formatting is a bad thing. ;-)
> Do good styles and don't play with formatting when you write.

In an ideal world, there wouldnt be any direct formatting, but many users dont
understand or dont care to use styles. :D

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


[Libreoffice-bugs] [Bug 82966] SIDEBAR: Using plus and minus icons to increase/decrease spacing, indent, font size

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82966

--- Comment #8 from Heiko Tietze  ---
Plus and minus symbols are usually applied to lists with the option to
add/delete items. The better choice would be an up/down stepper as used below
for spacing/indention spin edits. So why don't replace the drop-down control by
this control? Because big changes can be done by direct input only, and because
sometimes not all sizes are allowed/possible for the fonts (there might be
solutions for both problems). And last but not least it's the common method.
I wouldn't add more controls to the dialog (plus/minus or up/down stepper are
two controls) at all (which have to be checked as well for consistency with
other places).

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


[Libreoffice-bugs] [Bug 83005] Export problem from Writer using footnotes

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83005

Urmas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from Urmas  ---
Does not happen in 4.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 46448] Locale setting, date format and decimal separator have to be customizable independently of each other

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46448

Owen Genat  changed:

   What|Removed |Added

 Blocks||71849

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


[Libreoffice-bugs] [Bug 71849] Allow custom locale settings for thousands separator, currency, time

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71849

Owen Genat  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|[request] Custom locale |Allow custom locale
   |settings|settings for thousands
   ||separator, currency, time
  Component|Libreoffice |Localization
 Depends on||46448
 Ever confirmed|0   |1

--- Comment #4 from Owen Genat  ---
Bug 46448 (date format and decimal separator) added to Depends on field as this
request definitely overlaps with that report. Summary amended for clarity i.e.,
to indicate only non-overlapping aspects (although this could be amended if
this is to become the primary enhancement for allowing fully customised locale
settings). I feel this would require developer input / comment. Component set
to Localisation. Status set to NEW.

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


[Libreoffice-bugs] [Bug 82966] SIDEBAR: Using plus and minus icons to increase/decrease spacing, indent, font size

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82966

--- Comment #7 from Jay Philips  ---
Created attachment 105199
  --> https://bugs.freedesktop.org/attachment.cgi?id=105199&action=edit
mockup attempt 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 82966] SIDEBAR: Using plus and minus icons to increase/decrease spacing, indent, font size

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82966

--- Comment #6 from Jean-Baptiste Faure  ---
(In reply to comment #5)
[...]
> Well the spacing of these icons are paragraph spacing and not line spacing.

Argh! You are right. ;-) It's more clear with sifr icons set. So these 2
buttons do the same thing as the 2 buttons just below. And the line spacing
button is almost invisible.
I understand better why I think that direct formatting is a bad thing. ;-) Do
good styles and don't play with formatting when you write.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 82968] FILEOPEN: LibO stop working on file open from command-line

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82968

Urmas  changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)
   Severity|normal  |major
  Component|Spreadsheet |Libreoffice

--- Comment #5 from Urmas  ---
Other filetypes are affected too.

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


[Libreoffice-bugs] [Bug 81530] Support frequency-density histogram (column chart type) i.e., histogram with variable bin widths

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81530

Owen Genat  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|Histograms with variable|Support frequency-density
   |bin widths  |histogram (column chart
   ||type) i.e., histogram with
   ||variable bin widths
 Ever confirmed|0   |1

--- Comment #1 from Owen Genat  ---
Per the linked AskLO thread, confirmed. Currently only possible to construct
this type of histogram via workaround. Status set to NEW. Summary amended for
clarity.

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


[Libreoffice-bugs] [Bug 82993] Other: libreoffice crashes at installation

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82993

Urmas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #1 from Urmas  ---
Disable your antivirus or add the LO source/target directories from the scan.
Do not install the Explorer extension.

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


[Libreoffice-bugs] [Bug 82992] Filesave - Enhancement - allow option to save actual jpeg, etc. instead of just links to file

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82992

--- Comment #2 from davidd...@email.com ---
Thanks, Jean-Baptiste! I was able to save the image, as you described.  
You remember the old saying about 'looking a gift horse in the mouth?'  
Well, I have a request.  Could you  (or somebody) create an option in 
the Tools > Options menu that would let me set this action as the 
default?  Maybe that's already there and I don't know it.  It would be 
nice to have.  Thanx again.  -  David Dowd

On 24-Aug-14 5:09 AM, bugzilla-dae...@freedesktop.org wrote:
> Jean-Baptiste Faure  changed bug 82992 
> 
> What  Removed Added
> StatusUNCONFIRMED RESOLVED
> Resolution--- WORKSFORME
> CCjbfa...@libreoffice.org
>
> *Comment # 1  
> on bug 82992  from 
> Jean-Baptiste Faure  *
> The procedure already exists: you can import the image files in your document.
> To do that: menu > Edit > Links... > Select the links in the dialog which
> appears and click the button "Break link".
>
> Closing as WorksForMe.
>
> Best regards. JBF
> 
> 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 83008] LO shows menu too small with text too wide - so that parts are not possible to read

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83008

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #4 from Regina Henschel  ---
See also https://issues.apache.org/ooo/show_bug.cgi?id=35225. The problem gets
worse in LibreOffice when the style is shown in kind of preview.

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


[Libreoffice-bugs] [Bug 80409] FILEOPEN: Opening a file changes its modification date attribute (just opening, no action performed on the document)

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80409

Urmas  changed:

   What|Removed |Added

 OS|All |Mac OS X (All)

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


[Libreoffice-bugs] [Bug 82605] CSV files take a long time to load when using text delimiter different from last-used delimiter

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82605

--- Comment #4 from Dotan Cohen  ---
Thanks for testing Owen!

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


[Libreoffice-bugs] [Bug 82966] SIDEBAR: Using plus and minus icons to increase/decrease spacing, indent, font size

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82966

--- Comment #5 from Jay Philips  ---
(In reply to comment #3)
> I was speaking about the icons themselves: the drawings show clearly that it
> about line spacing.

Well if it is about the clarity of the icons, i think the plus and minus could
be changed to a larger version of the orange arrows portion of the icons, as
the tiny orange portions along with the black next to it isnt really
understandable.

> That said, changing tooltip from "[in/de]crease spacing" to "[in/de]crease
> line spacing" could help too.

Well the spacing of these icons are paragraph spacing and not line spacing. :)

(In reply to comment #4)
> Note that generally (in RTL culture) minus is indicated by
> left/less/backwards and plus by right/more/forwards arrangement. In the
> mock-up the position is reversed. Like JBF I tend to think minus/plus are
> more commonly associated with delete/add.

As it is just a mockup, i went with the manner it is already available in the
sidebar, increase being on the left and decrease being on the right. Yes
minus/plus is related to subtraction/addition, which is what is being done when
we decrease/increase the value of font size, paragraph spacing or indent
spacing. LibreOffice's UI already uses minus/plus signs and up/down arrows to
indicate the increase of values (zoom levels, paragraph spacing, indent
spacing), so any of these two could be used.

> The recent icon series surveys
> being conducted over at User Prompt:
> 
> http://user-prompt.com/portfolio/libreoffice/
> 
> ... indicate this also. UI icons are notoriously difficult. Just a small UX
> comment.

Yes the main issue i was trying to fix with this suggestion is that small UX
icons are difficult to see and understand and simple signs or arrows could
easily take their place.

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


[Libreoffice-bugs] [Bug 83013] New: EDITING: segfault after multiple searches

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83013

  Priority: medium
Bug ID: 83013
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: segfault after multiple searches
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: k...@esztermann.de
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.3.0.4 release
 Component: Database
   Product: LibreOffice

Created attachment 105197
  --> https://bugs.freedesktop.org/attachment.cgi?id=105197&action=edit
libreoffice --backtrace

When performing searches (local) in a mysql database, libreoffice crashes
sometimes. I am not able to define the circumstances leading to the crash.

Backtrace attached.

Steps to reproduce:
1. Open up a database form (showing one of several records)
2. Click on the goggles
3. Enter a search text and hit Enter

Results:
About one in one to ten cases, it segfaults

LibreOffice
Version: 4.3.0.4
Build ID: 430m0(Build:4)

on 3.14-2-rt-amd64 #1 SMP PREEMPT RT Debian 3.14.15-2 (2014-08-09) x86_64
GNU/Linux

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


[Libreoffice-bugs] [Bug 82269] Provide option to allow charts to snap to cell grid

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82269

Owen Genat  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|Charts should snap to grid  |Provide option to allow
   ||charts to snap to cell grid
 Ever confirmed|0   |1

--- Comment #1 from Owen Genat  ---
Seems a reasonable request. Confirmed. Summary amended for clarity. Status set
to NEW.

By default the column width I have here is 2.26cm. Setting the grid to this
value (Horiz. and Vert.), the Horiz. division to 1, and Vert. division to 5,
allows a rough workaround.

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


[Libreoffice-bugs] [Bug 47223] Link from calc to writer with relative-path

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47223

--- Comment #10 from Pierre C  ---
DDE Link from calc to writer are still not stored as relative links as it
should be to conform with the option "store relative path FS"
LO 4.3.1.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 82966] SIDEBAR: Using plus and minus icons to increase/decrease spacing, indent, font size

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82966

--- Comment #4 from Owen Genat  ---
(In reply to comment #0)
> so i'd like to suggest that they be unified with simple plus and minus icons 
> and be placed next to their appropriate entries.

Note that generally (in RTL culture) minus is indicated by left/less/backwards
and plus by right/more/forwards arrangement. In the mock-up the position is
reversed. Like JBF I tend to think minus/plus are more commonly associated with
delete/add. The recent icon series surveys being conducted over at User Prompt:

http://user-prompt.com/portfolio/libreoffice/

... indicate this also. UI icons are notoriously difficult. Just a small UX
comment.

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


[Libreoffice-bugs] [Bug 62157] FILESAVE: Implement the possibility to export presentation as text file (smooth Impress to Writer conversion)

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62157

Maxim Monastirsky  changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=56231

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


[Libreoffice-bugs] [Bug 56231] Add plain text export filter to Impress

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56231

Maxim Monastirsky  changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=62157

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


[Libreoffice-bugs] [Bug 80650] lower case greek alphabet missing in localized Math symbol table

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80650

--- Comment #18 from choffardet  ---
As this bug seems to be in 4.2.5.2 shouldn't it be a MAB 4.2, not a MAB 4.3 ?

And, as there is an unusable function and data loss, shouldn't it be a blocker
?

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


[Libreoffice-bugs] [Bug 80542] UI: toolbar tooltip for insert image is titled 'from file'

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80542

Jay Philips  changed:

   What|Removed |Added

 Blocks||81475

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


[Libreoffice-bugs] [Bug 80538] UI: Replacing 'Edit File' icon with an infobar for clarity

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80538

Jay Philips  changed:

   What|Removed |Added

 Blocks||81475

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


[Libreoffice-bugs] [Bug 81475] Meta: enhancing Writer's standard and formatting toolbars

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81475

Jay Philips  changed:

   What|Removed |Added

 Depends on||82970, 80538, 80542

--- Comment #17 from Jay Philips  ---
Thanks Heiko for the link to your standard toolbar study, as it did confirm my
proposal's removal of the data sources and navigator icons. Your study also
brought to my attention that AutoSpellcheck is likely being mistakenly for
Spelling and Grammar due to their similarity and that the group button was the
right thing to do with them.

Regarding the customization of the toolbar, in LibreOffice 3.3 as well as
OpenOffice 4.1, the end of each toolbar had a distinct down arrow with a darker
background which did suggest a user could click on it for additional
functionality. Unfortunately, allowing users to customize their toolbar isnt
the main issue of this proposal, as most users wont do it even if they knew it
was possible. The main issue is to optimize the toolbars, so most users wouldnt
ever need to customize it as it will have the most commonly used functions.

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


[Libreoffice-bugs] [Bug 82888] Other: Sorting causes calc to crash

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82888

--- Comment #3 from Jean-Baptiste Faure  ---
Please, could you attach the file to this bug report, if it does not contain
confidential data?

Best regards. JBF

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


[Libreoffice-bugs] [Bug 74518] Conversion from csv to xls, xlsx incorrect

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74518

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG
 CC||momonas...@gmail.com

--- Comment #3 from Maxim Monastirsky  ---
The problem here is that the csv file has .txt extension that defaults to
Writer, and you can't use Calc export filters for a Writer document. The
solution is to give the file .csv extension. If you can't change the extension
for some reason, you must specify both the input and output filters (and for
master it's enough to just add --calc).

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


[Libreoffice-bugs] [Bug 82915] Paste does not work as expected

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82915

--- Comment #7 from Urmas  ---
You have been asked where are you copying your data from and what underlying
format they have. If you are ignoring the questions, there is nothing to be
done with your 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 82968] FILEOPEN: LibO stop working on file open from command-line

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82968

Urmas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Urmas  ---
The visible difference is that after launching the file by Command Prompt the
soffice.bin command line has this parameter:

"-env:OOO_CWD=2"

and by Explorer this one:

"-env:OOO_CWD=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 80409] FILEOPEN: Opening a file changes its modification date attribute (just opening, no action performed on the document)

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80409

marc-henn...@outlook.de changed:

   What|Removed |Added

 Attachment #105196|Example worksheet which |Example worksheet which
description|demonstrates the bug.   |demonstrates the bug.
   |Macros have to be enabled.  |(Macros have to be
   ||activated)

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


[Libreoffice-bugs] [Bug 80409] FILEOPEN: Opening a file changes its modification date attribute (just opening, no action performed on the document)

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80409

marc-henn...@outlook.de changed:

   What|Removed |Added

 Attachment #105196|Example worksheet which |Example worksheet which
description|demonstrates the bug.   |demonstrates the bug.
   ||Macros have to be enabled.

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


[Libreoffice-bugs] [Bug 80409] FILEOPEN: Opening a file changes its modification date attribute (just opening, no action performed on the document)

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80409

marc-henn...@outlook.de changed:

   What|Removed |Added

 OS|Mac OS X (All)  |All

--- Comment #2 from marc-henn...@outlook.de ---
I guess the bug here is very similar to the one found in Microsoft Excel
(KB826741):

This problem occurs because when you open an Excel workbook, Excel writes the
name of the current user to the header of the file. This is necessary so that
other users receive the "file in use" notification. The operating system then
updates the last modified date. 

There is a binary difference between the file contents before you open and
close an Excel workbook without saving it and after you open and close an Excel
workbook without saving 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 80409] FILEOPEN: Opening a file changes its modification date attribute (just opening, no action performed on the document)

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80409

--- Comment #1 from marc-henn...@outlook.de ---
Created attachment 105196
  --> https://bugs.freedesktop.org/attachment.cgi?id=105196&action=edit
Example worksheet which demonstrates the bug.

This file contains a macro which provides of a function to insert the last
modification date and time to the worksheet.

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