Easy hacks without code pointers

2017-11-20 Thread Zolnai Tamás
Hi all, I see that some of the easy hacks have no code pointers, but they are listed on the easy hacks wiki page: https://wiki.documentfoundation.org/Development/EasyHacks/lists/by_Difficulty For example: tdf#40457, tdf#112650, tdf#106890, tdf#71920. These were generated in the last 7 days. I th

Re: [Libreoffice-commits] core.git: Let's have activex control test also a slowcheck test

2017-11-13 Thread Zolnai Tamás
*Typo: I was who added this activex test to the source. 2017-11-13 15:51 GMT+01:00 Zolnai Tamás : > Hi Stephan, > > I was how added this activex test to the source. First I added it to > subsequent_test because I don't want it to run by make , but then I > realized th

Re: [Libreoffice-commits] core.git: Let's have activex control test also a slowcheck test

2017-11-13 Thread Zolnai Tamás
Hi Stephan, I was how added this activex test to the source. First I added it to subsequent_test because I don't want it to run by make , but then I realized that there is also the slowchecks, which are not run by make , but run by top level make. It has the same dependency as other filters test i

Re: Running unit test by make

2017-11-13 Thread Zolnai Tamás
ved all to slowcheck anyway. Best Regards, Tamás 2017-11-12 21:03 GMT+01:00 Bjoern Michaelsen < bjoern.michael...@libreoffice.org>: > Hi, > > On Sun, Nov 12, 2017 at 07:00:33PM +0100, Zolnai Tamás wrote: > > Independently from the actual question, which is still unanswered, &g

Re: Running unit test by make

2017-11-12 Thread Zolnai Tamás
Oh, I just see that in sw module all tests are moved to slowcheck. I guess somebody already have this issue. So I do the same for sd model which has more and more tests nowdays.: https://gerrit.libreoffice.org/#/c/44656/ 2017-11-12 19:00 GMT+01:00 Zolnai Tamás : > Independently from the act

Re: Running unit test by make

2017-11-12 Thread Zolnai Tamás
Independently from the actual question, which is still unanswered, it's always a pleasure to see how "old" developers - living in a symbiosis with the code - are worrying about the status quo. 2017-11-12 18:39 GMT+01:00 Zolnai Tamás : > > As others have pointed out, the ta

Re: Running unit test by make

2017-11-12 Thread Zolnai Tamás
> As others have pointed out, the targets you are looking for are available. >> If >> you dont like how they are named, please just create yourself some >> function or >> alias in your local ~/.bashrc, but do not force this on the rest of the >> world[1]. >> > Anyway adding an optional configure op

Re: Running unit test by make

2017-11-12 Thread Zolnai Tamás
When I said I'll solve it locally, I mean I'll solve it on my machine only. 2017-11-12 18:29 GMT+01:00 Bjoern Michaelsen < bjoern.michael...@libreoffice.org>: > Hi, > > On Sat, Nov 11, 2017 at 09:40:41PM +0100, Zolnai Tamás wrote: > > I meant a configure option wh

Re: Running unit test by make

2017-11-11 Thread Zolnai Tamás
I meant a configure option what you can add to autogen.input and so you don't need to type make .build or make build-nocheck, but use the simple "make" for building and make check for run a build with tests, but never mind I solve it locally. 2017-11-11 20:59 GMT+01:00 Jaskaran Singh : > Its actu

Re: Running unit test by make

2017-11-11 Thread Zolnai Tamás
ull to run only the fast tests. Best Regards, Tamás 2017-11-10 9:33 GMT+01:00 Miklos Vajna : > Hi, > > On Fri, Nov 10, 2017 at 08:03:18AM +0100, Zolnai Tamás < > zolnaitamas2...@gmail.com> wrote: > > > make .build > > > > Great, but then what is simp

Re: Running unit test by make

2017-11-09 Thread Zolnai Tamás
2017-11-10 7:44 GMT+01:00 Noel Grandin : > if you don't want to run the tests you can do > > make .build > ​ > Great, but then what is simple make for? ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mai

Running unit test by make

2017-11-09 Thread Zolnai Tamás
Hi all, I wonder what the reason of running some of the unit tests by calling simple make on a module (e.g. make sd). I used to use simple make while doing the intensive hacking of the code, when I don't need to run unit tests at all. After I finished with the codewriting, I can run the unit tests

Re: libgltf, glTF models, collada etc ?

2017-10-27 Thread Zolnai Tamás
Hi, It seems a good idea to remove this 3D model support. It's not really used. Also libgltf is abandoned now (I stopped working on it for some time past). Best Regards, Tamás 2017-10-19 16:43 GMT+02:00 Caolán McNamara : > So we have support for glTF models in LibreOffice. There's is then the >

Timer asserts on Windows when opening any bigger document.

2017-09-12 Thread Zolnai Tamás
Hi, On master I experience that the code always asserts when I try to open any document which takes a bigger amount of time on Windows. The assertion comes from the timer code: https://opengrok.libreoffice.org/xref/core/vcl/win/app/salinst.cxx#725 Is there any idea why this asserts? Can this asse

Re: git-hook: Catch tab indentation also for makefiles

2017-09-04 Thread Zolnai Tamás
2017-09-04 17:13 GMT+02:00 jani libreoffice : > > I think temporary GNU make still needs recipe lines to start with tab >> characters? And in any case, our makefiles are apparently written with >> lots of tab characters all over the place. I'd suggest to revert (at least >> for now). > > > Yeah,

Re: git-hook: Catch tab indentation also for makefiles

2017-09-04 Thread Zolnai Tamás
2017-09-04 15:43 GMT+02:00 Stephan Bergmann : > On 09/04/2017 03:30 PM, Tamas Zolnai wrote: > >> I just noticed that for makefiles (*.mk) git does not check whether the >> commit contains tab indentation. As I know we use spaces also for makefiles >> for indentation, right? So I added a patch chan

Re: Revert "tdf#106283: Registry settings are not read properly on Windows"

2017-03-07 Thread Zolnai Tamás
Hi Stephan, >> 2. About your idea how to fix it in windows registry handler code. >> I hope I understand your words well. So you suggest to have a third >> entry for Windows registry keys which specifies the type. For the >> first thought it was a good idea, as you sad it would be easy to >> imple

Re: Revert "tdf#106283: Registry settings are not read properly on Windows"

2017-03-07 Thread Zolnai Tamás
Regards, Tamás 2017-03-07 10:30 GMT+01:00 Stephan Bergmann : > On 03/07/2017 10:00 AM, Zolnai Tamás wrote: >>> >>> So coming back to <https://gerrit.libreoffice.org/#/c/34933/>, I'm not >>> too >>> excited about that hack. It's a quick-fix

Re: Revert "tdf#106283: Registry settings are not read properly on Windows"

2017-03-07 Thread Zolnai Tamás
Hi Stephan, > So coming back to , I'm not too > excited about that hack. It's a quick-fix to work around one specific > shortcoming of the naive Windows registry mapping, but in a way that would > require that hack to stay for backwards-compatibility rea

Stop jenkins when new patchset uploaded?

2017-02-05 Thread Zolnai Tamás
Hi there, I wonder whether it can be solved somehow to stop jenkins build, when a new patch set is uploaded to gerrit. It seems a waste of resources to finish build of a previous patch set if a new one is there. Thanks, Tamás ___ LibreOffice mailing lis

Re: loplugin:useuniqueptr and a crash

2017-02-01 Thread Zolnai Tamás
2017-02-01 18:56 GMT+00:00 Zolnai Tamás : > Hi guys, > > I tried to revert one loplugin:useuniqueptr related change because it > makes Impress to crash: > https://bugs.documentfoundation.org/show_bug.cgi?id=105677 > > But as I pushed a patch to gerrit I see that it makes b

loplugin:useuniqueptr and a crash

2017-02-01 Thread Zolnai Tamás
Hi guys, I tried to revert one loplugin:useuniqueptr related change because it makes Impress to crash: https://bugs.documentfoundation.org/show_bug.cgi?id=105677 But as I pushed a patch to gerrit I see that it makes build failing: https://gerrit.libreoffice.org/#/c/33805/ http://ci.libreoffice.or

Re: minutes of ESC call ...

2017-01-30 Thread Zolnai Tamás
Hi, > * TDF / Budgeting / Brainstorming (Thorsten) > + checkout spreadsheet: > https://demo.collaboracloudsuite.com/tdf/index.php/apps/richdocuments/index#719_%2FESC%20minutes > + currently ranked by highest score > + interesting ranking, thanks for rating. When will these s

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Zolnai Tamás
2017-01-03 12:21 GMT+01:00 Bjoern Michaelsen : > Hi, > > On Tue, Jan 03, 2017 at 12:16:29PM +0100, Bjoern Michaelsen wrote: >> for now, as I dont know (and dont want to know really) how to patch gerrit. > > Turns out patching gerrit isnt really needed as at: > > https://gerrit.libreoffice.org/#/se

Gerrit: mark patches as waiting for review

2017-01-02 Thread Zolnai Tamás
Hi, I just wondering whether gerrit can be improved some way to make it allow to mark patches which are actually waiting for review. It's common to upload patches only for Jenkins to check whether the patch builds. It would be good to have some option to filter for patches which need review. It wo

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

2016-11-24 Thread Zolnai Tamás
2016-11-24 21:30 GMT+01:00 Thorsten Behrens : > Michael Meeks wrote: >> On 24/11/16 18:34, Zolnai Tamás wrote: >> > Can I have some code pointers from the last 5 years which shows when >> > it is "absolutely necessary" to break compatibility? To see when

Re: minutes of ESC call ...

2016-11-24 Thread Zolnai Tamás
Hi, > * Pivot-Tables / UNO / API evolution (Eike) >+ current state looks good (Eike) > + new feature will work. >+ what needs clarification in future: when & how to break stable API > + if not absolutely necessary - don't do it. > + adding a new constant is more work & mo

Request for beta2 release

2016-11-23 Thread Zolnai Tamás
Hi, As I read the release plan I saw that beta2 release is marked as optional. I don't know how you used to decide to have this beta release or not, but I'd like to request to have it. I added a new feature to Calc: https://wiki.documentfoundation.org/ReleaseNotes/5.3#Pivot_tables , but this featu

Re: [Libreoffice-commits] core.git: offapi/com offapi/type_reference

2016-11-23 Thread Zolnai Tamás
Hi Eike, I had no choice. You've made a decision and it seems I have to live with the consequences. So please don't insult me with saying 'thank you'. Tamás 2016-11-23 13:21 GMT+01:00 Eike Rathke : > Hi Zolnai, > > On Tuesday, 2016-11-22 21:43:11 +0100, Eike Rathke wrote: > >> What now needs to

Re: Re: [Libreoffice-commits] core.git: offapi/com offapi/type_reference

2016-11-21 Thread Zolnai Tamás
a better place to > discuss the API stability & instability. > > Thank you, > Kendy > > Zolnai Tamás píše v Po 21. 11. 2016 v 20:14 +: >> Hi Eike, all, >> >> Ok, it's starting to be a bit ridiculous from that point. >> Is it really the way, i

Re: Re: [Libreoffice-commits] core.git: offapi/com offapi/type_reference

2016-11-21 Thread Zolnai Tamás
Hi Eike, all, Ok, it's starting to be a bit ridiculous from that point. Is it really the way, if I need to change the API, to create new type like GeneralFunction2 and rewrite the whole pivot table code to use that new type? Really this is our policy to never change API in an incompatible way? Nev

Re: [Libreoffice-commits] core.git: 6 commits - offapi/com offapi/type_reference sc/inc sc/qa sc/source

2016-11-21 Thread Zolnai Tamás
Hi Stephan, 2016-11-21 13:23 GMT+01:00 Stephan Bergmann : > On 11/21/2016 12:53 PM, Zolnai Tamás wrote: >> >> 2016-11-21 10:52 GMT+01:00 Stephan Bergmann : >>> >>> On 11/20/2016 12:43 AM, Tamás Zolnai wrote: >>>> >>>> >>>> comm

Re: [Libreoffice-commits] core.git: 6 commits - offapi/com offapi/type_reference sc/inc sc/qa sc/source

2016-11-21 Thread Zolnai Tamás
Hi Stephan, 2016-11-21 10:52 GMT+01:00 Stephan Bergmann : > On 11/20/2016 12:43 AM, Tamás Zolnai wrote: >> >> commit eb27a63a38ee7d15292dc40520b0605e4c2228e2 >> Author: Tamás Zolnai >> Date: Sat Nov 19 22:27:20 2016 +0100 >> >> [API Change] PivotMedian: Add median to pivot table function ty

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

2016-09-03 Thread Zolnai Tamás
filter/source/xsltdialog/xmlfiltersettingsdialog.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b1053933a9569fdf791aad1dce0ee4f1d3a082dd Author: Zolnai Tamás Date: Sun Sep 4 01:05:12 2016 +0200 cppcheck: nullPointer Change-Id: I171d396198dc91b0e

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

2016-09-03 Thread Zolnai Tamás
sw/source/ui/fldui/fldref.cxx |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) New commits: commit 4a7a36b544e1ae3c87fef014922d572c409e94ff Author: Zolnai Tamás Date: Sat Sep 3 23:52:19 2016 +0200 cppcheck: variableScope Change-Id: Id290ca5e53c75b2c27dda6a6bb228a38

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

2016-09-03 Thread Zolnai Tamás
sw/source/filter/html/htmlatr.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 423b4ed6a2474f9ba1110b324b54950c2fc56c76 Author: Zolnai Tamás Date: Sat Sep 3 23:48:43 2016 +0200 cppcheck: variableScope Change-Id: I3850017bdf3ac2ac0436d4f64f45d61

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

2016-09-03 Thread Zolnai Tamás
sw/source/core/layout/calcmove.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit dfc2fa4a9bf9e277461d77fb4004086c089187a8 Author: Zolnai Tamás Date: Sat Sep 3 23:31:20 2016 +0200 cppcheck: variableScope Change-Id: Idd96330afaee66dcbeddc62c9369

Link to old easy hacks page

2016-09-02 Thread Zolnai Tamás
Hi there, I found that on libreoffice.org (https://www.libreoffice.org/community/developers/) the link with the title "Easy Hacks!" point to a deleted wiki page. Would be good to have a link to the new easy hacks wiki page here. Thanks, Tamás ___ LibreO

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - oox/source sd/qa

2016-01-11 Thread Zolnai Tamás
dev/null|binary oox/source/ppt/pptshape.cxx |9 ++--- sd/qa/unit/import-tests.cxx | 27 --- 3 files changed, 6 insertions(+), 30 deletions(-) New commits: commit e18c062be49042945644db438608a6e58c7dc98a Author: Zolnai Tamás Date: Sun Dec

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

2016-01-04 Thread Zolnai Tamás
dev/null|binary oox/source/ppt/pptshape.cxx |9 ++--- sd/qa/unit/import-tests.cxx | 24 3 files changed, 6 insertions(+), 27 deletions(-) New commits: commit fe9971de7e792960dc88fc562f2db04fee48cc2d Author: Zolnai Tamás Date: Sun Dec 20

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

2015-12-22 Thread Zolnai Tamás
dev/null|binary oox/source/ppt/pptshape.cxx |9 ++--- sd/qa/unit/import-tests.cxx | 24 3 files changed, 6 insertions(+), 27 deletions(-) New commits: commit a9db17aabc3ac970e6e4754e28310d20138144d9 Author: Zolnai Tamás Date: Sun Dec 20

[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-4.2-30'

2015-11-02 Thread Zolnai Tamás
Tag 'cp-4.2-30' created by Andras Timar at 2015-11-02 22:04 -0800 cp-4.2-30 Changes since libreoffice-4-2-branch-point-7: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.

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

2015-08-25 Thread Zolnai Tamás
sw/source/core/layout/paintfrm.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4ffdf7fa5c2f1fbe16c010c2fef639eb0a0725b6 Author: Zolnai Tamás Date: Sun Aug 23 19:15:14 2015 +0200 tdf#91969: Parts of paragraph border is missing ...when border i

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

2015-08-25 Thread Zolnai Tamás
sw/source/core/layout/paintfrm.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 8f44345f1e3e604dae86fef438014d4941b1d298 Author: Zolnai Tamás Date: Sun Aug 23 19:15:14 2015 +0200 tdf#91969: Parts of paragraph border is missing ...when border i

[Libreoffice-commits] core.git: 3 commits - filter/CppunitTest_filter_msfilter.mk filter/CppunitTest_filter_utils.mk filter/Module_filter.mk filter/qa filter/source sw/source

2015-08-23 Thread Zolnai Tamás
filter/CppunitTest_filter_msfilter.mk | 46 filter/CppunitTest_filter_utils.mk| 46 filter/Module_filter.mk |2 filter/qa/cppunit/msfilter-test.cxx | 77 ++ filter/qa/cppunit/utils-test.cxx

Plugin idea: const methods, params etc

2015-08-15 Thread Zolnai Tamás
Hi Noel, I see you work with clang plugins nowadays. I've got an idea for a next plugin. I think it would be a good idea to constify things in the source code, which could improve its readability. For example member functions which use data members read-only / calls only const methods / change onl

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0-0' - filter/CppunitTest_filter_utils.mk filter/Module_filter.mk filter/qa filter/source sw/qa

2015-07-30 Thread Zolnai Tamás
filter/CppunitTest_filter_utils.mk | 46 + filter/Module_filter.mk|1 filter/qa/cppunit/utils-test.cxx | 77 + filter/source/msfilter/util.cxx| 70 +- sw/qa/extras/globa

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - filter/CppunitTest_filter_utils.mk filter/Module_filter.mk filter/qa filter/source sw/qa

2015-07-23 Thread Zolnai Tamás
filter/CppunitTest_filter_utils.mk | 46 + filter/Module_filter.mk|1 filter/qa/cppunit/utils-test.cxx | 77 + filter/source/msfilter/util.cxx| 70 +- sw/qa/extras/globa

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

2015-07-23 Thread Zolnai Tamás
forms/source/component/clickableimage.cxx | 21 + forms/source/component/clickableimage.hxx |5 + 2 files changed, 26 insertions(+) New commits: commit 702cc62537676a66dc4d714598e6949527dbe629 Author: Zolnai Tamás Date: Sun Jul 12 18:21:35 2015 +0200 tdf#478

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

2015-07-22 Thread Zolnai Tamás
forms/source/component/clickableimage.cxx | 21 + forms/source/component/clickableimage.hxx |5 + 2 files changed, 26 insertions(+) New commits: commit 09c45087cf02eef3166fb870bae531d40216ca66 Author: Zolnai Tamás Date: Thu Jul 16 03:01:59 2015 +0200 tdf#478

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

2015-07-16 Thread Zolnai Tamás
forms/source/component/clickableimage.cxx | 21 + forms/source/component/clickableimage.hxx |5 + 2 files changed, 26 insertions(+) New commits: commit 3d9b62a40947dbb25360f32a6b330519be6f04ea Author: Zolnai Tamás Date: Wed Jul 15 23:23:48 2015 +0200 tdf#478

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

2015-07-15 Thread Zolnai Tamás
forms/source/component/clickableimage.cxx | 21 + forms/source/component/clickableimage.hxx |5 + 2 files changed, 26 insertions(+) New commits: commit e30f56e680a73b201f9059cd09a8ac8c78ebdd51 Author: Zolnai Tamás Date: Sun Jul 12 18:21:35 2015 +0200 tdf#478

[Libreoffice-commits] core.git: 2 commits - filter/CppunitTest_filter_utils.mk filter/Module_filter.mk filter/qa filter/source forms/source sw/qa

2015-07-14 Thread Zolnai Tamás
filter/CppunitTest_filter_utils.mk | 41 +++ filter/Module_filter.mk|1 filter/qa/cppunit/utils-test.cxx | 77 + filter/source/msfilter/util.cxx| 70 +- forms/source/compone

Re: [SOLVED] Re: About GraphicDisplayCacheEntry::IsCacheableAsBitmap/GraphicManager::ImplCreateOutput

2015-07-12 Thread Zolnai Tamás
2015-07-12 13:02 GMT+02:00 Julien Nabet : > On 12/07/2015 12:47, Zolnai Tamás wrote: >> >> Hi Julien, >> >> 2015-07-12 0:44 GMT+02:00 julien2412 : >>> >>> Hello, >>> >>> Giving a try to tdf#47832, I noticed that there were si

Re: About GraphicDisplayCacheEntry::IsCacheableAsBitmap/GraphicManager::ImplCreateOutput

2015-07-12 Thread Zolnai Tamás
Hi Julien, 2015-07-12 0:44 GMT+02:00 julien2412 : > Hello, > > Giving a try to tdf#47832, I noticed that there were similar comments in > these files: > GraphicDisplayCacheEntry::IsCacheableAsBitmap: > 487 // This function is based on GraphicManager::ImplCreateOutput(), in > fact it mostly cop

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

2015-07-07 Thread Zolnai Tamás
dbaccess/source/ui/dlg/dbadmin.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit cde471c5668d40b4623257db0c33738e191f4bc5 Author: Zolnai Tamás Date: Sat Jul 4 20:40:32 2015 +0200 tdf#92520: LibO crash when editing .odb database properties Regress

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

2015-07-04 Thread Zolnai Tamás
dbaccess/source/ui/dlg/dbadmin.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 9216e5ef76ab718568ebda64ccfa0c010390e11a Author: Zolnai Tamás Date: Sat Jul 4 20:40:32 2015 +0200 tdf#92520: LibO crash when editing .odb database properties Regress

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

2015-06-17 Thread Zolnai Tamás
cui/source/dialogs/srchxtra.cxx |1 - cui/source/inc/backgrnd.hxx |4 cui/source/tabpages/backgrnd.cxx | 36 +++- sw/source/uibase/utlui/uitool.cxx | 21 ++--- 4 files changed, 41 insertions(+), 21 deletions(-) New commits:

Re: test infrastructure ideas appreciated ... -- automatically generated unit tests

2015-06-17 Thread Zolnai Tamás
2015-06-16 23:52 GMT+02:00 Zolnai Tamás : > 2015-06-16 9:15 GMT+02:00 Stephan Bergmann : >> On 06/15/2015 03:51 PM, Zolnai Tamás wrote: >>> >>> I've got an idea too: automatically generated unit tests. >>> I think with a clang plugin we can generate u

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

2015-06-16 Thread Zolnai Tamás
sw/source/ui/fmtui/tmpdlg.cxx | 10 +- sw/uiconfig/swriter/ui/templatedialog2.ui | 13 + 2 files changed, 18 insertions(+), 5 deletions(-) New commits: commit 343f992816ab594c608537fd32fb4bf412f5fabb Author: Zolnai Tamás Date: Wed Jun 17 00:00:27 2015 +0200

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - cui/source cui/uiconfig include/svx reportdesign/source reportdesign/uiconfig sw/source sw/uiconfig

2015-06-16 Thread Zolnai Tamás
cui/source/dialogs/srchxtra.cxx |3 +++ cui/source/inc/backgrnd.hxx |1 + cui/source/inc/cuires.hrc |1 + cui/source/tabpages/backgrnd.cxx|5 + cui/source/tabpages/strings.src |4

UI changes for LO-5.0 - review needed

2015-06-16 Thread Zolnai Tamás
Hi guys, I submit two patches to gerrit related to text highlighting: First one renames all instances of character "Background" to "Highlighting": https://gerrit.libreoffice.org/#/c/16322/ Second one adds a Highlighting Tab to paragraph styles dialog, because in the LO-4.4 release we lost the func

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

2015-06-16 Thread Zolnai Tamás
sw/source/ui/fmtui/tmpdlg.cxx |8 +--- sw/uiconfig/swriter/ui/templatedialog2.ui | 13 + 2 files changed, 18 insertions(+), 3 deletions(-) New commits: commit 9874db206eed84616e4e232b1b56c7b7532166a0 Author: Zolnai Tamás Date: Tue Jun 16 22:22:42 2015 +0200

Re: test infrastructure ideas appreciated ... -- automatically generated unit tests

2015-06-16 Thread Zolnai Tamás
2015-06-16 9:15 GMT+02:00 Stephan Bergmann : > On 06/15/2015 03:51 PM, Zolnai Tamás wrote: >> >> I've got an idea too: automatically generated unit tests. >> I think with a clang plugin we can generate unit tests for all >> class/struct in the source code in build t

Re: test infrastructure ideas appreciated ... -- automatically generated unit tests

2015-06-16 Thread Zolnai Tamás
2015-06-15 21:34 GMT+02:00 Michael Meeks : > Hi Tamas, > > On Mon, 2015-06-15 at 15:51 +0200, Zolnai Tamás wrote: >> I've got an idea too: automatically generated unit tests. > > Sounds interesting :-) are there some existing examples of clang > plugins

Re: test infrastructure ideas appreciated ... -- automatically generated unit tests

2015-06-15 Thread Zolnai Tamás
Hi guys, I've got an idea too: automatically generated unit tests. I think with a clang plugin we can generate unit tests for all class/struct in the source code in build time. Build system can link it as a simple unit test and run it directly after generation. If it returns with no error it can b

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

2015-06-14 Thread Zolnai Tamás
include/editeng/brushitem.hxx |3 --- 1 file changed, 3 deletions(-) New commits: commit 46564fd97308ce070248482ad65a311a329a2b76 Author: Zolnai Tamás Date: Mon Jun 15 00:27:15 2015 +0200 Remove unused macros Change-Id: I2f5e47a3c894238557d52139c2849a2bd5a066b6 diff --git a

[Libreoffice-commits] core.git: 5 commits - cui/source cui/uiconfig include/svx svx/source sw/source

2015-06-14 Thread Zolnai Tamás
cui/source/dialogs/srchxtra.cxx |4 cui/source/inc/backgrnd.hxx |9 - cui/source/inc/cuires.hrc |1 cui/source/tabpages/backgrnd.cxx | 211 ++ cui/source/tabpages/strings.src |4 cui/uiconfig/ui/backgroundpa

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

2015-06-14 Thread Zolnai Tamás
svx/source/items/svxitems.src |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit f4b44a81fad83a4c3c8c4dd5f962ad52fd57a2b2 Author: Zolnai Tamás Date: Sun Jun 14 11:14:52 2015 +0200 tdf#90063 Avoid duplicated attribute names in RID_ATTR_NAMES It c

[Libreoffice-commits] core.git: cui/source cui/uiconfig include/svx reportdesign/source reportdesign/uiconfig sw/source sw/uiconfig

2015-06-14 Thread Zolnai Tamás
cui/source/inc/backgrnd.hxx |1 + cui/source/tabpages/backgrnd.cxx|7 +++ cui/uiconfig/ui/backgroundpage.ui |2 +- include/svx/flagsdef.hxx|1 + reportdesign/source/ui/dlg/dlgpage.cxx | 12

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

2015-06-14 Thread Zolnai Tamás
cui/source/inc/backgrnd.hxx |8 --- cui/source/tabpages/backgrnd.cxx | 79 -- cui/uiconfig/ui/backgroundpage.ui | 72 -- include/svx/flagsdef.hxx |1 sw/source/ui/fmtui/tmpdlg.cxx | 10 5 fi

[Libreoffice-commits] core.git: 2 commits - chart2/inc chart2/source drawinglayer/Library_drawinglayer.mk drawinglayer/source include/drawinglayer include/svx include/vcl svx/inc svx/Library_svxcore.m

2015-06-14 Thread Zolnai Tamás
chart2/inc/pch/precompiled_chartopengl.hxx |1 chart2/source/view/main/OpenglShapeFactory.cxx |1 drawinglayer/Library_drawinglayer.mk |1 drawinglayer/source/primitive2d/baseprimitive2d.cxx|

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

2015-05-01 Thread Zolnai Tamás
sw/source/uibase/shells/textsh1.cxx |4 1 file changed, 4 insertions(+) New commits: commit d2448a45767230d3e2913becb44f1a8bd2dfc46a Author: Zolnai Tamás Date: Fri May 1 12:20:19 2015 +0200 tdf#90968: Highlighting is not repeated with Ctrl+Shft+Y (Edit>Repeat) Regressio

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

2015-04-21 Thread Zolnai Tamás
sw/source/uibase/shells/tabsh.cxx | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) New commits: commit badec7478035008f514e0976a94438fe2e32dc40 Author: Zolnai Tamás Date: Tue Apr 21 15:28:36 2015 +0200 tdf#90766: Table - keep with paragraph setting is broken

[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-4.2-29'

2015-04-07 Thread Zolnai Tamás
Tag 'cp-4.2-29' created by Andras Timar at 2015-04-07 09:05 -0700 cp-4.2-29 Changes since libreoffice-4-2-branch-point-7: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - oox/source sd/qa

2015-03-31 Thread Zolnai Tamás
oox/source/drawingml/table/tablecell.cxx | 11 +++ sd/qa/unit/data/pptx/bnc910045.pptx |binary sd/qa/unit/import-tests.cxx | 23 +++ 3 files changed, 34 insertions(+) New commits: commit d23f9b40c5d95ab209747417aa543f8b7ecc3d5f Author: Zolnai Tam

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - oox/source sd/qa

2015-03-31 Thread Zolnai Tamás
oox/source/drawingml/table/tablecell.cxx | 11 +++ sd/qa/unit/data/pptx/bnc910045.pptx |binary sd/qa/unit/import-tests.cxx | 23 +++ 3 files changed, 34 insertions(+) New commits: commit 0207796fe509e8d00a7101d4da8f8301cb58a099 Author: Zolnai Tam

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

2015-03-31 Thread Zolnai Tamás
oox/source/drawingml/table/tablecell.cxx | 11 +++ sd/qa/unit/data/pptx/bnc910045.pptx |binary sd/qa/unit/import-tests.cxx | 23 +++ 3 files changed, 34 insertions(+) New commits: commit debf3ffb87d607704ddea97f6710c3ceaa9a243d Author: Zolnai Tam

Re: [Libreoffice-ux-advise] Discussion about highlighting (MS compatibility issue)

2015-03-24 Thread Zolnai Tamás
Tamás 2015-02-11 15:43 GMT+01:00 Zolnai Tamás : > 2015-02-10 17:29 GMT+01:00 Michael Stahl : >> On 10.02.2015 15:12, Zolnai Tamás wrote: >> >>> Second thing, I compared these three kind of character backgrounds and >>> found that LO's character >>> b

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

2015-03-21 Thread Zolnai Tamás
sw/source/filter/ww8/docxattributeoutput.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6c76ba2437dad6afb0d760922eba7814418bda1e Author: Zolnai Tamás Date: Sat Mar 21 21:34:28 2015 +0100 TransHighlightColor: update description Change-Id: I5248a1

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

2015-03-21 Thread Zolnai Tamás
source/text/shared/optionen/01130200.xhp | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) New commits: commit 8b5320fd78d6ea9b3508c286a7e6acef31acb192 Author: Zolnai Tamás Date: Sat Mar 21 16:58:36 2015 +0100 Help about new MSO compatibility option (character bac

[Libreoffice-commits] core.git: helpcontent2

2015-03-21 Thread Zolnai Tamás
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3bff04431fafc0725c7c537b93dfec50c2c1bc18 Author: Zolnai Tamás Date: Sat Mar 21 16:58:36 2015 +0100 Updated core Project: help 8b5320fd78d6ea9b3508c286a7e6acef31acb192 diff --git a/helpcontent2

[Libreoffice-commits] core.git: 12 commits - cui/source cui/uiconfig filter/source include/filter include/svl include/unotools include/xmloff officecfg/registry sw/qa sw/source unotools/source writerf

2015-03-21 Thread Zolnai Tamás
cui/source/options/optfltr.cxx | 19 cui/source/options/optfltr.hxx |3 cui/uiconfig/ui/optfltrembedpage.ui | 94 +++ dev/null|binary filter/source/msfil

Re: New Defects reported by Coverity Scan for LibreOffice

2015-03-19 Thread Zolnai Tamás
> caolanm->Tamás: cid#1288897 > after f7424ed710e54bb2437a28380b03ed7c26290edc > SdTabTemplateDlg::GetRefreshedSet->SdTabTemplateDlg::RefreshInputSet has > a leaky "pRet = new SfxItemSet" in it now, what's the right fix there ? Thanks for the notification! It's fixed now. Tamás __

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

2015-03-19 Thread Zolnai Tamás
sd/source/ui/dlg/tabtempl.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 3640717c8153e8b8e212e3aaa505007f7b8b0430 Author: Zolnai Tamás Date: Fri Mar 20 07:21:27 2015 +0100 coverity#1288897 Resource leak Here pRet was used to change the

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4-2' - cui/uiconfig

2015-03-18 Thread Zolnai Tamás
cui/uiconfig/ui/optfltrembedpage.ui |2 ++ 1 file changed, 2 insertions(+) New commits: commit 715a945721ffe3920dc13aa98f4cbfe3841b1c87 Author: Zolnai Tamás Date: Sat Mar 7 21:12:12 2015 +0100 Make "Embedded Objects" frame expendable to fill space better (cherry picked from

Run buildbot on a feature branch?

2015-03-18 Thread Zolnai Tamás
Hi there, I just wonder whether there is a way to run a buildbot / tinderbox on a specific feature branch. It would be helpful before merge one to master. Thanks, Tamás ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedes

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

2015-03-18 Thread Zolnai Tamás
New branch 'feature/highlighting2' available with the following commits: commit e9f973f38e20f6c56c2fc7d26529977dde17f096 Author: Zolnai Tamás Date: Wed Mar 18 15:27:59 2015 +0100 Avoid C style cast in sw_globalfiter test Change-Id: I8d05a73728875ccd51cb9e5f9c7ad9f60677bf67 commit

[Libreoffice-commits] core.git: 2 commits - cui/source include/sfx2 sc/source sd/source sfx2/source sw/source

2015-03-16 Thread Zolnai Tamás
cui/source/dialogs/iconcdlg.cxx |8 +++- cui/source/inc/iconcdlg.hxx |2 +- include/sfx2/styledlg.hxx |2 +- include/sfx2/tabdlg.hxx |4 ++-- sc/source/ui/inc/styledlg.hxx |2 +- sc/source/ui/styleui/styledlg.cxx |3 +-- sd/source/ui/dlg/ta

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

2015-03-16 Thread Zolnai Tamás
sw/source/filter/ww8/rtfexport.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit e0af55032479c49a93dde7aee0b4ec55127b90e8 Author: Zolnai Tamás Date: Tue Mar 17 06:57:43 2015 +0100 Unused includes Change-Id: I7414081938778fca6e5a7bc48620ea7e5fbb231c diff --git a/

[Libreoffice-commits] core.git: Branch 'feature/highlighting' - 4 commits - filter/source include/filter sw/qa sw/source

2015-03-16 Thread Zolnai Tamás
filter/source/msfilter/util.cxx | 42 ++ include/filter/msfilter/util.hxx|9 sw/qa/extras/globalfilter/data/char_background.odt |binary sw/qa/extras/globalfilter/data/char_background_editing.docx |binary sw/qa/extras/globalf

[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-4.2-28'

2015-03-16 Thread Zolnai Tamás
Tag 'cp-4.2-28' created by Andras Timar at 2015-03-16 21:08 -0700 cp-4.2-28 Changes since libreoffice-4-2-branch-point-7: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.

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

2015-03-15 Thread Zolnai Tamás
sw/source/filter/ww8/ww8par.cxx |1 - sw/source/filter/ww8/ww8par.hxx |1 - sw/source/filter/ww8/ww8par2.cxx |3 +-- sw/source/filter/ww8/ww8par6.cxx | 17 - 4 files changed, 1 insertion(+), 21 deletions(-) New commits: commit de145fb467f2a168261915d63b47d3cd3b03d7

[Libreoffice-commits] core.git: Branch 'feature/highlighting' - 6 commits - cui/source cui/uiconfig include/sfx2 include/svl include/unotools officecfg/registry sc/source sd/source sfx2/source sw/qa s

2015-03-15 Thread Zolnai Tamás
cui/source/dialogs/iconcdlg.cxx|8 - cui/source/inc/iconcdlg.hxx|2 cui/source/options/optfltr.cxx | 19 ++ cui/source/options/optfltr.hxx |3 cui/uiconfig/ui/optfltr

[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-4.2-27'

2015-03-13 Thread Zolnai Tamás
Tag 'cp-4.2-27' created by Andras Timar at 2015-03-13 09:22 -0700 cp-4.2-27 Changes since libreoffice-4-2-branch-point-7: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.

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

2015-03-11 Thread Zolnai Tamás
cui/uiconfig/ui/optfltrembedpage.ui |2 ++ 1 file changed, 2 insertions(+) New commits: commit 36c76e4731236c8044f757182954a7d8faabfb18 Author: Zolnai Tamás Date: Sat Mar 7 21:12:12 2015 +0100 Make "Embedded Objects" frame expendable to fill space better Change-Id: I9b933546

[Libreoffice-commits] core.git: 3 commits - cui/uiconfig editeng/source include/editeng sw/source

2015-03-10 Thread Zolnai Tamás
cui/uiconfig/ui/optfltrembedpage.ui |2 ++ editeng/source/items/frmitems.cxx| 10 +- include/editeng/brushitem.hxx|6 +++--- sw/source/filter/ww8/docxattributeoutput.cxx |6 +++--- 4 files changed, 13 insertions(+), 11 deletions(-) New co

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - include/svtools svtools/source

2015-03-02 Thread Zolnai Tamás
include/svtools/grfmgr.hxx |4 svtools/source/graphic/grfcache.cxx | 24 svtools/source/graphic/grfcache.hxx |1 - svtools/source/graphic/grfmgr.cxx |7 --- svtools/source/graphic/grfmgr2.cxx | 18 -- 5 files changed, 8

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

2015-02-22 Thread Zolnai Tamás
sw/source/core/docnode/swbaslnk.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f5ffba36cdf82d7540381e0a0b3200c9c585921d Author: Zolnai Tamás Date: Sun Feb 22 15:31:51 2015 +0100 -Werror,-Wunused-variable Change-Id: I4c98d863b16ab057aa7d99c78fea1

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

2015-02-22 Thread Zolnai Tamás
include/svtools/grfmgr.hxx|4 -- svtools/qa/unit/GraphicObjectTest.cxx | 66 ++ svtools/source/graphic/grfcache.cxx | 24 svtools/source/graphic/grfcache.hxx |1 svtools/source/graphic/grfmgr.cxx |7 --- svtools/sour

  1   2   3   4   5   6   7   8   9   10   >