Re: Pushing other people's patches to gerrit

2017-01-03 Thread Heiko Tietze
2017-01-04 3:28 GMT+01:00 Bjoern Michaelsen : > If cherrypicking was a free lunch, we could release from master and spare us > the whole hassle with branches and tags. It isnt. As for me I cannot change the author of a patch (git --amend --author) but cherrypick in gerrit (i.e. apply a patch to ma

Re: how to build libreoffice online?

2017-01-03 Thread Pranav Kant
On Wed, Jan 4, 2017 at 9:24 AM, 李运飞 wrote: > hello : > >i want to learn the libreoffice online projuct . but i > don't know how to build it and how to get it worked . it seems that the > document about it is so little . > >is there any guild to build and get it worked

[Libreoffice-commits] online.git: test/httpwstest.cpp

2017-01-03 Thread Ashod Nakashian
test/httpwstest.cpp | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit 73cdebc60c7668d4b44d232feca398f1e4f2f837 Author: Ashod Nakashian Date: Tue Jan 3 23:27:35 2017 -0500 wsd: fixup alert all users unittest Change-Id: I8d9c7581ed2ae42e180301c

[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

2017-01-03 Thread Ashod Nakashian
wsd/LOOLWSD.cpp | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) New commits: commit 59dfe338cbb3cbacf04732523fed9fca42405a76 Author: Ashod Nakashian Date: Tue Jan 3 17:09:13 2017 -0500 wsd: safely count the number of current connections Change-Id

[Libreoffice-commits] online.git: test/httpwserror.cpp

2017-01-03 Thread Ashod Nakashian
test/httpwserror.cpp | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) New commits: commit e665a2056512a5712a2a8dee0eee28fcb486d694 Author: Ashod Nakashian Date: Tue Jan 3 17:31:49 2017 -0500 wsd: fixup max documents unittest Change-Id: Ie61abcf5ce4

[Libreoffice-commits] online.git: test/helpers.hpp test/httpwserror.cpp

2017-01-03 Thread Ashod Nakashian
test/helpers.hpp |6 ++ test/httpwserror.cpp | 23 ++- 2 files changed, 20 insertions(+), 9 deletions(-) New commits: commit 606f85db8753e3d1f44b8fbf10be609e9bd5ccb7 Author: Ashod Nakashian Date: Tue Jan 3 17:02:53 2017 -0500 wsd: fixup max connections un

[Libreoffice-commits] online.git: common/Common.hpp configure.ac wsd/LOOLWSD.cpp

2017-01-03 Thread Ashod Nakashian
common/Common.hpp |3 --- configure.ac | 33 + wsd/LOOLWSD.cpp | 22 -- 3 files changed, 29 insertions(+), 29 deletions(-) New commits: commit 3a79e13214dc524b0c69b7535ed4b3110239d936 Author: Ashod Nakashian Date: Tue Jan 3 15:

[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

2017-01-03 Thread Ashod Nakashian
wsd/LOOLWSD.cpp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a95a40ba5cbbeccde5c9ffa25d213df200782df5 Author: Ashod Nakashian Date: Tue Jan 3 17:03:51 2017 -0500 wsd: break the loop when shutting down WS on reaching limit Change-Id: Icc2c88d9c5

[Libreoffice-commits] online.git: wsd/DocumentBroker.cpp

2017-01-03 Thread Ashod Nakashian
wsd/DocumentBroker.cpp |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 95ff7ba2d735e28321027935228594f3d40f718a Author: Ashod Nakashian Date: Tue Jan 3 15:47:31 2017 -0500 wsd: don't access erased iterator Change-Id: I7d9c85b11cd0ea96700c7302c23b5d4

Re: Pushing other people's patches to gerrit

2017-01-03 Thread Bjoern Michaelsen
Hi, On Tue, Jan 03, 2017 at 10:27:30AM +0100, Jan Holesovsky wrote: > I wonder - what setting needs to be set for them so that they can push > other people patches? Or do they need to get the full push rights? They need the right to "forge commits" as that is what that is. > And in general - wh

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

2017-01-03 Thread Takeshi Abe
starmath/qa/cppunit/test_nodetotextvisitors.cxx |2 +- starmath/source/visitors.cxx|6 ++ 2 files changed, 7 insertions(+), 1 deletion(-) New commits: commit d3c1a84d4c0bc24defcc497587fa6f258aa8ebdd Author: Takeshi Abe Date: Tue Jan 3 05:10:31 2017 +0900 st

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

2017-01-03 Thread kerem
sc/qa/unit/filters-test.cxx | 26 +++--- 1 file changed, 7 insertions(+), 19 deletions(-) New commits: commit 9fb55f7b1de8be1c3f86a4ae540f648574d3ed45 Author: kerem Date: Sat Dec 31 13:26:37 2016 +0200 tdf#90290 use custom asserter in filters-test.cxx Change

Re: Pushing other people's patches to gerrit

2017-01-03 Thread Markus Mohrhard
Hey Kendy, On Tue, Jan 3, 2017 at 10:27 AM, Jan Holesovsky wrote: > Hi, > > I've heard already from 2 people that it is not possible for them to > push other people's patches to gerrit; they get an error like: > > remote: ERROR: In commit X > remote: ERROR: auth

Re: make xcode-ide-integration, good news.

2017-01-03 Thread Bjoern Michaelsen
Hi, On Tue, Jan 03, 2017 at 07:22:48AM +0100, jan iversen wrote: > This is not only important for allowing edit but also if we want to use a git > plugin. Well, git should be aware of files in git (I hope). ;) > I will add a find command to gbuild-to-ide to do the above. If it cant be avoided f

Re: Pushing other people's patches to gerrit

2017-01-03 Thread Bjoern Michaelsen
Hi, On Tue, Jan 03, 2017 at 06:14:10PM +0100, Jan Iversen wrote: > That would call for a third name field in git, right now Git knows Committer > and Author…what you want is something like Committer, Author, Pusher (sorry > for the name). Of course, there is no such thing as a "Pusher". There is

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

2017-01-03 Thread Jochen Nitschke
sc/source/filter/inc/sheetdatabuffer.hxx | 15 +--- sc/source/filter/inc/worksheethelper.hxx |2 - sc/source/filter/oox/sheetdatabuffer.cxx | 37 -- sc/source/filter/oox/sheetdatacontext.cxx |4 --- sc/source/filter/oox/worksheethelper.cxx | 10

LO 5.3 Prerelease / Beta

2017-01-03 Thread Helmut Leininger
Hi, LO Development version download page (http://www.libreoffice.org/download)/pre-releases/) announces LO 5.3.0 Beta 2 in the Release Candidates paragraph. But this is no Release Candidate and does not replace an existin LO installation as said in the comment. In addition to that, a download of

Aw: Re: [libreoffice-design] Open Colour Systems Collection 2.0 released

2017-01-03 Thread Christoph Schäfer
Hi Heiko, I'm not sure if I can handle this. It's probably easy to create an extension that just copies 376 colour palettes into a subdirectory, but IMNSHO it would make sense to create something more versatile, e.g., an OCSC palette manager that enables users to select the installation or de-i

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

2017-01-03 Thread Winfried Donkers
sc/source/core/tool/interpr3.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dd350f02992867aefcab88f332ff1c508b5924c9 Author: Winfried Donkers Date: Sun Jan 1 11:57:34 2017 +0100 tdf#105026 Remove wrong constraint in PERMUTATIONA. With permutation

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

2017-01-03 Thread Winfried Donkers
sc/source/core/tool/interpr3.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 25625f18a282209235214674f2b81604ecd067ad Author: Winfried Donkers Date: Sun Jan 1 11:57:34 2017 +0100 tdf#105026 Remove wrong constraint in PERMUTATIONA. With permutation

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 51/e663482c94e93dab048ea122896c5215c31a0e

2017-01-03 Thread Caolán McNamara
51/e663482c94e93dab048ea122896c5215c31a0e |1 + 1 file changed, 1 insertion(+) New commits: commit 165c82905fc05492540bbff107bd64800ad288f3 Author: Caolán McNamara Date: Tue Jan 3 21:08:53 2017 + Notes added by 'git notes add' diff --git a/51/e663482c94e93dab048ea122896c5215c31a

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

2017-01-03 Thread Winfried Donkers
sc/source/core/tool/interpr3.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit facb4e69e4c75839df89969206403d2e97146dbd Author: Winfried Donkers Date: Sat Dec 31 10:05:46 2016 +0100 tdf#104981 Fix deficiencies with PERCENTRANK functions. Ad

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 64/cf9a38ec135b0a4da35e7fb00eae2e1ba6d89d

2017-01-03 Thread Caolán McNamara
64/cf9a38ec135b0a4da35e7fb00eae2e1ba6d89d |1 + 1 file changed, 1 insertion(+) New commits: commit da24e2210f1094b146348a53efd9a3120b1c5a60 Author: Caolán McNamara Date: Tue Jan 3 21:09:49 2017 + Notes added by 'git notes add' diff --git a/64/cf9a38ec135b0a4da35e7fb00eae2e1ba6d8

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

2017-01-03 Thread Olivier
source/text/swriter/00/0405.xhp | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) New commits: commit 723fa653bcc87c94ff246e9ef754e11fb097d926 Author: Olivier Date: Tue Jan 3 18:08:25 2017 -0200 Adjust menus paths for commands Change-Id: Ie8f1c874cc3d8179b

[Libreoffice-commits] core.git: helpcontent2

2017-01-03 Thread Olivier
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 090a2719e293d5b8ec817160897800d1db16574a Author: Olivier Date: Tue Jan 3 18:08:25 2017 -0200 Updated core Project: help 723fa653bcc87c94ff246e9ef754e11fb097d926 Adjust menus paths for c

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

2017-01-03 Thread Winfried Donkers
sc/source/core/inc/interpre.hxx |2 - sc/source/core/tool/interpr3.cxx | 60 --- sc/source/core/tool/interpr4.cxx |4 +- 3 files changed, 28 insertions(+), 38 deletions(-) New commits: commit 482db19e3c792892c536898408dd7da98265073a Author: Winfried

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

2017-01-03 Thread Michael Stahl
desktop/source/app/cmdlinehelp.cxx |4 desktop/win32/source/officeloader/officeloader.cxx |3 --- 2 files changed, 7 deletions(-) New commits: commit 7e7fcb7ee614be44589d0ca90e7785a4efcf1457 Author: Michael Stahl Date: Tue Jan 3 21:18:08 2017 +0100 desktop: re

[Libreoffice-commits] core.git: icon-themes/elementary icon-themes/galaxy vcl/inc vcl/source

2017-01-03 Thread Caolán McNamara
dev/null|binary icon-themes/elementary/vcl/res/scrollh.png |binary icon-themes/elementary/vcl/res/scrollv.png |binary icon-themes/elementary/vcl/res/scrollvh.png |binary icon-themes/elementary/vcl/res/wheelh.png |binary icon-themes/elementary/vcl/res/wh

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

2017-01-03 Thread Muhammet Kara
linguistic/source/misc.cxx | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) New commits: commit 80e6671cacbe1785948de0311be972f897e962d9 Author: Muhammet Kara Date: Wed Dec 28 16:07:48 2016 +0300 tdf#43157 Cleanup DBG_ASSERT in misc.cxx Change-Id: I92faaf758e

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

2017-01-03 Thread David Tardon
cui/source/options/optgenrl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1f193d90ec3d14fac01dbb573bd4ed0269b8620e Author: David Tardon Date: Mon Jan 2 09:02:53 2017 +0100 WaE: unused variable Change-Id: Ib701d3adf1e79554e2ddcefb5943092e3a886041

[Libreoffice-commits] core.git: helpcontent2

2017-01-03 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bf80bbb7b75febc2769d6b64e6981224982f8fe2 Author: Olivier Hallot Date: Tue Jan 3 18:51:43 2017 + Updated core Project: help b35dc043354c7a585cce3346e94987205bb14f9a Revert "Remove ta

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

2017-01-03 Thread Olivier Hallot
source/text/shared/01/0519.xhp |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit b35dc043354c7a585cce3346e94987205bb14f9a Author: Olivier Hallot Date: Tue Jan 3 18:51:43 2017 + Revert "Remove tautology" This reverts commit 8c86ecf8cccaf730c2d0

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

2017-01-03 Thread Zdeněk Crhonek
sc/qa/unit/data/functions/text/fods/unichar.fods | 2436 +++ 1 file changed, 2436 insertions(+) New commits: commit c2f77846b9b8f881396f0c678e58c544c7c9a274 Author: Zdeněk Crhonek Date: Mon Jan 2 19:57:06 2017 +0100 add UNICHAR test case Change-Id: Ia90c0414a

[Libreoffice-commits] online.git: wsd/protocol.txt

2017-01-03 Thread Tor Lillqvist
wsd/protocol.txt |6 -- 1 file changed, 6 deletions(-) New commits: commit f08bb0eed2ea01dc1eb9b300ab64acfe1eff3e8c Author: Tor Lillqvist Date: Tue Jan 3 19:37:27 2017 +0200 There has not been any 'child' message for a while Was removed in 29e9ba68c3fcf58c65a9272b8bb80369

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

2017-01-03 Thread kerem
sw/qa/python/check_indexed_property_values.py | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit 564bbaba573b565dfd7180ef20054ebf0297fe9b Author: kerem Date: Fri Dec 23 00:41:31 2016 +0200 tdf#97361: Changed method calls in check_indexed_property_valu

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

2017-01-03 Thread kerem
sw/qa/python/check_fields.py | 14 ++--- sw/qa/python/check_table.py | 44 +-- 2 files changed, 29 insertions(+), 29 deletions(-) New commits: commit ceab0bab9275394e8ac20e32a1d7828b4eb1f6ac Author: kerem Date: Wed Dec 21 19:59:06 2016 +0200

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

2017-01-03 Thread kerem
sw/qa/python/check_flies.py | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit c2e69df36464437d70c4396a4bc5932e6a97a0ff Author: kerem Date: Fri Dec 23 00:25:38 2016 +0200 tdf#97361: Changed method calls in check_flies Change-Id: I6148ff

Re: Pushing other people's patches to gerrit

2017-01-03 Thread Jan Iversen
> I've heard already from 2 people that it is not possible for them to > push other people's patches to gerrit; they get an error like: > > remote: ERROR: In commit X > remote: ERROR: author email address y...@yyy.org > remote: ERROR: does not match your user ac

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

2017-01-03 Thread Rosemary Sebastian
sc/source/filter/excel/excdoc.cxx |9 sc/source/filter/excel/xecontent.cxx |2 - sc/source/filter/excel/xedbdata.cxx|3 +- sc/source/filter/excel/xeescher.cxx| 13 ++-- sc/source/filter/excel/xeextlst.cxx|8 --- sc/sourc

Re: how to make resource file

2017-01-03 Thread Jan Iversen
> > I looked up this file. There are only path of target in makefile. so I need > some more help. I wonder what you looked at as Jan wrote earlier is happens in AllLangResTarget_for.mk, to be precise line 25. > Before the build process, I wrote language option in configure script and > set evi

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

2017-01-03 Thread Michael Stahl
sd/source/ui/app/strings.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2b2c764044659b233f57dd20b9f3c9d0d1e6f7e6 Author: Michael Stahl Date: Tue Jan 3 17:11:36 2017 +0100 sd: the long and sordid history of STR_GRAPHICS_STYLE_FAMILY Nobody can agr

[Libreoffice-commits] core.git: helpcontent2

2017-01-03 Thread Olivier
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 123e67bbe7107cd6ae76b5ace99f3649e54b8718 Author: Olivier Date: Mon Jan 2 19:14:46 2017 -0200 Updated core Project: help 8c86ecf8cccaf730c2d03514d614db9a958172a7 Remove tautology

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

2017-01-03 Thread Olivier
source/text/shared/01/0519.xhp |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 8c86ecf8cccaf730c2d03514d614db9a958172a7 Author: Olivier Date: Mon Jan 2 19:14:46 2017 -0200 Remove tautology Change-Id: I8567633042a09f14234993d814399fccb0a6

[Libreoffice-commits] core.git: helpcontent2

2017-01-03 Thread Olivier
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 53ee2984bf5de1b072f0eab9de9b0f2bdacab59c Author: Olivier Date: Mon Jan 2 10:17:35 2017 -0200 Updated core Project: help c277e5344c0caea2ec5c331c54ce32a378439acc Fix typos in help page t

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

2017-01-03 Thread Olivier
source/text/swriter/01/title_page.xhp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c277e5344c0caea2ec5c331c54ce32a378439acc Author: Olivier Date: Mon Jan 2 10:17:35 2017 -0200 Fix typos in help page title_page.xhp Change-Id: Ibaf2a0584576ad5fd3

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

2017-01-03 Thread kerem
include/svx/svdtrans.hxx |4 +-- svx/source/svdraw/svdtrans.cxx | 44 - 2 files changed, 24 insertions(+), 24 deletions(-) New commits: commit 909164e474e113b948195822ebf7c14dd21385db Author: kerem Date: Mon Jan 2 00:35:58 2017 +0200 tdf

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

2017-01-03 Thread abdulwd
sc/inc/viewdata.hxx | 582 sc/inc/viewutil.hxx | 92 + sc/source/core/data/documen2.cxx|4 sc/source/filter/excel/xestream.cxx |2 sc/source/ui/inc/viewdata.hxx | 582 --

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

2017-01-03 Thread Caolán McNamara
vcl/source/window/brdwin.cxx | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) New commits: commit 9b5ea3a1347f387416a426fee925619d08834cd5 Author: Caolán McNamara Date: Tue Jan 3 14:24:42 2017 + drop else branch of if (true) Change-Id: Id11f005f32a0c66e958

[Libreoffice-commits] core.git: 7 commits - include/tools include/vcl vcl/inc vcl/source

2017-01-03 Thread Caolán McNamara
include/tools/wintypes.hxx|1 include/vcl/dockwin.hxx |2 include/vcl/syswin.hxx|4 - vcl/inc/brdwin.hxx|5 - vcl/inc/svdata.hxx|1 vcl/inc/svids.hrc |4 - vcl/source/app/svmain.cxx |5 - vcl/source/src/helpte

Re: getting error for building the libre office source code...

2017-01-03 Thread Michael Stahl
hi Vinodkumar, On 12/30/2016 01:14 PM, Vinodkumar Pache wrote: > changes in the argument in command line parameter for hindi as 'hi' in > autogen.sh > as —with-lang=hi > > On December 27, 2016 at 3:14 PM Vinodkumar Pache wrote: >> >> Dear Sir, >> >>I am trying to build the Libre offi

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

2017-01-03 Thread Tor Lillqvist
sd/qa/unit/import-tests.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8fdb960a4fca24ae4ef3e9706218ca00cb7f4fd0 Author: Tor Lillqvist Date: Wed Jun 22 15:34:16 2016 +0300 tdf#93124: The arbitrary number 100 seems to be too high, let's try 50 The

[Libreoffice-commits] online.git: wsd/PrisonerSession.cpp

2017-01-03 Thread Tor Lillqvist
wsd/PrisonerSession.cpp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b01ed94710a44c4d2489df73a56fffbf4b63a3ea Author: Tor Lillqvist Date: Tue Jan 3 15:57:50 2017 +0200 Fix std::string::find() anti-pattern We want to check for exact match here,

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

2017-01-03 Thread Julien Nabet
oox/source/dump/xlsbdumper.ini |2 +- sc/source/core/data/table2.cxx |2 +- sw/source/filter/ww8/ww8par2.cxx |4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 36cf76c7e98fb6a16980efb1ac801c8d0d6b Author: Julien Nabet Date: Tue Dec 27 18:11:43 201

[Libreoffice-commits] core.git: include/vcl vcl/qa

2017-01-03 Thread Stephan Bergmann
include/vcl/vclptr.hxx |4 ++-- vcl/qa/cppunit/lifecycle.cxx | 40 2 files changed, 34 insertions(+), 10 deletions(-) New commits: commit 803f4743372aa51be123533115afa97a47336d54 Author: Stephan Bergmann Date: Tue Jan 3 14:35:38 2017 +0100

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

2017-01-03 Thread Stephan Bergmann
include/sfx2/infobar.hxx |6 +++--- include/sfx2/viewfrm.hxx |2 +- sfx2/source/dialog/infobar.cxx| 13 + sfx2/source/view/classificationhelper.cxx |1 + sfx2/source/view/sfxbasecontroller.cxx|2 +- sfx2/source/view/vi

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

2017-01-03 Thread Bartosz Kosiorek
sc/qa/unit/data/ods/comment.ods |binary sc/qa/unit/subsequent_export-test.cxx | 21 + sc/source/filter/excel/xeescher.cxx |3 +++ 3 files changed, 24 insertions(+) New commits: commit 36cdf3c35459df63ce137e550a6840a61865c0ca Author: Bartosz Kosiorek Date: Sat

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

2017-01-03 Thread Abhilash Singh
sc/inc/globstr.hrc |4 ++- sc/source/ui/src/globstr.src |4 +++ sc/source/ui/view/tabvwshf.cxx | 47 +++-- 3 files changed, 48 insertions(+), 7 deletions(-) New commits: commit 65d10c4dedbf72f87888e14984393c222a5b31f9 Author: Abhilash Si

Re: how to make resource file

2017-01-03 Thread jaeseok
thank you for your information. I looked up this file. There are only path of target in makefile. so I need some more help. target call : formula/AllLangResTarget_for.mk define & function : formula/AllLangResTarget.mk define variable & path : TargetLoactions.mk Before the build process, I wr

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

2017-01-03 Thread Miklos Vajna
sw/source/core/text/EnhancedPDFExportHelper.cxx | 31 ++-- 1 file changed, 29 insertions(+), 2 deletions(-) New commits: commit 81aef113056270ce65f9dee5fe31b6f60617973c Author: Miklos Vajna Date: Tue Jan 3 12:06:56 2017 +0100 Related: tdf#104841 sw PDF export: handle

[Libreoffice-commits] online.git: loleaflet/po

2017-01-03 Thread Andras Timar
loleaflet/po/ui-sl.po | 1738 +- 1 file changed, 1436 insertions(+), 302 deletions(-) New commits: commit 233619333e2d92cedc30f2aba6eb238c5da94b42 Author: Andras Timar Date: Tue Jan 3 14:24:06 2017 +0100 loleaflet: Updated Slovenian translat

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

2017-01-03 Thread Tomaž Vajngerl
sd/qa/unit/import-tests.cxx | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) New commits: commit 441e79dc9e7a1ef8db30ed6a8dc0a5872ff3bf4b Author: Tomaž Vajngerl Date: Tue Jun 7 18:07:43 2016 +0900 sd: make test "testTdf93124" more robust Check tha

Re: Bootstrap exception while using sdk on Linux.

2017-01-03 Thread Stephan Bergmann
On 12/26/2016 10:01 AM, Rodnyansky Pavel wrote: - Made /opt/libreoffice/program path globally visible by adding it to ld.so.conf.d. Maybe i should add something else? What problem did you try to solve with that? It shouldn't be necessary. - Not sure if i need setsdk_env script. Tried with an

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Bjoern Michaelsen
Hi, On Tue, Jan 03, 2017 at 01:05:59PM +0100, Michael Stahl wrote: > that is a valid use case for submitting something with a -1 self-review. Whops, yes. I overlooked that you changed to explicitly marking incomplete changes to CR-1 (instead of having them at CR0). So sorry about the ranting -- y

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Michael Stahl
On 01/03/2017 11:46 AM, Bjoern Michaelsen wrote: > Hi, > > On Tue, Jan 03, 2017 at 10:34:27AM +, Kaganski Mike wrote: >> But I suppose a better thing is to mark it -1 in the beginning, and revert >> to 0 when ready. > > No. No, no, no. > > Very explicitly: NO! > > Dont do that. In fact, be

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

2017-01-03 Thread Dimitri Bouron
sw/qa/extras/uiwriter/data/tdf104492.docx |binary sw/qa/extras/uiwriter/uiwriter.cxx|9 + sw/source/core/layout/tabfrm.cxx |2 ++ 3 files changed, 11 insertions(+) New commits: commit 91a176b864ac0492f5c0d2386292118dd3095df4 Author: Dimitri Bouron Date: Thu De

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

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Bjoern Michaelsen
On Tue, Jan 03, 2017 at 12:25:10PM +0100, Bjoern Michaelsen wrote: > #/q/status:open+-label:Code-Review=0+-ownerin:Committers #/q/status:open+label:Code-Review=0+-ownerin:Committers dammit. Best, Bjoern ___ LibreOffice mailing list LibreOffice@lists.

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Bjoern Michaelsen
Hi, On Tue, Jan 03, 2017 at 12:21:14PM +0100, Bjoern Michaelsen wrote: > #/q/status:open+-label:Code-Review%253D0+-ownerin:Committers eh almost, make that: #/q/status:open+-label:Code-Review=0+-ownerin:Committers (aka do NOT escape the =, because then you end up double escaped and gerrit is a

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread 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/#/settings/preferences you can set up as much custom queries a

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Bjoern Michaelsen
Hi, On Tue, Jan 03, 2017 at 12:53:03PM +0200, Khaled Hosny wrote: > Can we have this somewhere more accessible, e.g. an “Unreviewed” link > next to the “Open Merged Abandoned” links? May be without the > “-ownerin:Committers” part since even committers want their patches > reviewed sometime. wiki

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

2017-01-03 Thread Jochen Nitschke
sc/source/filter/inc/formulabuffer.hxx |6 +-- sc/source/filter/oox/formulabuffer.cxx | 55 ++--- 2 files changed, 27 insertions(+), 34 deletions(-) New commits: commit 640e8e827ef9e02d1f231e058faf743a4fbfae44 Author: Jochen Nitschke Date: Sat Dec 31 04:33:07

Re: how to make resource file

2017-01-03 Thread Jan Holesovsky
Hi, jaeseok píše v Út 03. 01. 2017 v 03:04 -0700: > oh I'm sorry. It is my mistake. > > the resource file path is that > '/usr/lib64/libreoffice/program/resource/forko.res' > > I think that this file(forko.res) is used in libreoffice-calc too. That file is generated from formula/source/core

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

2017-01-03 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/tdf104744.rtf | 24 + sw/qa/extras/rtfimport/rtfimport.cxx |7 ++ writerfilter/source/rtftok/rtfsprm.cxx| 74 ++ 3 files changed, 76 insertions(+), 29 deletions(-) New commits: commit a9e029ace41562e28e9242d63230ad1c

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

2017-01-03 Thread Jochen Nitschke
vcl/source/outdev/text.cxx|8 vcl/source/outdev/transparent.cxx |8 2 files changed, 8 insertions(+), 8 deletions(-) New commits: commit c9c5c94771f22919ec82351b3b9b3096af96a508 Author: Jochen Nitschke Date: Mon Jan 2 22:00:00 2017 +0100 avoid some numeri

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Khaled Hosny
On Tue, Jan 03, 2017 at 11:11:04AM +0100, Bjoern Michaelsen wrote: > Hi, > > On Tue, Jan 03, 2017 at 11:04:59AM +0100, Bjoern Michaelsen wrote: > > As discussed in the other mail: > > > > > > https://gerrit.libreoffice.org/#/q/status:open+-label:Code-Review%253E1+-ownerin:Committers > > > > sh

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

2017-01-03 Thread Bjoern Michaelsen
sw/inc/dcontact.hxx |3 ++- sw/inc/frmfmt.hxx|6 ++ sw/source/core/doc/docdraw.cxx | 39 ++- sw/source/core/draw/dcontact.cxx | 19 +++ sw/source/core/inc/flyfrm.hxx|1 + sw/source/core/layou

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Bjoern Michaelsen
Hi, On Tue, Jan 03, 2017 at 10:34:27AM +, Kaganski Mike wrote: > But I suppose a better thing is to mark it -1 in the beginning, and revert to > 0 when ready. No. No, no, no. Very explicitly: NO! Dont do that. In fact, be prepared that if you push stuff that is unfit to be merged to gerrit

Re: how to make resource file

2017-01-03 Thread Tor Lillqvist
> I would like to know code that make openoffice-calc-formula resource files. You still did not explain *why* you need to find that code. What is it that you want to do? Improve the Korean localisation? Change some UI strings? You also mentioned functions, do you want to add some new function to

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Bjoern Michaelsen
Hi, On Tue, Jan 03, 2017 at 10:17:56AM +, Kaganski Mike wrote: > Sometimes, a patch that was thought by me as a correct patch (ant dso was > submitted for review), turns out to need some rework; and then it goes > through numerous iterations until it gets ready. That should be avoided. Whatev

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Kaganski Mike
On 1/3/2017 1:17 PM, Kaganski Mike wrote: Sometimes, a patch that was thought by me as a correct patch (ant dso was submitted for review), turns out to need some rework; and then it goes through numerous iterations until it gets ready. I don't expect initial (or other) reviewers to spend their t

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Kaganski Mike
On 1/3/2017 1:03 PM, Bjoern Michaelsen wrote: On Tue, Jan 03, 2017 at 07:23:23AM +, Kaganski Mike wrote: I use +1 for that in my own patches; it indicates that others' review is awaited. Please dont do that: A patch in gerrit by DEFAULT is asking for review. No further action needed. A

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Bjoern Michaelsen
Hi, On Tue, Jan 03, 2017 at 11:04:59AM +0100, Bjoern Michaelsen wrote: > As discussed in the other mail: > > > https://gerrit.libreoffice.org/#/q/status:open+-label:Code-Review%253E1+-ownerin:Committers > > should show you changes waiting for review by people without direct commit > access.

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Bjoern Michaelsen
Hi, On Mon, Jan 02, 2017 at 11:50:53PM +0100, Zolnai Tamás wrote: > It would be good to have some option to filter for patches which need > review. It would make reviewing process faster. As discussed in the other mail: https://gerrit.libreoffice.org/#/q/status:open+-label:Code-Review%253E1+-o

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ce/830a45c56aa2db5f3e556af7ffc7145611c748

2017-01-03 Thread Caolán McNamara
ce/830a45c56aa2db5f3e556af7ffc7145611c748 |1 + 1 file changed, 1 insertion(+) New commits: commit f157c6882252323941bda76ac7923f850882b1ee Author: Caolán McNamara Date: Tue Jan 3 10:04:36 2017 + Notes added by 'git notes add' diff --git a/ce/830a45c56aa2db5f3e556af7ffc7145611c7

Re: how to make resource file

2017-01-03 Thread jaeseok
oh I'm sorry. It is my mistake. the resource file path is that '/usr/lib64/libreoffice/program/resource/forko.res' I think that this file(forko.res) is used in libreoffice-calc too. -- View this message in context: http://nabble.documentfoundation.org/how-to-make-resource-file-tp4204083p4204

Re: Gerrit: mark patches as waiting for review

2017-01-03 Thread Bjoern Michaelsen
Hi, On Tue, Jan 03, 2017 at 07:23:23AM +, Kaganski Mike wrote: > I use +1 for that in my own patches; it indicates that others' review is > awaited. Please dont do that: A patch in gerrit by DEFAULT is asking for review. No further action needed. A patch in gerrit that is marked by the aut

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 8a/4dc45800838a68846baed884d8f1b30e97e8e1

2017-01-03 Thread Caolán McNamara
8a/4dc45800838a68846baed884d8f1b30e97e8e1 |1 + 1 file changed, 1 insertion(+) New commits: commit e4230378c82fbed5c19377ae8f875a66883d3be4 Author: Caolán McNamara Date: Tue Jan 3 10:02:18 2017 + Notes added by 'git notes add' diff --git a/8a/4dc45800838a68846baed884d8f1b30e97e8

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 22/fb71aa19b275df69f15a3b96f2611856bc0300

2017-01-03 Thread Caolán McNamara
22/fb71aa19b275df69f15a3b96f2611856bc0300 |1 + 1 file changed, 1 insertion(+) New commits: commit 6da34a08a4f754c79a0718d32d65e26a2669e926 Author: Caolán McNamara Date: Tue Jan 3 10:01:32 2017 + Notes added by 'git notes add' diff --git a/22/fb71aa19b275df69f15a3b96f2611856bc03

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

2017-01-03 Thread Caolán McNamara
include/basegfx/color/bcolor.hxx | 12 include/basegfx/pixel/bpixel.hxx | 16 include/basegfx/point/b2dpoint.hxx | 12 include/basegfx/tuple/b2dtuple.hxx | 20 include/basegfx/tuple/b3dtuple.hxx | 22 --

Re: make xcode-ide-integration, good news.

2017-01-03 Thread Bjoern Michaelsen
Hi, On Tue, Jan 03, 2017 at 07:22:48AM +0100, jan iversen wrote: > It is a matter if taste if you call it a simple list, but adding all header > files present in the module (file listing) would allow the contributor to > edit those. Hey, you asked for "a simple file list", not me. ;) > Adding a

Pushing other people's patches to gerrit

2017-01-03 Thread Jan Holesovsky
Hi, I've heard already from 2 people that it is not possible for them to push other people's patches to gerrit; they get an error like: remote: ERROR: In commit X remote: ERROR: author email address y...@yyy.org remote: ERROR: does not match your user account.

Re: how to make resource file

2017-01-03 Thread Tor Lillqvist
> 'forko.res, foren.res' is used to formula module. and the resource files is > used in 'aoo-trunk/ This is the LibreOffice mailing list, maybe you should ask on the Apache OpenOffice list if that is the code you are building? --tml ___ LibreOffice mail

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

2017-01-03 Thread Tor Lillqvist
include/sfx2/objsh.hxx | 39 +++ sfx2/source/doc/objmisc.cxx | 42 +- 2 files changed, 40 insertions(+), 41 deletions(-) New commits: commit 0621795c54956c89dbb2df585df8336b1f86f7ef Author: Tor Lillqvist Date:

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

2017-01-03 Thread Justin Luth
sw/source/core/table/swnewtable.cxx | 17 + 1 file changed, 17 insertions(+) New commits: commit 53fd124d2488977af8536f439874a15de375dc40 Author: Justin Luth Date: Fri Dec 30 22:21:19 2016 +0300 tdf#49102 - UI: remove list numbering from merged cells The hidden

[Libreoffice-commits] dev-tools.git: 2 commits - git-hooks/contrib git-hooks/install git-hooks/libvisio.git

2017-01-03 Thread Miklos Vajna
git-hooks/contrib/libvisio.git/hooks/update | 140 git-hooks/install |5 - git-hooks/libvisio.git/hooks/update | 140 3 files changed, 144 insertions(+), 141 deletions(-) New commits: commit fc1c42b4