Re: How many degrees of headlessness do we need?

2015-03-28 Thread Tor Lillqvist
> On Mac we have the env variable VCL_HIDE_WINDOWS > connected to 'PseudoHeadless' > OK, so we have *six* modes of headlessness;) --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoff

Re: How many degrees of headlessness do we need?

2015-03-28 Thread Norbert Thiebaud
On Sun, Mar 29, 2015 at 1:21 AM, Tor Lillqvist wrote: > On Windows and OS X, > --headless support is presumably broken to some degree. On Mac we have the env variable VCL_HIDE_WINDOWS connected to 'PseudoHeadless' the poor man version of headless achieved my preventing any Windows of 'showing' I

How many degrees of headlessness do we need?

2015-03-28 Thread Tor Lillqvist
As far as I see, we have the following command-line options or other ways to avoid display of GUI elements: - The --quickstart switch. Starts a LO instance that *initially* has no GUI. But when the user then actually wants to use LO, it is that instance that wakes up and shows the GUI. When the us

[Libreoffice-commits] core.git: solenv/gbuild

2015-03-28 Thread Norbert Thiebaud
solenv/gbuild/Module.mk | 16 solenv/gbuild/gbuild.mk |2 ++ 2 files changed, 10 insertions(+), 8 deletions(-) New commits: commit 0db89bcabfb4e207bed95b4a14685391311eaa3e Author: Norbert Thiebaud Date: Sat Mar 28 23:24:05 2015 -0500 make gbuild a bit more quiet by

[Libreoffice-commits] core.git: configure.ac

2015-03-28 Thread Norbert Thiebaud
configure.ac | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) New commits: commit 67d1fd3b627a2223034d8f0cedad6bfb7774095a Author: Norbert Thiebaud Date: Sat Mar 28 11:58:22 2015 -0500 make --enable-pch the default on windows Using precompiled header have sig

[Libreoffice-commits] core.git: include/vcl sw/source vcl/generic vcl/inc vcl/source

2015-03-28 Thread Norbert Thiebaud
include/vcl/outdev.hxx | 20 +++ sw/source/core/inc/drawfont.hxx | 16 + sw/source/core/text/guess.cxx |7 +-- sw/source/core/text/inftxt.cxx | 35 +++ sw/source/core/text/inftxt.hxx | 25 +- sw/source/core/te

CppCheck Report Update

2015-03-28 Thread cppcheck.libreoff...@gmail.com
A new cppcheck report is available at : http://dev-builds.libreoffice.org/cppcheck_reports/master/ Note: The script generating this report was run at : 2015-29-03_03:19:25 with user buildslave at host vm140 as /home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s /home/

Re: minutes of ESC call ...

2015-03-28 Thread Albert Thuswaldner
On Thu, Mar 26, 2015 at 5:11 PM, Michael Meeks wrote: > + make sure to create a new openid if you are using the Google openID > (all) > [ still need to get this done ! ] I wonder a bit what the real alternatives are here? It seems to me that OpenId is on the ropes. I would like to av

[Libreoffice-commits] core.git: include/comphelper

2015-03-28 Thread Tor Lillqvist
include/comphelper/broadcasthelper.hxx | 13 + include/comphelper/enumhelper.hxx| 16 include/comphelper/proparrhlp.hxx| 10 -- include/comphelper/property.hxx | 22 -- include/comphelper/propertysethelper.

[Libreoffice-commits] core.git: 5 commits - desktop/source vcl/source

2015-03-28 Thread Tor Lillqvist
desktop/source/app/cmdlineargs.cxx | 37 -- desktop/source/app/officeipcthread.cxx | 184 ++--- desktop/source/app/officeipcthread.hxx |2 desktop/source/lib/init.cxx|3 vcl/source/control/button.cxx |1 5 files changed, 10

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

2015-03-28 Thread Julien Nabet
svtools/source/contnr/treelistbox.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 704cf81ebef60a3f9d3f5f78ed24a1fe30c98f92 Author: Julien Nabet Date: Sun Mar 29 00:17:02 2015 +0100 tdf#90292: Crash in pivot table when dragging field into Rows fields

[Libreoffice-commits] core.git: Branch 'feature/highlighting' - 0 commits -

2015-03-28 Thread Unknown
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'feature/highlighting2' - 0 commits -

2015-03-28 Thread Unknown
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2015-03-28 Thread Bjoern Michaelsen
sw/inc/swtable.hxx |5 sw/inc/unoframe.hxx |1 sw/inc/unotbl.hxx| 20 sw/source/core/access/accmap.cxx |4 sw/source/core/doc/tblafmt.cxx |4 sw/source/core/unocore/unofr

Re: LibreOffice crash

2015-03-28 Thread Piet van Oostrum
Piet van Oostrum wrote: > I am currently experimenting with programming LibreOffice through Python/UNO. > One thing I tried is to create a document, not with the > loadComponentFromURL call from the desktop, but the route via the > XLoadable interface, [snip] > Now when I do this with a Wri

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

2015-03-28 Thread Stephan Bergmann
sd/source/ui/remotecontrol/BufferedStreamSocket.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d69d640c96aecb49546c9b69372d6ee0f7200895 Author: Stephan Bergmann Date: Sat Mar 28 21:24:03 2015 +0100 Missing const Change-Id: I5f85d7b995d933cb2839ee

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

2015-03-28 Thread Stephan Bergmann
sd/source/ui/remotecontrol/BluetoothServer.cxx |8 sd/source/ui/remotecontrol/BufferedStreamSocket.cxx |9 - 2 files changed, 12 insertions(+), 5 deletions(-) New commits: commit c79ea206b8b2a78488aa20e8b440806078c37537 Author: Stephan Bergmann Date: Sat Mar 28 21

[Libreoffice-commits] core.git: 4 commits - desktop/source include/vcl vcl/source

2015-03-28 Thread Tor Lillqvist
desktop/source/app/officeipcthread.cxx | 14 --- include/vcl/svapp.hxx | 122 + vcl/source/app/svmain.cxx |2 3 files changed, 65 insertions(+), 73 deletions(-) New commits: commit a95f63407f63f2e1fc3ce1916f97406012993606 Autho

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

2015-03-28 Thread Markus Mohrhard
sc/inc/globstr.hrc |5 + sc/source/ui/condformat/condformatdlgentry.cxx | 83 +++-- sc/source/ui/inc/condformatdlg.hrc |2 sc/source/ui/inc/condformatdlgentry.hxx| 10 ++- sc/source/ui/src/condformatdlg.src

[Bug 75025] LibreOffice 4.3 most annoying bugs

2015-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75025 Aibara changed: What|Removed |Added Depends on||49514 --- Comment #100 from Aibara ---

[Libreoffice-commits] core.git: compilerplugins/clang

2015-03-28 Thread Stephan Bergmann
compilerplugins/clang/compat.hxx | 11 --- compilerplugins/clang/literaltoboolconversion.cxx |2 +- compilerplugins/clang/salbool.cxx | 13 + compilerplugins/clang/staticmethods.cxx |2 +- 4 files changed, 3 insertions(+),

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

2015-03-28 Thread Miklos Vajna
svx/source/table/tablecontroller.cxx |6 -- 1 file changed, 6 deletions(-) New commits: commit c1434d6826aec313854072c9614a2d281762f5e1 Author: Miklos Vajna Date: Sat Mar 28 17:33:46 2015 +0100 sdr::table::SvxTableController::onMouseMove: remove dead code Change-Id: I7df2

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

2015-03-28 Thread Markus Mohrhard
sc/qa/unit/ucalc.hxx |2 + sc/qa/unit/ucalc_formula.cxx | 59 ++ sc/source/core/tool/token.cxx | 40 +--- 3 files changed, 97 insertions(+), 4 deletions(-) New commits: commit 7937984a6a04446c0d3484832e6748ad925ddc8

[Libreoffice-commits] core.git: include/vcl sw/source vcl/generic vcl/inc vcl/source

2015-03-28 Thread Michael Stahl
include/vcl/outdev.hxx | 20 +++ sw/source/core/inc/drawfont.hxx | 16 +++-- sw/source/core/text/guess.cxx |7 ++- sw/source/core/text/inftxt.cxx | 35 +++ sw/source/core/text/inftxt.hxx | 25 -- sw/source/core/te

[Libreoffice-commits] core.git: 2 commits - desktop/source sfx2/source vcl/source

2015-03-28 Thread Tor Lillqvist
desktop/source/app/app.cxx| 35 -- desktop/source/app/appinit.cxx| 10 - desktop/source/app/check_ext_deps.cxx |1 desktop/source/app/sofficemain.cxx|2 - sfx2/source/appl/appopen.cxx |1 sfx2/source/doc/obj

[Libreoffice-commits] core.git: 3 commits - desktop/source

2015-03-28 Thread Tor Lillqvist
desktop/source/lib/init.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit ba819f90eb00451a542330a0b6948537bc085a2b Author: Tor Lillqvist Date: Sat Mar 28 15:13:23 2015 +0200 Using LO code through LOKit should imply "console only", too, I think

[Bug 75025] LibreOffice 4.3 most annoying bugs

2015-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75025 Bug 75025 depends on bug 86321, which changed state. Bug 86321 Summary: EDITING, FORMATTING: Graphic didnt automatic update when change variabele (recalculation not triggered) https://bugs.documentfoundation.org/show_bug.cgi?id=86321

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

2015-03-28 Thread Matthew Francis
sw/source/ui/index/cnttab.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2caa097682e181fe1dfe19d1af1d798ab9af38eb Author: Matthew Francis Date: Sat Mar 28 18:58:30 2015 +0800 tdf#89630 Remove extra space added when assigning styles for TOC This c

Re: How do you enable the #ifdef DEBUG sections?

2015-03-28 Thread Tor Lillqvist
> There are sections of the code marked #ifdef DEBUG. How can I properly > enable compiling those sections in? That depends on the code in question. Such debugging code might in some cases be code nobody has compiled for years, and bit-rotted, and not compiling or working any more. This is why we

Fwd: How do you enable the #ifdef DEBUG sections?

2015-03-28 Thread Justin Luth
There are sections of the code marked #ifdef DEBUG. How can I properly enable compiling those sections in? For example, I want to enable DEBUG_ELEMENT in writerfilter/source/ooxml/OOXMLFastContextHandler.cxx. If I simply add a "#define DEBUG_ELEMENT" I get errors about some of the code in the de

[Libreoffice-commits] core.git: 2 commits - forms/Library_frm.mk forms/source unusedcode.easy

2015-03-28 Thread Matúš Kukan
forms/Library_frm.mk |1 forms/source/component/DatabaseForm.cxx|7 forms/source/component/Filter.cxx |1 forms/source/component/navigationbar.cxx |1 forms/source/component/scrollbar.cxx | 19 + forms/source/comp

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

2015-03-28 Thread Miklos Vajna
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 41 +++-- writerfilter/source/rtftok/rtfsdrimport.cxx|3 - writerfilter/source/rtftok/rtfvalue.cxx|3 - 3 files changed, 21 insertions(+), 26 deletions(-) New commits: commit 687551526dab64b3b3478862dfe4f45

Crash test update

2015-03-28 Thread Crashtest VM
New crashtest update available at http://dev-builds.libreoffice.org/crashtest/757f461ef12548af0be470f7c05ff67df3dc1314/ exportCrashes.csv Description: Binary data importCrash.csv Description: Binary data validationErrors.csv Description: Binary data __

[Libreoffice-commits] core.git: icon-themes/breeze

2015-03-28 Thread andreas_k
icon-themes/breeze/svtools/res/ed01.png |binary icon-themes/breeze/svtools/res/ed02.png |binary icon-themes/breeze/svtools/res/ed03.png |binary icon-themes/breeze/svtools/res/ed04.png |binary icon-themes/breeze/svtools/res/ed05.png |binary ico

[Libreoffice-commits] core.git: icon-themes/breeze

2015-03-28 Thread andreas_k
icon-themes/breeze/sc/imglst/na03.png |binary icon-themes/breeze/sc/imglst/na05.png |binary icon-themes/breeze/sc/imglst/na06.png |binary 3 files changed New commits: commit e1d6bbb9676f581776c9f6df66a0ab04aa093873 Author: andreas_k Date: Sat Mar 28 01:32:39 2015 +0100 Breeze: sc/imgls