LibreOffice Gerrit News for core on 2015-01-04

2015-01-03 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: + fdo#86674 paragraphs have ATK_STATE_INVALID in https://gerrit.libreoffice.org/13727 from Niklas Johansson about module vcl + Better fix for fdo#87558: Duplication in Last Used Functions sidebar list in https://g

Re: Severe performance degradation on Linux

2015-01-03 Thread Jens Tröger
The following is interesting: On Sat, Jan 03, 2015 at 05:22:42PM +0100, Jens Tröger wrote: > > 32b LibreOffice on Mac (py 3.3.5) > Elapsed time: 1.8361830711364746 with 550 pars > > 64b LibreOffice on Mac (py 3.3.5) > Elapsed time: 0.8173670768737793 with 550 pars > > 64b LibreOffice

Mapping of AccessibleStateType to AtkStateType

2015-01-03 Thread Niklas Johansson
Hi When trying to get the grips on "*Bug 86674* - Previously-viewed paragraphs have ATK_STATE_INVALID after navigation by page" I realized that the issue was due to a few added AccessibleStateType's. The mapping into AtkStateType however wa

[Libreoffice-commits] core.git: 3 commits - icon-themes/galaxy include/svtools include/svx svtools/source svx/source sw/source

2015-01-03 Thread Jan Holesovsky
icon-themes/galaxy/sw/res/redline_deleted.png |binary icon-themes/galaxy/sw/res/redline_inserted.png |binary include/svtools/simptabl.hxx |2 include/svtools/svtabbx.hxx|2 include/svx/ctredlin.hxx | 59 +++--- svto

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

2015-01-03 Thread Caolán McNamara
sc/source/core/data/refupdatecontext.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 39ac529d141dcd4de534eddbcc6c07bc49367b90 Author: Caolán McNamara Date: Sat Jan 3 23:23:27 2015 + need algorithm for std::min Change-Id: I70aeaae8b054fc0dc6bcf1ef74bc2cad0b08

[Libreoffice-commits] core.git: sc/inc

2015-01-03 Thread Caolán McNamara
sc/inc/attarray.hxx |1 + 1 file changed, 1 insertion(+) New commits: commit 8dced83433dcd1eb5a17760033e360c05df22034 Author: Caolán McNamara Date: Sat Jan 3 22:52:35 2015 + need algorithm for std::min Change-Id: Ib26b448f49c2ca633c557075b282ecbfb99dadea diff --git a/sc

[Libreoffice-commits] core.git: sc/inc

2015-01-03 Thread Caolán McNamara
sc/inc/bigrange.hxx |1 + 1 file changed, 1 insertion(+) New commits: commit 4c1b621c349c3a0c25408940e2aa9cafcb1683e4 Author: Caolán McNamara Date: Sat Jan 3 21:59:40 2015 + need algorithm for std::min Change-Id: Icf7e8eff2c0b0592fada13a022b17dab2a94bd7e diff --git a/sc

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

2015-01-03 Thread Miklos Vajna
sw/source/core/inc/layouter.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8214a6d7a83721929a0545c8414e5a96e5c558f5 Author: Miklos Vajna Date: Sat Jan 3 22:45:15 2015 +0100 sw: fix gcc-4.8 build Change-Id: I93ec8bed19cf283ce6c9cd6718376798d8ea8de

[Bug 40469] Modifed Frame Style Options Not Preserved, "Keep Ratio" Option Unavailable

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40469 Cor Nouws changed: What|Removed |Added See Also||https://bugs.freedesktop.or

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

2015-01-03 Thread Caolán McNamara
sc/inc/addincol.hxx |4 +-- sc/inc/autonamecache.hxx|6 ++--- sc/inc/chart2uno.hxx|6 ++--- sc/inc/chartlis.hxx |8 +++ sc/inc/clipcontext.hxx |1 sc/inc/column

Re: Severe performance degradation on Linux

2015-01-03 Thread Jens Tröger
Oh, misunderstanding :) The attached files are already digested with callgrind_annotate, you can just open in vim. Jens On Sat, Jan 03, 2015 at 08:08:23PM +0100, Maarten Hoes wrote: >Hi, >Perhaps its just me, but when I try to open up the traces you send, I >get the following error

Re: Severe performance degradation on Linux

2015-01-03 Thread Maarten Hoes
Hi, Perhaps its just me, but when I try to open up the traces you send, I get the following error message : "Could not open the file 'callgrind.out.3708-annotate' Check that it exists and you have enough permissions to read it." I verified I have the proper permissions, so that is not the answe

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 1c/89ffc354b116410d61650551924a02bac953d8

2015-01-03 Thread Caolán McNamara
1c/89ffc354b116410d61650551924a02bac953d8 |1 + 1 file changed, 1 insertion(+) New commits: commit 20bf91f5b9a72d2827b57ff47c1ae7ac1de4c612 Author: Caolán McNamara Date: Sat Jan 3 18:54:16 2015 + Notes added by 'git notes add' diff --git a/1c/89ffc354b116410d61650551924a02bac953

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

2015-01-03 Thread Miklos Vajna
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 497 +++-- writerfilter/source/rtftok/rtfsdrimport.cxx|8 writerfilter/source/rtftok/rtfsprm.cxx |4 3 files changed, 236 insertions(+), 273 deletions(-) New commits: commit 05dcb073d60579a142e3074fb1b137f

Re: Severe performance degradation on Linux

2015-01-03 Thread Maarten Hoes
On Sat, Jan 3, 2015 at 5:22 PM, Jens Tröger wrote: > > I wonder if the poor perf got to do with UNO and Python. On my Mac, LO ships > with its own Python interpreter instead of just providing the UNO hooks > like it does on Linux. > > 32b LibreOffice on Mac (py 3.3.5) > Elapsed time: 1.836183

[Bug 56903] Moz-free Outlook Address Book driver

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56903 --- Comment #4 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fre

[Bug 38889] Make macro editing easier

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38889 --- Comment #11 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fr

[Bug 45789] automatic row height in reports

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45789 --- Comment #32 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fr

[Bug 39439] Web search for UI strings

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39439 --- Comment #13 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fr

[Bug 67302] TablesSupplier name clash when dots in schema/table name

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67302 --- Comment #2 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fre

[Bug 56676] EDITING: Tables in databases based on calc are unwriteable - Form Properties show them as writable

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56676 --- Comment #9 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fre

[Bug 67763] date & time controls: fractional seconds, timezone support, duration, interval

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67763 --- Comment #12 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fr

[Bug 75025] LibreOffice 4.3 most annoying bugs

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 --- Comment #92 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fr

[Bug 43227] FILEOPEN: UI to set workgroup (system DB) for opening MS Access (.mdb) files

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43227 --- Comment #2 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fre

[Bug 62248] REPORTBUILDER: multiple groupings on same field broken

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62248 --- Comment #5 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fre

[Bug 44580] share autocorrect replacement table for misc. language subgroups

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44580 --- Comment #25 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fr

[Bug 43369] Specific UI for collecting PostgreSQL connection settings

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43369 --- Comment #5 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fre

[Bug 51779] support for SQL datatype INTERVAL

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51779 --- Comment #3 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fre

[Bug 46259] rewrite mysql connector to use mariadb client library

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 --- Comment #20 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fr

[Bug 39593] copy/paste code detector / fixing

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39593 --- Comment #19 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fr

[Bug 67664] query wizard in need of love

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67664 --- Comment #2 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fre

[Bug 48140] Remove uno calls from xlsx import

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48140 --- Comment #7 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fre

[Bug 67647] SQL/SingleSelectQueryComposer::getStructuredFilter/HavingClause returns comparison operator in value

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67647 --- Comment #2 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fre

Purpose of method View::GetEmptyPresentationObject()?

2015-01-03 Thread Regina Henschel
Hi all, I'm looking for someone, who can tell me more about method View::GetEmptyPresentationObject()[1]. The method is used in FuInsertGraphic::DoExecute() with parameter PRESOBJ_GRAPHIC [2] and in View::InsertMediaObj() with parameter PRESOBJ_MEDIA [3] and in DrawViewShell::FuTable with par

Re: Severe performance degradation on Linux

2015-01-03 Thread Jens Tröger
I wonder if the poor perf got to do with UNO and Python. On my Mac, LO ships with its own Python interpreter instead of just providing the UNO hooks like it does on Linux. 32b LibreOffice on Mac (py 3.3.5) Elapsed time: 1.8361830711364746 with 550 pars 64b LibreOffice on Mac (py 3.3.5) E

Re: Severe performance degradation on Linux

2015-01-03 Thread Jens Tröger
Hi, On Sat, Jan 03, 2015 at 12:51:02PM +0100, Maarten Hoes wrote: > wrote: >> >> Nearly all distros provide debuginfos that will make the callgrind >> output somewhat nicer. In a self build tree you need to use >> --enable-symbols as option (no enable-debug or enable-dbgutil as

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

2015-01-03 Thread Matteo Casalin
sw/inc/shellio.hxx |2 +- sw/source/core/unocore/unocoll.cxx |2 +- sw/source/filter/html/htmlforw.cxx | 22 ++ sw/source/filter/html/htmlplug.cxx |2 +- sw/source/filter/html/parcss1.cxx |6 +++--- sw/source/filter/writer/writer.cxx |4 ++

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

2015-01-03 Thread Miklos Vajna
sw/qa/extras/odfimport/odfimport.cxx | 20 sw/qa/extras/uiwriter/uiwriter.cxx |3 ++- sw/source/uibase/wrtsh/select.cxx| 21 + 3 files changed, 35 insertions(+), 9 deletions(-) New commits: commit fa39e7970496537258eaad1f5351db2d675225b6 Auth

Re: Severe performance degradation on Linux

2015-01-03 Thread Maarten Hoes
Hi, On Sat, Jan 3, 2015 at 12:28 PM, Markus Mohrhard < markus.mohrh...@googlemail.com> wrote: > > Nearly all distros provide debuginfos that will make the callgrind output somewhat nicer. In a self build tree you need to use --enable-symbols as option (no enable-debug or enable-dbgutil as they wil

Re: Severe performance degradation on Linux

2015-01-03 Thread Markus Mohrhard
Hey, On Sat, Jan 3, 2015 at 12:09 PM, Maarten Hoes wrote: > > > On Sat, Jan 3, 2015 at 12:37 AM, Jens Tröger > wrote: > > > > Thank you, Maarten, > > > > I've run office like so from within the Python script: > > > > p = subprocess.Popen("valgrind --tool=callgrind soffice > --accept=\"socket,

Re: Severe performance degradation on Linux

2015-01-03 Thread Maarten Hoes
On Sat, Jan 3, 2015 at 12:37 AM, Jens Tröger wrote: > > Thank you, Maarten, > > I've run office like so from within the Python script: > > p = subprocess.Popen("valgrind --tool=callgrind soffice --accept=\"socket,host=localhost,port=2002;urp;StarOffice.ServiceManager\"", shell=True, env=myenv) >

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

2015-01-03 Thread Łukasz Hryniuk
chart2/source/view/charttypes/Splines.cxx | 27 +-- 1 file changed, 9 insertions(+), 18 deletions(-) New commits: commit b33cd811cb5456a146916ee374aaf1ce11b2031e Author: Łukasz Hryniuk Date: Fri Jan 2 20:04:17 2015 +0100 fdo#39440 reduce scope of local variables

[Bug 39440] cppcheck cleanliness

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39440 --- Comment #45 from Commit Notification --- Łukasz Hryniuk committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b33cd811cb5456a146916ee374aaf1ce11b2031e fdo#39440 red