[Bug 53583] Helper tool collecting user configuration

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53583 Justin L jl...@mail.com changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Libreoffice-commits] core.git: Changes to 'feature/vclref'

2014-12-30 Thread Michael Meeks
New branch 'feature/vclref' available with the following commits: commit 6fbc759adfc5e33e6c7d9be280f48bf8e54b8c3d Author: Michael Meeks michael.me...@collabora.com Date: Mon Dec 22 20:47:47 2014 + vcl: more rtl::Reference cleanup Change-Id:

MN_HIDE_SLIDE and MN_SHOW_SLIDE defined twice

2014-12-30 Thread julien2412
Hello, Taking a look at the building of master sources, I noticed this: [build PRL] CustomTarget/postprocess/images/sorted.lst cpp: line 362, Warning: Redefining defined variable MN_HIDE_SLIDE }; from file

Re: MN_HIDE_SLIDE and MN_SHOW_SLIDE defined twice

2014-12-30 Thread julien2412
Hello Yousuf, I've just noticed that these extra defines were due to http://cgit.freedesktop.org/libreoffice/core/commit/?id=2b44c4ed4a70832d1e7c18396f486efd2e1c48a0 Would it be possible to remove these dups? Julien -- View this message in context:

[Libreoffice-commits] core.git: download.lst external/libwps

2014-12-30 Thread David Tardon
download.lst |4 ++-- external/libwps/ExternalPackage_libwps.mk |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit ff2990fded4f1745c44f62cca53e3bff28e371fb Author: David Tardon dtar...@redhat.com Date: Tue Dec 30 10:46:49 2014 +0100

[Libreoffice-commits] libmspub.git: 4 commits - src/lib

2014-12-30 Thread David Tardon
src/lib/MSPUBCollector.cpp |9 + src/lib/MSPUBCollector.h |4 src/lib/MSPUBMetaData.cpp | 236 + src/lib/MSPUBMetaData.h| 53 ++ src/lib/MSPUBParser.cpp| 30 + src/lib/MSPUBParser.h |1 src/lib/Makefile.am

[Libreoffice-commits] core.git: connectivity/source

2014-12-30 Thread Julien Nabet
connectivity/source/drivers/mork/MDatabaseMetaDataHelper.cxx | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) New commits: commit 84e3c5acb07937a073fedbe3d5389fc72123923a Author: Julien Nabet serval2...@yahoo.fr Date: Tue Dec 30 13:36:58 2014 +0100 Related fdo#87789:

Re: Severe performance degradation on Linux

2014-12-30 Thread Jens Tröger
Connection is not the problem, I have already connected and that took far less than a second on localhost. The code in question is this: start_time = time.time()

Re: Severe performance degradation on Linux

2014-12-30 Thread Markus Mohrhard
Hey, On Tue, Dec 30, 2014 at 1:50 PM, Jens Tröger jens.troe...@light-speed.de wrote: Connection is not the problem, I have already connected and that took far less than a second on localhost. The code in question is this: start_time = time.time() parenum =

[Libreoffice-commits] core.git: sd/source

2014-12-30 Thread Yousuf Philips
sd/source/ui/app/menuids_tmpl.src | 16 1 file changed, 16 deletions(-) New commits: commit 1a3accb148bda7ebe889cbd6177502bd730b0bb8 Author: Yousuf Philips philip...@hotmail.com Date: Tue Dec 30 16:55:29 2014 +0400 removed duplicate entries found in menuids3_tmpl.src

Re: MN_HIDE_SLIDE and MN_SHOW_SLIDE defined twice

2014-12-30 Thread jphilipz
Hi Julien, Thanks for noticing. I've just corrected it. :D Regards, Jay Philips On 12/30/2014 02:12 PM, julien2412 [via Document Foundation Mail Archive] wrote: Hello Yousuf, I've just noticed that these extra defines were due to

[Libreoffice-commits] core.git: wizards/Package_access2base.mk wizards/source

2014-12-30 Thread Jean-Pierre Ledure
wizards/Package_access2base.mk |2 wizards/source/access2base/Application.xba | 193 - wizards/source/access2base/Collect.xba |2 wizards/source/access2base/CommandBar.xba | 252

Re: Severe performance degradation on Linux

2014-12-30 Thread Tor Lillqvist
You or we can now speculate for a long time or you can just start profiling what is actually slow. Get a symbols build and run it with callgrind. Or even just run it under strace for a start, doesn't even require re-building it. --tml ___

Re: Severe performance degradation on Linux

2014-12-30 Thread Jens Tröger
I'd love to, however, I can't even build the thing. See my other thread on autogen.sh failing. Also, I figure that somebody who works on LO might know what's going on, and I hoped that I don't have to spend days trying to dig around something that might be obvious to the devs. Are there

[Bug 32664] Keyboard volume keys don't work when LibreOffice is in focus

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32664 --- Comment #55 from xbaerco...@yahoo.de --- Just here to say: Bug still exists in Version 4.3.5.2 (Also happens with foobar2000 playing. But even if there is no music playing and LibreOffice is active, the volume keys won't work but the windows

[Libreoffice-commits] core.git: external/librevenge external/libwpd external/libwpg

2014-12-30 Thread Tor Lillqvist
external/librevenge/ExternalProject_librevenge.mk |5 +++-- external/libwpd/ExternalProject_libwpd.mk |5 +++-- external/libwpg/ExternalProject_libwpg.mk |5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) New commits: commit

Re: Severe performance degradation on Linux

2014-12-30 Thread Maarten Hoes
Hi, On Tue, Dec 30, 2014 at 2:14 PM, Jens Tröger jens.troe...@light-speed.de wrote: Are there prebuild drops that contain dbg and prof information already which I can work with? Im not sure if the daily builds you can find here have debug symbols included (for example,

Re: Severe performance degradation on Linux

2014-12-30 Thread Jens Tröger
Thanks Maarten, I'll take a look at the links, and I'll check if Ubuntu provides dbg information. Strace didn't log anything calls other than wait for the loop iteration; hopefully function call profiling yields more... Jens On Tue, Dec 30, 2014 at 04:06:04PM +0100, Maarten Hoes wrote:

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2014-12-30 Thread Caolán McNamara
helpers/help_hid.lst | 67 - source/text/shared/01/0535.xhp |2 - source/text/shared/01/05350200.xhp | 52 ++-- source/text/shared/01/05350300.xhp | 24 ++--- source/text/shared/01/05350400.xhp | 34

[Libreoffice-commits] core.git: helpcontent2

2014-12-30 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 04299dba24d04b08d54f4f5945d340d7abfa73e4 Author: Caolán McNamara caol...@redhat.com Date: Tue Dec 30 11:46:34 2014 + Updated core Project: help 45bd6c6e23810a5778b23b3bf1c2f30e37d0021c

Re: Severe performance degradation on Linux

2014-12-30 Thread Maarten Hoes
On Tue, Dec 30, 2014 at 4:24 PM, Jens Tröger jens.troe...@light-speed.de wrote: hopefully function call profiling yields more... Which makes the following question pop up in my mind: does the wiki already have a page describing how to set up function call profiling with libreoffice ? (i couldnt

Re: Severe performance degradation on Linux

2014-12-30 Thread Jens Tröger
I have no preference tools-wise. On Tue, Dec 30, 2014 at 04:44:42PM +0100, Maarten Hoes wrote: Which makes the following question pop up in my mind: does the wiki already have a page describing how to set up function call profiling with libreoffice ? (i couldnt find any). Is there a

[SOLVED] Re: MN_HIDE_SLIDE and MN_SHOW_SLIDE defined twice

2014-12-30 Thread julien2412
Thank you! :-) (just for ref: http://cgit.freedesktop.org/libreoffice/core/commit/?id=1a3accb148bda7ebe889cbd6177502bd730b0bb8) -- View this message in context: http://nabble.documentfoundation.org/MN-HIDE-SLIDE-and-MN-SHOW-SLIDE-defined-twice-tp4134473p4134520.html Sent from the Dev mailing

[Libreoffice-commits] core.git: Changes to 'private/matus/condformats'

2014-12-30 Thread Matúš Kukan
New branch 'private/matus/condformats' available with the following commits: commit ec0f92cb7a7f5dad4bcc05d5822b6f1a919f81d4 Author: Matúš Kukan matus.ku...@collabora.com Date: Mon Dec 22 14:09:25 2014 +0100 UNO API test for conditional formats Change-Id:

[Libreoffice-commits] core.git: 2 commits - extras/source include/svx include/vcl svx/source svx/uiconfig svx/UIConfig_svx.mk vcl/source

2014-12-30 Thread Caolán McNamara
extras/source/glade/libreoffice-catalog.xml.in |3 include/svx/dialogs.hrc|3 include/svx/dlgctl3d.hxx | 15 include/svx/float3d.hxx| 204 +- include/vcl/dockwin.hxx|6

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - 2 commits - sot/qa sot/source

2014-12-30 Thread Michael Meeks
sot/qa/cppunit/data/pass/fdo84229-1.compound |binary sot/qa/cppunit/test_sot.cxx | 26 ++ sot/source/sdstor/stgstrms.cxx | 15 +-- 3 files changed, 39 insertions(+), 2 deletions(-) New commits: commit

review or revert request

2014-12-30 Thread Michael Meeks
Hi guys, Quick nearly-new-year cockup; I just pushed a couple of commits to libreoffice-4-4 by mistake (push tree on the wrong branch) without review; hashes / commit msg appended. It'd be great if someone could review and/or revert those =) Thanks !

[Libreoffice-commits] core.git: 2 commits - sot/qa sot/source

2014-12-30 Thread Michael Meeks
sot/qa/cppunit/data/pass/fdo84229-1.compound |binary sot/qa/cppunit/test_sot.cxx | 26 ++ sot/source/sdstor/stgstrms.cxx | 15 +-- 3 files changed, 39 insertions(+), 2 deletions(-) New commits: commit

[Libreoffice-commits] core.git: 3 commits - sw/inc sw/qa sw/source

2014-12-30 Thread Miklos Vajna
sw/inc/hintids.hxx |1 sw/qa/extras/ww8export/data/commented-table.doc |binary sw/qa/extras/ww8export/ww8export.cxx| 12 ++ sw/source/filter/basflt/fltshell.cxx| 14 ++ sw/source/filter/inc/fltshell.hxx |2

[Libreoffice-commits] libmspub.git: 3 commits - configure.ac NEWS src/lib

2014-12-30 Thread David Tardon
NEWS| 12 configure.ac|2 +- src/lib/MSPUBParser.cpp | 14 +++--- 3 files changed, 20 insertions(+), 8 deletions(-) New commits: commit fc4fdd7b1ab4278d14c88946f2c837d7eb4d880f Author: David Tardon dtar...@redhat.com Date: Tue Dec 30

[Libreoffice-commits] Changes to 'refs/tags/libmspub-0.1.2'

2014-12-30 Thread David Tardon
Tag 'libmspub-0.1.2' created by David Tardon dtar...@redhat.com at 2014-12-30 18:25 -0800 release libmspub 0.1.2 Changes since libmspub-0.1.1-23: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org

[Bug 53583] Helper tool collecting user configuration (User Profile)

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53583 Robinson Tryon (qubit) qu...@runcibility.com changed: What|Removed |Added Summary|Helper tool collecting user |Helper

[ANN] libmspub 0.1.2 has been released

2014-12-30 Thread David Tardon
List of changes: - Check arguments of public functions. Passing NULL no longer causes a crash. - Use symbol visibility on Linux. The library only exports the two public functions now. - Fix several crashes and hangs when reading broken files, found with the help of american-fuzzy-lop. - Add

[Libreoffice-commits] core.git: download.lst

2014-12-30 Thread David Tardon
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b4a30a53f72eb286da502656ccde539fb449c92f Author: David Tardon dtar...@redhat.com Date: Tue Dec 30 19:44:49 2014 +0100 upload libmspub 0.1.2 Change-Id:

[Bug 79641] LibreOffice 4.4 most annoying bugs

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79641 Joel Madero jmadero@gmail.com changed: What|Removed |Added Depends on||87872 -- You are

[Bug 79641] LibreOffice 4.4 most annoying bugs

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79641 --- Comment #25 from Joel Madero jmadero@gmail.com --- Added bug 87872 - regression Inability to save basic .doc as odt, worked fine in 4.3, broken on 4.4. -- You are receiving this mail because: You are on the CC list for the bug.

[Libreoffice-commits] core.git: writerfilter/inc writerfilter/source

2014-12-30 Thread Miklos Vajna
writerfilter/inc/dmapper/resourcemodel.hxx |7 ++ writerfilter/inc/ooxml/OOXMLDocument.hxx |4 +-- writerfilter/inc/ooxml/QNameToString.hxx |4 +-- writerfilter/inc/pch/precompiled_writerfilter.hxx|2 -

[Libreoffice-commits] core.git: sw/source

2014-12-30 Thread Stephan Bergmann
sw/source/filter/ww8/ww8scan.cxx |2 +- sw/source/filter/ww8/ww8scan.hxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit cf39dc339f4ba2a6fb8ce572e437fe610754eb00 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Dec 30 21:30:05 2014 +0100

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - download.lst external/libwps

2014-12-30 Thread David Tardon
download.lst |4 ++-- external/libwps/ExternalPackage_libwps.mk |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit bb7f6999a70ce5121fb43aa0f3d0c5a1ac906653 Author: David Tardon dtar...@redhat.com Date: Tue Dec 30 10:46:49 2014 +0100

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - download.lst

2014-12-30 Thread David Tardon
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 6db4dfae163753dfa1724120c5e235274559bcf0 Author: David Tardon dtar...@redhat.com Date: Tue Dec 30 19:44:49 2014 +0100 upload libmspub 0.1.2 Change-Id:

[Libreoffice-commits] core.git: basic/qa

2014-12-30 Thread Julien Nabet
basic/qa/basic_coverage/test_mid_EndOutOfBounds.vb | 15 - basic/qa/basic_coverage/test_mid_EndOutOfBounds_3args.vb | 15 + basic/qa/basic_coverage/test_mid_NoEnd.vb | 15 - basic/qa/basic_coverage/test_mid_StartOutOfBounds.vb

[Libreoffice-commits] libvisio.git: 2 commits - src/lib src/test

2014-12-30 Thread Miklos Vajna
src/lib/VSDMetaData.cpp |1 + src/lib/VSDXMetaData.cpp |2 ++ src/lib/tokens.txt |1 + src/test/importtest.cpp |3 +++ 4 files changed, 7 insertions(+) New commits: commit 86ad7206b1d617817ac8699db740b613f3ed19a2 Author: Miklos Vajna vmik...@collabora.co.uk Date: Tue

New Defects reported by Coverity Scan for LibreOffice

2014-12-30 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 2 new defect(s) introduced to LibreOffice found with Coverity Scan. 60 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New

[Libreoffice-commits] core.git: 3 commits - include/vcl vcl/opengl vcl/source

2014-12-30 Thread Markus Mohrhard
include/vcl/opengl/OpenGLContext.hxx | 28 +++- vcl/opengl/gdiimpl.cxx |8 vcl/source/opengl/OpenGLContext.cxx | 13 +++-- 3 files changed, 10 insertions(+), 39 deletions(-) New commits: commit

[Libreoffice-commits] core.git: sw/source

2014-12-30 Thread Julien Nabet
sw/source/core/doc/dbgoutsw.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1834de0a125a72cf32907b0586b8ceb4930ec411 Author: Julien Nabet serval2...@yahoo.fr Date: Wed Dec 31 01:27:15 2014 +0100 Remove extra spaces Change-Id:

LibreOffice Gerrit News for submodules on 2014-12-31

2014-12-30 Thread gerrit
Moin! ~~ Project dictionaries ~~ Nothing moved in the project for the last 25 hours ~~ Project translations ~~ Nothing moved in the project for the last 25 hours ~~ Project help ~~ * Open changes on master for project help changed in the last 25 hours: + fdo#86637

LibreOffice Gerrit News for core on 2014-12-31

2014-12-30 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + fdo#83371 : cannot navigate to list Files in LibreOffice dialogs in https://gerrit.libreoffice.org/13704 from Szymon Kłos about module fpicker + fdo#39596:

[Libreoffice-commits] core.git: sc/qa sc/source

2014-12-30 Thread Raal
sc/qa/unit/data/contentCSV/financial-functions.csv|3 sc/qa/unit/data/contentCSV/information-functions.csv |2 sc/qa/unit/data/contentCSV/logical-functions.csv |3 sc/qa/unit/data/contentCSV/mathematical-functions.csv | 58 ++

Re: Severe performance degradation on Linux

2014-12-30 Thread jonathon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/12/14 12:50, Jens Tröger wrote: Unless office attempts to connect somewhere (where to, anyway?) Where are you getting the builds from? On at least one distro, the version in their repository calls home. jonathon -BEGIN PGP

Re: [Libreoffice-qa] ping to retest old bugs

2014-12-30 Thread Joel Madero
Hey Tommy, Top posting because this is finally happening. Before running it officially I'd like to allow people to see the text I'm using and the query I'm going to use it on. Text: http://pastebin.com/7GiJnj7N (note, not looking for nit-picky, but if there is a serious problem with it, please

Re: [Libreoffice-qa] ping to retest old bugs

2014-12-30 Thread V Stuart Foote
@Joel, *, The message text reads well, recipients should not object. ...2+ years no activity, exclude anything with meta or easyhack, also excluded are enhancement requests A result of ~= 310 seems about the right scope, while a quick review of list had nothing whacky. Stuart -- View

Re: [Libreoffice-qa] ping to retest old bugs

2014-12-30 Thread Joel Madero
On 12/30/2014 12:41 PM, Terrence Enger wrote: On Tue, 2014-12-30 at 09:01 -0800, Joel Madero wrote: Hey Tommy, Top posting because this is finally happening. Before running it officially I'd like to allow people to see the text I'm using and the query I'm going to use it on. Text:

[Libreoffice-bugs] [Bug 87397] Autorecovery does not work no unsaved work returns

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87397 raal r...@post.cz changed: What|Removed |Added CC||r...@post.cz --- Comment #3 from

[Libreoffice-bugs] [Bug 87601] HTML to DOCX hangs up if HTML contains MsoHeader

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87601 R.Yu. ogldel...@mail.ru changed: What|Removed |Added CC||ogldel...@mail.ru

[Libreoffice-bugs] [Bug 79001] Can't open files from encfs encrypted volumes

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79001 raal r...@post.cz changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Libreoffice-bugs] [Bug 87844] Could not create Java implementation loader

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87844 --- Comment #2 from biol...@home.pl --- OK - that was my fault. I made mistake and installed 32 bit version on 64 bit Linux Mint. When changed to 64 bit LO it works as it should. Next time I will do triple check before suspecting a bug :-)

[Libreoffice-bugs] [Bug 86523] Nexcess Mirror

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86523 Florian Effenberger flo...@documentfoundation.org changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 85182] LibreOffice's custom dialogs default focus on folder rather than filename

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85182 --- Comment #7 from Cor Nouws c...@nouenoff.nl --- (In reply to Commit Notification from comment #6) Szymon Kłos committed a patch related to this issue. It has been pushed to master: Thanks Szymon! Will you also submit the patch for 4.4? Can

[Libreoffice-bugs] [Bug 68259] Import MS Publisher file

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68259 David Tardon dtar...@redhat.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 87761] [Meta] Tracking bug for file format limitation issues

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87761 --- Comment #3 from Cor Nouws c...@nouenoff.nl --- (In reply to Robinson Tryon (qubit) from comment #2) Possibly. I'm not sure of the magnitude of these limitations. Perhaps there are only a handful of points that affect real users between,

[Libreoffice-bugs] [Bug 87761] [Meta] Tracking bug for file format limitation issues

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87761 --- Comment #4 from Cor Nouws c...@nouenoff.nl --- Hi Robinson, *, For convenience of the ones in cc, it would be lovely if at the same time as adding an issue number, as comment could be given: Ad bug : xxx (Basically I copy

[Libreoffice-bugs] [Bug 87857] New: Autofit text should be a choice, not a default approach

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87857 Bug ID: 87857 Summary: Autofit text should be a choice, not a default approach Product: LibreOffice Version: 4.3.5.2 release Hardware: Other OS: All

[Libreoffice-bugs] [Bug 73738] MS Word and LibreOffice writer formatting incompatibility

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73738 raal r...@post.cz changed: What|Removed |Added CC||r...@post.cz --- Comment #7 from

[Libreoffice-bugs] [Bug 87782] Problem with pagination in LibreOffice 4.3 Writer

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87782 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added Priority|high|medium

[Libreoffice-bugs] [Bug 84462] [filesave]: docx Filter, doc-Filter and LibreOffice

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84462 --- Comment #12 from Cor Nouws c...@nouenoff.nl --- (In reply to Robinson Tryon (qubit) from comment #11) Should we match up the remaining issues with known bug reports, or just go ahead and resolve this bug as a dupe? Yes, resolve as dupe

[Libreoffice-bugs] [Bug 53583] Helper tool collecting user configuration

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53583 Justin L jl...@mail.com changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Libreoffice-bugs] [Bug 84229] FILEOPEN: small XLS document using small OLE2 storage blocks.

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84229 Michael Meeks michael.me...@collabora.com changed: What|Removed |Added Summary|FILEOPEN: XLS document |FILEOPEN:

[Libreoffice-bugs] [Bug 87857] Autofit text should be a choice (option), not a default approach

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87857 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Libreoffice-bugs] [Bug 87852] formatting - tab stops

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87852 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added CC||c...@nouenoff.nl ---

[Libreoffice-bugs] [Bug 83373] UI: LibreOffice dialogs become too wide when long path+name is pasted in field 'File name' to open the file

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83373 Jay Philips philip...@hotmail.com changed: What|Removed |Added Blocks||87860 -- You are

[Libreoffice-bugs] [Bug 83371] UI: ACCESSIBILITY: cannot navigate to list Files in LibreOffice dialogs

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83371 Jay Philips philip...@hotmail.com changed: What|Removed |Added Blocks||87860 -- You are

[Libreoffice-bugs] [Bug 86699] Have popular CMIS pre-configured in LO modal/custom dialog

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86699 Jay Philips philip...@hotmail.com changed: What|Removed |Added Blocks||87860 -- You are

[Libreoffice-bugs] [Bug 87860] New: Meta: LibreOffice's custom/modal dialog bugs and enhancements

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87860 Bug ID: 87860 Summary: Meta: LibreOffice's custom/modal dialog bugs and enhancements Product: LibreOffice Version: unspecified Hardware: Other OS: All

[Libreoffice-bugs] [Bug 85182] LibreOffice's custom dialogs default focus on folder rather than filename

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85182 Jay Philips philip...@hotmail.com changed: What|Removed |Added Blocks||87860 --- Comment #8

[Libreoffice-bugs] [Bug 87860] Meta: LibreOffice's custom/modal dialog bugs and enhancements

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87860 Jay Philips philip...@hotmail.com changed: What|Removed |Added Depends on||85182 -- You are

[Libreoffice-bugs] [Bug 87592] 'Slide Master', 'Master Slide', or 'Master Page'

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87592 --- Comment #3 from Heiko Tietze heiko.tie...@user-prompt.com --- Calligra Stage uses Master Slide. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs

[Libreoffice-bugs] [Bug 87848] Spacing after numbering is wrong

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87848 Jay Philips philip...@hotmail.com changed: What|Removed |Added CC||philip...@hotmail.com

[Libreoffice-bugs] [Bug 87848] Spacing after numbering is wrong

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87848 Jay Philips philip...@hotmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 83103] Numbering Default Spacing wrong when you reach viii or VIII

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83103 Jay Philips philip...@hotmail.com changed: What|Removed |Added CC||aaalmo...@gmail.com

[Libreoffice-bugs] [Bug 87613] SIDEBAR: Sort slide transitions alphabetically

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87613 --- Comment #11 from Heiko Tietze heiko.tie...@user-prompt.com --- I agree with Cor, same context should stick together, and Jay about first and last item. If we have a better organization (#87621) with a limited number of transition groups (it

[Libreoffice-bugs] [Bug 77012] Failed to insert record by ODBC Access2Base

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77012 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 83103] Indent spacing after numbering wrong when numbering value has 4 or more characters

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83103 Jay Philips philip...@hotmail.com changed: What|Removed |Added Summary|Numbering Default Spacing |Indent spacing after

[Libreoffice-bugs] [Bug 87621] SIDEBAR: Break slide transitions into two listboxes

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87621 --- Comment #2 from Heiko Tietze heiko.tie...@user-prompt.com --- Two controls for the same feature is not so good. I would rather organize the one listview using (not selectable) separator lines for categories of options (transitions,

[Libreoffice-bugs] [Bug 81925] Incomprehensible message area in Find Bar

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81925 Matthew Francis fdb...@neosheffield.co.uk changed: What|Removed |Added Keywords||bisected

[Libreoffice-bugs] [Bug 87834] strange behavior of mid()-function

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87834 --- Comment #3 from michael.bues...@gmx.de --- (In reply to raal from comment #2) Duplicate of bug 86386? Hello, I think it's similar to bug 86386. But it seems to me that there the focus is on negative length and to expand the functionality

[Libreoffice-bugs] [Bug 84107] CRASH: Attempting to open Draw

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84107 Jay Philips philip...@hotmail.com changed: What|Removed |Added Whiteboard|bibisectRequest | --- Comment #10

[Libreoffice-bugs] [Bug 55018] FILESAVE and FILEOPEN: Joined cells in table cause table distortion after save to doc and docx and reopen in LO

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55018 --- Comment #13 from R.Yu. ogldel...@mail.ru --- Ubuntu 14.10 can not reproduce this with LO 4332 or 4.5 alpha 0 -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 87782] Problem with pagination in LibreOffice 4.3 Writer

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87782 Lee Harding wordsmy...@optusnet.com.au changed: What|Removed |Added Resolution|WORKSFORME |NOTABUG ---

[Libreoffice-bugs] [Bug 86575] FILEOPEN: LO4.4.00beta1 when save *.ods to *.xslx and open in excel give error

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86575 vlb v...@xs4all.nl changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #6 from vlb

[Libreoffice-bugs] [Bug 86575] FILEOPEN: LO4.4.00beta1 when save *.ods to *.xslx and open in excel give error

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86575 --- Comment #7 from vlb v...@xs4all.nl --- Created attachment 111509 -- https://bugs.freedesktop.org/attachment.cgi?id=111509action=edit new test file This file is small and can reproduce the same issue. -- You are receiving this mail

[Libreoffice-bugs] [Bug 84229] FILEOPEN: small XLS document using small OLE2 storage blocks.

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84229 --- Comment #9 from Matthew Francis fdb...@neosheffield.co.uk --- Michael - I'm doing a sweep of bibisected regressions to build/bisect the exact commits which introduced them, so I can confirm that the breakage did occur exactly at that commit.

[Libreoffice-bugs] [Bug 75167] Tools | Options | LibreOffice Calc | Calculate | Enable Regular Expressions in formulas setting not saved

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75167 Dave davetyler...@gmail.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 87761] [Meta] Tracking bug for file format limitation issues

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87761 Bug 87761 depends on bug 75167, which changed state. Bug 75167 Summary: Tools | Options | LibreOffice Calc | Calculate | Enable Regular Expressions in formulas setting not saved https://bugs.freedesktop.org/show_bug.cgi?id=75167 What

[Libreoffice-bugs] [Bug 87861] New: I am logged in as Administrator but installation demands that I log in as Administrator. If I cancel it rolls back.

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87861 Bug ID: 87861 Summary: I am logged in as Administrator but installation demands that I log in as Administrator. If I cancel it rolls back. Product: LibreOffice

[Libreoffice-bugs] [Bug 85002] Application lower window border not visible after wizard form creation on OSX

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85002 foss f...@openmailbox.org changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #11

[Libreoffice-bugs] [Bug 87861] I am logged in as Administrator but installation demands that I log in as Administrator. If I cancel it rolls back. Furthermore it has deleted the previou version so tha

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87861 Keith Carr ke...@keithandruth.me.uk changed: What|Removed |Added Version|unspecified |4.2.8.1 rc

[Libreoffice-bugs] [Bug 87789] Thunderbird-Addressbook doesn't show groups in collected addresses

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87789 --- Comment #5 from Julien Nabet serval2...@yahoo.fr --- Robert: not the main issue of this bugtracker but should the groups appear as views and not as tables? If yes, I could submit a simple patch about this. -- You are receiving this mail

[Libreoffice-bugs] [Bug 40517] User-defined number format lost after saving

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40517 Laurent BP jumbo4...@yahoo.fr changed: What|Removed |Added CC||jumbo4...@yahoo.fr ---

[Libreoffice-bugs] [Bug 86087] FILESAVE FILEOPEN VIEWING: Can't open or save relative links

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86087 eeedga...@gmail.com changed: What|Removed |Added Severity|normal |major -- You are receiving this

[Libreoffice-bugs] [Bug 87789] Thunderbird-Addressbook doesn't show groups in collected addresses

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87789 --- Comment #6 from rob...@familiegrosskopf.de --- (In reply to Julien Nabet from comment #5) Robert: not the main issue of this bugtracker but should the groups appear as views and not as tables? If yes, I could submit a simple patch about

  1   2   3   >