[Libreoffice-bugs] [Bug 65625] EDITING: Navigator tree closes when reorganising headings

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65625

--- Comment #4 from Dominique Boutry dominique.bout...@laposte.net ---
Tested with LibO 4.0.5.2 on Win7.

- The 4 buttons promote/demote chapter/level work OK.
- Mouse dragdrop fails frequently (for instance, in the result of moving
title111 between title1 and title11 : it is moved after titles112/113/114 if
they exist)
- After a promote/demote, the whole tree is collapsed except the minimal path
to the moved item (not randomly).
- However, after moving a chapter directly in the main document, the selected
one in the navigator is the one containing the caret : not the moved one but
the following one.
- Undo work OK (except the collapsing).

Already signaled in bug 58187 and part of bug 42786, in my opinion.

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


[Libreoffice-bugs] [Bug 54513] Label Horizontal Pitch Not to specific Label dimensions

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54513

--- Comment #19 from Winfried Donkers winfrieddonk...@libreoffice.org ---
(In reply to comment #18)
 Based on the numbers that Avery just gave you,
 this calculation should be made.
 
 Total label width, that is label width times 3 labels
 on the page.
 Page width minus Total label width, then divide by
 the total amount of gaps between the labels and the
 margins. There are 4.
 Add this to a single label width to get the
 horizontal pitch.
 
 Here it is.
 
 2.63 x 3 = 7.89
 8.5 - 7.89 = .61
 .61 / 4 = .1525
 2.63 + .1525 = 2.7825
 
 Horizontal Pitch = 2.7825
 
 I suppose you could script this formula and find
 out how many other labels dims are off.
 
 Thanks.

Thank you for your suggestion. It looks good, and probably is for some labels,
but unfortunately, labels are not necessarily spread evenly on the page. Left
and right margin may differ from the gap between labels and the left margin may
differ from the right margin. I checked most of the 1750+ labels in the
LibreOffice label wizard and found out the hard way that your suggestion will
not work on all labels.
I can only advise to use a margin in the label itself (i.e. start the text a
bit left from the border). This margin will adsorb misalignment and small
differences in actual label positioning.

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


[Libreoffice-bugs] [Bug 59447] : Allow users to view word-breaks created by ICU Breakiterator

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59447

--- Comment #2 from livingfi...@gmail.com ---
I'm not certain, but I don't think the ICU BreakIterator actually adds ZWSP to
the text. Rather, it simply decides where to break the text when outputting,
without actually inserting new characters into the text stream.

But this has gotten me thinking:
I'm unhappy with the ICU BreakIterator for Khmer because it creates chaos when
non-Khmer (i.e. minority) languages are written in Khmer script. Before the ICU
BreakIterator was enabled for Khmer in LO 3.6, minority languages carefully
typed with ZWSP between words did line breaking perfectly.

It's understandable that Cambodians don't like typing ZWSP, but what if we
inserted ZWSP automatically, using an interface similar to the predictive text
input on an iPhone? If this were done, then line breaking, spell checking, word
counts, etc. would be greatly simplified.

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


[Libreoffice-bugs] [Bug 59448] undefined: Allow users to turn off automatic ICU breakiterator

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59448

livingfi...@gmail.com changed:

   What|Removed |Added

Version|3.6.4.3 release |4.1.2.3 rc

--- Comment #3 from livingfi...@gmail.com ---
The ICU BreakIterator creates chaos for minority languages written in Khmer
script, since it inserts line breaks at all the wrong places, even when the
text has been typed with ZWSP between words.

This simple option would fix the problem, if LibreOffice reverted to the pre
version 3.6.0 behavior of line breaking only at ZWSP, space, and punctuation.

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


[Libreoffice-bugs] [Bug 65637] EDITING: wrong evaluation of formular after sorting

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65637

--- Comment #12 from Dominique Boutry dominique.bout...@laposte.net ---
Going back to the specification : I suppose that SORT works like in EXCEL :
- generally speaking, when one moves a cell (let's say from B2 to C2), B2 is
updated to C2 in all formulas (all cells) containing B2,
- as an exception, if cell B2 moves due to a SORT, B2 is not updated in all
formula containing B2.

So the formulas of the sum column in the attachments (whichever in another
sheet or the same) are rightly unchanged after the SORT.

Please examine the formula on the last line :
=SI(NBVAL(A8:B8)0;SOMME(A8:B8);NA()). To narrow the pb, I add a NBVAL-only
column and a SOMME-only column : both evaluates to the value of A8:B8 before
the SORT. Editing these formulas (by adding +0 at their end) forces a
reevaluation, which is then right.

To summarize : recomputing of values after a SORT sometimes use values BEFORE
the SORT (cached ?). 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 65999] Installer does not register LO as a program in Windows Open with...

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65999

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

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)
 OS|All |Windows (All)
 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from Kumāra kumara.bhik...@gmail.com ---
Windows 7 HP 64bit.

I've found a solution since I reported this. To make the installer register LO
as a program in Windows Open with..., I have to indicate to have LO open MS
doc files with LO at the end of of the installation process. If I don't, I
would not be able to associate DOC/DOCX/etc with LO later on with Open
with

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


[Libreoffice-bugs] [Bug 69462] hyperlinks containing right parenthesis in their URL fail to open

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69462

--- Comment #8 from denis.pr...@wanadoo.fr ---
Hello Qubit, 
thanks for taking care of that bug report.

I tried the steps you mentioned : I get the same result as you.
But if I replace your URL by this one : 

http://2013-10-08 CR réunion d'organisation Patrick Frédéric Denis (DP).pdf

I get the error message I mentioned in comment #1.

And if I remove the single quote, the problem disappears.

So it looks that I was wrong and the problem comes from single quote (I will
change the bug report title).

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


[Libreoffice-bugs] [Bug 69462] hyperlinks containing single quote in their URL fail to open

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69462

denis.pr...@wanadoo.fr changed:

   What|Removed |Added

Summary|hyperlinks containing right |hyperlinks containing
   |parenthesis in their URL|single quote in their URL
   |fail to open|fail to open

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


[Libreoffice-bugs] [Bug 49602] Remove deprecated OSL Profile functionality

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49602

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard|Need_Advice |
Summary|Remove deprecated   |Remove deprecated OSL
   |include/osl/profile.hxx |Profile functionality
 Ever confirmed|0   |1

--- Comment #2 from Stephan Bergmann sberg...@redhat.com ---
(In reply to comment #0)
 Seems the only user of it is sal/rtl/source/bootstrap.cxx
 
 it could easily be replaced with something like:
 
 oslProfile profile = osl_openProfile(strProfileName.pData, Options);
 if( ! profile )
 throw std::exception();
 
 sal_Char aBuf[1024];
 rtl::OString ret= osl_readProfileString( profile, rSection.getStr(),
 rEntry.getStr(), aBuf, sizeof( aBuf ), rDefault.getStr() ) ? rtl::OString(
 aBuf ) : rtl::OString();
 
 osl_closeProfile(profile);
 
 return ret;

Given the comment preceding the (only) use of osl::Profile in
sal/rtl/bootstrap.cxx,

  // Going through osl::Profile, this code erroneously
  // does not recursively expand macros in the resulting
  // replacement text (and if it did, it would fail to
  // detect cycles that pass through here):

it does not make much sense to merely unwrap that code from using the C++
osl/profile.hxx wrapper to using the underlying C osl/profile.h functionality.

Also note that this is part of the stable URE interface, so cannot be modified
arbitrarily (but can arguably be removed in an incompatible release, as it is
deprecated for a long time and should effectively be unused by client code).

So, a useful approach could be:

* Adapt sal/rtl/bootstrap.cxx to no longer use the OSL Profile functionality,
and in doing so fix the bug described in the comment above.

* In a commit with [API CHANGE] in the commit message, remove the
include/osl/profile.hxx wrapper.

* In the same or a subsequent [API CHANGE] commit, also remove
include/sal/profile.h and replace the implementation with stubs in
sal/osl/all/compat.cxx (which are necessary as the corresponding symbols could
not be removed from sal/util/sal.map without changing the sal SONAME, which we
do not want to do).

* Document the incompatible changes in the API Changes section of the
relevant https://wiki.documentfoundation.org/ReleaseNotes.

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


[Libreoffice-bugs] [Bug 70520] New: Enter, Autocorrection and Undo

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70520

  Priority: medium
Bug ID: 70520
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Enter, Autocorrection and Undo
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: davian...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Writer
   Product: LibreOffice

When Enter key is pressed to form a new paragraph and that action causes
autocorrection, like capital letter insertion, this action precedes the
creation of the paragraph in Undo stack.

In normal software, the autocorrection is undone first, then Enter key effect.

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


[Libreoffice-bugs] [Bug 69043] INSTALLATION: On MS-Windows 7, upgrade using 'LibreOffice_4.1.1_Win_x86.msi' systematically complains that it needs to update files which are opened by 'Microsoft Window

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69043

--- Comment #2 from brendel bren...@nancy.inra.fr ---
I have got the same problem on a windows 7 laptop : only with the newest
version 4.1.2.3 the installation process complains that the
Microsoft Windows Search Filter Host uses a file that needs to be update
this is probably the searchProtocolHost.exe programm

stopping this programm in the task manager and re-trying installation gives a
new error : giving only a process ID, but which points to SmcService, which is
a Symantec management Client. 
I actually have upgraded since the last LibreOffice installation my antivirus
to 
Symnatec Endpoint protection V 12.1.3001.165

And I guess that this is what is causing the problem.
I tried several times to stop the searchProtocolHost.exe and retry
installation, and after several trials it worked and installation continued. 

Cheers

Oliver

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


[Libreoffice-bugs] [Bug 70484] LibreOffice crashes on Windows New Window

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70484

--- Comment #2 from moze...@inbox.ru ---
After the Reset it seems that the crash behavior is changed a little.
But I can reproduce the bug.
1. New document - new window - back to the first window and close it - crash
2. New document - new window - close the new window from XP task panel -
crash (not every time)
3. On some documents: new window - immediate crash.

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


[Libreoffice-bugs] [Bug 70307] EDITING: Input fields/lists are not updated in protected sections

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70307

--- Comment #2 from h.kulov...@lohr.at ---
I also tested on openSUSE 12.3 + LO 3.6:build-304 and SLED 11SP3 + LO
4.0:build305. I noticed exactly the same issue. So I think it's not only a
Windows bug.

Qubit, if you're unable to change the text or select a new item in the
protected section you already reproduced the bug. In my opinion the intended
behavior of a protected section is, that you are not able to edit any text but
you are able to edit content of fields.

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


[Libreoffice-bugs] [Bug 70521] New: Error 1335: Cab File libreoffice1.cab damaged in dutch version

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70521

  Priority: medium
Bug ID: 70521
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Error 1335: Cab File libreoffice1.cab damaged in dutch
version
  Severity: major
Classification: Unclassified
OS: Windows (All)
  Reporter: ronny.ly...@gmail.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Installation
   Product: LibreOffice

Created attachment 87712
  -- https://bugs.freedesktop.org/attachment.cgi?id=87712action=edit
Error message during install

From version 4.0.5 until the latest release it isn't possible to install the
dutch version of libreoffice.  Almost at the end of the installation there are
problems reading de libreoffice1.cab.  I downloaded every version but only
version 4.0.3 is still working  See error message (in dutch)

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


[Libreoffice-bugs] [Bug 65648] Copy - Insert Cells can't be performed correctly

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65648

--- Comment #10 from Dominique Boutry dominique.bout...@laposte.net ---
When you insert, delete or paste some cell(s) with the shift cells down/right
checked, the cells you move can't be merged with cells not included in the
move. This is unavoidable.

So you can't insert (with shift cells down) columns A:G at line 8 because the
cells [to.odt]A14:H14 are marged (at least them ; some others too). Solutions
:
- either make the room (InsertLines) in step 1 and standard copy/paste in step
2,
- or copy/paste-special range A9:H106 (instead of A9:G106) with shift down
set.
- or copy/paste-special line-range 9:106 (instead of cell-range A9:G106) with
shift down set.

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 68558] EDITING: Custom text formatting error

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68558

--- Comment #4 from it-ad...@yajasi.org ---
I downloaded Version 4.1.2 and the problem is still present.

--
Sam Marlowe

IT Administrator

YAJASI

Phone# 0967 591 094

On 10/10/2013 1:30 PM, bugzilla-dae...@freedesktop.org wrote:
 Jean-Baptiste Faure mailto:jbf.fa...@sud-ouest.org changed bug 68558 
 https://bugs.freedesktop.org/show_bug.cgi?id=68558
 What  Removed Added
 StatusUNCONFIRMED NEEDINFO
 CCjbf.fa...@sud-ouest.org
 Ever confirmed1

 *Comment # 1 https://bugs.freedesktop.org/show_bug.cgi?id=68558#c1 
 on bug 68558 https://bugs.freedesktop.org/show_bug.cgi?id=68558 from 
 Jean-Baptiste Faure mailto:jbf.fa...@sud-ouest.org *
 Please, could you attach a test file showing the problem?

 Current 4.1 version is 4.1.2 (2 bug fixes since your bug report) - did you
 upgrade your LibreOffice version and the problem is still there?

 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 70520] Enter, Autocorrection and Undo

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70520

Tomaz Vajngerl qui...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Tomaz Vajngerl qui...@gmail.com ---
Confirmed. But still - how does this bug make LO not-normal software? :)

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


[Libreoffice-bugs] [Bug 44220] reproducible crash when copying a slide in left slide pane

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44220

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Whiteboard||target:4.2.0
 Resolution|--- |WORKSFORME
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

--- Comment #16 from Caolán McNamara caol...@redhat.com ---
As far as I can see in master this doesn't happen for me, nothing under
valgrind either. If someone can reproduce on master, please reopen

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


[Libreoffice-bugs] [Bug 69548] In the microsoft word docx format, hyperlinks with spaces in between words in the url work but then change themselves after reopening document (libreoffice deletes the s

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69548

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |tima...@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 56035] : Indexing for Search not working

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56035

Olaf Ahrens oahr...@bluewin.ch changed:

   What|Removed |Added

 Whiteboard|target:4.1.1|target:4.1.2.3
   Severity|normal  |major
   Priority|medium  |high

--- Comment #37 from Olaf Ahrens oahr...@bluewin.ch ---
I would like to add my experiences with newest release (4.1.2.3) and have to
confirm that the Windows Search problem still exists:

 - installation of version 4.1.2.3  noisy computer, high CPU-usage from
Windows searchindexer (up to about 30%), often unresponsive and not usable
system, almost never ending indexing procedure, many Windows error event entrys
(up to every 7 minutes) as described by Karlheinz in comment 32 ...
 - re-indexing didn't solve the problem
 - re-installation of Windows Search (with deleting the folder of the search
database) didn't solve the problem
 - I can't detect the registry error as suggested by h...@doctor-nemesis.org.uk
in comment 35
 - I don't have any 'exotic' search filters or unclean deinstalled search
filters as Karlheinz suggested in comment 34 (just Windows own, MS-Office 2007
and Acrobat 64-bit filters)
 - changing from 4.1.2.3 dll's to version 3.5.3.2 (the latest I could find in
my backups before of version 3.6.2.2)  usable silent system, CPU-usage of
Windows searchindexer up to 2%, almost no Windows error event entrys for
Windows Search, indexing of my computer took about half a day

But this solution seems not to be exactly brilliant ('not the yellow of an egg'
as you say in German):
 - for months I've registred that something 'occupies' my computer with a lot
of workload, I've spend several hours in excluding programs and folders from
anti-virus software, reducing priority of different processes, deactivating
services and so on, it has been very very annoying
 - the dll's from the version I've chosen seems not to be capable to find words
with special characters, i.e. German umlauts ä, ö, ü, while these words found
in corresponding MS-Word documents and pdfs

Conclusion:
 - this problem is not solved since several versions, despite of comment 25
 - this problem is an important one and is worth to be documented in the list
of 'most annoying bugs' so that the normal user can check for it in an easy way
 - this problem should be solved with high priority

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 57369] : MS Word document imported with broken numbering fields

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57369

Miklos Vajna vmik...@collabora.co.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.co.uk
   |desktop.org |

--- Comment #2 from Miklos Vajna vmik...@collabora.co.uk ---
This got fixed in master with
http://cgit.freedesktop.org/libreoffice/core/commit/?id=f9a3a8a41dc448d551405c53d17f67e9ad1928dc

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


[Libreoffice-bugs] [Bug 65663] search does not find when an special character is used

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65663

--- Comment #2 from Dominique Boutry dominique.bout...@laposte.net ---
Not reproductible with LibO 4.0.5.2 on Win7. However I suspect that the file
dealed with the notion of whole word :
- Searching (Ctrl-F) l'ami founds l'ami or l'amicale but not ami or
amicale ; there is no possible consideration of Whole Word Only with
Ctrl-F,
- Searching (Ctrl-F) ami founds ami, l'ami, amicale or l'amicale
- Searching-Replacing (Ctrl-H) l'ami founds l'ami or l'amicale but not
ami or amicale ; the Whole Word Only checkbox is logically greyed due to
the ',
- but impossible to check Whole Word Only even when searching ami or
soupçon ; in fact, the checkbox is always greyed. I suppose I miss some
setting to make it working in LibO FR... Or 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 56035] : Indexing for Search not working

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56035

--- Comment #38 from Andras Timar tima...@gmail.com ---
I think that fix for bug 56007 also fixes this one. Underperforming zip
operations affect the indexer, too. Can you please check it in latest master? 
Don't forget the WRITE_REGISTRY=1 property:

msiexec /i master~2013-10-16_01.30.44_LibreOfficeDev_4.2.0.0.alpha0_Win_x86.msi
WRITE_REGISTRY=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 45970] FORMATTING pale green is not green at all

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45970

--- Comment #3 from sasha.libreoff...@gmail.com ---
Thanks for fixing this bug

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


[Libreoffice-bugs] [Bug 59020] UI: Persistent Edit contour window

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59020

cl...@tondering.dk changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
 Ever confirmed|0   |1

--- Comment #5 from cl...@tondering.dk ---
I'm using LibreOffice 4.0.2.2 on Ubuntu 12.04 and I had the same problem
temporarily today.

When I opened the Edit contour window, it had not title bar and therefore not
X in the upper left corner that would allow med to close the window. I closed
LibreOffice and reopened it, but the Edit contour window was still open and
had not title bar or X.

Using Mickaels method in his Comment 2, I managed to close the Edit
countour window, and thereafter when I opened the window again, the problem
was gone. The window now had a title bar and an X that allowed me to close the
window.

So apparently, the problem comes and goes. I have not been able to reproduce
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 70521] Error 1335: Cab File libreoffice1.cab damaged in dutch version

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70521

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #1 from Cor Nouws c...@nouenoff.nl ---
Hi Ronny,

Sad to read... I've seen one message on the Dutch mailing list, but from what I
understood that had be solved, possibly by choosing another dowload?
Can you write to the list for experiences pls?
  http://nl.libreoffice.org/ondersteuning/mailinglijsten/
regards,
Cor

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


[Libreoffice-bugs] [Bug 59020] UI: Persistent Edit contour window

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59020

--- Comment #6 from cl...@tondering.dk ---
Typo: it had not title bar and therefore not X should be it had no title bar
and therefore no X. Sorry.

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


[Libreoffice-bugs] [Bug 70478] Other: mistake in Czech Help with named shortcut keys

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70478

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
Summary|Other: mistake help |Other: mistake in Czech
   |Shortcut keys   |Help with named shortcut
   ||keys

--- Comment #1 from Cor Nouws c...@nouenoff.nl ---
Hi,

thanks for the issue - I cannot confirm (is OK in Dutch) but add Czech to the
summary so that others pick it up easier.
Regards,
Cor

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


[Libreoffice-bugs] [Bug 34555] Make cropping handles for images (as in Draw/Impress) available for all LibreOffice applications

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34555

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
Summary|Make cropping handles   |Make cropping handles for
   |function available for all  |images (as in Draw/Impress)
   |LibO applications   |available for all
   ||LibreOffice applications

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


[Libreoffice-bugs] [Bug 46132] freedesktop account for gerrit.documentfoundation.org

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46132

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME
 CC||nthieb...@gmail.com

--- Comment #4 from Björn Michaelsen bjoern.michael...@canonical.com ---
closing as WORKSFORME as gerrit is clearly syncing to freedesktop.

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


[Libreoffice-bugs] [Bug 70485] too many spaces in one line

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70485

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #2 from Cor Nouws c...@nouenoff.nl ---
opens immediately on Ubuntu in 4.1.3.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 46833] provide a static nightly build.

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46833

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO

--- Comment #5 from Björn Michaelsen bjoern.michael...@canonical.com ---
(In reply to comment #2)
 That only contains RPMs.
 I was asking for a static build in a tar archive (portable app -- for Linux,
 similar to a way Gentoo devs have provided for libreoffice-bin, for both QT
 and GTK).
Could you clarify exactly: Do you want to have dailies generated as tarballs
instead of as RPMs? Note that you can rather trivially generate tarballs from
RPMs.

Also this has been discussed on the ESC (actually I was proposing to have
tarballs instead, to lower expectations on system integration provided by
upstream builds and allow more universal distro-independant usage). So far it
has been rejected (see ESC minutes for details).


 Also I'll be really useful to have a QT build since a _lot_ of bugs are QT
 related.

Dailies are created from the tinderboxes. If you want to have a concrete build
done different, you can notify the tinderbox maintainer or set up a new
tinderbox:
 https://wiki.documentfoundation.org/Development/Tinderbox

Finally, let me point you to bibisect, which might also provide what you are
looking for:
 https://wiki.documentfoundation.org/Bibisect

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


[Libreoffice-bugs] [Bug 70525] New: EDITING: Problem with scroll content of LibreOffice spereadsheet cell on big cell height.

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70525

  Priority: medium
Bug ID: 70525
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Problem with scroll content of LibreOffice
spereadsheet cell on big cell height.
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: stul...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. Make cell with many lines of text in it(not fit in one screen by height)
2. Try to scroll to end of text


Current behavior: You don't view and of cell. After try to scrol to end of cell
you see next cell, so no way to see part of content not fit in one page.

Expected behavior:
On scroll big cell scroll cell to end before switch to next cell

Operating System: Windows 7
Version: 4.1.1.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 70525] EDITING: Problem with scroll content of LibreOffice spereadsheet cell on big cell height.

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70525

stul...@gmail.com changed:

   What|Removed |Added

Version|4.1.1.2 release |4.0.4.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 65999] Installer does not register LO as a program in Windows Open with...

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65999

Thomas Arnhold tho...@arnhold.org changed:

   What|Removed |Added

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

--- Comment #3 from Thomas Arnhold tho...@arnhold.org ---
You're able to associate any program with e.g. DOCX file format later:

Open with - Choose default program - Browse for the application. You could
uncheck the option that this program should be the default application for
DOCX, but Windows should popup under Open with the next time.

If not: Choose Libo as default app. Then reset it to MS Word. So it's anyhow in
the list.

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


[Libreoffice-bugs] [Bug 70355] DATALOSS: Graph data tables swapping data in x and y axis in writer documents resulting in incorrect graphs.

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70355

Michael Meeks michael.me...@collabora.com changed:

   What|Removed |Added

 CC||michael.me...@collabora.com
   ||, muthus...@gmail.com

--- Comment #12 from Michael Meeks michael.me...@collabora.com ---
An interesting issue - of course a bisect is always useful for a regression;
Muthu has done most work in the chart world in recent times though Markus is
now doing a chunk of work 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 67534] FILEOPEN SMB File claimed to be Locked By Unknown User when opened via double-click in Explorer if LO Explorer Shell Extensions are installed

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67534

Robin Edgar robined...@gmail.com changed:

   What|Removed |Added

 CC||robined...@gmail.com

--- Comment #67 from Robin Edgar robined...@gmail.com ---
Disabled windows explorer shell extensions in version 4.1.2.3 and I can now
open the files using double click, so bug is somewhere in 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 70526] New: Provide startup time measurements

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70526

  Priority: medium
Bug ID: 70526
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Provide startup time measurements
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: tbehr...@suse.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: framework
   Product: LibreOffice

Implement the application startup time probe as mozilla did in this (helpfully
MPL2-licensed) patch:

http://hg.mozilla.org/mozilla-central/rev/dfdf3e5dc749

, and hook that up with the profiling tinderbox Moggi is already running for
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 70526] Provide startup time measurements

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70526

tbehr...@suse.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard||EasyHack
   ||DifficultyInteresting
   ||SkillCpp
 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 62157] FILESAVE: Implement the possibility to export presentation as text file (smooth Impress to Writer conversion)

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62157

--- Comment #5 from Ildar Muyukov il...@users.sourceforge.net ---
(In reply to comment #2)
 Coming from web design (where I try to switch from print to screen with a
 css) I consider the ability to work on one file, and export to many formats,
 a big advantage.

This reminds me how beamer class works in lyx (powered by TeX/LaTeX). There you
have one text which outputs to the presentation or the article (switched in one
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 69590] EDITING: application frozen after immediate update all in a big .odt

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69590

--- Comment #9 from Antoine POURCHEZ antoine.pourc...@kelis.fr ---
Same problem with OO 4.1.2.3 - Build ID:
40b2d7fde7e8d2d7bc5a449dc65df4d08a7dd38

I filed another document with which the problem is more systematic in my test
settings : http://data.kelis.fr/~kelis/tmpReportOo/69590/_the_papierEND.odt

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


[Libreoffice-bugs] [Bug 70449] StartCenter: it is not possible to easily navigate through recent used files with the keyboard

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70449

--- Comment #7 from Eike Rathke er...@redhat.com ---
In the old StartCenter I could hit Alt+S to open a new spreadsheet. In the new
StartCenter this takes 4 Tab moves and Enter, and there is no indication except
the small icons what file type would be opened. This is not accessible for
sight impaired people.

Furtheremore, in English-US the _Templates button shares shortcut with menu's
_Tools but immediately executes the action as soon as Alt+T is pressed, instead
of cycling between _Templates and _Tools.

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


[Libreoffice-bugs] [Bug 70521] Error 1335: Cab File libreoffice1.cab damaged in dutch version

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70521

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 CC||momonas...@gmail.com

--- Comment #2 from Maxim momonas...@gmail.com ---
(In reply to comment #0)
 From version 4.0.5 until the latest release it isn't possible to install the
 dutch version of libreoffice.
Hi,
What do you mean by 'dutch version'? Officially LibreOffice has only one
multi-language installer.

Also could you please try to disable your anti-virus software during
installation, and try again? Sometimes such error caused by the anti-virus
checking installation files too much long (especially on slow computers).

Also please inform your exact Windows version, and how much RAM do you have.
Sometimes the decompression can fail when you don't have enough RAM.

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


[Libreoffice-bugs] [Bug 70488] Other: Offer LO nightly builds for OS X to speed up triaging and QA

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70488

--- Comment #2 from Foss f...@openmailbox.org ---
This is awesome news. Very happy to see TDF understands the importance of this.
Should this be assigned to anybody specific?

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


[Libreoffice-bugs] [Bug 38838] Removal/Replacement of the String/UniString with OUString once and for all.

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38838

--- Comment #76 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Caolan McNamara committed a patch related to this issue.
It has been pushed to master:

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

Related: fdo#38838 remove unused String::Append varients



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 60270] LibreOffice 4.1 most annoying bugs

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

Bug 60270 depends on bug 69548, which changed state.

Bug 69548 Summary: In the microsoft word docx format, hyperlinks with spaces in 
between words in the url work but then change themselves after reopening 
document (libreoffice deletes the space in the url).
https://bugs.freedesktop.org/show_bug.cgi?id=69548

   What|Removed |Added

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

-- 
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 70516] May we have a main lanucher

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70516

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||momonas...@gmail.com

--- Comment #2 from Maxim momonas...@gmail.com ---
Hi,
There is already such desktop file, it's named libreoffice-startcenter.desktop.
So i'm closing this bug. Feel free to reopen if you disagree.

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


[Libreoffice-bugs] [Bug 69900] FORMATTING: Conditional formatting not saved when using between with alphabetic strings

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69900

--- Comment #5 from Dominique Boutry dominique.bout...@laposte.net ---
I agree

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


[Libreoffice-bugs] [Bug 70393] move external builds into subfolder

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Whiteboard|ProposedEasyHack|EasyHack DifficultyBeginner
   ||SkillCpp TopicCleanup
 CC||libreoffice@lists.freedeskt
   ||op.org

--- Comment #2 from Björn Michaelsen bjoern.michael...@canonical.com ---
no fundamental objection at
http://nabble.documentfoundation.org/move-external-builds-into-subfolder-fdo-70393-td4078160.html
easyhackifying ...

@Qubit: the parathesis closes before one by 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 70393] move external builds into subfolder

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70393

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|EasyHack DifficultyBeginner |EasyHack DifficultyBeginner
   |SkillCpp TopicCleanup   |SkillCpp TopicCleanup
   ||target:4.2.0

--- Comment #3 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Bjoern Michaelsen committed a patch related to this issue.
It has been pushed to master:

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

fdo#70393: move libpng to a subdir of external



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 70531] New: FILESAVE: Exporting PDF to existing file name returns two dialogs instead of one

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70531

  Priority: medium
Bug ID: 70531
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: Exporting PDF to existing file name returns
two dialogs instead of one
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: grof...@hotmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.2.3 rc
 Component: Writer
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. Open Writer and type in some text like: test
2. Click on Export Directly as PDF icon from toolbar.
3. In Export window type in some file name, e.g. mypdf.pdf
4. Open PDF file with PDF viewer. I use PDF XChange Viewer on Windows XP.
Document opens without a problem. Leave file opened in PDF viewer.
5. In Writer type in some text like: test 2
6. Repeat step 2 and 3.
7. The dialog File mypdf.pdf already exists. Do you want to replace it?
opens.
8. Click on Yes.
9. Error message appears: Error saving the document Untitled1: Access to
mypdf.pdf was denied. So far no problem. Perfectly OK message.
10. Click on OK button, to close dialog.
11. Nothing happens!
12. Click on OK button for second time. Dialog closes, but immediately new
error message is displayed: Error saving the document Untitled1: General
Error. General input/output error.
13. Click on OK button and dialog finally closes.

Expected behavior:
There should be no steps 11, 12 and 13.

This problem is specially annoying if constantly working with PDF export and
viewing the PDF file. Just clicking several times without real reason for.

Operating System: Windows XP
Version: 4.1.2.3 rc

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


[Libreoffice-bugs] [Bug 70532] New: When reporting a bug there is no 4.1.2.3 release available to select from Version drop-down window

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70532

  Priority: medium
Bug ID: 70532
CC: webs...@global.libreoffice.org
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: When reporting a bug there is no 4.1.2.3 release
available to select from Version drop-down window
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: grof...@hotmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.2.3 rc
 Component: WWW
   Product: LibreOffice

Created attachment 87734
  -- https://bugs.freedesktop.org/attachment.cgi?id=87734action=edit
no_4_1_2_3_release.png

When reporting a bug on this bug tracker there is no 4.1.2.3 release option
available to select from. See attachment.

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


[Libreoffice-bugs] [Bug 70532] When reporting a bug there is no 4.1.2.3 release available to select from Version drop-down window

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70532

grofaty grof...@hotmail.com changed:

   What|Removed |Added

  Attachment #87734|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 69799] In conditional formatting where 2 cells have same sum, they get different color FORMATTING

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69799

--- Comment #1 from Dominique Boutry dominique.bout...@laposte.net ---
Created attachment 87735
  -- https://bugs.freedesktop.org/attachment.cgi?id=87735action=edit
Approximation exemple

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


[Libreoffice-bugs] [Bug 69799] In conditional formatting where 2 cells have same sum, they get different color FORMATTING

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69799

--- Comment #2 from Dominique Boutry dominique.bout...@laposte.net ---
Sorry, misplaced Submit action... Ignore the comment 1 except for the
attachment.

Potential explanation : if the numbers in columns B to U are the results of a
computation, they might be approximatly (but not strictly) equals to the
displayed values, which are governed by the number format and/or the column
width.

See the attachment 87735 : if B3 is 0.0801 instead of 0.08, all is
explained, and the conditional formatting is exonerated.

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


[Libreoffice-bugs] [Bug 70415] FILEOPEN Space characters missing in PPTX file

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70415

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||momonas...@gmail.com
   Keywords||regression
 Ever confirmed|0   |1

--- Comment #1 from Maxim momonas...@gmail.com ---
Confirmed using 4.2.0.0.alpha0+ Build ID:
cc2a405915e82c4b332dd25457f76704dc536d7f TinderBox: Win-x86@39, Branch:master,
Time: 2013-10-15_15:51:52. Opens fine with 4.1.2.

In fact I saw this bug more than a month ago, but forgot to report. So we have
a second test case: It's attachment 76439 from bug 62260. There is also a
screenshot of master build from 2013-09-01: attachment 85007.

BTW PowerPoint 2010 SP2 reports that the file is corrupted, but I don't think
it's related to this bug.

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


[Libreoffice-bugs] [Bug 70180] Please allow drop caps on one single line

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70180

--- Comment #4 from Y libreoffic...@sfina.com ---
Thank you for the pointer, Mike.  I am at a much earlier stage:
* where do I get the source code from so that I can go int
sw/source/core/text/txtdrop.cxx
* how do I build it and, ideally, install it in parallel to the default
distributed package currently critically important for my productivity without
affecting my system?

I am finishing my mid-term exams in a week and will hopefully find some spare
time to get a build toolchain up and running.

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


[Libreoffice-bugs] [Bug 42600] Hypelinks with number coming from MS$ aren't recognize

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42600

Thomas Arnhold tho...@arnhold.org changed:

   What|Removed |Added

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

--- Comment #2 from Thomas Arnhold tho...@arnhold.org ---
NOT reproducible anymore. Works fine with:

Version: 4.1.2.3
Build ID: 40b2d7fde7e8d2d7bc5a449dc65df4d08a7dd38

:)

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


[Libreoffice-bugs] [Bug 69755] Color Sliders not Affecting Imported SVG Image

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69755

--- Comment #7 from Dominique Boutry dominique.bout...@laposte.net ---
Reproduced with LibO 4.0.5.2 on Win7

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


[Libreoffice-bugs] [Bug 70533] New: EDITING: scolling through drop caps unintuitive

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70533

  Priority: medium
Bug ID: 70533
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: scolling through drop caps unintuitive
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: libreoffic...@sfina.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.2.3 rc
 Component: Writer
   Product: LibreOffice

Created attachment 87736
  -- https://bugs.freedesktop.org/attachment.cgi?id=87736action=edit
Prepared document to test the arrow keys functionality

How to reproduce:
* Start with a couple of paragraphs that have a Drop Caps (as in the included
attachment)
* point the cursor at the beginning of a paragraph
* use arrows to scroll up and down

Expected behaviour:
* arrow down should behave like arrow up
* each press of the arrow down button should move to the line underneath.
* if inside the drop caps, should move down to the first visible line (i.e. the
number of lines of the drop caps

Observed behaviour:
* arrow down becomes unfonctional
* arrow up works as expected

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


[Libreoffice-bugs] [Bug 69932] VIEWING: Libreoffice 4.x.x flicker

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69932

--- Comment #4 from PedroNGV pedrongvenan...@yahoo.com ---
Hi Qubit,

 Watching the provided videos, the flicker is very apparent. The toolbar
 appearance is much worse in the 2nd video -- is that video demonstrating LO
 4.1.1.2?

No,

http://goo.gl/VeVkHg is LibO 4.0.1.2
http://goo.gl/4rkWJ is LibO 4.1.1.2

Despite everything, it is a little better in newer versions.

 Pedro - Could you please provide a video of 3.6.7.2 showing the previous
 behavior? It would be great to see the before/after comparison so that we
 can identify and track down this regression.

Yes, here it is: http://goo.gl/chu4d8 

Like you said, there is also some icon repaint flicker, but nothing to compare
with versions 4.

Thank you very much!

Best regards,
Pedro

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


[Libreoffice-bugs] [Bug 30709] Implement UI for RDFa support

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30709

Roczek dennisroc...@gmail.com changed:

   What|Removed |Added

 CC||dennisroc...@gmail.com

--- Comment #7 from Roczek dennisroc...@gmail.com ---
BTW: at http://monkeyiq.blogspot.de/2012/07/rdf-abiword-and-calligra.html is a
blog post describing how Calligra and Abiword support the RDF part of ODF with
a great screenshot and additional information.

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


[Libreoffice-bugs] [Bug 70534] New: LOCALHELP: file association

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70534

  Priority: medium
Bug ID: 70534
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LOCALHELP: file association
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: meefo...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.5.2 release
 Component: Documentation
   Product: LibreOffice

Problem description: 
.doc .docx email attachments will not open when double-clicked. The following
error message appears
 14.10.13.-4.docx could not be opened, because the associated helper
application does not exist. Change the association in your preferences.

All associations are correctly set.
re-installing the help pack did not solve the problem.

.doc etc attachments need to be saved in .odt format before they can be opened. 
Operating System: Windows 7
Version: 4.0.5.2 release
Last worked in: 4.0.3.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 67534] FILEOPEN SMB File claimed to be Locked By Unknown User when opened via double-click in Explorer if LO Explorer Shell Extensions are installed

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67534

--- Comment #68 from Mike Silbermann silbermannm...@yahoo.de ---
Yes, this bug is also in Version 4.1.2.3
I have not use 4.2.0.0. alpha... work it correct or not?

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


[Libreoffice-bugs] [Bug 70535] New: DATALOSS: paste undo result in irrecoverable loss of previous document data

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70535

  Priority: medium
Bug ID: 70535
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: DATALOSS: paste  undo result in irrecoverable loss of
previous document data
  Severity: critical
Classification: Unclassified
OS: All
  Reporter: libreoffic...@sfina.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.2.3 rc
 Component: Writer
   Product: LibreOffice

Critical: loses the second half of the document and I can't recover it.

How to reproduce:
* Open an Impress document (actually I am using a PPT from a third party, I do
not produce Impress presentations myself)
* Select a slide
* Click into the text
* CTRL+A to select all
* Copy
* Switch to Writer
* Set the cursor in the middle of an ODT document
* Paste
* Undo

Expected behaviour:
* text from the Impress document copied into ODT document after Paste command
* document returning to previous state after Undo command

Observed behaviour:
* a couple of empty lines are added after Paste command
* the part of the document underneath the pasted empty lines disappears and a
line of text from the clipboard appears instead on Undo

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


[Libreoffice-bugs] [Bug 70537] New: FILTER: Bad performance/unable to open 3.3MB Excel XML file

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70537

  Priority: medium
Bug ID: 70537
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILTER: Bad performance/unable to open 3.3MB Excel XML
file
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: esiot...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: unspecified
 Component: Spreadsheet
   Product: LibreOffice

Problem description:

When I got the problem file I was running LO 3.6.4.3-3 (as downloaded from
www.libreoffice.org).  I then upgraded to 4.1.2.3-3 to see if it would help,
but the problem persists.

Calc can't open a spreadsheet generated by another system.  Calc freezes for a
long time and eventually pops up an error message that reads:

  General input/output error.
 [Retry] [Cancel]

Retry does not help.

Clicking Cancel results in another error message saying:

  General Error.
  General input/output error.
 [OK]

Excel complains that the format doesn't match the extension (or something like
that) and after clicking on OK it opens the file in a fraction of a second.

The file is a plain XML file.  Not an Office OpenXML file.  The first tag looks
like this:

Workbook xmlns=urn:schemas-microsoft-com:office:spreadsheet
xmlns:x=urn:schemas-microsoft-com:office:excel
xmlns:ss=urn:schemas-microsoft-com:office:spreadsheet
xmlns:ns0=http://netcare.co.za/xi/hl7_data;
xmlns:o=urn:schemas-microsoft-com:office:office

Steps to reproduce:
1. Open badperf.xls
2. See CPU spike and Calc freeze for about 1 minute.
3. See I/O error messages.

Current behavior:
Calc freezes for about one minute, using up 100% of one core before displaying
an error.
The file does not open.

Expected behavior:
The file opens successfully in a reasonable amount of time.
Operating System: Ubuntu
Version: unspecified

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


[Libreoffice-bugs] [Bug 41572] Please make it possible to add custom animations to master slides

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41572

reds...@blink-182.org changed:

   What|Removed |Added

   Priority|medium  |high

--- Comment #11 from reds...@blink-182.org ---
I am sorry that I cannot do it by myself, but this enhancement is critical for
wider adoption.

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


[Libreoffice-bugs] [Bug 69462] hyperlinks containing single quote in their URL fail to open

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69462

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
Version|4.1.1.2 release |3.5.7.2 release

--- Comment #9 from Qubit qu...@runcibility.com ---
(In reply to comment #8)
 But if I replace your URL by this one : 
 
 http://2013-10-08 CR réunion d'organisation Patrick Frédéric Denis (DP).pdf
 
 I get the error message I mentioned in comment #1.
 
 And if I remove the single quote, the problem disappears.

Hi Denis,

Based on my testing I get some mixed results. I can't trigger an error message,
but it looks like the URL isn't always properly passed to the browser.


(Testing on
Ubuntu 12.04.3
LO 4.1.2.3 and LO 3.5.7.2
FF 24
Chromium 28.0.1500.71
)

Steps:
1) Open LibreOffice Writer
2) Select from the Menu: Insert - Hyperlink
3) Use a URL with an apostrophe in it for the 'Target':

(A) http://bla.blah'doo.com
(B) http://2013-10-08 CR réunion d'organisation Patrick Frédéric Denis (DP).pdf

4) Put Test Me into the 'Text' field
5) Click 'Apply' and then 'Close'
6) Try to open the resulting URL using Ctrl-click

RESULT (A): A browser window will open and will show the URL in the Address bar
(note that Chromium will percent-encode the URL):
FF: http://bla.blah'doo.com/
Chromium: http://bla.blah%27doo.com/

Both browsers warn than they were unable to access the website/server.

RESULT (B): A browser window will open, but will show the home page. The
specified URL will not be present in the Address bar  (Same behavior observed
when FF/Chromium is set as the Default Browser).


IS THE URL LEGAL?
In doing some research, I ran across this bug (which will provide you with more
information than you probably ever wanted to know about apostrophes in URLs):
https://bugzilla.mozilla.org/show_bug.cgi?id=407172

I believe that the URLs above are legal per the RFCs mentioned in the Mozilla
bug report above.

TRIAGE:
Some hyperlinks fail to open properly in browser, so this bug is valid:
Changing status 'NEEDINFO' - 'NEW'.

Bug present in 3.5.7.2, which is older than 4.1.1.2, so rolling the version
field back.

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


[Libreoffice-bugs] [Bug 56007] Explorer shell extension: Thumbnail generation slow on network drives

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56007

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|target:4.2.0|target:4.2.0 target:4.1.4

--- Comment #12 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Michael Meeks committed a patch related to this issue.
It has been pushed to libreoffice-4-1:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=0540be231b0a10ed97da911462874a329bd089f7h=libreoffice-4-1

fdo#56007 - fast zip directory find to accelerate Windows Explorer thumbnail.


It will be available in LibreOffice 4.1.4.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 56007] Explorer shell extension: Thumbnail generation slow on network drives

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56007

--- Comment #13 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Mathieu Parent committed a patch related to this issue.
It has been pushed to libreoffice-4-1:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=e09cfff67b021efd04235987f9c27cea3da5c72bh=libreoffice-4-1

fdo#56007 - Read more bytes on Zip read (for thumbnails)


It will be available in LibreOffice 4.1.4.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 56007] Explorer shell extension: Thumbnail generation slow on network drives

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56007

--- Comment #14 from Matthieu matthieu@capgemini.com ---
Hello,

Is it possible to push it to libreoffice-4-0 ? And so it would be available for
4.06 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 69755] Color Sliders not Affecting Imported SVG Image

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69755

--- Comment #8 from Dominique Boutry dominique.bout...@laposte.net ---
I'm not a specialist in image processing, but for me it looks like this :
- a SVG image is fully scalable, without stairs effect on obliques,
- the inserted SVG remains fully scalable (verified with a big magnification),
so I suppose it remain stored in SVG,
- the SVG format specifies hard colors ; maybe the color effect is done but
masqued by an inappropriate re-application of the hard initial colors ; or
maybe the image must be rasterized in order for the color settings to work, and
for a reason I can't explain that rasterization is not done,
- I wonder whether the rasterization capabilities depend on the hardware and
the OS, this could explain the different experiences of 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 70538] New: FILESAVE: Save as template errors

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70538

  Priority: medium
Bug ID: 70538
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: Save as template errors
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: x...@hdsnet.hu
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.5.2 release
 Component: Writer
   Product: LibreOffice

I modified my own template.
I opened it with File - New - Templates
I modified my template.
File - Save as template: I double clicked to my template, after it, I clicked
to the button Save.
I closed the file and re-opened: this was the not modified template. This
function manages only when I first click to the button Save, and there will
be 2 templates with the same name! After this, the File - New - Templates
function does not manage: I choosed my template, the dialog box closed, and the
Writer did nothing: my template is not opened. The origonal name was Book.ott,
after the saving, the name is Book1.ott (renamed by the Writer, not by me). I
restored the name, and the Writer mended: I could open my modified template. I
did not try this with restarting the Writer, in this case, the
filename-restoring maybe unnecesary.

Operating System: Windows XP
Version: 4.0.5.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 69755] Color Sliders not Affecting Imported SVG Image

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69755

--- Comment #9 from Samuel Sudhof graueemin...@gmail.com ---
In the odt file Regina provided, the svg is not rasterized, yet in her
screenshots the color is changed.

Since I have reproduced it on Linux and Windows on this machine, I think it
might be hardware related.

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


[Libreoffice-bugs] [Bug 70307] EDITING: Input fields/lists are not updated in protected sections

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70307

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from Qubit qu...@runcibility.com ---
 Expected behavior:
 As by starting input all fields with Ctrl+Shift+F9. In this case the
 fields are updated.

I don't understand what you're trying to say here...

(In reply to comment #2)
 
 Qubit, if you're unable to change the text or select a new item in the
 protected section you already reproduced the bug.

Yes, that's the behavior I noticed.

 In my opinion the
 intended behavior of a protected section is, that you are not able to edit
 any text but you are able to edit content of fields.

I'm not sure of the intended behavior. Here's what the docs say:
https://help.libreoffice.org/Writer/Protecting_Content_in_Writer

Any section of a LibreOffice Writer text document can be protected against
changes with a password. This protection is not intended to be a secure
protection. It is just a switch to protect the section against accidental
changes.

Kulo - Have you located further documentation of the 'protected section'?

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 68709] MinGW: problème d'ouverture

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68709

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Whiteboard|BSA |BSA PossibleRegression
 CC||qu...@runcibility.com
   Keywords|regression  |

--- Comment #2 from Qubit qu...@runcibility.com ---
Changing 'regression' - 'PossibleRegression' until we have independent
confirmation of a 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 68117] FILESAVE: xlxs not saving centred columns

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68117

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Whiteboard|BSA |BSA PossibleRegression
 CC||qu...@runcibility.com
   Keywords|regression  |

--- Comment #10 from Qubit qu...@runcibility.com ---
Changing 'regression' - 'PossibleRegression' until we have independent
confirmation of a 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 70534] LOCALHELP: file association

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70534

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #1 from Cor Nouws c...@nouenoff.nl ---
Hi meefoo,

(In reply to comment #0)

 
 application does not exist. Change the association in your preferences.
 
 All associations are correctly set.


May I ask where you set your preferences for this situation?
cheers,
Cor

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


[Libreoffice-bugs] [Bug 70535] DATALOSS: paste undo result in irrecoverable loss of previous document data

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70535

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||c...@nouenoff.nl
 Ever confirmed|0   |1

--- Comment #1 from Cor Nouws c...@nouenoff.nl ---
Hi Y,

Did you try Paste special?
Could this be the same as bug 69384 ?

thanks - Cor

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


[Libreoffice-bugs] [Bug 70532] When reporting a bug there is no 4.1.2.3 release available to select from Version drop-down window

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70532

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jmadero@gmail.com,
   ||qu...@runcibility.com
 Ever confirmed|0   |1

--- Comment #1 from Qubit qu...@runcibility.com ---
Confirmed.

Joel -- Could you please add this version to FDO?  (unless I'm missing a reason
why this version shouldn't be present... :-)

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


[Libreoffice-bugs] [Bug 69745] FORMATTING: optimal-row-height is ignored if there are some leading covered cells

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69745

--- Comment #2 from Dominique Boutry dominique.bout...@laposte.net ---
Hi, can you please give me the steps to open a .XML file with LibO Spreadsheet
?
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 70533] EDITING: Drop caps prevents arrow down to move to next line

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70533

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl
Summary|EDITING: scolling through   |EDITING: Drop caps prevents
   |drop caps unintuitive   |arrow down to move to next
   ||line
Version|4.1.2.3 rc  |Inherited From OOo
 Ever confirmed|0   |1

--- Comment #1 from Cor Nouws c...@nouenoff.nl ---
Hi Y,

thanks for the issue. I know it behaves like this since I know Writer. But
indeed, it's a problem.
Regards,
Cor

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


[Libreoffice-bugs] [Bug 70488] Other: Offer LO nightly builds for OS X to speed up triaging and QA

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70488

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 CC||lohma...@gmx.de

--- Comment #3 from Jorendc jore...@libreoffice.org ---
(In reply to comment #2)
 This is awesome news. Very happy to see TDF understands the importance of
 this. Should this be assigned to anybody specific?

I know Christian Lohmaier is currently working on this, but not sure we have to
'assign' it to him.

Adding Christian, if he have the time to post a comment when it's up.

Kind regards,
Joren

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


[Libreoffice-bugs] [Bug 70532] When reporting a bug there is no 4.1.2.3 release available to select from Version drop-down window

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70532

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
Version|4.1.2.3 release |4.1.2.2 rc

--- Comment #2 from Joel Madero jmadero@gmail.com ---
Solved

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


[Libreoffice-bugs] [Bug 70532] When reporting a bug there is no 4.1.2.3 release available to select from Version drop-down window

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70532

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

Version|4.1.2.2 rc  |4.1.2.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 70480] FILEOPEN: SIGSEGV when supplying malformed input files to Writer

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70480

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 CC||dtar...@redhat.com,
   ||fridrich.st...@bluewin.ch

--- Comment #1 from Caolán McNamara caol...@redhat.com ---
caolanm-dtardon/fridrich

sf_4fb158660a71837695cd1e9d0e1d7ecb-117200.odt is a crash in libcdr

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


[Libreoffice-bugs] [Bug 70480] FILEOPEN: SIGSEGV when supplying malformed input files to Writer

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70480

--- Comment #2 from Caolán McNamara caol...@redhat.com ---
sf_bffbd306787fea717b1aa5a207854c99-298-minimized.odt is libvisio

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


[Libreoffice-bugs] [Bug 63823] Extension GetQuote 1.1: Installation fails with Java error message

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63823

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Whiteboard||PossibleRegression
 CC||qu...@runcibility.com
   Keywords|regression  |

--- Comment #3 from Qubit qu...@runcibility.com ---
Changing 'regression' - 'PossibleRegression' until we can get independent
confirmation of a 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 70197] [FILEOPEN/FILESAVE] crash loading autosaved presentation

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70197

--- Comment #2 from Paolo Bonzini bonz...@gnu.org ---
Reproduced again. Just before saving the bad presentation I noticed that all
instances of one image had gone away and were replaced by an empty picture
object frame.  I guess this is the bigger bug, still not crashing would be
nice as it would lose less work.

In case someone finds the same bug, a workaround for not losing work is to
start LibreOffice with valgrind, save the presentation, exit and restart from
the newly-saved presentation.

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


[Libreoffice-bugs] [Bug 55847] : documentation inconsistency

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55847

Jean Rajotte j...@lalabobo.net changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
 Ever confirmed|0   |1

--- Comment #2 from Jean Rajotte j...@lalabobo.net ---
My original point *was* there's inconsistency in the docs: one place says this,
the other that.  I don't see an indication here that that was cleared.

As to my other point about controlling where the temp files go, it may be, in
MSI installers, there is a tradition of not being helpful to the user, but if
one can do better, why not do surface the option?  Most installer frameworks
allow for that, no? I don't know which installer framework you use here, so I
may be off.

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 63823] Extension GetQuote 1.1: Installation fails with Java error message

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63823

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTOURBUG

--- Comment #4 from Qubit qu...@runcibility.com ---
Given URL is localized in German, here's the stock url:
http://extensions.openoffice.org/project/GetQuote

Steps:
0. Download Extension

Downloaded the latest version of GetQuote listed (1.1?)

1. Launch LibO

Testing on LO 4.1.2.3 on Ubuntu 12.04.3

2. Make Java 1.7 available if necessary vie 'Tools - Options'

N/A

3. Menu 'Tools - Extensions Manager - Add'
4. Browse for downloaded GetQuote.oxt and install  

I don't get any error message, but the Extension Manager freezes and is
non-responsive (I let it sit for 10+ minutes).

RESULT:
The latest version of GetQuote appears to be incompatible with a recent build
of LibreOffice

TRIAGE:
This is not one of the extensions covered by our development process, so the
Extension Author should be contacted for support.

Status: UNCONFIRMED - RESOLVED NOTOURBUG

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


[Libreoffice-bugs] [Bug 59739] FILEOPEN: Can't open file that was created by himself.

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59739

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Whiteboard|BSA |BSA PossibleRegression
 CC||qu...@runcibility.com
   Keywords|regression  |

--- Comment #3 from Qubit qu...@runcibility.com ---
Changing 'regression' - 'PossibleRegression' until we have independent
confirmation of a 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 60854] VIEWING: Formula display

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60854

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Whiteboard|BSA |BSA PossibleRegression
 CC||qu...@runcibility.com
   Keywords|regression  |

--- Comment #3 from Qubit qu...@runcibility.com ---
Changing 'regression' - 'PossibleRegression' until we have independent
confirmation of a 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 70534] LOCALHELP: file association

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70534

--- Comment #2 from meefo...@gmail.com ---
Hi Cor,
via the control panel. I originally set all Microsoft file extensions
individually (but have now done it as a default as well) to open in the
corresponding Libre office application. It worked fine until the latest
update.

Marika
sent while on the hoof...
On Oct 16, 2013 4:25 PM, bugzilla-dae...@freedesktop.org wrote:

  Cor Nouws c...@nouenoff.nl changed bug 
 70534https://bugs.freedesktop.org/show_bug.cgi?id=70534
  What Removed Added  CC   c...@nouenoff.nl

  *Comment # 1 https://bugs.freedesktop.org/show_bug.cgi?id=70534#c1 on bug
 70534 https://bugs.freedesktop.org/show_bug.cgi?id=70534 from Cor 
 Nouwsc...@nouenoff.nl
 *

 Hi meefoo,

 (In reply to comment #0 
 https://bugs.freedesktop.org/show_bug.cgi?id=70534#c0)
  
  application does not exist. Change the association in your preferences.
 
  All associations are correctly set.


 May I ask where you set your preferences for this situation?
 cheers,
 Cor

  --
 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 65343] Association with Powerpoint files is checked by default

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65343

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Whiteboard||PossibleRegression
 CC||jmadero@gmail.com,
   ||qu...@runcibility.com
   Keywords|regression  |

--- Comment #10 from Qubit qu...@runcibility.com ---
Changing 'regression' - 'PossibleRegression' until we have independent
confirmation of a regression.

Joel -- Can you confirm on Windows?

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


[Libreoffice-bugs] [Bug 65459] crash with serial letter assistant

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65459

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Whiteboard|BSA |BSA PossibleRegression
 CC||qu...@runcibility.com
   Keywords|regression  |

--- Comment #17 from Qubit qu...@runcibility.com ---
Changing 'regression' - 'PossibleRegression' until we have independent
confirmation of a 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 63206] EDITING: Frequent crashes with simple editing

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63206

--- Comment #19 from David genericinet+libreoffice@gmail.com ---
I am also having problems with Writer continually crashing.  If anything it
seems like the later version are actually worse.  From doing a search on
writer crashes it seems there are a lot of people having problems with this
but with little results because these crashes seem to be so random.   I've
experienced crashes over the wide range of scenarios that have been reported. 
It might be pasting text, editing a table, exporting a PDF, saving a file or
whatever.  Frankly this is becoming quite an issue for me.  It is happening in
both Windows and Linux and doesn't matter if I have a clean profile or not.

There is one thing that I have noticed, though, that may help developers
pinpoint the problem.  It seems to me that the issue may be in how Writer
dynamically re-formats the pages when they are being edited.  I've noticed that
if I am having a lot of problems with a particular document I can do a Page
Formatting Update and then save the document. That seems to help for a little
while.

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


[Libreoffice-bugs] [Bug 67749] Other: Fonts which are shipped together with the installation do not appear

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67749

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Whiteboard|BSA |BSA PossibleRegression
 CC||jore...@libreoffice.org,
   ||qu...@runcibility.com
   Keywords|regression  |

--- Comment #1 from Qubit qu...@runcibility.com ---
Changing 'regression' - 'PossibleRegression' until we have independent
confirmation of a regression.

Joren -- Could you please test this one? Danke

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


[Libreoffice-bugs] [Bug 58622] EDITING: Missing space after the number and point (regression)

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58622

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Whiteboard|BSA |BSA PossibleRegression
 CC||qu...@runcibility.com
   Keywords|regression  |

--- Comment #13 from Qubit qu...@runcibility.com ---
Changing 'regression' - 'PossibleRegression' until we have independent
confirmation of a 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 54157] LibreOffice 4.0 most annoying bugs

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

Bug 54157 depends on bug 39007, which changed state.

Bug 39007 Summary: Persistent Restore Windows dialog won't disappear, 
disables key functionality
https://bugs.freedesktop.org/show_bug.cgi?id=39007

   What|Removed |Added

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


  1   2   >