Re: master builds, starts but no UI

2017-03-25 Thread Jean-Baptiste Faure
Hi, I confirm that the problematic commit is https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=6903066822900a700ccf67ae70fa171c94644a9a Related: rhbz#1334915 tdf#100158 hack using startcenter icon under wayland Conditions to reproduce : 1/ use Xorg 2/ use GTK3 vcl plugin Arnaud s

[Libreoffice-commits] online.git: wsd/DocumentBroker.cpp

2017-03-25 Thread Ashod Nakashian
wsd/DocumentBroker.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5eed6575df0133ed38a6a47509d6b96c771e2b3c Author: Ashod Nakashian Date: Sun Mar 26 00:52:34 2017 -0400 wsd: don't pretent there was a recent save on creating DocBroker Now the poll

[Libreoffice-commits] online.git: wsd/ClientSession.cpp wsd/LOOLWSD.cpp

2017-03-25 Thread Ashod Nakashian
wsd/ClientSession.cpp |6 +++--- wsd/LOOLWSD.cpp |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 1c5896f302befd2cede6098148d676cd678b91cf Author: Ashod Nakashian Date: Sun Mar 26 00:50:51 2017 -0400 wsd: count connections symmetrically Cl

[Libreoffice-commits] online.git: test/integration-http-server.cpp wsd/LOOLWSD.cpp

2017-03-25 Thread Ashod Nakashian
test/integration-http-server.cpp |2 +- wsd/LOOLWSD.cpp | 39 +-- 2 files changed, 22 insertions(+), 19 deletions(-) New commits: commit 25dee367d43d12b924dea75e702cdfa20252b97d Author: Ashod Nakashian Date: Sun Mar 26 00:43:43 2017 -0

[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

2017-03-25 Thread Ashod Nakashian
wsd/LOOLWSD.cpp |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit e9e36ba848df4f8933867b2adf9960052c532c14 Author: Ashod Nakashian Date: Sat Mar 25 21:53:17 2017 -0400 wsd: reduce main poll timeout to recover child processes faster Change-Id: Ic5c43df

[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

2017-03-25 Thread Ashod Nakashian
wsd/LOOLWSD.cpp |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit c3e67575a7588cc5f05d02a98af4adffa4183cda Author: Ashod Nakashian Date: Sat Mar 25 21:52:46 2017 -0400 wsd: reject the client's connection when destroying the doc in question Change-I

[Libreoffice-commits] online.git: test/httpwstest.cpp

2017-03-25 Thread Ashod Nakashian
test/httpwstest.cpp | 26 -- 1 file changed, 20 insertions(+), 6 deletions(-) New commits: commit c25d63b0d4307c5804f851d0d2f2bd881f06799d Author: Ashod Nakashian Date: Sat Mar 25 21:52:01 2017 -0400 wsd: more stable testCloseAfterClose test Change-Id: I

[Libreoffice-commits] online.git: net/WebSocketHandler.hpp

2017-03-25 Thread Ashod Nakashian
net/WebSocketHandler.hpp |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit c1ffb649048f6735a5804a8febc8689b52b28596 Author: Ashod Nakashian Date: Sat Mar 25 21:51:25 2017 -0400 wsd: correct shutdown status code echoed back Change-Id: Ieb685135ab28

[Libreoffice-commits] online.git: net/Socket.hpp net/SslSocket.hpp net/WebSocketHandler.hpp

2017-03-25 Thread Ashod Nakashian
net/Socket.hpp |1 + net/SslSocket.hpp|2 +- net/WebSocketHandler.hpp | 15 ++- 3 files changed, 12 insertions(+), 6 deletions(-) New commits: commit 3895897213930c45c63b9ab3049c6bc101ebc114 Author: Ashod Nakashian Date: Sat Mar 25 21:50:24 2017 -0400

[Libreoffice-commits] online.git: test/httpwstest.cpp test/integration-http-server.cpp

2017-03-25 Thread Ashod Nakashian
test/httpwstest.cpp | 19 ++- test/integration-http-server.cpp |2 +- 2 files changed, 15 insertions(+), 6 deletions(-) New commits: commit a085f7998b95649ba2676a7c8e7d77cbd143e9f1 Author: Ashod Nakashian Date: Sat Mar 25 14:21:49 2017 -0400 wsd: more in

[Libreoffice-commits] online.git: wsd/ClientSession.cpp wsd/ClientSession.hpp wsd/DocumentBroker.cpp wsd/DocumentBroker.hpp

2017-03-25 Thread Ashod Nakashian
wsd/ClientSession.cpp |2 - wsd/ClientSession.hpp |1 wsd/DocumentBroker.cpp | 62 ++--- wsd/DocumentBroker.hpp | 15 --- 4 files changed, 15 insertions(+), 65 deletions(-) New commits: commit d3a8106cda570fb8881139dc4347e02247036

[Libreoffice-commits] online.git: wsd/DocumentBroker.cpp

2017-03-25 Thread Ashod Nakashian
wsd/DocumentBroker.cpp | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) New commits: commit bd00aa405727ae193c6ae762ce0efd9b580043ae Author: Ashod Nakashian Date: Sat Mar 25 13:57:08 2017 -0400 wsd: assert isCorrectThread Change-Id: I90bfa9ba6b47e657db28a3680fa

[Libreoffice-commits] online.git: wsd/DocumentBroker.cpp

2017-03-25 Thread Ashod Nakashian
wsd/DocumentBroker.cpp | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit a190084b43d6e4b2bedb3ddcfa6376db1f5b161c Author: Ashod Nakashian Date: Sat Mar 25 13:57:47 2017 -0400 wsd: log document loading stats only the first time Since these num

[Libreoffice-commits] online.git: wsd/DocumentBroker.cpp wsd/DocumentBroker.hpp

2017-03-25 Thread Ashod Nakashian
wsd/DocumentBroker.cpp |5 ++--- wsd/DocumentBroker.hpp |4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) New commits: commit a57b9e6917c6d1a80eb4d800d63dfde7f40f79f2 Author: Ashod Nakashian Date: Sat Mar 25 13:56:17 2017 -0400 wsd: const correctness Change-Id: I2

[Libreoffice-commits] core.git: RepositoryExternal.mk

2017-03-25 Thread Thorsten Behrens
RepositoryExternal.mk |4 1 file changed, 4 insertions(+) New commits: commit a4034d56813b6716ae93d455204079cdd2ff9f6f Author: Thorsten Behrens Date: Sun Mar 26 05:57:10 2017 +0200 Package gpgme only for Linux currently Change-Id: Ie7323c59f0183c8e132127694e9e865de494c7a

[Libreoffice-commits] core.git: uitest/calc_tests

2017-03-25 Thread Markus Mohrhard
uitest/calc_tests/autofilter.py | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) New commits: commit aaea953b6e43ca5672b104308042419899a52c72 Author: Markus Mohrhard Date: Sun Mar 26 01:13:34 2017 +0100 uitest: add demo showing how to use auto filter p

[Libreoffice-commits] core.git: uitest/calc_tests

2017-03-25 Thread Markus Mohrhard
uitest/calc_tests/autofilter.py | 24 1 file changed, 24 insertions(+) New commits: commit b3ebb8942115ef0d3fa3840f2056eac9a3bbe23a Author: Markus Mohrhard Date: Sun Mar 26 01:19:00 2017 +0100 uitest: add demo showing how to interact with autofilter popup

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

2017-03-25 Thread Markus Mohrhard
svtools/source/uitest/uiobject.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit f71208f49599cd13529447a0b3e2e27baeae2128 Author: Markus Mohrhard Date: Sun Mar 26 00:21:32 2017 +0100 uitest: allow to change state of checkbox in treelist Change-Id: If76ab52

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

2017-03-25 Thread Markus Mohrhard
sc/source/ui/cctrl/checklistmenu.cxx |4 sc/source/ui/inc/checklistmenu.hxx |1 + svtools/source/uitest/uiobject.cxx | 10 ++ 3 files changed, 15 insertions(+) New commits: commit bc054e18712eb1a560ef27d0f2b0a62fc47bf962 Author: Markus Mohrhard Date: Sun Mar 26 00:20

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

2017-03-25 Thread Markus Mohrhard
vcl/source/uitest/uiobject.cxx | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) New commits: commit 013e5bacc65710f9412de2287749a84e469056a0 Author: Markus Mohrhard Date: Sun Mar 26 01:20:10 2017 +0100 uitest: handle float windows better in the hierarchy dump

[Libreoffice-commits] core.git: include/vcl offapi/com vcl/source

2017-03-25 Thread Markus Mohrhard
include/vcl/uitest/uitest.hxx |2 ++ offapi/com/sun/star/ui/test/XUITest.idl |2 ++ vcl/source/uitest/uitest.cxx| 12 vcl/source/uitest/uno/uitest_uno.cxx|9 + 4 files changed, 25 insertions(+) New commits: commit 3c979a362b59b87dee62c8

[Libreoffice-commits] core.git: uitest/calc_tests

2017-03-25 Thread Markus Mohrhard
uitest/calc_tests/autofilter.py | 30 ++ uitest/calc_tests/data/autofilter.ods |binary 2 files changed, 30 insertions(+) New commits: commit 8d65a2076ee9e76ce2301762fd147cea7091aae4 Author: Markus Mohrhard Date: Sat Mar 25 04:10:24 2017 +0100 uitest: a

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

2017-03-25 Thread Markus Mohrhard
sc/source/ui/uitest/uiobject.cxx | 23 +++ 1 file changed, 23 insertions(+) New commits: commit a25033fabdf1fccd1b201941cb3b921e2cce81bd Author: Markus Mohrhard Date: Sat Mar 25 04:02:28 2017 +0100 uitest: add ability to open autofilter dialog Change-Id: If0

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

2017-03-25 Thread Markus Mohrhard
sc/source/ui/cctrl/checklistmenu.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 03c434e5acf8a2288679776076c3fe7718dfb569 Author: Markus Mohrhard Date: Sat Mar 25 03:29:43 2017 +0100 uitest: add id to autofilter popup Change-Id: Icf3b731c18333d97aa43535e31df73b

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

2017-03-25 Thread Markus Mohrhard
vcl/source/uitest/uiobject.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit b9af0c2964a75be1d59884f4aef1fa5a04f85336 Author: Markus Mohrhard Date: Sun Mar 26 01:15:37 2017 +0100 uitest: allow to find ourself with an ID Change-Id: I5418aba05acd53f00c8d60a7ac7005

[Libreoffice-commits] core.git: uitest/uitest

2017-03-25 Thread Markus Mohrhard
uitest/uitest/bisecting.py | 16 1 file changed, 16 insertions(+) New commits: commit 646be83e93fc2e68fc419cf6893bd1d1c1322bf7 Author: Markus Mohrhard Date: Sun Mar 26 01:50:01 2017 +0100 uitest: add a decorator to document required revision This is the first s

[Libreoffice-commits] core.git: RepositoryExternal.mk solenv/bin

2017-03-25 Thread Thorsten Behrens
RepositoryExternal.mk |2 +- solenv/bin/modules/installer/control.pm |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 8724bcff1e4c9e666125927659db747b483401c3 Author: Thorsten Behrens Date: Sun Mar 26 04:01:02 2017 +0200 Fix gpgme packa

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

2017-03-25 Thread Markus Mohrhard
drawinglayer/source/animation/animationtiming.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 49f8917cd4c10685645128768a2dc63043a7b398 Author: Markus Mohrhard Date: Sun Mar 26 03:25:58 2017 +0200 fix loplugin:loopvartoosmall Change-Id: I4fa577

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

2017-03-25 Thread Bjoern Michaelsen
chart2/source/controller/main/ChartController.cxx |9 + 1 file changed, 1 insertion(+), 8 deletions(-) New commits: commit 83c1a3235d8d803872e1d57a292d3cdc48dae928 Author: Bjoern Michaelsen Date: Fri Mar 24 12:34:06 2017 +0100 Remove obsolete code now that the ChartCo

José Peixoto license statement

2017-03-25 Thread José Peixoto
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2017-03-25 Thread Caolán McNamara
filter/source/msfilter/svdfppt.cxx |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 26262de4d508891d08a97dc280f00b28afcd8c7b Author: Caolán McNamara Date: Sat Mar 25 21:07:57 2017 + ofz#942 fix leak Change-Id: I52f69e9dc4c47764c1b3773b1c41b

Re: master builds, starts but no UI

2017-03-25 Thread Jean-Baptiste Faure
Hi, Le 25/03/2017 à 09:20, Jean-Baptiste Faure a écrit : Hi, I don't know if it is only me: current master builds without problem, it starts but the UI does not show up and it does not crash, it does nothing (CPU = 0%). Under gdb I see nothing I am able to interpret. I am building under Ubuntu

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - odk/docs

2017-03-25 Thread Matthias Seidel
odk/docs/images/bg_table.png |binary odk/docs/sdk_styles.css | 39 ++- 2 files changed, 18 insertions(+), 21 deletions(-) New commits: commit 548f330f31bc238e041e4bfb7b413b8ea641d6ad Author: Matthias Seidel Date: Sat Mar 25 20:29:11 2017 + C

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

2017-03-25 Thread Adolfo Jayme Barrientos
source/text/shared/00/0003.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6be791160b0f09944f9bdbf56dc47273b44be708 Author: Adolfo Jayme Barrientos Date: Sat Mar 25 15:35:42 2017 -0600 Use double prime character (U+2033) for inches Change-Id:

[Libreoffice-commits] core.git: helpcontent2

2017-03-25 Thread Adolfo Jayme Barrientos
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a73f5a4223199a79c073f383b2968964eac36939 Author: Adolfo Jayme Barrientos Date: Sat Mar 25 15:35:42 2017 -0600 Updated core Project: help 6be791160b0f09944f9bdbf56dc47273b44be708 Use dou

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - df/c1786af2d6249558cc91d84a82a7a2772abb12

2017-03-25 Thread Caolán McNamara
df/c1786af2d6249558cc91d84a82a7a2772abb12 |1 + 1 file changed, 1 insertion(+) New commits: commit 54fb088ee7de079045d47dce57265299d4f79cef Author: Caolán McNamara Date: Sat Mar 25 20:52:09 2017 + Notes added by 'git notes add' diff --git a/df/c1786af2d6249558cc91d84a82a7a2772ab

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 13/abe86bb10ee68c302e9b27dba4a438a6c98168

2017-03-25 Thread Caolán McNamara
13/abe86bb10ee68c302e9b27dba4a438a6c98168 |1 + 1 file changed, 1 insertion(+) New commits: commit 8c3ff277d7e077d73d21f41ab76a5d8bbd9e8702 Author: Caolán McNamara Date: Sat Mar 25 20:49:52 2017 + Notes added by 'git notes add' diff --git a/13/abe86bb10ee68c302e9b27dba4a438a6c98

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 86/2d03382236c006ccf21e710cbcb8f65eaf4317

2017-03-25 Thread Caolán McNamara
86/2d03382236c006ccf21e710cbcb8f65eaf4317 |1 + 1 file changed, 1 insertion(+) New commits: commit 333bdf68ad6308a35b47b5ceb0ee4228f1df0d4d Author: Caolán McNamara Date: Sat Mar 25 20:43:15 2017 + Notes added by 'git notes add' diff --git a/86/2d03382236c006ccf21e710cbcb8f65eaf4

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 15/325f02503e3e47201a21fc9da3881fde3fab3f

2017-03-25 Thread Caolán McNamara
15/325f02503e3e47201a21fc9da3881fde3fab3f |1 + 1 file changed, 1 insertion(+) New commits: commit 3293a644ea8c59f247d9acea24038cf64eadb636 Author: Caolán McNamara Date: Sat Mar 25 20:42:03 2017 + Notes added by 'git notes add' diff --git a/15/325f02503e3e47201a21fc9da3881fde3fa

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 40/6374cce33a9b0c06546b2490a33b4e6b183390

2017-03-25 Thread Caolán McNamara
40/6374cce33a9b0c06546b2490a33b4e6b183390 |1 + 1 file changed, 1 insertion(+) New commits: commit 2ee56048f09334cb0b70accd9a094814812b6388 Author: Caolán McNamara Date: Sat Mar 25 20:36:16 2017 + Notes added by 'git notes add' diff --git a/40/6374cce33a9b0c06546b2490a33b4e6b183

[Libreoffice-commits] dev-tools.git: vim_scripts/.ycm_extra_conf.py

2017-03-25 Thread Markus Mohrhard
vim_scripts/.ycm_extra_conf.py | 123 + 1 file changed, 123 insertions(+) New commits: commit 27cb24a38aa9550f5b6011464c38717eb45c1924 Author: Markus Mohrhard Date: Sun Jan 1 19:21:15 2017 +0100 add example .ycm_extra_conf.py script for youcomplete

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

2017-03-25 Thread Andrea Gelmini
chart2/qa/extras/chart2dump/data/simple_chart.ods|binary chart2/qa/extras/chart2dump/reference/chartdatatest/simple_chart.txt |2 +- 2 files changed, 1 insertion(+), 1 deletion(-) New commits: commit 13d4d1cae3d3dbf90774bd68e35e8cee05cf16c9 Author: Andrea Gelmini Date:

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

2017-03-25 Thread Andrea Gelmini
sc/source/ui/app/inputwin.cxx |2 +- sc/source/ui/dbgui/pfiltdlg.cxx|2 +- sc/source/ui/dialogs/searchresults.cxx |2 +- sc/source/ui/src/scfuncs.src |2 +- sc/source/ui/unoobj/docuno.cxx

[Libreoffice-commits] core.git: include/ucbhelper include/unotools include/vbahelper include/vcl

2017-03-25 Thread Andrea Gelmini
include/ucbhelper/cancelcommandexecution.hxx |2 +- include/ucbhelper/providerhelper.hxx |2 +- include/unotools/configvaluecontainer.hxx|2 +- include/vbahelper/vbaeventshelperbase.hxx|2 +- include/vcl/graphictools.hxx |2 +- include/vcl/help.h

[Libreoffice-commits] core.git: drawinglayer/source dtrans/source

2017-03-25 Thread Andrea Gelmini
drawinglayer/source/attribute/linestartendattribute.cxx |2 +- drawinglayer/source/geometry/viewinformation3d.cxx |2 +- drawinglayer/source/primitive2d/primitivetools2d.cxx |2 +- drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx |2 +- drawinglay

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

2017-03-25 Thread Andrea Gelmini
svx/inc/sdr/contact/viewcontactofgraphic.hxx|2 +- svx/inc/sdr/properties/attributeproperties.hxx |2 +- svx/source/accessibility/AccessibleControlShape.cxx |2 +- svx/source/customshapes/EnhancedCustomShapeGeometry.cxx |2 +- svx/source/dialog/dlgctl3d.cxx

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

2017-03-25 Thread Andrea Gelmini
sc/inc/markdata.hxx |2 +- sc/qa/unit/subsequent_filters-test.cxx|4 ++-- sc/qa/unit/ucalc_formula.cxx |2 +- sc/qa/unit/ucalc_sort.cxx |2 +- sc/source/core/data/dociter.cxx |2 +- sc/source/core/data/documen3.cx

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

2017-03-25 Thread Andrea Gelmini
dbaccess/source/core/dataaccess/databasecontext.cxx |2 +- dbaccess/source/core/dataaccess/datasource.hxx |2 +- dbaccess/source/ext/macromigration/migrationengine.cxx |2 +- dbaccess/source/ui/app/AppController.hxx |2 +- dbaccess/source/ui/browser

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

2017-03-25 Thread Andrea Gelmini
desktop/qa/desktop_lib/test_desktop_lib.cxx |4 ++-- desktop/source/app/dispatchwatcher.hxx|2 +- desktop/source/app/officeipcthread.cxx|2 +- desktop/source/deployment/inc/lockfile.hxx

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

2017-03-25 Thread Andrea Gelmini
sw/source/core/swg/SwXMLTextBlocks1.cxx |2 +- sw/source/core/text/blink.cxx|2 +- sw/source/core/text/itrform2.cxx |4 ++-- sw/source/core/text/pormulti.cxx |2 +- sw/source/core/text/txtfly.cxx |2

[Libreoffice-commits] core.git: compilerplugins/clang solenv/CompilerTest_compilerplugins_clang.mk svtools/source svx/source sw/source

2017-03-25 Thread Stephan Bergmann
compilerplugins/clang/loopvartoosmall.cxx | 239 ++--- compilerplugins/clang/test/loopvartoosmall.cxx | 24 ++ solenv/CompilerTest_compilerplugins_clang.mk |1 svtools/source/brwbox/brwbox2.cxx |4 svx/source/fmcomp/gridctrl.cxx

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

2017-03-25 Thread Stephan Bergmann
compilerplugins/clang/redundantinline.cxx | 127 + compilerplugins/clang/test/redundantinline.cxx | 14 ++ compilerplugins/clang/test/redundantinline.hxx | 79 +++ solenv/CompilerTest_compilerplugins_clang.mk |1 4 files changed, 221 insertions(

[Libreoffice-commits] core.git: configure.ac connectivity/source cppuhelper/source cpputools/source cui/source

2017-03-25 Thread Andrea Gelmini
configure.ac |2 +- connectivity/source/commontools/parameters.cxx |2 +- connectivity/source/drivers/firebird/Connection.hxx|2 +- connectivity/source/drivers/firebird/Tables.cxx|2 +- co

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

2017-03-25 Thread Andrea Gelmini
sw/inc/dbmgr.hxx |2 +- sw/inc/doc.hxx|2 +- sw/inc/editsh.hxx |4 ++-- sw/inc/expfld.hxx |2 +- sw/inc/swtypes.hxx|2 +- sw/inc/unochart.hxx

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 4 commits - bean/com bridges/source filter/source javaunohelper/com jurt/com l10ntools/java

2017-03-25 Thread Damjan Jovanovic
bean/com/sun/star/beans/JavaWindowPeerFake.java | 2 bean/com/sun/star/beans/LocalOfficeWindow.java | 4 - bean/com/sun/star/comp/beans/LocalOfficeWindow.java | 8 +- bean/com/sun/star/comp/beans/OOoBe

[Libreoffice-commits] core.git: winaccessibility/source wizards/com wizards/source writerfilter/inc writerfilter/source writerperfect/source

2017-03-25 Thread Andrea Gelmini
winaccessibility/source/UAccCOM/MAccessible.cxx |2 +- wizards/com/sun/star/wizards/agenda/AgendaDocument.py |4 ++-- wizards/com/sun/star/wizards/agenda/TemplateConsts.py |2 +- wizards/com/sun/star/wizards/agenda/TopicsControl.py|2 +- wizards/com/sun/star/wizards

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - wizards/source

2017-03-25 Thread Jean-Pierre Ledure
wizards/source/access2base/Application.xba |2 +- wizards/source/access2base/Database.xba|2 +- wizards/source/access2base/Event.xba |2 +- wizards/source/access2base/Recordset.xba |1 + wizards/source/access2base/Trace.xba |2 +- wizards/source/access2base/Ut

[Libreoffice-commits] core.git: RepositoryExternal.mk

2017-03-25 Thread Thorsten Behrens
RepositoryExternal.mk |6 ++ 1 file changed, 6 insertions(+) New commits: commit cc71c6adfd811e50d2dc92ee60eae2c709019574 Author: Thorsten Behrens Date: Sat Mar 25 01:28:07 2017 +0100 gpg4libre: actually package the gpgme libs Change-Id: Ibcfc7946210d64450e8d0ce3b53461c62

[Libreoffice-commits] core.git: xmerge/source xmloff/inc xmloff/README xmloff/source xmlscript/source xmlsecurity/inc xmlsecurity/source

2017-03-25 Thread Andrea Gelmini
xmerge/source/xmerge/java/org/openoffice/xmerge/merger/Iterator.java |2 +- xmloff/README|2 +- xmloff/inc/txtfldi.hxx |2 +- xmloff/inc/txtvfldi.hxx

[Libreoffice-commits] core.git: udkapi/com UnoControls/source

2017-03-25 Thread Andrea Gelmini
UnoControls/source/controls/progressmonitor.cxx |2 +- udkapi/com/sun/star/reflection/TypeDescriptionManager.idl |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit e9b628760e2606769d7cc7fa2993729b796628d3 Author: Andrea Gelmini Date: Fri Mar 24 15:35:

[Libreoffice-commits] core.git: vbahelper/source vcl/inc vcl/README vcl/source vcl/unx vcl/win

2017-03-25 Thread Andrea Gelmini
vbahelper/source/vbahelper/vbashapes.cxx |2 +- vcl/README |2 +- vcl/inc/opengl/PackedTextureAtlas.hxx|2 +- vcl/inc/regband.hxx |2 +- vcl/inc/svdata.hxx |2 +- vcl/inc/unx/fontmanager.hxx

[Libreoffice-commits] core.git: testtools/qa toolkit/qa toolkit/README toolkit/source toolkit/test tools/source ucb/qa ucb/source udkapi/com unotools/qa unotools/source unoxml/source

2017-03-25 Thread Andrea Gelmini
testtools/qa/cli/readme.txt |2 +- toolkit/README|2 +- toolkit/qa/complex/toolkit/Assert.java|2 +- toolkit/qa/complex/toolkit/GridControl.java |2 +- toolkit/source/awt/ani

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

2017-03-25 Thread Stephan Bergmann
compilerplugins/clang/redundantcast.cxx | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) New commits: commit 3c7652203cc381e5c8c06d42130ca3bae5576fd2 Author: Stephan Bergmann Date: Sat Mar 25 10:46:00 2017 +0100 Teach loplugin:redundantcast about C-style

[Libreoffice-commits] core.git: include/tools include/vcl

2017-03-25 Thread Stephan Bergmann
include/tools/colordata.hxx | 12 +--- include/vcl/salgtype.hxx|6 +- 2 files changed, 14 insertions(+), 4 deletions(-) New commits: commit f175ded3aef01cf598a1838cf93b8b3f37b6933c Author: Stephan Bergmann Date: Sat Mar 25 10:38:47 2017 +0100 Replace some macros with

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

2017-03-25 Thread Stephan Bergmann
include/oox/export/utils.hxx |2 oox/source/export/chartexport.cxx| 62 +++ oox/source/export/drawingml.cxx | 106 +-- oox/source/export/shapes.cxx | 60 +++ sd/source/filter/eppt/ppt

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

2017-03-25 Thread Stephan Bergmann
filter/source/msfilter/eschesdo.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0f9b0f471249910787c4da111363efc57bf316d9 Author: Stephan Bergmann Date: Sat Mar 25 10:30:17 2017 +0100 loplugin:redundantcast Change-Id: I7f20df3b568f9c33a66726202952d

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

2017-03-25 Thread Stephan Bergmann
sc/source/ui/pagedlg/tptable.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7c5f01fcd8659d2c94f7d92beb261cb225787b0e Author: Stephan Bergmann Date: Sat Mar 25 10:29:33 2017 +0100 loplugin:redundantcast Change-Id: I61676e74413942ff5bde9ae8d376269a

[Libreoffice-commits] core.git: o3tl/qa odk/examples odk/source offapi/com officecfg/README onlineupdate/source oox/inc oox/README oox/source package/source pyuno/source

2017-03-25 Thread Andrea Gelmini
o3tl/qa/test-lru_map.cxx |2 +- odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java |2 +- odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java |2 +- odk/examp

[Libreoffice-commits] core.git: solenv/bin solenv/doc solenv/gbuild starmath/inc starmath/source stoc/source svl/source svtools/source

2017-03-25 Thread Andrea Gelmini
solenv/bin/concat-deps.c |6 +++--- solenv/doc/gbuild/solenv/gbuild/gbuild.mk |4 ++-- solenv/gbuild/gbuild.mk|4 ++-- starmath/inc/cursor.hxx|2 +- starmath/source/cursor.cxx

Re: LODev 5.4.0 TB62 x86 test build for Windows XP

2017-03-25 Thread Dennis Roczek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi *, BTW: I just tested the build yesterday night with the computer at my dad's home (which is still used as fax, music machine, and with a cashier software) and LibreOffice installs fine, and works like a charm. (importing PDF, opening DOC, creati

Re: master builds, starts but no UI

2017-03-25 Thread julien2412
Confirming too with master sources updated yesterday on x86-64 with Debian + gtk3 With gtk, no pb with UI. Julien -- View this message in context: http://nabble.documentfoundation.org/master-builds-starts-but-no-UI-tp4211020p4211029.html Sent from the Dev mailing list archive at Nabble.com. __

[Libreoffice-commits] core.git: qadevOOo/runner qadevOOo/tests

2017-03-25 Thread Andrea Gelmini
qadevOOo/runner/helper/APIDescGetter.java |2 +- qadevOOo/runner/helper/ConfigHelper.java|2 +- qadevOOo/runner/lib/TestParameters.java |2 +- qadevOOo/runner/share/LogWriter.java

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

2017-03-25 Thread Andrea Gelmini
sd/source/core/EffectMigration.cxx |2 +- sd/source/core/drawdoc4.cxx |2 +- sd/source/filter/eppt/pptexanimations.cxx |2 +- sd/source/filter/html/pubdlg.cxx|2 +- sd/source/filter/ppt/pptin.cxx

[Libreoffice-commits] core.git: reportbuilder/java reportdesign/source rsc/source sal/osl sal/qa sal/textenc sax/qa sax/source sax/test

2017-03-25 Thread Andrea Gelmini
reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FixedTextLayoutController.java |2 +- reportdesign/source/core/api/ReportDefinition.cxx |2 +- reportdesign/source/ui/inc/GeometryHandler.hxx

[Libreoffice-commits] core.git: javaunohelper/com javaunohelper/test jurt/com l10ntools/inc l10ntools/source libreofficekit/README libreofficekit/source lingucomponent/source linguistic/source linguis

2017-03-25 Thread Andrea Gelmini
javaunohelper/com/sun/star/comp/helper/ComponentContext.java| 2 +- javaunohelper/test/com/sun/star/lib/uno/helper/InterfaceContainer_Test.java | 4 ++-- jurt/com/sun/star/comp/loader/JavaLoader.java | 4 ++-- l10ntools/inc/common.hxx

[Libreoffice-commits] core.git: include/jvmfwk include/o3tl include/oox include/osl include/registry include/rtl include/sal include/sfx2

2017-03-25 Thread Andrea Gelmini
include/jvmfwk/framework.hxx|4 ++-- include/o3tl/any.hxx|2 +- include/o3tl/strong_int.hxx |4 ++-- include/oox/dump/dumperbase.hxx |2 +- include/osl/file.h |6 +++--- include/osl/security_decl.hxx |2 +- include/osl/socket.h

[Libreoffice-commits] core.git: include/svtools include/svx include/tools

2017-03-25 Thread Andrea Gelmini
include/svtools/fmtfield.hxx |4 ++-- include/svtools/ivctrl.hxx|4 ++-- include/svtools/parhtml.hxx |2 +- include/svtools/table/tablesort.hxx |2 +- include/svx/dialcontrol.hxx |2 +- include/svx/fmsearch.hxx

Re: master builds, starts but no UI

2017-03-25 Thread Thorsten Wagner
Hi all, confirming on Debian 4.9.13. Build is without errors - no GUI, but no crash when running. brgds Thorsten > On 25.03.2017, at 09:20, Jean-Baptiste Faure wrote: > > Hi, > > I don't know if it is only me: current master builds without problem, it > starts but the UI does not show up a

[Libreoffice-commits] core.git: editeng/source embeddedobj/source embeddedobj/test embedserv/source extensions/source extensions/test

2017-03-25 Thread Andrea Gelmini
editeng/source/misc/hangulhanja.cxx |2 +- editeng/source/outliner/outliner.cxx |2 +- editeng/source/rtf/rtfitem.cxx|2 +- editeng/source/uno/unoedhlp.cxx |2 +- embedd

[Libreoffice-commits] core.git: i18npool/source i18nutil/README idlc/source include/apple_remote include/basegfx include/canvas include/comphelper include/connectivity include/cppu include/dbaccess in

2017-03-25 Thread Andrea Gelmini
i18npool/source/collator/gencoll_rule.cxx |2 +- i18nutil/README |2 +- idlc/source/options.cxx |2 +- include/apple_remote/RemoteControl.h

[Libreoffice-commits] core.git: filter/source forms/source fpicker/source

2017-03-25 Thread Andrea Gelmini
filter/source/graphicfilter/etiff/etiff.cxx |2 +- filter/source/graphicfilter/ipict/ipict.cxx |2 +- filter/source/graphicfilter/ipict/shape.cxx |2 +- filter/source/msfilter/dffpropset.cxx |2 +-

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

2017-03-25 Thread Andrea Gelmini
framework/inc/jobs/configaccess.hxx|2 +- framework/inc/threadhelp/gate.hxx |2 +- framework/inc/threadhelp/transactionbase.hxx |2 +- framework/qa/complex/XTitle/CheckXTitle.java |2 +- framework/qa/complex/framework/aut

[Libreoffice-commits] core.git: canvas/source chart2/qa chart2/source comphelper/qa compilerplugins/clang

2017-03-25 Thread Andrea Gelmini
canvas/source/cairo/cairo_canvashelper.cxx |2 +- canvas/source/vcl/windowoutdevholder.hxx |2 +- chart2/qa/extras/chart2dump/chart2dump.cxx |4 ++-- chart2/source/controller/main/ChartController_Window.cxx

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

2017-03-25 Thread Jean-Pierre Ledure
wizards/source/access2base/Application.xba |2 +- wizards/source/access2base/Database.xba|2 +- wizards/source/access2base/Event.xba |2 +- wizards/source/access2base/Recordset.xba |1 + wizards/source/access2base/Trace.xba |2 +- wizards/source/access2base/Ut

master builds, starts but no UI

2017-03-25 Thread Jean-Baptiste Faure
Hi, I don't know if it is only me: current master builds without problem, it starts but the UI does not show up and it does not crash, it does nothing (CPU = 0%). Under gdb I see nothing I am able to interpret. I am building under Ubuntu 16.04 x86-64 I encounter this problem one or two days,