[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sc/source

2016-10-09 Thread Markus Mohrhard
sc/source/ui/view/gridwin.cxx | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) New commits: commit 64c25f120cd96cb6c1c232cc86661d9927840851 Author: Markus Mohrhard Date: Sat Oct 8 00:20:37 2016 +0200 skip hidden rows/columns for spellchecking, tdf#99607

[Libreoffice-commits] core.git: 5 commits - chart2/source uitest/calc_tests uitest/demo_ui uitest/libreoffice uitest/test_main.py uitest/uitest xmloff/source

2016-10-10 Thread Markus Mohrhard
|2 - uitest/uitest/path.py | 31 ++ xmloff/source/chart/PropertyMaps.cxx | 11 ++- 7 files changed, 51 insertions(+), 18 deletions(-) New commits: commit 49b50720880b3c6b685568b998282b2b394f2913 Author: Markus Mohrhard

comment about connection.py in UI testing code

2016-10-10 Thread Markus Mohrhard
Hey Stephan, to come back to your comment from IRC earlier. https://cgit.freedesktop.org/libreoffice/core/commit/?id=74bf4ca9f382fa12481fda18b57cdce4c0d5422b should catch the case now that the started LibreOffice instance has already stopped before we can connect. Additionally I found some more

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

2016-10-11 Thread Markus Mohrhard
uitest/calc_tests/tdf96453.py |1 - 1 file changed, 1 deletion(-) New commits: commit 70ce443e7b767fceef4a22b07ab371f02f7252e5 Author: Markus Mohrhard Date: Tue Oct 11 17:15:20 2016 +0200 forgot to actually remove the problematic import Change-Id

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sc/inc sc/Library_sc.mk sc/source

2016-10-13 Thread Markus Mohrhard
/msgpool.hxx |2 sc/source/ui/view/cellsh1.cxx | 74 +--- sc/source/ui/view/tabvwshc.cxx| 47 + 18 files changed, 316 insertions(+), 264 deletions(-) New commits: commit 98b580b302267fb7c781e94ef6d175d696e9e848 Author: Markus Mohrhard

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - xmloff/source

2016-10-13 Thread Markus Mohrhard
xmloff/source/chart/PropertyMaps.cxx | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) New commits: commit cf5d6ccea23549aea708c6e399a982598b2b58aa Author: Markus Mohrhard Date: Mon Oct 10 00:58:42 2016 +0200 catch the exception to prevent broken charts, tdf#98690

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - chart2/source

2016-10-13 Thread Markus Mohrhard
chart2/source/controller/main/ChartController.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 0e8045fd2365c5adf986cd845d4d1a185ffe0aeb Author: Markus Mohrhard Date: Sun Oct 9 00:57:13 2016 +0200 avoid crashes on broken charts, related tdf#98690

[Libreoffice-commits] cppunit.git: Branch 'feature/c++11' - include/cppunit

2016-10-15 Thread Markus Mohrhard
include/cppunit/extensions/HelperMacros.h | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) New commits: commit 840675f45d1245732b0f3ae5c1a5b4fc5fffec7b Author: Markus Mohrhard Date: Sat Oct 15 17:09:59 2016 +0200 replace with std::unique_ptr diff --git a/include

[Libreoffice-commits] cppunit.git: 7 commits - configure.ac doc/FAQ include/cppunit INSTALL-unix m4/ax_cxx_rtti.m4 Makefile.am NEWS src/cppunit

2016-10-15 Thread Markus Mohrhard
- src/cppunit/TypeInfoHelper.cpp |6 --- 16 files changed, 15 insertions(+), 192 deletions(-) New commits: commit e8c0def96e6ca4370377747bda1d8a8c0dab4867 Author: Markus Mohrhard Date: Sat Oct 15 17:46:30 2016 +0200 update NEWS diff --git a/NEWS b/NEWS index 65dd5d8

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

2017-08-16 Thread Markus Mohrhard
/document10.cxx |9 + sc/source/core/data/table7.cxx | 10 ++ 7 files changed, 101 insertions(+) New commits: commit aca98e591fcb15bbc9be38db087ef51192c53a68 Author: Markus Mohrhard Date: Wed Aug 16 04:33:32 2017 +0200 add a way to restore from our new cache format Change

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

2017-08-16 Thread Markus Mohrhard
: Markus Mohrhard Date: Tue Aug 15 19:58:04 2017 +0200 external data: apply the transformation still in the fetch thread Change-Id: I0509a569f47fcf838ea5c102e6fd0c6e765a0152 Reviewed-on: https://gerrit.libreoffice.org/41208 Tested-by: Jenkins Reviewed-by: Markus Mohrhard

New Calc Internal Code Feature: An API for dumping and reloading a sheet's content to a (file) stream

2017-08-16 Thread Markus Mohrhard
Hey, I wanted quickly present the new Calc content cache that I just added. The last round of patches has just been pushed for gerrit builds. I hope this code is also useful for someone else. * What it is? The code is a fast and simple binary storage of a ScTable's cell content. It is meant to

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

2017-08-16 Thread Markus Mohrhard
sc/source/core/data/column4.cxx | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) New commits: commit b06c374a3f2acbd1412bb195fc424ff3ce64d8b2 Author: Markus Mohrhard Date: Wed Aug 16 16:03:51 2017 +0200 add formula cells/groups to the cache

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

2017-08-16 Thread Markus Mohrhard
sc/workben/cache.py | 11 +++ 1 file changed, 11 insertions(+) New commits: commit 0e0f197fc76209282ad582cf79b6141346fc5cd2 Author: Markus Mohrhard Date: Wed Aug 16 16:04:16 2017 +0200 handle formula cells also in the python script Change-Id

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

2017-08-16 Thread Markus Mohrhard
sc/source/core/data/column4.cxx | 28 1 file changed, 28 insertions(+) New commits: commit 8e5271e180e1f0c6239b7b078d065d5979d86d21 Author: Markus Mohrhard Date: Wed Aug 16 16:20:38 2017 +0200 also import formula cells again from the cache Change

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

2017-08-18 Thread Markus Mohrhard
desktop/source/app/updater.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 10a914f3d891ca641fea99b19fb2de4f9a956cb4 Author: Markus Mohrhard Date: Sun Aug 13 19:53:55 2017 +0200 updater: use forward slashes Change-Id

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

2017-08-19 Thread Markus Mohrhard
sc/source/ui/view/gridwin.cxx |3 +-- sc/source/ui/view/gridwin2.cxx |2 +- sc/source/ui/view/gridwin4.cxx |7 +++ 3 files changed, 5 insertions(+), 7 deletions(-) New commits: commit be5511822416c27647fbdc8cd36a19bd8ccce488 Author: Markus Mohrhard Date: Fri Aug 18 20:02:05

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

2017-08-19 Thread Markus Mohrhard
sc/source/ui/dataprovider/dataprovider.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit ca0f046d43d22e8c6cf6da7ab5c6e69b6b6e2eaf Author: Markus Mohrhard Date: Fri Aug 18 19:59:48 2017 +0200 external data: forgot to add the new html provider to the list Change-Id

[Libreoffice-commits] core.git: 4 commits - bin/update desktop/source

2017-08-19 Thread Markus Mohrhard
.join(uncompress_dir, os.listdir(uncompress_dir)[0].replace(" ", "_"))) else: print("Error: unknown extension " + extension) commit 5daa3a1cc0bced06c638952ececf4299ef71183a Author: Markus Mohrhard Date: Sat Aug 19 22:10:27 2017 +0200 updater: make

[Libreoffice-commits] core.git: 2 commits - officecfg/registry sc/inc sc/sdi sc/source sc/uiconfig

2017-08-19 Thread Markus Mohrhard
|1 sc/uiconfig/scalc/ui/dataprovider.ui | 77 +- 9 files changed, 150 insertions(+), 14 deletions(-) New commits: commit 5b60aeb5cb6306f84f6ec44adbe1033e89a2962c Author: Markus Mohrhard Date: Sat Aug 19 23:24:51 2017 +0200 external data

[Libreoffice-commits] core.git: bin/update

2017-08-19 Thread Markus Mohrhard
bin/update/create_partial_update.py |2 ++ 1 file changed, 2 insertions(+) New commits: commit b9f85538e65882238de80ab36c864bc0082ad7f4 Author: Markus Mohrhard Date: Sun Aug 20 01:39:06 2017 +0200 updater: another place needs to handle additional dir level on windows Change

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

2017-08-19 Thread Markus Mohrhard
commits: commit 28e4240f81ccc1804ecf4b776290b3553f8d1c61 Author: Markus Mohrhard Date: Sun Aug 20 03:34:11 2017 +0200 external data: add a way to get the available data sourcesfor a provider Change-Id: I1620537ee004c5acbc85db05dce2b8e3b84bb565 Reviewed-on: https

[Libreoffice-commits] core.git: bin/update desktop/source instsetoo_native/CustomTarget_setup.mk

2017-08-20 Thread Markus Mohrhard
22aaa9be2ef05358f672ce8fc9f6978664741e7f Author: Markus Mohrhard Date: Sun Aug 20 19:42:43 2017 +0200 updater: move the update channel info from the config to versionrc Change-Id: Id19578a889de51cacac869d7ec681c5c18c40cf9 Reviewed-on: https://gerrit.libreoffice.org/41365

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

2017-08-20 Thread Markus Mohrhard
desktop/source/app/updater.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bfd8a4e22fe584939f67b64c9c9495a466b16576 Author: Markus Mohrhard Date: Mon Aug 21 00:54:07 2017 +0200 updater: looser throw specification for what() of exception Change-Id

[Libreoffice-commits] core.git: scp2/source solenv/bin

2017-08-20 Thread Markus Mohrhard
scp2/source/ooo/common_brand.scp|9 + solenv/bin/modules/installer/scriptitems.pm | 21 + 2 files changed, 30 insertions(+) New commits: commit ad21f8ec355dd356bdfe72c67ebf3c4c5cf3f235 Author: Markus Mohrhard Date: Mon Aug 21 03:10:33 2017 +0200

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

2017-08-20 Thread Markus Mohrhard
fpicker/source/office/RemoteFilesDialog.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 893298e777decac8671fa24b3083357f31a924eb Author: Markus Mohrhard Date: Mon Jul 31 02:22:54 2017 +0200 avoid out of bounds access Change-Id

[Libreoffice-commits] core.git: onlineupdate/Executable_updater.mk

2017-08-20 Thread Markus Mohrhard
onlineupdate/Executable_updater.mk | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) New commits: commit 5b517e43e21885bb0cf4342865d70218b2298ec8 Author: Markus Mohrhard Date: Mon Aug 21 03:58:19 2017 +0200 updater: set executable type GUI for updater.exe Change

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

2017-08-20 Thread Markus Mohrhard
onlineupdate/source/update/updater/progressui_win.cxx | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit 9e159f8b868a95ffe0998fdc8dffbbc171f6037b Author: Markus Mohrhard Date: Mon Aug 21 08:46:44 2017 +0200 updater: always show the updater UI

[Libreoffice-commits] core.git: onlineupdate/Executable_test_updater_dialog.mk onlineupdate/Module_onlineupdate.mk onlineupdate/workben Repository.mk

2017-08-21 Thread Markus Mohrhard
(+) New commits: commit 12b3725aeff5d016d11853c9c8d5077f7e8f7b71 Author: Markus Mohrhard Date: Mon Aug 21 09:32:02 2017 +0200 updater: add a way to test the dialog code of the updater Change-Id: I7436edc85f87d1f68b50d39bf29564ff498c9ab9 diff --git a/Repository.mk b/Repository.mk index

[Libreoffice-commits] core.git: onlineupdate/StaticLibrary_libmarverify.mk

2017-08-21 Thread Markus Mohrhard
onlineupdate/StaticLibrary_libmarverify.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e531818579c27ab2e505f1ae960f8a0b9c1c0797 Author: Markus Mohrhard Date: Tue Aug 22 00:20:12 2017 +0200 updater: fix error in linux part of updater makefiles

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

2017-08-21 Thread Markus Mohrhard
ucb/source/ucp/webdav/DAVSessionFactory.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0e35b7738d9f276c0566df0f2cc0f1eed7900d6c Author: Markus Mohrhard Date: Tue Aug 22 00:24:08 2017 +0200 fix build regression from

[Libreoffice-commits] core.git: onlineupdate/Executable_updater.mk onlineupdate/Module_onlineupdate.mk onlineupdate/source onlineupdate/workben Repository.mk

2017-08-22 Thread Markus Mohrhard
/test_dialog.cxx |7 ++- 5 files changed, 14 insertions(+), 7 deletions(-) New commits: commit c832aae70e55f5f97f5f9093735f493cd29cd9b9 Author: Markus Mohrhard Date: Tue Aug 22 19:59:10 2017 +0200 updater: get the updater GUI working on Linux Change-Id

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

2017-08-22 Thread Markus Mohrhard
onlineupdate/source/update/updater/progressui_gtk.cxx|5 onlineupdate/source/update/updater/progressui_gtk_icon.h | 259 +++ 2 files changed, 261 insertions(+), 3 deletions(-) New commits: commit b622db74f0dcb32cb1d64f1ad1a365bd45106443 Author: Markus Mohrhard Date: Tue

[Libreoffice-commits] core.git: Changes to 'feature/external-data-ui'

2017-08-23 Thread Markus Mohrhard
New branch 'feature/external-data-ui' available with the following commits: commit 7190adcd400aee9125fee4e559410c5f346e1058 Author: Markus Mohrhard Date: Wed Aug 23 12:18:40 2017 +0200 external data: test application for my UI work

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

2017-08-24 Thread Markus Mohrhard
solenv/bin/modules/installer/scriptitems.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2b78b9feab9521e614b9edae17709cb6e2001292 Author: Markus Mohrhard Date: Fri Aug 25 07:42:14 2017 +0200 updater: fix the handling of ~ in the update config

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

2017-08-29 Thread Markus Mohrhard
include/svx/listctrl.hxx | 57 svx/Library_svxcore.mk |1 svx/source/dialog/listctrl.cxx | 145 + 3 files changed, 203 insertions(+) New commits: commit 218ca21147c0a8c7da4691ed63915499cfc1c80e Author: Markus Mohrhard

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

2017-08-29 Thread Markus Mohrhard
: Markus Mohrhard Date: Sun Aug 27 10:55:55 2017 +0200 external data: add a simple table view for spreadsheet data Change-Id: I3c22a908c5e1dd1a02494931478ca7e29ecea0c2 Reviewed-on: https://gerrit.libreoffice.org/41599 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard

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

2017-08-29 Thread Markus Mohrhard
sc/qa/unoapi/sc_4.sce |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 4b1f1d6aef27b078b815ceb103fc03f513fd7a98 Author: Markus Mohrhard Date: Tue Aug 29 14:54:28 2017 +0200 disable unstable UNO API tests Change-Id

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

2017-08-29 Thread Markus Mohrhard
onlineupdate/source/update/updater/progressui_gtk_icon.h | 454 ++- 1 file changed, 200 insertions(+), 254 deletions(-) New commits: commit 663b0a92dc845191b7a7e01856d4b5bee3e0e404 Author: Markus Mohrhard Date: Tue Aug 29 14:58:48 2017 +0200 update the gtk updater icon with

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

2017-08-29 Thread Markus Mohrhard
include/svx/listctrl.hxx |1 + svx/source/dialog/listctrl.cxx | 13 + 2 files changed, 14 insertions(+) New commits: commit 492462a3e79a3d6577e4b3a543ae059a4850267a Author: Markus Mohrhard Date: Mon Aug 28 22:32:36 2017 +0200 handle scroll wheel scrolling in new

[Libreoffice-commits] core.git: 2 commits - include/svx include/vcl svx/Library_svxcore.mk svx/source vcl/Library_vcl.mk vcl/source

2017-08-29 Thread Markus Mohrhard
: Markus Mohrhard Date: Tue Aug 29 12:13:16 2017 +0200 move ListControl to vcl Change-Id: I022bba9a9a4d3d0bdb25ca8fa43aef2544decddb Reviewed-on: https://gerrit.libreoffice.org/41682 Tested-by: Jenkins Reviewed-by: Markus Mohrhard diff --git a/include/svx/listctrl.hxx b

[Libreoffice-commits] core.git: instsetoo_native/CustomTarget_setup.mk

2017-08-31 Thread Markus Mohrhard
instsetoo_native/CustomTarget_setup.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b75e6efdd04fa1128dd2cef6e28b1ad172464143 Author: Markus Mohrhard Date: Thu Aug 31 10:41:07 2017 +0300 Check ENABLE_ONLINE_UPDATE_MAR in one more place Change-Id

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

2017-09-01 Thread Markus Mohrhard
sc/inc/datauno.hxx |2 +- sc/source/ui/unoobj/datauno.cxx | 14 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) New commits: commit cb14008337e7b7ebbc0b5724f98ac9633e1b9331 Author: Markus Mohrhard Date: Sat Sep 2 03:39:36 2017 +0200 make sure parent

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

2016-08-26 Thread Markus Mohrhard
extensions/source/update/check/updateinfo.hxx | 15 --- 1 file changed, 15 deletions(-) New commits: commit d54773ada2301d3a5c1ffc702715cd2d4006ad53 Author: Markus Mohrhard Date: Mon Aug 8 04:43:26 2016 +0200 remove unnecessary default constructor and operator

feedback for the xlsx import improvements

2016-08-31 Thread Markus Mohrhard
Hey Maarten, thanks a lot for the two awesome XLSX import improvements. If possible it would be nice to have test cases for the two. For the bug fix this would be a simple test document that can be used in one of the automated tests. For the performance improvement it would be a document showing

Re: feedback for the xlsx import improvements

2016-09-06 Thread Markus Mohrhard
Hey, On Tue, Sep 6, 2016 at 9:10 PM, Maarten Bosmans wrote: > 2016-09-01 2:59 GMT+02:00 Markus Mohrhard >: > > For the bug fix this would be a simple test document that can be used in > > one of the automated tests. > > I'm looking into making a test case f

Re: export-validation in tests by default causing 32 bit Ubuntu to crash

2016-09-08 Thread Markus Mohrhard
Hey Luke, On Thu, Sep 8, 2016 at 6:44 PM, Luke Benes wrote: > Ever since > https://cgit.freedesktop.org/libreoffice/core/commit/?id= > 0868f670374cdcf6c2610d91ff8702f59b2e0bd3 > > With 32-bit Ubuntu 16.04, I'm getting the following build failure: > > CUT] sw_ww8import > testTscp::Import_Export_I

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - extensions/source

2016-09-09 Thread Markus Mohrhard
extensions/source/update/check/updatecheck.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 08f79e4686b97b8dae4acf0a804b8bbd1c29dd34 Author: Markus Mohrhard Date: Mon Aug 8 04:44:09 2016 +0200 it is possible that Sources is empty See e.g. http

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

2016-09-09 Thread Markus Mohrhard
include/xmloff/unoatrcn.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 9f0bf2c32ae5adde6ec73a3eecdb108ab1457049 Author: Markus Mohrhard Date: Sat Sep 10 00:15:04 2016 +0200 fix the build Change-Id: I600d1820d95ecbd428bbda18b3a07ec225bd2db0

[Libreoffice-commits] dev-tools.git: uitest/execute.sh

2016-09-09 Thread Markus Mohrhard
uitest/execute.sh |1 + 1 file changed, 1 insertion(+) New commits: commit 4fb6ce2b46c30f73472c699b5ad58a4dd5e3912d Author: Markus Mohrhard Date: Sat Sep 10 06:14:24 2016 +0200 add demo script to execute test with UI we should add this feature to the makefiles at some point

Re: [ANN] mdds 1.2.2 hits master

2016-09-10 Thread Markus Mohrhard
Hey, On Sat, Sep 10, 2016 at 4:28 PM, Kohei Yoshida wrote: > I've just upgraded mdds to 1.2.2 on the master branch. 1.2.2 contains > one critical fix since 1.2.1 to handle out-of-range insertions on > flat_segment_tree, and will *probably* fix the following two crashers: > > http://crashreport.

[Libreoffice-commits] test-files.git: loperf_suites/calc loperf_suites/calc_suite.cfg loperf/tdf100709.xlsx

2016-09-11 Thread Markus Mohrhard
loperf/tdf100709.xlsx |binary loperf_suites/calc/100709.cfg |2 ++ loperf_suites/calc_suite.cfg |2 +- 3 files changed, 3 insertions(+), 1 deletion(-) New commits: commit a8e030d69890a4f5f8edfc6fb189eda493ec2d12 Author: Markus Mohrhard Date: Mon Sep 12 04:34:57 2016 +0200

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

2016-09-12 Thread Markus Mohrhard
svtools/source/misc/transfer.cxx |4 1 file changed, 4 deletions(-) New commits: commit ed7e74ae1c7ecfc29df152a8397fb9f6e1763a60 Author: Markus Mohrhard Date: Thu Jul 14 21:59:30 2016 +0200 try to avoid the deadlock around the clipboard, tdf#56818 This deadlocks in the

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

2016-09-12 Thread Markus Mohrhard
sw/source/uibase/app/apphdl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a46076245ca6a85712f51187553f5abd3f0aa79a Author: Markus Mohrhard Date: Tue Sep 13 04:09:21 2016 +0200 avoid crash with nullptr access e.g. http

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sw/source

2016-09-13 Thread Markus Mohrhard
sw/source/uibase/app/apphdl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0dc5bbc155311d6d687e4f29620c6652b988dd0d Author: Markus Mohrhard Date: Tue Sep 13 04:34:05 2016 +0200 avoid crash with nullptr access e.g. http

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

2016-09-13 Thread Markus Mohrhard
New branch 'feature/fixes35' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'feature/fixes35' - 2 commits - embeddedobj/source svtools/source

2016-09-13 Thread Markus Mohrhard
embeddedobj/source/commonembedding/miscobj.cxx | 22 -- svtools/source/misc/transfer.cxx |4 2 files changed, 12 insertions(+), 14 deletions(-) New commits: commit e233fe86fba26a9db260164e44d387de0d22ac8d Author: Markus Mohrhard Date: Thu Jul 14 21

[Libreoffice-commits] test-files.git: loperf_suites/calc

2016-09-13 Thread Markus Mohrhard
loperf_suites/calc/100709.cfg|2 -- loperf_suites/calc/tdf100709.cfg |2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 2d0e801aa5fb9f2aefeb43730f14a2c31dd11383 Author: Markus Mohrhard Date: Wed Sep 14 08:28:38 2016 +0200 the tdf prefix was missing

Re: [ANN] mdds 1.2.2 hits master

2016-09-15 Thread Markus Mohrhard
Hey, On Fri, Sep 16, 2016 at 1:38 AM, Kohei Yoshida wrote: > On Wed, 2016-09-14 at 09:33 +0200, Eike Rathke wrote: > > > > > For anyone wondering the only two changes against 1.2.1 are: > > > > > > https://gitlab.com/mdds/mdds/commit/22c0057292431e76fef690ed2856c3a > > > cb8eac20e > > > https://

Re: Fatal error trying to open new build

2016-09-16 Thread Markus Mohrhard
Hey, On Sat, Sep 17, 2016 at 1:58 AM, Michael Lewis wrote: > I tried open instdir/LibreOfficeDev.app and got: > > > LibreOfficeDev 5.3 - Fatal Error > The application cannot be started. > A general error occurred while accessing your central configuration. > ("component context fails to supply s

[Libreoffice-commits] core.git: Changes to 'feature/orcus-odf-rebased2'

2016-09-17 Thread Markus Mohrhard
New branch 'feature/orcus-odf-rebased2' available with the following commits: commit 024700114041b4e5bb34ebe81d1a6f3123aefc4c Author: Markus Mohrhard Date: Sat Sep 17 13:36:56 2016 +0200 make sure the test is not executed before the libs have been built

[Libreoffice-commits] core.git: Branch 'feature/orcus-odf-rebased2' - 40 commits - configure.ac desktop/CppunitTest_desktop_lib.mk download.lst external/liborcus RepositoryExternal.mk sc/CppunitTest_s

2016-09-17 Thread Markus Mohrhard
Rebased ref, commits from common ancestor: commit d2931cb960d812a0a8b9002ec57217404261c1ed Author: Markus Mohrhard Date: Sat Sep 17 13:36:56 2016 +0200 make sure the test is not executed before the libs have been built Change-Id: Idf9e638ac559e1135182811c2bc30465efe45d3d diff

[Libreoffice-commits] core.git: Branch 'feature/orcus-odf-rebased2' - 41 commits - configure.ac desktop/CppunitTest_desktop_lib.mk download.lst external/liborcus include/o3tl RepositoryExternal.mk sc/

2016-09-17 Thread Markus Mohrhard
Rebased ref, commits from common ancestor: commit 3ba2878bdfc62760ab50b0dac05dc0397793e702 Author: Markus Mohrhard Date: Sat Sep 17 13:36:56 2016 +0200 make sure the test is not executed before the libs have been built Change-Id: Idf9e638ac559e1135182811c2bc30465efe45d3d diff

[Libreoffice-commits] core.git: Branch 'feature/orcus-odf-rebased2' - 19 commits - desktop/CppunitTest_desktop_lib.mk sc/CppunitTest_sc_subsequent_filters_test.mk sc/inc sc/Module_sc.mk sc/Package_res

2016-09-17 Thread Markus Mohrhard
Rebased ref, commits from common ancestor: commit afcf0c199d3b1e86c084b1778ae7237f02db5848 Author: Markus Mohrhard Date: Sat Sep 17 13:36:56 2016 +0200 make sure the test is not executed before the libs have been built Change-Id: Idf9e638ac559e1135182811c2bc30465efe45d3d diff

Re: Syntax error in XComponent.idl ?

2016-09-17 Thread Markus Mohrhard
Hey, On Fri, Sep 16, 2016 at 10:55 PM, wrote: > The current source code in XComponent.idl looks like: > > #ifndef __com_sun_star_lang_XComponent_idl__ > 20 #define __com_sun_star_lang_XComponent_idl__ > 21 > 22 #include > 23 > 24 > 25 module com { module sun { module star { module lang { > 26 >

[Libreoffice-commits] core.git: 41 commits - configure.ac desktop/CppunitTest_desktop_lib.mk download.lst external/liborcus RepositoryExternal.mk sc/CppunitTest_sc_subsequent_filters_test.mk sc/inc sc

2016-09-17 Thread Markus Mohrhard
| 24 sc/source/ui/inc/docsh.hxx |3 28 files changed, 916 insertions(+), 50 deletions(-) New commits: commit 5a2cc16f701a8e03307f6d5286e53c3305d9c6a4 Author: Markus Mohrhard Date: Sat Sep 17 13:37:24 2016 +0200 make sure

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

2016-09-18 Thread Markus Mohrhard
sc/source/ui/view/cellsh1.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 0a2d66c66642c6f1a65039861087592311457b37 Author: Markus Mohrhard Date: Sun Sep 18 10:07:27 2016 +0200 fix indentation Change-Id

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

2016-09-18 Thread Markus Mohrhard
sc/inc/conditio.hxx |2 ++ sc/source/core/data/conditio.cxx | 12 sc/source/core/data/table1.cxx |9 + 3 files changed, 15 insertions(+), 8 deletions(-) New commits: commit 046f3aa2d9285da7661c4d9f59c0baf406227553 Author: Markus Mohrhard Date: Sun

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

2016-09-19 Thread Markus Mohrhard
changed, 299 insertions(+), 255 deletions(-) New commits: commit 5b8c22379e2eae74f7ed78326ab89483db5c6624 Author: Markus Mohrhard Date: Sun Sep 18 16:14:35 2016 +0200 tdf#96453, tdf#100793 rework transfer of data between cond format dlgs The xml based transfer of information was a

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

2016-09-19 Thread Markus Mohrhard
sc/source/core/data/document10.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 3a9917b66d6820ec9f2844f8292a46d8b0b9180b Author: Markus Mohrhard Date: Mon Sep 19 17:18:21 2016 +0200 tdf#100393, handle copying one cell to multiple cols with cond

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

2016-09-19 Thread Markus Mohrhard
sc/source/filter/excel/xecontent.cxx | 12 1 file changed, 12 insertions(+) New commits: commit 11370a0ce5a8ca503927cff38d79b38e513123fe Author: Markus Mohrhard Date: Mon Sep 19 23:20:22 2016 +0200 try to generate more excel compliant files, tdf#41722 §18.3.1.10

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

2016-09-20 Thread Markus Mohrhard
sc/source/ui/app/msgpool.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit e245b05b2d0a64c4aed9bad96242ee6c021d43c5 Author: Markus Mohrhard Date: Tue Sep 20 09:13:52 2016 +0200 adapt aMsgItemInfo to 5b8c22379 Change-Id

[Libreoffice-commits] core.git: bin/update

2017-11-16 Thread Markus Mohrhard
bin/update/create_partial_update.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit f94d98db1be8c27e470b39d4b16ed406db3aef87 Author: Markus Mohrhard Date: Thu Nov 16 23:18:43 2017 +0100 updater: improve message for failed update generation Change

[Libreoffice-commits] core.git:

2017-07-09 Thread Markus Mohrhard
sc/qa/unit/data/gnumeric/t\303\244\303\237t.gnumeric" |binary sc/qa/unit/subsequent_filters-test.cxx| 17 + 2 files changed, 17 insertions(+) New commits: commit fb89b081f73a65b27349e98554f744a6ead83c3d Author: Markus Mohrhard Date: Sat May 13 22:29:03

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

2017-07-10 Thread Markus Mohrhard
sd/source/ui/sidebar/SlideBackground.cxx | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 38936ae9ab79fc6d46ef91695034cdeec1cc6486 Author: Markus Mohrhard Date: Mon Jul 10 13:30:38 2017 +0200 sd: fix unitialized "pItem" pointer in Slide

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

2017-07-10 Thread Markus Mohrhard
sc/source/ui/inc/formula.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e329fb05bc23ab2ceb1a0f550d6baa09e27510cc Author: Markus Mohrhard Date: Tue Jul 11 08:38:06 2017 +0200 add missing override, -Werror,-Winconsistent-missing-override Change-Id

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

2017-07-11 Thread Markus Mohrhard
ucb/source/ucp/webdav/webdavprovider.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c59804173be99e5ee922d859271c6660695d0ade Author: Markus Mohrhard Date: Wed Jul 12 08:32:39 2017 +0200 fix the webdav=serf build after

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

2017-07-12 Thread Markus Mohrhard
vcl/win/gdi/winlayout.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 008d7abcdd246cfc9bef6cbdbef85890ca2efd69 Author: Markus Mohrhard Date: Wed Jul 12 18:20:38 2017 +0200 fix crash when aInkBoxes might be empty e.g. http

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sc/inc sc/source

2017-07-13 Thread Markus Mohrhard
commits: commit 6ed7a3085216caf29f9066154fccc6ee2f1b953d Author: Markus Mohrhard Date: Thu Mar 16 22:43:43 2017 +0100 repaint whole range for range based cond formats, tdf#105696 The range based cond formats need to be repainted across the whole range. This ensures that a change

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

2017-07-13 Thread Markus Mohrhard
vcl/source/uitest/uno/uiobject_uno.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a2e670df4efb219a1f92946d7a2887bdd0f88f5d Author: Markus Mohrhard Date: Fri Jul 14 01:52:54 2017 +0200 UI Test idle needs to run with highes priority regression

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - vcl/win

2017-07-13 Thread Markus Mohrhard
vcl/win/gdi/winlayout.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 09c852711983a5754a24facf88c2cf0be95e431d Author: Markus Mohrhard Date: Wed Jul 12 18:20:38 2017 +0200 fix crash when aInkBoxes might be empty e.g. http

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

2017-07-15 Thread Markus Mohrhard
vcl/inc/unx/fontmanager.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit ec22318ccd93fffe60792a14c6d50c1672ef9428 Author: Markus Mohrhard Date: Sat Jul 15 18:51:36 2017 +0200 the font installation code is now controlled by ENABLE_GIO Found

Re: minutes of ESC call ...

2017-07-15 Thread Markus Mohrhard
On Fri, Jul 14, 2017 at 11:34 AM, Michael Meeks wrote: > > > * SSRLabs Interns (Michael) > + eight new hacking interns around: performance & quality > + starting on their first easy-hacks. > + Any ideas on quality ? (Xisco) + can write UI test; can take a couple. > So there

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

2017-07-15 Thread Markus Mohrhard
: Markus Mohrhard Date: Sun Jul 16 03:17:29 2017 +0200 don't use memset on structure with std::shared_ptr member Change-Id: Ie6033b9820435bb6a45aa70f9a48115000571e0f Reviewed-on: https://gerrit.libreoffice.org/40004 Tested-by: Jenkins Reviewed-by: Markus Mohrhard

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - hwpfilter/source

2017-07-16 Thread Markus Mohrhard
2b22b63a6564f1c359945b653bfacfb36d4caebf Author: Markus Mohrhard Date: Sun Jul 16 03:17:29 2017 +0200 don't use memset on structure with std::shared_ptr member Change-Id: Ie6033b9820435bb6a45aa70f9a48115000571e0f Reviewed-on: https://gerrit.libreoffice.org/40004 Tested-by: Jenkins Reviewed-by: M

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

2017-07-16 Thread Markus Mohrhard
5b9654f240b77448954c707e53adcdfccbdc74f4 Author: Markus Mohrhard Date: Sun Jul 16 03:17:29 2017 +0200 don't use memset on structure with std::shared_ptr member Change-Id: Ie6033b9820435bb6a45aa70f9a48115000571e0f Reviewed-on: https://gerrit.libreoffice.org/40004 Tested-by: Jenkins Reviewed-by: M

Re: calc uitests

2017-07-17 Thread Markus Mohrhard
Hey Dennis, On Mon, Jul 17, 2017 at 8:48 AM, Dennis Francis wrote: > Hi Markus, > > (moving my query from irc here) > > 1) I tried to create a uitest for calc as a testcase for https://bugs. > documentfoundation.org/show_bug.cgi?id=108881 . > > In that I load the document referenced in bugzilla

[Libreoffice-commits] core.git: emfio/CppunitTest_emfio_emf_test.mk emfio/CppunitTest_emfio_wmf_test.mk emfio/inc emfio/Library_emfio.mk

2017-07-17 Thread Markus Mohrhard
files changed, 48 insertions(+), 20 deletions(-) New commits: commit 29cdfa3fc337381e2529eaac2a551137ee8a1aaa Author: Markus Mohrhard Date: Mon Jul 17 02:53:08 2017 +0200 no need to statically link against the emfio library in the tests ODR-violation found by ASAN: ==17022

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4-0' - hwpfilter/source

2017-07-20 Thread Markus Mohrhard
2f75ce44545fd4b424e9257a35d6281d5ecb3b8f Author: Markus Mohrhard Date: Sun Jul 16 03:17:29 2017 +0200 don't use memset on structure with std::shared_ptr member Change-Id: Ie6033b9820435bb6a45aa70f9a48115000571e0f Reviewed-on: https://gerrit.libreoffice.org/40004 Tested-by: Jenkins Reviewed-by: M

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4-0' - sc/inc sc/source

2017-07-21 Thread Markus Mohrhard
commits: commit 3aa9933caa929e454b68e6efc1f21d485c483932 Author: Markus Mohrhard Date: Thu Mar 16 22:43:43 2017 +0100 repaint whole range for range based cond formats, tdf#105696 The range based cond formats need to be repainted across the whole range. This ensures that a change

Re: [Libreoffice-qa] minutes of ESC call ...

2017-07-21 Thread Markus Mohrhard
Hey, On Thu, Jun 29, 2017 at 5:05 PM, Stephan Bergmann wrote: > > > * Berlin German community meeting (Thorsten) > > + Hard to track changes going in for non fulltime devs (Björn) > + somebody to summarize the commits going in? > + would that actually be useful? (Michael S

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

2017-07-23 Thread Markus Mohrhard
uitest/libreoffice/linguistic/linguservice.py | 27 ++ uitest/writer_tests/spellDialog.py| 20 +++ 2 files changed, 47 insertions(+) New commits: commit 3c077e587d36170be53bad90bd5c87364295426c Author: Markus Mohrhard Date: Sun Jul 23 21

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

2017-07-23 Thread Markus Mohrhard
uitest/uitest/test.py |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit fadf31b32566bc5e7b729de3e112addb93585be8 Author: Markus Mohrhard Date: Sun Jul 23 06:41:34 2017 +0200 uitest: wait twice as long for blocking actions Change-Id

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

2017-07-23 Thread Markus Mohrhard
commits: commit 17c7b7406d228488997ba6ddfc30ea3edc5336ff Author: Markus Mohrhard Date: Sun Jul 23 21:39:13 2017 +0200 these tests depend on our additional fonts Change-Id: I327047afbf05afb152d03669e67ba19a210cb0b7 Reviewed-on: https://gerrit.libreoffice.org/40338 Tested-by

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

2017-07-23 Thread Markus Mohrhard
sc/qa/unit/screenshots/screenshots.cxx |1 + sw/qa/unit/sw-dialogs-test_2.cxx |2 ++ 2 files changed, 3 insertions(+) New commits: commit 9263470903a46fa030fb941ee024bf24f2b98e59 Author: Markus Mohrhard Date: Mon Jul 24 00:09:31 2017 +0200 screenshots: the screenshots now

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

2017-07-23 Thread Markus Mohrhard
sw/qa/extras/uiwriter/uiwriter.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 81c411299ed1bff1e536b97a5d5add70d6c5db04 Author: Markus Mohrhard Date: Mon Jul 24 01:12:04 2017 +0200 forgot to remove the tests from the test definition Change-Id

Fwd: [Libreoffice-commits] core.git: sal/qa

2017-07-23 Thread Markus Mohrhard
New commits: commit 0a38e49ee801be8e754cbf7b800aaab5da392c6d Author: Caolán McNamara Date: Sun Jul 23 19:17:41 2017 +0100 coverity#1415617 Resource leak Change-Id: Ib23bbd9403f44fd7aa3635a3febb6533b1f9edad diff --git a/sal/qa/osl/pipe/osl_Pipe.cxx b/sal/qa/osl/pipe/osl_Pipe.cxx index

[Libreoffice-commits] core.git: Branch 'feature/mar-updater' - onlineupdate/source

2017-01-08 Thread Markus Mohrhard
onlineupdate/source/update/updater/loaddlls.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit aca9a99d38af85b2ff4b6912f44571c2d48e147f Author: Markus Mohrhard Date: Sun Jan 8 21:16:45 2017 +0100 add more TODO comments diff --git a/onlineupdate/source/update/updater

[Libreoffice-commits] core.git: basctl/source framework/inc framework/source include/comphelper sw/source

2017-01-10 Thread Markus Mohrhard
|2 - 5 files changed, 66 insertions(+), 9 deletions(-) New commits: commit ad915fafd54f9115faea7147f82d80a942af2d68 Author: Markus Mohrhard Date: Mon Jan 9 05:58:00 2017 +0100 tdf#104830, need an own termination listener for lib objects The destruction of the SwDLL

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - basctl/source framework/inc framework/source include/comphelper sw/source

2017-01-10 Thread Markus Mohrhard
|2 - 5 files changed, 66 insertions(+), 9 deletions(-) New commits: commit d1b8074ffe4b945a41e3ad9e1fb43332d78d73fb Author: Markus Mohrhard Date: Mon Jan 9 05:58:00 2017 +0100 tdf#104830, need an own termination listener for lib objects The destruction of the SwDLL

<    3   4   5   6   7   8   9   10   11   12   >