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

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 <zolnaitamas2...@gmail.com>: > 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

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

Re: Running unit test by make

2017-11-13 Thread Zolnai Tamás
moved 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 <zolnaitamas2...@gmail.

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 <zolnaitamas2...@gmail.com>: > > As o

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

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 what you can

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

Re: Running unit test by make

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

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

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

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.

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

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

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?

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 >>

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

2017-03-07 Thread Zolnai Tamás
:30 GMT+01:00 Stephan Bergmann <sberg...@redhat.com>: > 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 to work arou

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

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

Re: loplugin:useuniqueptr and a crash

2017-02-01 Thread Zolnai Tamás
2017-02-01 18:56 GMT+00:00 Zolnai Tamás <zolnaitamas2...@gmail.com>: > 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

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/

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

Re: [Libreoffice-qa] 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

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: > >

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

Re: Fwd: [libreoffice-design] Share 3D models in the new web site for templates and extensions

2016-12-20 Thread Zolnai Tamás
Hi, 2016-12-17 11:20 GMT+01:00 Michael Meeks : > Hi Heiko, > > On 17/12/16 10:17, Heiko Tietze wrote: >> Impress can handle >> >> JSON - GL Transmission Format >> DAE - COLLADA >> KMZ - Keyhole Markup language zipped > > I'm not a huge fan of making the

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

2016-11-24 Thread Zolnai Tamás
2016-11-24 21:30 GMT+01:00 Thorsten Behrens <t...@libreoffice.org>: > 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 comp

Re: [Libreoffice-qa] 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 &

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 &

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

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: > >>

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

2016-11-21 Thread Zolnai Tamás
I think it will be 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

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?

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 <sberg...@redhat.com>: > On 11/21/2016 12:53 PM, Zolnai Tamás wrote: >> >> 2016-11-21 10:52 GMT+01:00 Stephan Bergmann <sberg...@redhat.com>: >>> >>> On 11/20/2016 12:43

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]

[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

[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:

[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:

[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:

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 ___

[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

[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

[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

[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-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 zolnaitamas2...@gmail.com Date: Sun Aug 23 19:15:14 2015 +0200 tdf#91969: Parts of paragraph border is missing

[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 zolnaitamas2...@gmail.com Date: Sun Aug 23 19:15:14 2015 +0200 tdf#91969: Parts of paragraph border is missing

[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

[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 +-

[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 zolnaitamas2...@gmail.com Date: Sun Jul 12

[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 +-

[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 zolnaitamas2...@gmail.com Date: Thu Jul 16

[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 zolnaitamas2...@gmail.com Date: Wed Jul 15

[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 zolnaitamas2...@gmail.com Date: Sun Jul 12

[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 +-

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 serval2...@yahoo.fr: On 12/07/2015 12:47, Zolnai Tamás wrote: Hi Julien, 2015-07-12 0:44 GMT+02:00 julien2412 serval2...@yahoo.fr: Hello, Giving a try to tdf#47832, I noticed that there were similar comments in these files

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

2015-07-12 Thread Zolnai Tamás
Hi Julien, 2015-07-12 0:44 GMT+02:00 julien2412 serval2...@yahoo.fr: 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

[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 zolnaitamas2...@gmail.com Date: Sat Jul 4 20:40:32 2015 +0200 tdf#92520: LibO crash when editing .odb database

[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 zolnaitamas2...@gmail.com Date: Sat Jul 4 20:40:32 2015 +0200 tdf#92520: LibO crash when editing .odb database

Re: [Libreoffice-ux-advise] UI changes for LO-5.0 - review needed

2015-06-17 Thread Zolnai Tamás
2015-06-17 11:04 GMT+02:00 Jean-Baptiste Faure jbfa...@libreoffice.org: Le 17/06/2015 10:10, Zolnai Tamás a écrit : [...] Highlighting should be placed above the area fill. It's a bug, I missed to cherry-pick all needed changes from master, now it works on libreoffice-5.0 branch too. Ha, ok

[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

Re: [Libreoffice-ux-advise] UI changes for LO-5.0 - review needed

2015-06-17 Thread Zolnai Tamás
2015-06-17 9:16 GMT+02:00 Jean-Baptiste Faure jbfa...@libreoffice.org: Hi, Le 17/06/2015 00:17, Zolnai Tamás a écrit : Hi guys, I submit two patches to gerrit related to text highlighting: First one renames all instances of character Background to Highlighting: https

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 zolnaitamas2...@gmail.com: 2015-06-16 9:15 GMT+02:00 Stephan Bergmann sberg...@redhat.com: 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

[Libreoffice-ux-advise] 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

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

[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 zolnaitamas2...@gmail.com Date: Tue

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 sberg...@redhat.com: 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 time. Build system can

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 michael.me...@collabora.com: 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 that do

[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

[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 zolnaitamas2...@gmail.com Date: Wed

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

[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: 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

[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 zolnaitamas2...@gmail.com Date: Sun Jun 14 11:14:52 2015 +0200 tdf#90063 Avoid duplicated attribute names in

[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

[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 zolnaitamas2...@gmail.com Date: Mon Jun 15 00:27:15 2015 +0200 Remove unused macros Change-Id:

[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 zolnaitamas2...@gmail.com Date: Fri May 1 12:20:19 2015 +0200 tdf#90968: Highlighting is not repeated with Ctrl+Shft+Y

[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 zolnaitamas2...@gmail.com Date: Tue Apr 21 15:28:36 2015 +0200 tdf#90766: Table - keep with

[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 andras.ti...@collabora.com 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-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

[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

[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

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

2015-03-24 Thread Zolnai Tamás
Tamás zolnaitamas2...@gmail.com: 2015-02-10 17:29 GMT+01:00 Michael Stahl mst...@redhat.com: 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 background is closer to MS shading attribute then to MS

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

2015-03-24 Thread Zolnai Tamás
Tamás zolnaitamas2...@gmail.com: 2015-02-10 17:29 GMT+01:00 Michael Stahl mst...@redhat.com: 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 background is closer to MS shading attribute then to MS

[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

[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 zolnaitamas2...@gmail.com Date: Sat Mar 21 16:58:36 2015 +0100 Updated core Project: help 8b5320fd78d6ea9b3508c286a7e6acef31acb192

[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 zolnaitamas2...@gmail.com Date: Sat Mar 21 16:58:36 2015 +0100 Help about new MSO

[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 zolnaitamas2...@gmail.com Date: Sat Mar 21 21:34:28 2015 +0100 TransHighlightColor: update description

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

2015-03-20 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 zolnaitamas2...@gmail.com Date: Fri Mar 20 07:21:27 2015 +0100 coverity#1288897 Resource leak Here

Re: New Defects reported by Coverity Scan for LibreOffice

2015-03-20 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: 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 zolnaitamas2...@gmail.com Date: Wed Mar 18 15:27:59 2015 +0100 Avoid C style cast in sw_globalfiter test Change-Id:

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

[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 zolnaitamas2...@gmail.com Date: Sat Mar 7 21:12:12 2015 +0100 Make Embedded Objects frame expendable to fill space better

[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

[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 +--

[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 zolnaitamas2...@gmail.com Date: Tue Mar 17 06:57:43 2015 +0100 Unused includes Change-Id:

[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 andras.ti...@collabora.com 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-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

  1   2   3   4   5   6   7   8   9   10   >