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

2016-05-25 Thread Markus Mohrhard
vcl/opengl/win/gdiimpl.cxx | 11 --- 1 file changed, 11 deletions(-) New commits: commit 401c2105be6d66e5c7ed436558a9a6c41cce4aae Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Wed May 25 10:49:09 2016 +0200 this temporary window will never see key

Re: clang -Wimplicit-fallthrough and missing breaks

2016-05-25 Thread Markus Mohrhard
Hey, On Wed, May 25, 2016 at 9:20 AM, Stephan Bergmann wrote: > On 05/25/2016 09:01 AM, Tor Lillqvist wrote: > >> >> --- a/vcl/opengl/win/gdiimpl.cxx >> +++ b/vcl/opengl/win/gdiimpl.cxx >> @@ -166,6 +166,7 @@ static LRESULT CALLBACK WndProc(HWND

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

2016-05-25 Thread Markus Mohrhard
solenv/gbuild/extensions/pre_MergedLibsList.mk |1 + 1 file changed, 1 insertion(+) New commits: commit bc93f460298891680f69d6f5bf935f26138c2e30 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Wed May 25 00:09:21 2016 +0200 crash report lib should be part of me

[Libreoffice-commits] core.git: bin/upload_symbols.py

2016-05-24 Thread Markus Mohrhard
bin/upload_symbols.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 019e3cb1c37d74bf389b04ed9102259bdc28193e Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue May 24 21:31:32 2016 +0200 don't use the VM URL anywhere Cha

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

2016-05-24 Thread Markus Mohrhard
desktop/source/app/crashreport.cxx |2 +- desktop/source/app/sofficemain.cxx |2 +- svx/source/dialog/crashreportdlg.cxx |4 3 files changed, 6 insertions(+), 2 deletions(-) New commits: commit aaff9f4862b89a4318b93d19511694e5d6321acc Author: Markus Mohrhard <markus.mo

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

2016-05-24 Thread Markus Mohrhard
desktop/source/minidump/minidump_upload.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 838e71646edff6e8cc7fcb4d7ac7ed4cd12a8ab5 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue May 24 20:51:32 2016 +0200 copy and paste error in mi

[Libreoffice-commits] core.git: bin/symbolstore.py

2016-05-24 Thread Markus Mohrhard
bin/symbolstore.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8441cd025a694b25ca6795ac05f1a6dd910a6bbb Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue May 24 09:24:48 2016 +0200 this is unnecessary and os.path.abspath

[Libreoffice-commits] core.git: Makefile.in

2016-05-24 Thread Markus Mohrhard
Makefile.in |5 + 1 file changed, 5 insertions(+) New commits: commit daa721dcb7e381fb8e254592eff31aef86efead8 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue May 24 09:12:41 2016 +0200 make the symbol generation also work correctly on windows Cha

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

2016-05-24 Thread Markus Mohrhard
desktop/source/app/crashreport.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 3650eacc9e4bf230d892eaac9366b7ebc16ed5c1 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue May 24 06:20:00 2016 +0200 fix previous c

[Libreoffice-commits] core.git: 5 commits - bin/upload_symbols.py config_host.mk.in configure.ac Makefile.gbuild Makefile.in

2016-05-23 Thread Markus Mohrhard
0cd5d93c1e313d8d71f3338451c683c7aeef8f10 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue May 24 04:27:46 2016 +0200 make debuggin failures a bit easier Change-Id: I0b17ab513e05ee95c378399348557cfee8341fb0 diff --git a/bin/upload_symbols.py b/bin/upload_symbols.py

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

2016-05-23 Thread Markus Mohrhard
desktop/source/app/crashreport.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 8857877aa609de4c8476330c34a24906f5fdc05b Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon May 23 23:47:17 2016 +0200 return paths and no

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

2016-05-23 Thread Markus Mohrhard
desktop/source/app/crashreport.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 73755fdefbf841d0ac9e504c00c0d032ed5daad8 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon May 23 23:11:13 2016 +0200 update the minidump location a

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

2016-05-23 Thread Markus Mohrhard
desktop/source/app/sofficemain.cxx | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit cee4cc9bb3b5f0121a8f57e4203c2cdabffe6715 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon May 23 23:48:58 2016 +0200 handle std::string

[Libreoffice-commits] core.git: 3 commits - bin/symbolstore.py bin/upload_symbols.py Makefile.in

2016-05-23 Thread Markus Mohrhard
Makefile.in |3 +++ bin/symbolstore.py|2 +- bin/upload_symbols.py |4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) New commits: commit c64119e4f49e74773ad0826f10ebfbe8dd27d2bd Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon May 23 22

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

2016-05-23 Thread Markus Mohrhard
desktop/source/app/crashreport.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 908e46c7116d62718fc377b1e0eb53b39d42dc1f Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon May 23 15:27:23 2016 +0200 use the TDF server as target for

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

2016-05-22 Thread Markus Mohrhard
vcl/inc/unx/saldisp.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 13a52d0a718825f82f3d4b1684bf86b812fce1f2 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon May 23 00:57:18 2016 +0200 mark destructor as virtual, loplugin:ov

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - 2 commits - sc/source

2016-05-21 Thread Markus Mohrhard
sc/source/core/data/fillinfo.cxx |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit 09a64f221b09683e636247b20b0b1ccdd8900039 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Wed Mar 30 02:25:16 2016 +0200 stylistic changes in ScDo

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - 2 commits - sc/source

2016-05-21 Thread Markus Mohrhard
sc/source/core/data/fillinfo.cxx | 121 +-- 1 file changed, 67 insertions(+), 54 deletions(-) New commits: commit 7547ff2c31066ec1b115dcee5500b892b3d3a881 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Wed Mar 30 02:55:18 2016 +0200

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - 2 commits - sc/source

2016-05-21 Thread Markus Mohrhard
sc/source/core/data/fillinfo.cxx | 73 +++ 1 file changed, 37 insertions(+), 36 deletions(-) New commits: commit 5345c0f7ae6d2cad6814dc112c68ba3e6239fd8f Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Wed Mar 30 02:15:07 2016

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - 2 commits - sc/source

2016-05-21 Thread Markus Mohrhard
sc/source/core/data/fillinfo.cxx | 115 +-- 1 file changed, 62 insertions(+), 53 deletions(-) New commits: commit 40b2e53d22347e625cd22f0ac8fd6c79165b3703 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sun Mar 27 05:11:20 2016

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sc/source

2016-05-21 Thread Markus Mohrhard
sc/source/core/data/fillinfo.cxx | 173 --- 1 file changed, 90 insertions(+), 83 deletions(-) New commits: commit c8774715d10707989267b550841984cd50b07e74 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sun Mar 27 04:56:55 2016

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sc/source

2016-05-21 Thread Markus Mohrhard
sc/source/core/data/fillinfo.cxx | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) New commits: commit 16c3defa8ff6330e4c21ba42177d92665a67ac0b Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sun Mar 27 00:30:09 2016 +0100 extract fu

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

2016-05-20 Thread Markus Mohrhard
sc/qa/unit/data/ods/conditionalformat_rangelist.ods |binary sc/qa/unit/subsequent_export-test.cxx | 13 + 2 files changed, 13 insertions(+) New commits: commit f56fb307d59897a33aa425bde06fab22ab3f8d0e Author: Markus Mohrhard <markus.mohrh...@googlemail.com>

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

2016-05-20 Thread Markus Mohrhard
sc/source/filter/excel/xestream.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 97ecd865c64d9f2bbba7002e87595f3b7401063b Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat May 21 03:25:43 2016 +0200 use CONV_XL_OOX for xlsx export, r

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

2016-05-20 Thread Markus Mohrhard
sc/source/filter/excel/xecontent.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f18a996409657a2f8f53cca1fad3c045f8f031ec Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat May 21 03:25:07 2016 +0200 use correct separator for ScRan

[Libreoffice-commits] core.git: 3 commits - desktop/source external/breakpad sc/qa

2016-05-20 Thread Markus Mohrhard
Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat May 21 04:17:12 2016 +0200 disable the test that crashes windows Change-Id: I8f0f4dbc6453d7b9e00aba1399231a83b01668c2 diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx index 1b309f6..3aad1ec 100644 --- a

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

2016-05-18 Thread Markus Mohrhard
Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon Apr 11 10:04:48 2016 +0200 update the location for breakpad as soon as we have access to profile Change-Id: I33b29c06fdc9ec9b6d4c7d5f1b6db6024f39e92e Reviewed-on: https://gerrit.libreoffice.org/24027

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

2016-05-18 Thread Markus Mohrhard
desktop/source/app/crashreport.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0c82eaeee06089c323d40695b722f4ee9432f2db Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Apr 12 06:51:20 2016 +0200 somewhere I lost the fi

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

2016-05-18 Thread Markus Mohrhard
cppuhelper/source/weak.cxx | 21 - include/cppuhelper/weakref.hxx |3 +++ 2 files changed, 15 insertions(+), 9 deletions(-) New commits: commit 389d8db4d90d427f886d06c3f7304ad973f0d39c Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Wed May 18

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

2016-05-18 Thread Markus Mohrhard
sc/qa/unit/data/ods/tdf88657.ods |binary sc/qa/unit/subsequent_export-test.cxx | 18 +- 2 files changed, 17 insertions(+), 1 deletion(-) New commits: commit ed4410850af1e62a27db10d5f15ad98c50dedce5 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: T

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

2016-05-18 Thread Markus Mohrhard
/fielduno.cxx | 12 -- sc/source/ui/unoobj/textuno.cxx | 38 ++- 6 files changed, 44 insertions(+), 53 deletions(-) New commits: commit fc29ace3438eea09afe3ddbb5118458cbb531b06 Author: Markus Mohrhard <markus.mohrh...@googlemail.com>

Re: Some thoughts about our tests and the build time

2016-05-17 Thread Markus Mohrhard
Hey Miklos, On Tue, May 17, 2016 at 5:30 PM, Miklos Vajna <vmik...@collabora.co.uk> wrote: > Hi Markus, > > On Tue, May 17, 2016 at 10:26:07AM +0200, Markus Mohrhard < > markus.mohrh...@googlemail.com> wrote: > > It is just a toplevel make. So it only

Re: Some thoughts about our tests and the build time

2016-05-17 Thread Markus Mohrhard
Hey Björn, On Tue, May 17, 2016 at 11:21 AM, Bjoern Michaelsen < bjoern.michael...@canonical.com> wrote: > Heya Markus, > > On Tue, May 17, 2016 at 02:37:02AM +0200, Markus Mohrhard wrote: > > The results for the initial build without building or executing the > tests: &g

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

2016-05-17 Thread Markus Mohrhard
sc/qa/unit/helper/qahelper.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ca0da38c1739df56494859212c662a2e92ab4d28 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue May 17 11:36:53 2016 +0200 loplugin:commaoperator, this should hav

Re: Question on cppUnit Test Framework

2016-05-17 Thread Markus Mohrhard
Hey, somehow your mail landed in my spam folder. On Fri, Apr 29, 2016 at 10:57 AM, Yogesh Deshpande < yogeshbdeshpa...@yahoo.co.uk> wrote: > Hello, > > I am trying to use cppUnit with Microsoft Visual Studio 2015. > > Few questions: > > (1) Is this tool compatible with Visual Studio 2015? >

Re: Some thoughts about our tests and the build time

2016-05-17 Thread Markus Mohrhard
Hey Miklos, On Tue, May 17, 2016 at 9:31 AM, Miklos Vajna <vmik...@collabora.co.uk> wrote: > Hi Markus, > > On Tue, May 17, 2016 at 02:37:02AM +0200, Markus Mohrhard < > markus.mohrh...@googlemail.com> wrote: > > After that the results of a time mak

Some thoughts about our tests and the build time

2016-05-16 Thread Markus Mohrhard
Hey, so I recently looked a bit at the time that our tests take and I think we need to think about new designs for how we are executing tests. I don't think that it is yet a huge problem but as the numbers will show we are becoming victims of our own success. So let's start with some numbers

[Libreoffice-commits] core.git: sc/TODO.performance

2016-05-16 Thread Markus Mohrhard
sc/TODO.performance |5 + 1 file changed, 5 insertions(+) New commits: commit b8db7dcfd038d9609d7c093dbf634b3503434539 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon May 16 04:24:04 2016 +0200 leave a note about problem seen in the chart2export cal

[Libreoffice-commits] core.git: sal/osl

2016-05-15 Thread Markus Mohrhard
sal/osl/w32/signal.cxx | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) New commits: commit e8c1727b37c7cdaec20407a38aeceec853b15d32 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon May 16 02:52:29 2016 +0200 get breakpad signal handler w

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

2016-05-15 Thread Markus Mohrhard
chart2/qa/extras/chart2export.cxx |2 +- chart2/qa/extras/charttest.hxx| 10 +- 2 files changed, 10 insertions(+), 2 deletions(-) New commits: commit df5235560730ff73729c496476a0be02eb8c4ac6 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon May 16 03

[Libreoffice-commits] core.git: sal/osl

2016-05-15 Thread Markus Mohrhard
sal/osl/unx/signal.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 145b2c94f245b07ba5079eda111bd9bfb85ee29f Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon May 16 02:52:01 2016 +0200 fix typo Cha

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

2016-05-14 Thread Markus Mohrhard
files changed, 219 insertions(+), 1 deletion(-) New commits: commit e4127e4cd7bd27b9a616e1550cc9845096a66114 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat May 14 17:08:46 2016 +0200 add framework for new calc function tests Cha

Re: [Libreoffice-qa] CrashDumps?

2016-05-12 Thread Markus Mohrhard
Hey Pedro, On Thu, May 12, 2016 at 6:23 PM, Pedro wrote: > Hi Stuart > > Thank you for the quick answer. > > Is this a new feature in LibreOffice? > These crash dumps are not a feature of LibreOffice. They are part of the normal windows crash reporting procedures. However we

Re: master build fails in unit test

2016-05-08 Thread Markus Mohrhard
Hey Regina, On Sun, May 8, 2016 at 2:58 PM, Regina Henschel <rb.hensc...@t-online.de> wrote: > Hi Markus, > > Markus Mohrhard schrieb: > >> Hey, >> >> On Sun, May 8, 2016 at 1:22 PM, Regina Henschel <rb.hensc...@t-online.de >> <mailto:r

Re: master build fails in unit test

2016-05-08 Thread Markus Mohrhard
Hey, On Sun, May 8, 2016 at 1:22 PM, Regina Henschel wrote: > Hi all, > > I tried a clean build of master. The last commit I fetched is > commit ead37770442a0244094779d199303b7b7e6d634c > Author: Giuseppe Bilotta > Date: Fri Apr 22

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

2016-05-06 Thread Markus Mohrhard
sc/qa/unit/ucalc.cxx | 325 --- sc/qa/unit/ucalc.hxx | 10 - 2 files changed, 335 deletions(-) New commits: commit 52871b360c73efd59bfbc811b8b89a02b6375b29 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat May 7 01:34:1

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

2016-05-06 Thread Markus Mohrhard
sc/qa/perf/scperfobj.cxx | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) New commits: commit d223aa57a1d6e356f24cd5ac4ddd702336b2ee87 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat May 7 01:22:11 2016 +0200 these static vars are cargo cul

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

2016-05-06 Thread Markus Mohrhard
sfx2/source/doc/doctemplateslocal.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ba178877324384b19709c0789f496ddf44c8556a Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Fri May 6 16:40:55 2016 +0200 fix typo, related tdf

Re: LibreOffice Windows installer release build failure

2016-05-05 Thread Markus Mohrhard
Hey, On Thu, May 5, 2016 at 4:55 PM, Stuart Swales < stuart.swales.croftnu...@gmail.com> wrote: > I need to build the Windows installer in order to test some changes to > the installer code. Having had problems building before (last Dec) with > VS2013 I just checked out master and tried to build

Re: [Libreoffice-qa] new keyword needUITest

2016-05-04 Thread Markus Mohrhard
Hey, On Thu, Apr 28, 2016 at 7:35 AM, Tommy <ba...@quipo.it> wrote: > Markus Mohrhard wrote: > >> Hey, >> >> can we add a new keyword needUITest to bugs that are purely in the UI? >> >> It would help me track bugs that can not be tested right now and

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

2016-05-01 Thread Markus Mohrhard
sc/qa/unit/ucalc.hxx |4 sc/qa/unit/ucalc_formula.cxx | 32 2 files changed, 36 insertions(+) New commits: commit 8465e99a27168a2c0a62e84b819e9e133f47ddf8 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat Apr 30 22:33:1

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

2016-04-30 Thread Markus Mohrhard
sc/source/ui/cctrl/checklistmenu.cxx |4 1 file changed, 4 insertions(+) New commits: commit 9f363ee99482c86140f8aa7e6503e316d6d085f2 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat Apr 30 18:25:04 2016 +0300 ignore missing children, tdf#99422

[Libreoffice-commits] core.git: sc/TODO.performance

2016-04-27 Thread Markus Mohrhard
sc/TODO.performance |7 +++ 1 file changed, 7 insertions(+) New commits: commit f710c017a21c5b837de1f4624662f6a32e5a Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Wed Apr 27 22:41:16 2016 +0200 add todo list with open performance problems i

[Libreoffice-qa] new keyword needUITest

2016-04-27 Thread Markus Mohrhard
Hey, can we add a new keyword needUITest to bugs that are purely in the UI? It would help me track bugs that can not be tested right now and would need a test later. Regards, Markus ___ List Name: Libreoffice-qa mailing list Mail address:

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

2016-04-25 Thread Markus Mohrhard
sc/source/ui/view/overlayobject.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5749afcc71438190853267029ee17d636c2cc910 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon Apr 25 20:55:10 2016 +0200 update the ants only twice per

Re: Crash test update

2016-04-22 Thread Markus Mohrhard
Hey, On Fri, Apr 22, 2016 at 11:58 AM, Xisco Faulí <aniste...@gmail.com> wrote: > Hi Markus, > > 2016-04-20 20:46 GMT+02:00 Markus Mohrhard <markus.mohrh...@googlemail.com > >: > >> Hey Xisco, >> >> On Wed, Apr 20, 2016 at 3:55 PM, Xisco Faulí

Re: Crash test update

2016-04-20 Thread Markus Mohrhard
Hey Xisco, On Wed, Apr 20, 2016 at 3:55 PM, Xisco Faulí wrote: > Hi Caolan, > > Noob question, should the crash testing detect failures like this one: > https://bugs.documentfoundation.org/show_bug.cgi?id=76115 > No, it is not a crash and just a normal rejected document.

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

2016-04-18 Thread Markus Mohrhard
Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Apr 19 01:47:52 2016 +0200 use the column style for as default, tdf#71897 Change-Id: I583235c28957a203df843d65887b4ca05f2a81ae Reviewed-on: https://gerrit.libreoffice.org/24230 Reviewed-by: Markus Mohrhard <mar

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

2016-04-18 Thread Markus Mohrhard
sc/source/filter/oox/worksheethelper.cxx |4 1 file changed, 4 deletions(-) New commits: commit a71576f1c5a2a76eaedca99c025d027b55ce8c90 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Apr 19 01:15:48 2016 +0200 setting the properties throu

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

2016-04-18 Thread Markus Mohrhard
sc/source/ui/view/tabview.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 6342041cdd700922af5e07cde0d1bd8e6ea42f0a Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Apr 19 03:28:30 2016 +0200 hard code value for scrollbar to

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

2016-04-18 Thread Markus Mohrhard
sc/source/core/data/global.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 170a473597534cf59887b1d817538322e7039862 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Apr 19 02:36:28 2016 +0200 don't try to open in new window by d

update about the perf.libreoffice.org site

2016-04-17 Thread Markus Mohrhard
Hey, so there has recently been some activity around the perf.libreoffice.org (if you are not yet familiar with the site check it out) website and we have now some exciting new features. As always most of the work has been done by Norbert (so if you use the site and meet him at a conference

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

2016-04-17 Thread Markus Mohrhard
sc/source/ui/dbgui/filtdlg.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 92ddd584f1b8777932d86e26120977b9b66af8a4 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sun Apr 17 19:01:37 2016 +0200 remove define for ERRORBOX

[Libreoffice-commits] dev-tools.git: ciabot/libreoffice-bugzilla.pl

2016-04-17 Thread Markus Mohrhard
ciabot/libreoffice-bugzilla.pl | 243 - 1 file changed, 243 deletions(-) New commits: commit b6fc35a27ea6eeb134dff76a61fc8700dd80cbe7 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sun Apr 17 19:22:44 2016 +0200 the perl

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

2016-04-16 Thread Markus Mohrhard
ffice.org> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx index 91c4284..3e41d5d 100644 --- a/sc/inc/scmatrix.hxx +++ b/sc/inc/scmatrix.hxx @@ -27,6 +27,7 @@ #include "scdllapi.h" #include #include +#inc

Re: writing unit test for calc functions

2016-04-16 Thread Markus Mohrhard
Hey Winfried, On Sat, Apr 16, 2016 at 5:29 PM, Winfried Donkers < winfried.libreoff...@gmail.com> wrote: > Hi Markus, > > @Winfried: You are writing most of the spreadsheet functions right now. >> Would that be something that would help you add tests for all new >> functions? You could add

Re: [Libreoffice-qa] writing unit test for calc functions

2016-04-16 Thread Markus Mohrhard
Hey Pedro, On Sat, Apr 16, 2016 at 5:05 PM, Pedro wrote: > Hi Markus > > Personally I'm very interested in using Calc as a replacement for Excel. > The > spreadsheets I work with commonly have more than 65k lines so using the old > Excel 2003 (included in my work desktop) is

debugging tests running under valgrind (e.g. perfcheck)

2016-04-16 Thread Markus Mohrhard
Hey, so I had the joy of debugging one of the perfcheck tests and noticed that running them normally under gdb does not work (valgrind and gdb don't play nice with each other by default). However there is a gdbserver built into valgrind so we now have VALGRIND_GDB which if set to TRUE will start

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

2016-04-16 Thread Markus Mohrhard
solenv/gbuild/CppunitTest.mk |3 +++ 1 file changed, 3 insertions(+) New commits: commit 673929607943e59e7c6c373d15f157c57307489b Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat Apr 16 19:24:51 2016 +0200 add VALGRIND_GDB also for normal unit tests

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

2016-04-16 Thread Markus Mohrhard
sc/qa/perf/scperfobj.cxx | 11 +++ solenv/gbuild/CppunitTest.mk |3 +++ 2 files changed, 6 insertions(+), 8 deletions(-) New commits: commit 934952678ba68d8137f6855aa71fa593c3158b02 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat Apr 16 19:05:25 2016

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

2016-04-16 Thread Markus Mohrhard
sc/source/core/tool/scmatrix.cxx | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) New commits: commit 603a9ada2d8cea9191ca66892ca53fee10678d8a Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat Apr 16 00:08:30 2016 +0200 switch to

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

2016-04-16 Thread Markus Mohrhard
sc/qa/perf/scperfobj.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2ed903145bff0082e0d19290e0355859e3031207 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat Apr 16 14:50:35 2016 +0200 make the test case smaller to limit r

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

2016-04-16 Thread Markus Mohrhard
sc/qa/perf/scperfobj.cxx | 36 +--- 1 file changed, 33 insertions(+), 3 deletions(-) New commits: commit ce21baa36a703f0ea79936870c743c453b90c5b0 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat Apr 16 12:24:07 2016 +0200 add tes

writing unit test for calc functions

2016-04-16 Thread Markus Mohrhard
Hey guys, so once again I was bit by our missing systematic unit tests for all the formula functions. I'm wondering what we can do to make external people interested in adding tests for all functions. Right now I think that my csv based approach is too complicated (how to handle precision issues,

[Libreoffice-qa] writing unit test for calc functions

2016-04-16 Thread Markus Mohrhard
Hey guys, so once again I was bit by our missing systematic unit tests for all the formula functions. I'm wondering what we can do to make external people interested in adding tests for all functions. Right now I think that my csv based approach is too complicated (how to handle precision issues,

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

2016-04-16 Thread Markus Mohrhard
sc/qa/perf/testdocuments/empty.ods |binary 1 file changed New commits: commit 5595eeefa3f09e7a4f40c1e55cd135378ab862e5 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Fri Apr 15 23:15:20 2016 +0200 add missing test file Cha

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

2016-04-15 Thread Markus Mohrhard
sc/qa/perf/scperfobj.cxx | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) New commits: commit e3e9e0ae125cef1cdce149ce632c21c481be8654 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Fri Apr 15 19:14:32 2016 +0200 add test f

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

2016-04-15 Thread Markus Mohrhard
sc/qa/unit/mark_test.cxx | 43 +++ sc/source/core/data/markdata.cxx | 27 2 files changed, 61 insertions(+), 9 deletions(-) New commits: commit 4a2be39af5697356f2f4c0ae773f4b2530b2d9df Author: Markus Mohrhard <markus.mo

[Libreoffice-commits] core.git: bin/gbuild-to-ide

2016-04-14 Thread Markus Mohrhard
bin/gbuild-to-ide |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit aa458c31a5dfa2be8b6bd8f1b4e402ce8c27edde Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Thu Apr 14 12:23:57 2016 +0200 don't export the same lib multiple times Cha

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

2016-04-13 Thread Markus Mohrhard
Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Wed Apr 13 12:37:10 2016 +0200 no need to call rowHidden and rowFiltered repeatedly, tdf#90659 Change-Id: Ie104a0d6c2ee0a88363fb461762e2bcca00976dd Reviewed-on: https://gerrit.libreoffice.org/24052

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

2016-04-13 Thread Markus Mohrhard
loperf/tdf90659.ods |binary loperf_suites/calc/tdf90659.cfg |2 ++ loperf_suites/calc_suite.cfg|2 +- 3 files changed, 3 insertions(+), 1 deletion(-) New commits: commit dcfca2b2b9614ea354e84a660ca975c7d5db077f Author: Markus Mohrhard <markus.mohrh...@googlemail.

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

2016-04-12 Thread Markus Mohrhard
sc/source/filter/excel/xecontent.cxx | 59 --- 1 file changed, 42 insertions(+), 17 deletions(-) New commits: commit 453adce56ff8d8a9aedc3a175a2eb0afefdb17eb Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Apr 12 16:57:50 2016

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

2016-04-12 Thread Markus Mohrhard
sc/source/filter/excel/xeformula.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c108fbe0a31cf74a171351e297f4987f2f4a2862 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Apr 12 19:19:27 2016 +0200 fix crash in test Cha

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

2016-04-12 Thread Markus Mohrhard
sc/qa/unit/subsequent_filters-test.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4f3dfaaa1070c67b9e9e938cbd4619c656914a35 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Apr 12 19:08:42 2016 +0200 fix broken test Cha

[Libreoffice-commits] core.git: 4 commits - desktop/source ios/experimental sc/source

2016-04-12 Thread Markus Mohrhard
| 23 sc/source/filter/excel/xeformula.cxx |4 + 5 files changed, 16 insertions(+), 48 deletions(-) New commits: commit bff788ff811400d816cec6582e9abdf73be90fb7 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Apr 12 18:35:5

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - i18npool/source

2016-04-12 Thread Markus Mohrhard
i18npool/source/characterclassification/cclass_unicode_parser.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c0cbe81caa913fd7bff3a26422b38513020855e7 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Apr 12 16:56:08 2016 +0200

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

2016-04-12 Thread Markus Mohrhard
i18npool/source/characterclassification/cclass_unicode_parser.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 087162b7142cf666478986461cdfa15c3d7fe382 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Apr 12 16:56:08 2016 +0200

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

2016-04-12 Thread Markus Mohrhard
chart2/source/controller/sidebar/ChartAreaPanel.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 44d5d9fdb3f35ae09f7e9938609553cd3a4c4412 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon Apr 4 18:00:31 2016 +0200 tdf#99069: lock the solar mutex

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

2016-04-12 Thread Markus Mohrhard
sc/source/filter/oox/condformatbuffer.cxx | 31 +++--- 1 file changed, 8 insertions(+), 23 deletions(-) New commits: commit 883326c3e175a53a567a32806f77489c8f942d40 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat Apr 9 08:16:01 2016 +0200

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

2016-04-12 Thread Markus Mohrhard
sc/source/filter/inc/stylesbuffer.hxx |2 +- sc/source/filter/oox/stylesbuffer.cxx | 19 +++ 2 files changed, 4 insertions(+), 17 deletions(-) New commits: commit 3ced9d208d3eb8fefa4e5b3e06e2c3884eef591a Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date:

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

2016-04-10 Thread Markus Mohrhard
sc/source/core/tool/interpr2.cxx | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) New commits: commit 28d0e255e231639c4d79f6dedbe972d6daeae7f0 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sun Apr 10 16:29:47 2016 +0200 tdf#94429, tdf#9219

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

2016-04-09 Thread Markus Mohrhard
editeng/source/editeng/editdoc.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit be829fa15777b3b1a6727eee231c89894e7c425e Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sun Apr 10 05:51:19 2016 +0200 don't pool SvxFieldItem, tdf

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

2016-04-09 Thread Markus Mohrhard
sc/qa/unit/data/xlsx/column_style.xlsx |binary sc/qa/unit/subsequent_filters-test.cxx | 44 + 2 files changed, 44 insertions(+) New commits: commit 95eb1c9e51e11abcc1f6d8ba7554fbc5c9590b98 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: S

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

2016-04-09 Thread Markus Mohrhard
sc/source/filter/inc/stylesbuffer.hxx |2 +- sc/source/filter/oox/stylesbuffer.cxx | 19 +++ 2 files changed, 4 insertions(+), 17 deletions(-) New commits: commit e8322dffb4dfc7015ee0842f133b79080eb2b0d8 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date:

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

2016-04-09 Thread Markus Mohrhard
6c9337ecce749ab2769ed1986d05dbb37e2e3fab Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat Apr 9 08:17:17 2016 +0200 add test case for tdf#98554 Change-Id: I7437a1ed8dd915411f6014bc01d4224fe5604f1d diff --git a/sc/qa/unit/data/xlsx/cond_format_theme_color3.xlsx b/sc/q

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

2016-04-07 Thread Markus Mohrhard
oox/source/export/ColorPropertySet.cxx | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) New commits: commit 753c474b199a9c12f182c89c487133f9fa88e352 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Fri Apr 8 05:06:54 2016 +0200 fix many

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

2016-04-07 Thread Markus Mohrhard
sc/qa/unit/data/xls/validation.xls |binary sc/qa/unit/subsequent_filters-test.cxx | 31 +++ 2 files changed, 31 insertions(+) New commits: commit 8b9207f49f436a886bcb94ae902e16c47484b3cb Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Thu

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

2016-04-07 Thread Markus Mohrhard
sc/source/filter/excel/xicontent.cxx | 59 +-- 1 file changed, 37 insertions(+), 22 deletions(-) New commits: commit e214df32fb3637bd7810a299fb8b38810b1a3874 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Thu Apr 7 08:20:12 2016 +0200

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

2016-04-07 Thread Markus Mohrhard
sc/source/filter/excel/xicontent.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7be1a36f5a287aaf13f8156f5d16f6c3522e7863 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Thu Apr 7 07:51:31 2016 +0200 fix indentation Cha

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

2016-04-04 Thread Markus Mohrhard
chart2/source/controller/sidebar/ChartAreaPanel.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 3ada44f631490f8910ce0bcf55353f70d7d0df6d Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon Apr 4 18:00:31 2016 +0200 tdf99069: lock the solar mutex

<    5   6   7   8   9   10   11   12   13   14   >