Re: cppunit Patch feature-modernize

2021-10-01 Thread Markus Mohrhard
ame way? > Have you had a look at the feature/cmake branch? Cheers, Markus > Regards, > Florian > > Am 30.09.2021 um 21:56 schrieb Markus Mohrhard < > markus.mohrh...@googlemail.com>: > >  > Hey Florian, > > On Fri, Oct 1, 2021 at 1:52 AM Markus Mohrh

Re: cppunit Patch feature-modernize

2021-09-30 Thread Markus Mohrhard
Hey Florian, On Fri, Oct 1, 2021 at 1:52 AM Markus Mohrhard < markus.mohrh...@googlemail.com> wrote: > Hey Florian, > > On Tue, Sep 28, 2021 at 5:59 PM Florian Becker wrote: > >> Hello, >> >> i have patched the libcppunit 1.15.1 to modernize and use clang

Re: cppunit Patch feature-modernize

2021-09-30 Thread Markus Mohrhard
Hey Florian, On Tue, Sep 28, 2021 at 5:59 PM Florian Becker wrote: > Hello, > > i have patched the libcppunit 1.15.1 to modernize and use clang flags > with highest flag settings. Hopefully you can integrate this patch > inside master. https://github.com/VXAPPS/cppunit/tree/feature-modernize >

[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - cui/uiconfig

2020-08-03 Thread Markus Mohrhard (via logerrit)
cui/uiconfig/ui/movemenu.ui |1 + 1 file changed, 1 insertion(+) New commits: commit 23397ecc1ee69462fbe0639c5ea105e2c0ec9a45 Author: Markus Mohrhard AuthorDate: Sat Aug 1 23:01:52 2020 +0800 Commit: Adolfo Jayme Barrientos CommitDate: Tue Aug 4 03:47:49 2020 +0200 correctly

[Libreoffice-commits] core.git: cui/uiconfig

2020-08-03 Thread Markus Mohrhard (via logerrit)
cui/uiconfig/ui/movemenu.ui |1 + 1 file changed, 1 insertion(+) New commits: commit 3258603e8850900e04cecffb1113b833c4c76fd9 Author: Markus Mohrhard AuthorDate: Sat Aug 1 23:01:52 2020 +0800 Commit: Markus Mohrhard CommitDate: Mon Aug 3 21:31:26 2020 +0200 correctly mark

trying to fix the problem with hanging UI tests

2020-06-04 Thread Markus Mohrhard
Hey community, as promised I looked into the problem with hanging UI tests and noticed that there was a bug in the handling of the shutdown if the LibreOffice instance can not handle an UNO based shutdown request. The most common case for this is actually hitting an assert in the UI tests while a

Re: GSoC'20 Introduction

2020-05-18 Thread Markus Mohrhard
oC'19 student with LO in this project [1]. And I am really happy > to have the chance to work with LO community again. I would like to thank > Markus Mohrhard and Xisco Fauli for the support and help that they always > give to me. > > As we have in LO logger system that can log user i

Re: cppunit

2020-03-28 Thread Markus Mohrhard
Hey David, On Sun, Mar 29, 2020 at 8:29 AM David Wiseman wrote: > Hi, > >As a developer, if make a contribution to the cppunit project, is it > just required that it builds, or are there tests that I should run. And I > guess I would contribute to the test suite also. Can you tell me if

Re: [Libreoffice-qa] ESC meeting minutes: 2020-03-05

2020-03-05 Thread Markus Mohrhard
Hey, * Changing the default ‘make’ target (Lubos) > + https://gerrit.libreoffice.org/c/core/+/89820 > + keeping ‘make check’ unchanged > + plain ‘make’ would just build, not run tests > + buildbot owners: need to run ‘make unitcheck slowcheck’ on > Windows/macOS, not just plain ‘make’ to

Re: Cppunit 1.15.0 and Cppunit 1.15.1 aren't tagged in GIT repo

2020-02-17 Thread Markus Mohrhard
Hey, On Mon, Feb 17, 2020 at 7:51 PM Christian Madsen wrote: > The two mentioned versions aren’t tagged in the git:// > anongit.freedesktop.org/git/libreoffice/cppunit/ repository. > > > > The last tagged version is cppunit-1.14.0. > they are at least tagged in the pushed version at

cppunit updated to 1.15.1 with new features

2019-12-24 Thread Markus Mohrhard
Hey, I just updated cppunit to 1.15.1 in master which includes at least two new features for LibreOffice: * Noel's patch to allow custom string formatter to allow e.g. OUString in the CPPUNIT_ASSERT_MESSAGE message part (

[Libreoffice-commits] core.git: download.lst external/cppunit

2019-12-24 Thread Markus Mohrhard (via logerrit)
| 11 - external/cppunit/windows.patch | 12 +- 5 files changed, 9 insertions(+), 81 deletions(-) New commits: commit ffe9ff2cf63112ac04a695740a5637f25c16abe8 Author: Markus Mohrhard AuthorDate: Fri Dec 20 01:28:54 2019 +0800 Commit: Markus Mohrhard

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

2019-12-20 Thread Markus Mohrhard (via logerrit)
sc/uiconfig/scalc/menubar/menubar.xml |2 -- 1 file changed, 2 deletions(-) New commits: commit 24939a5b43b9fe889c3aace027c668666ff61987 Author: Markus Mohrhard AuthorDate: Fri Dec 20 02:56:20 2019 +0800 Commit: Markus Mohrhard CommitDate: Fri Dec 20 19:38:53 2019 +0100

Re: a developer's goodbye

2019-10-14 Thread Markus Mohrhard
Hello Winfried, it was a pleasure working with you and you will always be part of the Calc team. It is sad that we never managed to meet in person (I think we missed each other by a few minutes at one FOSDEM) so I could not tell your in person how much I have appreciated your dedication to your

[Libreoffice-commits] core.git: Branch 'feature/chart-style-experiment-markus' - chart2/source

2019-08-27 Thread Markus Mohrhard (via logerrit)
chart2/source/inc/OPropertySet.hxx |2 ++ chart2/source/tools/OPropertySet.cxx | 20 2 files changed, 18 insertions(+), 4 deletions(-) New commits: commit 7c5dd833e1f62a1cae9ce4ae804146032bd5e841 Author: Markus Mohrhard AuthorDate: Wed Aug 28 00:35:03 2019 +0800

[Libreoffice-commits] core.git: 28 commits - include/vcl sc/source sd/source sfx2/source sw/source uitest/ui_logger_dsl vcl/source

2019-08-19 Thread Markus Mohrhard (via logerrit)
+- vcl/source/uitest/uiobject.cxx | 132 +++ vcl/source/window/dialog.cxx |6 25 files changed, 1711 insertions(+), 82 deletions(-) New commits: commit 739c370522df4d48898b924e3c29957054f71a78 Author: Markus Mohrhard AuthorDate

[Libreoffice-commits] core.git: Branch 'feature/gsoc-uitest-2019' - include/vcl vcl/source

2019-08-18 Thread Markus Mohrhard (via logerrit)
Rebased ref, commits from common ancestor: commit 68973ed3d9d5e125fc7142e512c10d97dd41b865 Author: Markus Mohrhard AuthorDate: Sun Aug 18 23:34:32 2019 +0800 Commit: Markus Mohrhard CommitDate: Mon Aug 19 00:35:10 2019 +0800 uitest: fixed for formatting and plugin stringconstant

[Libreoffice-commits] core.git: Branch 'feature/gsoc-uitest-2019' - include/vcl vcl/source

2019-08-18 Thread Markus Mohrhard (via logerrit)
Rebased ref, commits from common ancestor: commit 94e98f8fae5283eecdb56dc84c56739fc9d7d75e Author: Markus Mohrhard AuthorDate: Sun Aug 18 23:34:32 2019 +0800 Commit: Markus Mohrhard CommitDate: Mon Aug 19 00:16:37 2019 +0800 uitest: fixed for formatting and plugin stringconstant

[Libreoffice-commits] core.git: Branch 'feature/gsoc-uitest-2019' - include/vcl vcl/source

2019-08-18 Thread Markus Mohrhard (via logerrit)
include/vcl/uitest/logger.hxx | 48 +++-- vcl/source/uitest/logger.cxx | 344 +++--- 2 files changed, 227 insertions(+), 165 deletions(-) New commits: commit e30c3c783b5d610407e63fbfe991552289f732d5 Author: Markus Mohrhard AuthorDate: Sun Aug 18 23:34

[Libreoffice-commits] core.git: Branch 'feature/chart-style-experiment-markus' - 2 commits - chart2/source offapi/com

2019-08-16 Thread Markus Mohrhard (via logerrit)
commits: commit 77792f9c9c0b92182a0855fae9dcf9274efa0730 Author: Markus Mohrhard AuthorDate: Fri Aug 16 23:13:30 2019 +0800 Commit: Markus Mohrhard CommitDate: Fri Aug 16 23:13:30 2019 +0800 format file Change-Id: I42c0069b63ced24eee99d43a7319cc50fd629e30 diff --git

[Libreoffice-commits] core.git: Branch 'feature/chart-style-experiment-markus' - 3 commits - chart2/Library_chartcontroller.mk chart2/source chart2/uiconfig chart2/UIConfig_chart2.mk officecfg/registr

2019-08-14 Thread Markus Mohrhard (via logerrit)
changed, 313 insertions(+), 7 deletions(-) New commits: commit 8fb2808b35a60771ec72cc9ad01cfde17e2f102a Author: Markus Mohrhard AuthorDate: Thu Aug 15 04:12:11 2019 +0800 Commit: Markus Mohrhard CommitDate: Thu Aug 15 04:12:11 2019 +0800 don't force huge control size Change

How to handle a testing only python package dependency

2019-08-14 Thread Markus Mohrhard
G'day fellow hackers, to finally merge the work of one of my GSoC students we are trying to figure out how to handle a new test framework only python package dependency. Note that the package is a purely optional dependency and not required to run our normal test cases. The dependency in question

[Libreoffice-commits] core.git: Branch 'feature/chart-style-experiment-markus' - chart2/source chart2/uiconfig

2019-08-11 Thread Markus Mohrhard (via logerrit)
/sidebarelements.ui | 47 ++-- 5 files changed, 66 insertions(+), 7 deletions(-) New commits: commit 1f72a43b2fa1ce5edf53bc23bd478b31d727dd69 Author: Markus Mohrhard AuthorDate: Mon Aug 12 04:14:30 2019 +0800 Commit: Markus Mohrhard CommitDate: Mon Aug 12 04:14:30 2019

[Libreoffice-commits] core.git: Branch 'feature/chart-style-experiment-markus' - 2 commits - chart2/source

2019-08-11 Thread Markus Mohrhard (via logerrit)
changed, 148 insertions(+), 15 deletions(-) New commits: commit 4bf7014ba4b265fa0947bf4e6cc8bbee8f2ab94f Author: Markus Mohrhard AuthorDate: Mon Aug 12 03:27:52 2019 +0800 Commit: Markus Mohrhard CommitDate: Mon Aug 12 03:27:52 2019 +0800 tdf#126837: fix incorrect handling of visible flag

[Libreoffice-commits] core.git: Branch 'feature/chart-style-experiment-markus' - offapi/com

2019-08-10 Thread Markus Mohrhard (via logerrit)
offapi/com/sun/star/chart2/ChartObjectType.idl |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 55a7e6cc42d697f4a46ead4fb0d840407783b2cf Author: Markus Mohrhard AuthorDate: Sun Aug 11 03:02:04 2019 +0800 Commit: Markus Mohrhard CommitDate: Sun Aug 11 03:02

[Libreoffice-commits] core.git: Branch 'feature/chart-style-experiment-markus' - chart2/source

2019-08-09 Thread Markus Mohrhard (via logerrit)
chart2/source/model/main/ChartModel_Persistence.cxx |8 chart2/source/tools/ChartStyle.cxx | 19 +++ 2 files changed, 19 insertions(+), 8 deletions(-) New commits: commit 78f6221057f13eec4a736d12b282a5904a68d883 Author: Markus Mohrhard

[Libreoffice-commits] core.git: Branch 'feature/chart-style-experiment-markus' - 2 commits - chart2/source offapi/com

2019-08-09 Thread Markus Mohrhard (via logerrit)
/chart2/XChartStyle.idl |3 ++ 5 files changed, 39 insertions(+), 5 deletions(-) New commits: commit b91405200821542b714c19eb65c5ec0532499913 Author: Markus Mohrhard AuthorDate: Sat Aug 10 01:17:50 2019 +0800 Commit: Markus Mohrhard CommitDate: Sat Aug 10 01:19:49 2019 +0800

[Libreoffice-commits] core.git: Branch 'feature/chart-style-experiment-markus' - 2 commits - chart2/source

2019-08-06 Thread Markus Mohrhard (via logerrit)
/source/tools/ChartStyle.cxx | 111 + 5 files changed, 277 insertions(+), 234 deletions(-) New commits: commit d63f1346a6c5767d995c787fe2bb36b023a64788 Author: Markus Mohrhard AuthorDate: Wed Aug 7 05:10:41 2019 +0800 Commit: Markus Mohrhard CommitDate: Wed Aug 7

[Libreoffice-commits] core.git: Changes to 'feature/chart-style-experiment-markus'

2019-08-05 Thread Markus Mohrhard (via logerrit)
New branch 'feature/chart-style-experiment-markus' available with the following commits: commit c33185cbdfd948f3295f9192a7f8c3ab37a7dae1 Author: Markus Mohrhard Date: Tue Aug 6 03:08:14 2019 +0800 try a different idea how to quickly get some chart styles implemented Change-Id

[Libreoffice-commits] core.git: Branch 'feature/gsoc19-chart-style' - offapi/com offapi/UnoApi_offapi.mk

2019-07-03 Thread Markus Mohrhard (via logerrit)
fa2aa8d749c153e660ed5e8c976802921ab59eea Author: Markus Mohrhard AuthorDate: Thu Jul 4 00:26:34 2019 +0800 Commit: Markus Mohrhard CommitDate: Thu Jul 4 00:26:34 2019 +0800 add interfaces for chart style Change-Id: Ib8e118a5c866187507d438f1decbc49ffafd0dd4 diff --git a/offapi/UnoApi_offapi.mk b/offapi

Re: UI tests opening all possible dialogs

2019-06-22 Thread Markus Mohrhard
Hello Artur, On Fri, Jun 21, 2019 at 12:06 PM Artur Neumann wrote: > Forgot the link to the changes, here it is: > https://gerrit.libreoffice.org/#/c/74333/ > On 2019-06-20 5:01 p.m., Artur Neumann wrote: > > I've made some UI tests that open every dialog in calc, close it with the > "close" or

Re: UNO connection problems (GSOC Report Week 3)

2019-06-20 Thread Markus Mohrhard
Hey, you can also have a look at the existing OfficeConnection class from https://cgit.freedesktop.org/libreoffice/core/tree/uitest/libreoffice/connection.py That one should contain quite some logic to handle different corner cases and should warn if the environment is not set-up correctly.

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

2019-05-10 Thread Markus Mohrhard (via logerrit)
sc/source/filter/excel/xecontent.cxx | 27 --- 1 file changed, 24 insertions(+), 3 deletions(-) New commits: commit 569c2229dd890aad07035d81b1ce3b1b3d7bc244 Author: Markus Mohrhard AuthorDate: Sun Jul 15 00:18:58 2018 +0200 Commit: Andras Timar CommitDate: Fri

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

2019-05-10 Thread Markus Mohrhard (via logerrit)
sc/qa/unit/data/ods/conditionalformat_containstext.ods |binary sc/qa/unit/subsequent_export-test.cxx | 13 + 2 files changed, 13 insertions(+) New commits: commit 02a57aa51d71680ed64ce6519d77e28db06b03b3 Author: Markus Mohrhard AuthorDate: Sat Jul 14 15:29:41

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

2019-05-10 Thread Markus Mohrhard (via logerrit)
sc/source/filter/excel/xecontent.cxx | 64 --- 1 file changed, 53 insertions(+), 11 deletions(-) New commits: commit 0420bf0da699493c91164cdd8b9f8fe488f0fb67 Author: Markus Mohrhard AuthorDate: Sat Jul 14 23:56:44 2018 +0200 Commit: Andras Timar

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

2019-05-10 Thread Markus Mohrhard (via logerrit)
sc/source/filter/excel/xecontent.cxx | 10 ++ 1 file changed, 10 insertions(+) New commits: commit 5328e04744bbf570e70b13917a2142c0aca159ae Author: Markus Mohrhard AuthorDate: Sat Jul 14 15:16:46 2018 +0200 Commit: Andras Timar CommitDate: Fri May 10 08:24:39 2019 +0200

Re: Google Summer of Code Questions

2019-04-08 Thread Markus Mohrhard
Hey, On Tue, Apr 9, 2019 at 1:16 AM Zhiye Hong wrote: > Dear mentors. > > I'm undergraduate student from University of Sydney. I have high skills in > python programming and wish to do Google summer code. But I'm brand new and > have no idea how to write a decent proposal. > > My WAM is around

Re: 404 error gerrit docunentation website

2019-03-30 Thread Markus Mohrhard
Hey, I doubt anyone really looks at the gerrit documentation. Most of what you actually need, especially as a beginner, is documented in the TDF wiki. What you found is the official gerrit documentation for the gerrit version that we use. If you are looking for instructions about LibreOffice

Re: CppUnit updates

2019-03-29 Thread Markus Mohrhard
Hey, On Sat, Mar 30, 2019 at 6:22 AM Andrés Maldonado wrote: > Hello, > > I was working on EasyHack 122169 > and > submitted a patch to Gerrit, > but the Jenkins build failed because the

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

2019-03-28 Thread Markus Mohrhard
Hey Michael, all, On Fri, Mar 29, 2019 at 12:44 AM Michael Meeks wrote: > Hi Markus, > > On 28/03/2019 16:13, Markus Mohrhard wrote: > > so in general the fastest way to get some feedback might be to ping me > > directly and give me some time to look into such issues. W

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

2019-03-28 Thread Markus Mohrhard
Hey, * Crash Reporting (Xisco) > + http://crashreport.libreoffice.org/stats/version/6.1.4.2 > + 837 (+46) > + http://crashreport.libreoffice.org/stats/version/6.1.5.2 > + 875 634 (+241) > + http://crashreport.libreoffice.org/stats/version/6.2.0.3 > + 1295 (+59) > +

Re: Query related compiler support in VisualDsp

2019-03-27 Thread Markus Mohrhard
Hey, On Wed, Mar 27, 2019 at 8:29 PM Geeta Bahutale wrote: > Hi, > > > > I am from L Mumbai Branch. I would like to know whether VisualDsp++ > support CppUnit framework? My code is in the VisiualDSP++. I need to write > unit test cases in CppUnit. > > I have experience using CppUnit in IAR

Re: Implementing interface for importing external data in calc

2019-03-21 Thread Markus Mohrhard
Hey, On Fri, Mar 22, 2019 at 12:46 AM smooth_vaibhav wrote: > Is there any documentation for the already available UI implementation and > the data import code files. I have already gone through the data import > code > files like the ones residing in sc/source/ui/dataprovider/. > As you might

Re: Implementing interface for importing external data in calc

2019-03-21 Thread Markus Mohrhard
Hey, On Thu, Mar 21, 2019 at 5:37 PM smooth_vaibhav wrote: > I have been keen about the project idea of implementing the import > functionality of external data in calc. I have some queries regarding it. > > 1) There are numerous possibilities of external data sources like database, > files. So

Re: Implementing interface for importing external data in calc

2019-03-21 Thread Markus Mohrhard
Hey, please ignore this email. The original email is about a GSoC project and not about macro progamming. Kind regards, Markus On Fri, Mar 22, 2019 at 12:12 AM sos wrote: > hallo, > > you can import data into a spreadsheet in 2 ways > > Fast = connecting the Calcdoc to a databasedoc and using

Re: [Libreoffice-qa] Extending subsequent tests with dogtail tests?

2019-03-10 Thread Markus Mohrhard
Hey, On Fri, Mar 8, 2019 at 6:33 PM Miklos Vajna wrote: > Hi, > > The current practice is: if 'make check' passes (which is more or less > enforced by Jenkins) and the change looks good to a reviewer, the change > goes in. And then releases are based on time, so it's really rare that > there

Re: Extending subsequent tests with dogtail tests?

2019-03-10 Thread Markus Mohrhard
Hey, On Fri, Mar 8, 2019 at 6:33 PM Miklos Vajna wrote: > Hi, > > The current practice is: if 'make check' passes (which is more or less > enforced by Jenkins) and the change looks good to a reviewer, the change > goes in. And then releases are based on time, so it's really rare that > there

Re: [Libreoffice-qa] Extending subsequent tests with dogtail tests?

2019-03-07 Thread Markus Mohrhard
Hey, let me at least add some comments. On Thu, Mar 7, 2019 at 5:42 PM Jean-Philippe MENGUAL < jean-philippe.meng...@libreoffice.org> wrote: > Hi, > > > Le 06/03/2019 à 20:52, Samuel Thibault a écrit : > > Hello, > > > > Markus Mohrhard, le lun. 2

Re: Extending subsequent tests with dogtail tests?

2019-03-07 Thread Markus Mohrhard
Hey, let me at least add some comments. On Thu, Mar 7, 2019 at 5:42 PM Jean-Philippe MENGUAL < jean-philippe.meng...@libreoffice.org> wrote: > Hi, > > > Le 06/03/2019 à 20:52, Samuel Thibault a écrit : > > Hello, > > > > Markus Mohrhard, le lun. 2

Re: [Libreoffice-qa] Extending subsequent tests with dogtail tests?

2019-02-24 Thread Markus Mohrhard
Hello Samuel, let me add a few comments based on many years implementing testing frameworks for LibreOffice and most recently working on the UI testing. On Sat, Feb 23, 2019 at 6:24 PM Samuel Thibault wrote: > Noel Grandin, le sam. 23 févr. 2019 12:19:19 +0200, a ecrit: > > However, the

Re: Extending subsequent tests with dogtail tests?

2019-02-24 Thread Markus Mohrhard
Hello Samuel, let me add a few comments based on many years implementing testing frameworks for LibreOffice and most recently working on the UI testing. On Sat, Feb 23, 2019 at 6:24 PM Samuel Thibault wrote: > Noel Grandin, le sam. 23 févr. 2019 12:19:19 +0200, a ecrit: > > However, the

perf.libreoffice.org and Callgrind TB working again

2019-02-13 Thread Markus Mohrhard via LibreOffice
Hey, the Callgrind tinderbox is after several updates (F20->F29) working again and seems to produce results again. The first round of results have been published on perf.libreoffice.org again. If you still see issues please report back to me. Kind regards, Markus

Re: [Libreoffice-qa] Automate the installation of the nightly releases

2019-01-12 Thread Markus Mohrhard
Hey Jean-Philippe, On Sun, Jan 13, 2019 at 12:38 AM Jean-Philippe MENGUAL < jean-philippe.meng...@libreoffice.org> wrote: > Hi, > > I now can use the Debian packaged release of the nightly builds of > Libreoffice. I use the French langpack as well. > > Could you help me for writing a script run

Re: CppUnit compiler support

2018-12-11 Thread Markus Mohrhard
Hey Spencer, On Tue, Dec 11, 2018 at 12:31 PM FRISBY, SPENCER G CIV USAF AFMC 518 SMXS/MXDX wrote: > Hi, > > I was wondering if CppUnit 1.14 has support to be compiled by Green Hills > MULTI 4.2.4 C++ compiler. > > If it does, could you provide me documentation that outlines the steps to >

Re: Compiler baselines

2018-12-11 Thread Markus Mohrhard
Hey, On Mon, Dec 10, 2018 at 6:14 PM Stephan Bergmann wrote: > On 08/12/2018 19:35, Markus Mohrhard wrote: > > Gandalf is not a CentOS based buildbot but the self-built gcc is now > > available under "/opt/rh/devtoolset-7/root/usr/bin/gcc" to reduce the > > di

Re: Compiler baselines

2018-12-08 Thread Markus Mohrhard
Hey, On Mon, Dec 3, 2018 at 2:24 PM Stephan Bergmann wrote: > On 25/11/2018 23:35, Stephan Bergmann wrote: > > * So Developer Toolset 7 has been installed on tb75-lilith, tb76-maggie, > > and tb79-poolux, and Jenkins jobs linux_gcc_release_64 > > (< >

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

2018-12-06 Thread Markus Mohrhard
Hey all, On Thu, Dec 6, 2018 at 4:31 PM Michael Meeks wrote: > + minor complaint wrt. single Chart save removal in calc (Heiko) > + how to know ? - checkout release notes > > These people should feel free to complain to me. However the removal was necessary and long

Re: minutes of ESC call ...

2018-12-06 Thread Markus Mohrhard
Hey all, On Thu, Dec 6, 2018 at 4:31 PM Michael Meeks wrote: > + minor complaint wrt. single Chart save removal in calc (Heiko) > + how to know ? - checkout release notes > > These people should feel free to complain to me. However the removal was necessary and long

Re:

2018-12-02 Thread Markus Mohrhard
Hey Jim, On Sun, Dec 2, 2018 at 11:14 PM Jim Raykowski wrote: > Hello All, > > I have recently been granted the great privilege to be part of the > Commiters group on gerrit. I have notice each time I have committed a patch > a tinder box failure occurs and a message is sent saying "One of you

Re: lode's "add a mode to consider autogen.sh failure 'ok'"

2018-11-30 Thread Markus Mohrhard
Hey Stephan, On Fri, Nov 30, 2018 at 9:18 AM Stephan Bergmann wrote: > Anybody remember what the lode repo's > < > https://gerrit.libreoffice.org/plugins/gitiles/lode/+/1d0e18c1ce4bf703efe1266db6ce692ae0e4bafd%5E!/> > > "add a mode to consider autogen.sh failure 'ok'" is supposed to achieve? >

Re: LibreOffice ESC call, Thur - 16:00 central European (local) time

2018-11-06 Thread Markus Mohrhard
Hey, On Tue, Nov 6, 2018 at 11:00 AM Michael Meeks wrote: > > * Pending Action Items: > > + investigate missing crash report signatures in 6.1.2 (Cloph) > [ not yet sure what’s happening ] > > I have looked into this during the Munich hackfest and it seems that the symbol information

Re: problems with LayerTabBar in unit tests

2018-10-08 Thread Markus Mohrhard
Hello Regina, On Mon, Oct 8, 2018 at 7:54 PM Regina Henschel wrote: > Hi all, > > does no one has an idea? I have put the problem as patch to Gerrit > https://gerrit.libreoffice.org/61545. Perhaps my problem is easier > understandable then. > > Problem: If I use the "Load"-method, I get the

Re: how to run single cppunit tests

2018-08-31 Thread Markus Mohrhard
Hey, On Fri, Aug 31, 2018 at 6:06 PM Rahul Gurung wrote: > hey, > > can you tell me how to run a single and specific cpp test to check if it > is working or not? I tried the methods told in the documentation it didn't > work for me,(as a whole lot of unrelated tests started running) I think I >

Re: Jenkins CI behaviour

2018-08-28 Thread Markus Mohrhard
egards, Markus > > On 28 August 2018 at 21:27, Markus Mohrhard < > markus.mohrh...@googlemail.com> wrote: > >> Hey, >> >> On Tue, Aug 28, 2018 at 5:52 PM Rahul Gurung >> wrote: >> >>> What if it hiccups again in rebase ? >>> >>

Re: Jenkins CI behaviour

2018-08-28 Thread Markus Mohrhard
Hey, On Tue, Aug 28, 2018 at 5:52 PM Rahul Gurung wrote: > What if it hiccups again in rebase ? > Rebase again. Sadly some of the tests are not as stable as they should be. Some of the old java tests and some of the platform dependent tests (either font based, or other platform parts) fail

Re: Error while make test

2018-08-25 Thread Markus Mohrhard
see your patch :) Regards, Markus > Regards, > Gurung > > On 22 August 2018 at 23:11, Markus Mohrhard < > markus.mohrh...@googlemail.com> wrote: > >> Hey Rahul, >> >> can you push your current state to gerrit so that we can discuss the code >> m

Re: Error while make test

2018-08-22 Thread Markus Mohrhard
Hey Rahul, can you push your current state to gerrit so that we can discuss the code more easily? Regards, Markus On Wed, Aug 22, 2018 at 7:28 PM Rahul Gurung wrote: > Hey, > > I was experimenting with cpp test by making a new test( transfered from > java tests) and activating it when I run

Re: Questions about CppUnit

2018-08-09 Thread Markus Mohrhard
Hello Spencer, On Thu, Aug 9, 2018 at 8:35 PM FRISBY, SPENCER G CIV USAF AFMC 518 SMXS/MXDPA wrote: > My team and I are interested in using CppUnit but in order to get it onto > our networks we need some information. > > Is there a mailing address for CppUnit? If there is, what is it? > You

Re: Converting java unit test to cppunit

2018-08-03 Thread Markus Mohrhard
Hello Rahul, On Fri, Aug 3, 2018 at 7:27 PM, Rahul Gurung wrote: > Hi, > > I am trying to convert java unit tests to cppunit test and I am currently > studying old commits, and came across this line, > > > "UnoRuntime.queryInterface (XArrayFormulaRange.class, new_range);" > > I checked the

Re: New Windows Tinderbox Needed

2018-08-03 Thread Markus Mohrhard
Hey Luke, On Fri, Aug 3, 2018 at 9:05 PM, Luke Benes wrote: > Currently all Windows tinderboxes that generated the daily builds are > down: @39, @42, and @62 > > Fortunately, I had the time this week to roll my own builds and in the > process discovered 2 build breaking commits [1] [2], while

Re: Equivalent of std::mktime in LO

2018-07-29 Thread Markus Mohrhard
Hey Vikas, On Sun, Jul 29, 2018 at 8:49 AM, Vikas Mahato wrote: > Hello All, > > I have a patch here, https://gerrit.libreoffice.org/#/c/58152/ and I am > trying to replace > > std::tm getDateTime(double nDateTime) > { > long nDays = std::trunc(nDateTime); > std::tm aDate = {}; >

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

2018-07-15 Thread Markus Mohrhard
calc/conditional-formatting/all_advanced_cond_formats.xlsx |binary calc/conditional-formatting/all_text_cond_formats.xlsx |binary 2 files changed New commits: commit 0a18f0eda1c8f4bc51df734b3b74b1d2009442f5 Author: Markus Mohrhard Date: Sun Jul 15 21:25:23 2018 +0200 add

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

2018-07-11 Thread Markus Mohrhard
8e9d43546c8e46ea635472ddf07f5c183dc13360 Author: Markus Mohrhard Date: Thu Jul 12 01:31:18 2018 +0200 fix the build Change-Id: I661666166594ce3012767fac6edc64aa424442e5 diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx index 63ec4abc9302..4f8b61980106 100644 --- a/sc/source/filter/xml

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

2018-07-08 Thread Markus Mohrhard
vcl/source/uitest/uiobject.cxx | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) New commits: commit a7699fc27240f1329602a5d442667c326525ad55 Author: Markus Mohrhard Date: Mon Jul 9 00:48:16 2018 +0200 uitest: test for ui elements children first Change-Id

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

2018-07-08 Thread Markus Mohrhard
bin/gbuild-to-ide |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9d7166b448198875bdff43d7054d0f5914e675de Author: Markus Mohrhard Date: Mon Jul 9 00:54:02 2018 +0200 fix compile_commands.json when generated with modern gcc Change-Id

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

2018-07-08 Thread Markus Mohrhard
sc/source/ui/dbgui/validate.cxx |2 +- sc/uiconfig/scalc/ui/erroralerttabpage.ui |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit c3c2ca43686b8cf63e60f783b81cb353d91973fa Author: Markus Mohrhard Date: Sun Jul 8 23:06:34 2018 +0200 rename UI

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

2018-07-05 Thread Markus Mohrhard
Mohrhard Date: Thu Feb 8 22:49:55 2018 +0100 add a selection for the DB range to Dataprovider dlg Change-Id: I02c63b46e21cd8d04e6b515e2cbbee08743d5657 Reviewed-on: https://gerrit.libreoffice.org/49459 Tested-by: Jenkins Reviewed-by: Markus Mohrhard diff --git a/sc/inc

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

2018-07-03 Thread Markus Mohrhard
Mohrhard Date: Mon Jul 2 02:41:32 2018 +0200 store the data provider settings in the document Change-Id: I049187432437a4bf2539fae54d44ad1266c54149 Reviewed-on: https://gerrit.libreoffice.org/56787 Tested-by: Jenkins Reviewed-by: Markus Mohrhard diff --git a/sc/source/ui/inc

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

2018-06-20 Thread Markus Mohrhard
sc/source/filter/orcus/xmlcontext.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 2acaf22274068fbc4181120084aa372254e11686 Author: Markus Mohrhard Date: Wed Jun 20 00:04:55 2018 +0200 push the data from the temporary storage to the document for XML source Change

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sc/uiconfig

2018-06-20 Thread Markus Mohrhard
sc/uiconfig/scalc/menubar/menubar.xml |2 -- 1 file changed, 2 deletions(-) New commits: commit 30acfd82f2bfd98674f0ad2cf5cf015880001994 Author: Markus Mohrhard Date: Wed Jun 20 00:07:38 2018 +0200 data provider is not ready in 6-1 yet Change-Id

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

2018-06-19 Thread Markus Mohrhard
sc/source/filter/orcus/xmlcontext.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit ca49ed9c4342917ba616170e95d7614224a13a4b Author: Markus Mohrhard Date: Wed Jun 20 00:04:55 2018 +0200 push the data from the temporary storage to the document for XML source Change

[Libreoffice-commits] core.git: Branch 'feature/cib_contract57b' - 9 commits - bin/upload_symbols.py cli_ure/Executable_climaker.mk cli_ure/Library_cli_cppuhelper_native.mk cli_ure/Library_cli_uno.mk

2018-06-08 Thread Markus Mohrhard
/thread.cxx | 10 - solenv/gbuild/platform/com_MSC_defs.mk|2 - 17 files changed, 48 insertions(+), 73 deletions(-) New commits: commit 22aab5f1e129ffb1c592e7b709d8d0b2a6deba48 Author: Markus Mohrhard Date: Sun Jun 5 22:34:26 2016 +0200 enable breakpad

Re: [freedesktop/libreoffice-cppunit] Feature/cmake (#2)

2018-05-22 Thread Markus Mohrhard
rk: > Wilhelm Meisters Wanderjahre)* > > Am 10.05.2018 um 21:15 schrieb Markus Mohrhard < > markus.mohrh...@googlemail.com>: > > Hey, > > oh I didn't know that there are freedesktop mirrors. Actually the main > repository is hosted at https://gerrit.libreoffice.org/#/q/st

[Libreoffice-commits] cppunit.git: configure.ac include/cppunit

2018-05-22 Thread Markus Mohrhard
configure.ac |2 +- include/cppunit/Portability.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 0f06c57cafbf050276bae3306aed3bcbb39ddc44 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Wed May 23 02:13:50 2018

[Libreoffice-commits] cppunit.git: 3 commits - autogen.sh configure.ac examples/money include/cppunit m4/ax_cxx_have_isfinite.m4 m4/README Makefile.am

2018-05-22 Thread Markus Mohrhard
++-- m4/README |1 m4/ax_cxx_have_isfinite.m4 | 27 -- 7 files changed, 4 insertions(+), 72 deletions(-) New commits: commit fd7111241a90b00eed45c7fb847101c732b9df83 Author: Markus Mohrhard <markus.mohrh...@googlemail.com>

Re: External Data providersin Calc - GSoC project

2018-05-15 Thread Markus Mohrhard
Hello Vikas, On Tue, May 15, 2018 at 11:13 AM, Vikas Mahato wrote: > Hi all, > > I looked into how to make UNO components for calc and referred to > Solver.idl and XSolver.idl in offapi module for more understanding. > > I am thinking of moving the existing

Re: [freedesktop/libreoffice-cppunit] Feature/cmake (#2)

2018-05-10 Thread Markus Mohrhard
Hey, oh I didn't know that there are freedesktop mirrors. Actually the main repository is hosted at https://gerrit.libreoffice.org/#/q/status:open and the freedesktop repositories are already mirrors. The easiest way is to push a change to gerrit as described at

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sw/source

2018-04-10 Thread Markus Mohrhard
sw/source/ui/frmdlg/frmpage.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9d3444ffe5b0ec37ad99d6969179184abea21385 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sun Apr 8 12:43:13 2018 +0200 fix global-buffer-overflow found thro

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

2018-04-08 Thread Markus Mohrhard
accessibility/source/standard/vclxaccessiblebox.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 929aff6d2d25c4b1e72f9326e597f04ba7e9e4b4 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sun Apr 8 15:35:41 2018 +0200 fix wrong mismatch o

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

2018-04-08 Thread Markus Mohrhard
sw/source/ui/frmdlg/frmpage.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c442ac8c20cfceb8c87e96c494dcd8372dc6e206 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sun Apr 8 12:43:13 2018 +0200 fix global-buffer-overflow found thro

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

2018-04-05 Thread Markus Mohrhard
Hey, On Thu, Apr 5, 2018 at 4:48 PM, Michael Meeks wrote: > > > * GSoC Application (Thorsten, Heiko) >+ 42 final applications – deadline is over, please review! > + somewhat down on previous years; similar to other projects. >+ 16+ mentors >+ 10-15

[Libreoffice-commits] cppunit.git: include/cppunit include/msvc6 src/cppunit

2018-04-02 Thread Markus Mohrhard
include/cppunit/plugin/TestPlugIn.h|2 ++ include/msvc6/testrunner/TestPlugInInterface.h |2 ++ src/cppunit/Win32DynamicLibraryManager.cpp |2 ++ 3 files changed, 6 insertions(+) New commits: commit 5ee5394ccec1e9fa07f2a84d73209472c8a1daab Author: Markus Mohrhard

Re: Build aborting

2018-04-01 Thread Markus Mohrhard
Hey, On Sun, Apr 1, 2018 at 11:44 PM, Chris Sherlock wrote: > Hi all, > > Does anyone know why the following patch’s build is aborting? > > https://gerrit.libreoffice.org/#/c/51808/9 > > > "Build timed out (after 45 minutes). Marking the build as aborted." (see

Re: GSoC 2018 : LIbreOffice | LOEclipse | Introduction : Shobhan Mandal

2018-03-25 Thread Markus Mohrhard
Hello Shobhan, On Wed, Mar 21, 2018 at 10:23 AM, Shobhan Mandal < dev.shobhanman...@gmail.com> wrote: > Greetings LibreOffice Community, > > I am Shobhan Mandal, currently pursuing my Masters Degree in Computer > Science from International Institute of Information Technology - Hyderabad, >

Re: Serdar Oktay TUNÇ GSoC Introducyion

2018-03-25 Thread Markus Mohrhard
Hello Serdar, On Sun, Mar 18, 2018 at 4:49 PM, serdar tunc wrote: > Hello Everyone! > I am Serdar and I am last undergraduate year in Computer Engineering > at Çanakkale Onsekiz Mart University. I know C++, python, git, gerrit, > reading others code and gdb. > I am

Re: File Handling in Calc

2018-03-18 Thread Markus Mohrhard
Hey Vikas, On Sun, Mar 18, 2018 at 10:21 AM, Vikas Mahato wrote: > Hello Developers, > > Can you please provide me a link to documentation or code snippets > regarding file handling (opening, saving and closing files in ODS format) > in Calc? > > File handling in

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

2018-03-15 Thread Markus Mohrhard
sc/source/core/data/table7.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 15443038c4b8d4c1e7d1aa32df72f41ba93b5b8b Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Thu Feb 22 22:43:35 2018 +0100 copy multiple single row cond f

Re: Request for GSoC project Integrate ui dialogs with translation tooling

2018-03-08 Thread Markus Mohrhard
Hello Sanan, On Sat, Mar 3, 2018 at 7:04 AM, SANAN ANSARI wrote: > Hi , I'm Sanan Ansari. I am pursing my B.E in computer Engineering from > Mumbai university India.I just read the project idea of Integrate .ui > dialogs with translation tooling. I have knowledge about

Re: [GSoC] Discussion on project idea "interface for external data source import into Calc"

2018-03-08 Thread Markus Mohrhard
Hello Manuj, On Wed, Mar 7, 2018 at 6:48 PM, Manuj Vashist wrote: > Hello everyone, > > I am a sophomore student persuing B.E. In Birla Institute of Technology & > Science Pilani. > > I am exploring the LO code base since January and have merged a couple of > easyHacks

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

2018-03-06 Thread Markus Mohrhard
sc/source/ui/uitest/uiobject.cxx |4 +++- uitest/calc_tests/gridwin.py | 17 + 2 files changed, 20 insertions(+), 1 deletion(-) New commits: commit ab26cddc3325a6422993a3421a557536d6023936 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Wed Mar 7

  1   2   3   4   5   6   7   8   9   10   >