[Libreoffice-commits] .: 3 commits - basebmp/inc basebmp/README offapi/com offapi/UnoApi_offapi.mk

2012-06-10 Thread Tor Lillqvist
basebmp/README| 10 --- basebmp/inc/basebmp/bitmapdevice.hxx | 12 offapi/UnoApi_offapi.mk |1 offapi/com/sun/star/awt/XToolkit2.idl | 46 ++ 4 files changed, 59 insertions(+), 10 deletions(-) New commi

Build Error

2012-06-10 Thread Rob Snelders
Hi All, When i tried a build with debugging then I ran into the error as is in the file build-error. The attached patch solved the error. -- Greetings, Rob Snelders [ build CUT ] i18npool_test_breakiterator [ build CUT ] i18npool_test_characterclassification [ build CUT ] o3tl_tests [ build C

Re: [PATCH] Remove unused argument from gridwin.cxx

2012-06-10 Thread Markus Mohrhard
Hey Cor, 2012/6/10 Cor Nouws : > Hi, > > As written in the previous mail, apparently, SCSTR_ALLFILTER is not used. > Therefore I removed SCSTR_ALLFILTER from sc/source/ui/view/gridwin.cxx, > where it is passed to a pFilterBox object, but has no effect. > > To me it looks that SCSTR_ALLFILTER  isn'

How to compile "headless" LibreOffice on OpenSuse or Debian - asking for documentation

2012-06-10 Thread Thomas Gries
Hello, for the mere use of converting documents of different formats to PDF or HTML in Etherpad Lite which currently uses AbiWord for this purpose I need some information how to configure + LibreOffice(releases, and also developer version from SVN) + for a headless server (hosted virtual machine

Re: [PATCH] Adding an accelerator in Calc autofilter

2012-06-10 Thread Markus Mohrhard
Hey Cor, > > At our Dutch LibreOffice hacking event, I've been working on a improvement > for the new AutofilterPopUp window. > > See e.g. discussion here: >  http://listarchives.libreoffice.org/global/users/msg18049.html > > Thus a ~ is added to SCSTR_ALLFILTER and to SCSTR_STDFILTER in scstring.

Re: [Libreoffice-qa] New Bugzilla Version Picker items – 2

2012-06-10 Thread David Tardon
Hi, On Fri, Jun 08, 2012 at 03:45:11PM +0200, Petr Mladek wrote: > 4. Ubuntu/Debian: > - > > + 3.X.Y~alphaZ - for alpha releases > + 3.X.Y~betaZ- for beta releases > + 3.X.Y.Z- for release candidates > > I really like this solution. It seems to hav

[GSoC] testing - Weekly Report no. 3

2012-06-10 Thread Artur Dorda
Hello everyone, This week has been definitely the most productive one, since the beginning. During dumping drawing/PolyPolygonShape.idl, which itself contains 7 (well, actually 6, while one is deprecated) other services, I have noticed that some primitive-type properties are repeating, so I wrote

Re: [GERRIT] gbuild migration: pyuno module

2012-06-10 Thread David Ostrovsky
On 08.06.2012 15:21, Stephan Bergmann wrote: On 06/08/2012 09:49 AM, Stephan Bergmann wrote: On 06/08/2012 09:22 AM, David Ostrovsky wrote: 2. on Linux I'm testing the clean build with --enable-python=internal, and it seems not to work: opening Tools=>Macros=>Organize Macros=>Python and tryin

Re: [GERRIT] gbuild migration: pyuno module

2012-06-10 Thread David Ostrovsky
On 08.06.2012 09:49, Stephan Bergmann wrote: On 06/08/2012 09:22 AM, David Ostrovsky wrote: with the last change set https://gerrit.libreoffice.org/#/c/179/ clean build on linux x86_64 with --enable-python=internal is working. Great to hear. 1. What do you mean by this TODO comment in scp2/s

Re: help with git commit

2012-06-10 Thread Norbert Thiebaud
On Sun, Jun 10, 2012 at 12:41 PM, Olivier Hallot wrote: > Hi > > I am trying to commit a xml file with blank lines inserted for readbility. > > When I issue the git commit, it complains empty lines are a no-no. Empty line are not a no-no... trailing spaces are. see > dictionaries/pt_BR/descripti

[PATCH] Remove unused argument from gridwin.cxx

2012-06-10 Thread Cor Nouws
Hi, As written in the previous mail, apparently, SCSTR_ALLFILTER is not used. Therefore I removed SCSTR_ALLFILTER from sc/source/ui/view/gridwin.cxx, where it is passed to a pFilterBox object, but has no effect. To me it looks that SCSTR_ALLFILTER isn't used anywhere. opengrok shows it in the

[PATCH] Adding an accelerator in Calc autofilter

2012-06-10 Thread Cor Nouws
Hi, At our Dutch LibreOffice hacking event, I've been working on a improvement for the new AutofilterPopUp window. See e.g. discussion here: http://listarchives.libreoffice.org/global/users/msg18049.html Thus a ~ is added to SCSTR_ALLFILTER and to SCSTR_STDFILTER in scstring.src Adding an

[PATCH] Give Macro recorder separate option, apart from Experimental features

2012-06-10 Thread Cor Nouws
Hi, See fdo#41865 The patch does work, however the value is not saved to (read from) registrymodifications.xcu Maybe this is related to the fact that #define PROPERTYCOUNT 11 has been removed from svtools/source/config/miscopt.cxx ? (It been deleted with this commit http://opengrok.libreof

Re: help with git commit

2012-06-10 Thread Ruslan Kabatsayev
Hi, Trailing whitespace isn't the same as empty line. Most likely some of you lines end with a space. This could be like "some text " instead of "some text", or line which looks like empty, but isn't: " " instead of "". Regards, Ruslan On Sun, Jun 10, 2012 at 9:41 PM, Olivier Hallot wrote:

help with git commit

2012-06-10 Thread Olivier Hallot
Hi I am trying to commit a xml file with blank lines iserted for readbility. When I issue the git commit, it complains empty lines are a no-no. Is there a way to override this feature? tdf@olivier-Vostro-3500:~/git/core/dictionaries/pt_BR$ git commit --author="Raimundo Moura " description.xml

[Libreoffice-commits] .: filter/source sc/source starmath/source vcl/inc vcl/Package_inc.mk

2012-06-10 Thread Tor Lillqvist
filter/source/graphicfilter/eps/eps.cxx |2 - filter/source/graphicfilter/ieps/ieps.cxx |2 - sc/source/core/inc/core_pch.hxx |1 sc/source/filter/inc/filt_pch.hxx |1 sc/source/ui/inc/ui_pch.hxx |1 starmath/source/math_pch.cxx

Re: [PATCH] [Signing request] fdo#50415 and fdo#34638 Fix Shortcut names are not localized on Linux

2012-06-10 Thread Thomas Arnhold
Please could someone sign this for inclusion in libreoffice-3-5 and 3-6? http://cgit.freedesktop.org/libreoffice/core/commit/?id=2432083b50ea7481247c303187bb3922714f93d5 Thanks! On 06/10/2012 04:04 PM, Rene Engelhard wrote: On Sun, Jun 10, 2012 at 03:37:19PM +0200, Thomas Arnhold wrote: pleas

[Libreoffice-commits] .: vcl/unx

2012-06-10 Thread Thomas Arnhold
vcl/unx/generic/app/saldisp.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 2432083b50ea7481247c303187bb3922714f93d5 Author: Thomas Arnhold Date: Sun Jun 10 17:36:05 2012 +0200 Remove bogus header Thanks to Rene Engelhard for pointing this out. Change-I

Re: [REVIEW 3-5] some toolbar-related problems

2012-06-10 Thread Ivan Timofeev
And finally I realized that there is no IMPL_LINK_NOARG in libreoffice-3-5, so the cherry-pick would not succeed. Attached all 3 patches, they are applicable now and no corrections needed. For sure. On 06.06.2012 11:06, Bjoern Michaelsen wrote: > On Wed, Jun 06, 2012 at 06:21:43AM +0200, Lionel

Re: [PATCH] fdo#50415 and fdo#34638 Fix Shortcut names are not localized on Linux

2012-06-10 Thread Rene Engelhard
On Sun, Jun 10, 2012 at 03:37:19PM +0200, Thomas Arnhold wrote: > please try it without svtools/langhelp.hxx. I think this dep is not > needed at all. Yes, builds after removing this #include. Regards, Rene ___ LibreOffice mailing list LibreOffice@list

Re: [PATCH] fdo#50415 and fdo#34638 Fix Shortcut names are not localized on Linux

2012-06-10 Thread Thomas Arnhold
Hi Rene, please try it without svtools/langhelp.hxx. I think this dep is not needed at all. Thomas On 06/10/2012 03:07 PM, Rene Engelhard wrote: On Sun, Jun 10, 2012 at 02:53:20PM +0200, Rene Engelhard wrote: rene@frodo:~/Debian/Pakete/LibreOffice/libreoffice-3.5.4/vcl$ diff -u prj/build.l

Re: [PATCH] fdo#50415 and fdo#34638 Fix Shortcut names are not localized on Linux

2012-06-10 Thread Rene Engelhard
On Sun, Jun 10, 2012 at 02:53:20PM +0200, Rene Engelhard wrote: > rene@frodo:~/Debian/Pakete/LibreOffice/libreoffice-3.5.4/vcl$ diff -u > prj/build.lst prj/build.lst-old > --- vcl/prj/build.lst 2012-06-10 14:59:37.176818073 +0200 > +++ vcl/prj/build.lst-old 2012-06-10 14:59:26.024762767 +0

Re: [PATCH] fdo#50415 and fdo#34638 Fix Shortcut names are not localized on Linux

2012-06-10 Thread Rene Engelhard
On Tue, Jun 05, 2012 at 10:30:18PM +0200, Thomas Arnhold wrote: > Hi, > > I've fixed my introduced regression: > > on master: > http://cgit.freedesktop.org/libreoffice/core/commit/?id=76dcd76509ec0b2078a95f282e09696a8e91cbb0 > > And with these two attachments for 3-5 and 3-6 branch. Would be ni

Removed parts of PDFWriter and doTestCode method

2012-06-10 Thread Gökçen Eraslan
Hello, I've realized that there is a great test code[1] for PDFWriter. It draws some texts and shapes, adds annotations and widgets like buttons, checkboxes, comboboxes etc and saves resulting pdf file in HOME directory. It's very useful since the capabilities of the PDFWriter can be tested with t

[Libreoffice-commits] .: Branch 'feature/masterpages' - extras/source sfx2/inc sfx2/source

2012-06-10 Thread Bjoern Michaelsen
extras/source/templates/layout/BlueprintPlans.otp |binary extras/source/templates/layout/BrightBlue.otp |binary extras/source/templates/layout/CleanInspiration.otp |binary extras/source/templates/layout/Portfolio.otp|binary extras/source/templates/layout/Progress.otp |b

Re: [BUILD] consistent test failures under windows

2012-06-10 Thread Korrawit Pruegsanusak
Hello Mat, On Sat, Jun 9, 2012 at 7:29 PM, Mat M wrote: > Or what should I do to be sure the test is really broken and not my build ? I think you should disable your antivirus during the build. It captures CVE files as a threat, and delete / quarantine them. Best Regards, -- Korrawit Pruegsanu

Re: [REVIEW 3-5] some toolbar-related problems

2012-06-10 Thread Ivan Timofeev
On 10.06.2012 12:13, Ivan Timofeev wrote: http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-6&id=243fefb72897f45448d946d571397b7bc4893e7d fixes bug 42379[2] - last toolbar item may be clipped for no reason Actually the original code (that I isolated in a static function) was

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - vcl/source

2012-06-10 Thread Ivan Timofeev
vcl/source/window/toolbox.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 32901f70b131939df733e725ecee02e3432d4e89 Author: Ivan Timofeev Date: Sun Jun 10 12:52:56 2012 +0400 separator will be invisible if there is no visible buttons Change-Id: I

[Libreoffice-commits] .: vcl/source

2012-06-10 Thread Ivan Timofeev
vcl/source/window/toolbox.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit cf5001f99fe7a855155c5b3facc241163ccf1777 Author: Ivan Timofeev Date: Sun Jun 10 12:52:56 2012 +0400 separator will be invisible if there is no visible buttons Change-Id: I

[REVIEW 3-5] some toolbar-related problems

2012-06-10 Thread Ivan Timofeev
Hi, it would be great to have the following commits in 3-5: http://cgit.freedesktop.org/libreoffice/core/commit/?id=3768e71344a298d8e7ac07fb38a97ccf58f83a10 fixes bug 42405[1] - addon toolbars may be irrevocably locked http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-6&id=24

Using same User Profile with various users and / or LibO Versions

2012-06-10 Thread Rainer Bielefeld
Hi, it would be great if an expert could add some brief notes on concerning following questions: - Is it allowed/possible/useful to use the same User Profile with more than 1 User? - Is it allowed/useful/ to use the same User Profile with