Re: [Libreoffice] make dev-install error, dict-xx.oxt files not found

2012-01-04 Thread Winfried Donkers
Still strange that git pull -r from core doesn't/didn't help. That's what I do to update my sources. Do a ./g pull -r in core instead. It calls git pull -r in all the sub-repos underneath core/clone/ (and in core itself, of course). Thank you. I will do ./g instead of git in the future and

[Libreoffice] What are the criteria to nominate bugs as most annoying bug?

2012-01-04 Thread Winfried Donkers
Hi, There are some bugs in calc that damage formulas/conditional formats of cells. As this goes further than just being a nuisance I would like to nominate them for solving with high(er) priority. But I don't want to make things worse and I don't want to annoy people who are already working

[Libreoffice] make dev-install error, dict-xx.oxt files not found

2012-01-03 Thread Winfried Donkers
I often get a failed make dev_install when building following a git pull --rebase. The error is that dict-xx.oxt (today they were dict-an.oxt, dict-be.oxt, dict-el.oxt, dict-gd.oxt, dict-si.oxt and dict-te.oxt) files cannot be found. This occurred also after a clean git clone on a new machine.

Re: [Libreoffice] bug 36874 (label printing) further improvement?

2012-01-03 Thread Winfried Donkers
Hi Ivan, Ivan, what do you think? Are you interested? Interested, but extremely busy the whole January through... :-( I'm sorry. But an UI is an easy piece of programming; Winfried, may be you need a few little tips to start, and then there will be no questions? If so, please ask on using the

Re: [Libreoffice] make dev-install error, dict-xx.oxt files not found

2012-01-03 Thread Winfried Donkers
The error is that dict-xx.oxt (today they were dict-an.oxt, dict-be.oxt, dict-el.oxt, dict-gd.oxt, dict-si.oxt and dict-te.oxt) files cannot be found. I think running git pull -r in core/dictionaries should fix this. Thanks, it helped. Still strange that git pull -r from core doesn't/didn't

Re: [Libreoffice] bug 36874 (label printing) further improvement?

2012-01-03 Thread Winfried Donkers
My calculation is based on the assumption (presumption?) that the page containing the labels is symmetrical, i.e. rotating the page 180 degrees is not a problem, left margine equals right margin and top margin equals bottom margin. some labels paper that I bought last year (I guess of too bad

[Libreoffice] bug 36874 (label printing) further improvement?

2012-01-02 Thread Winfried Donkers
(See bug 36874 (and this list) for history) It would be much better if the label-definitions contain all dimensions, i.e. should include either right margin and bottom margin or the page size. The visualization is crazy. It would be great to fix it. For users, label printing is mostly

Re: [Libreoffice] [REVIEW] bug#36874 to be patched in 3.4.5 as well?

2011-12-23 Thread Winfried Donkers
Your code looks definitely better than the original one. Well, I am still not sure about the calculation. It makes perfect sense when I imagine the paper with blank labels. On the other hand, please look at http://download.go-oo.org/tmp/labels.png. I looked at a lot of (blank) labels and also

[Libreoffice] [REVIEW] bug#36874 to be patched in 3.4.5 as well?

2011-12-19 Thread Winfried Donkers
Is it an option to push it to 3.4.5 as well? In case you haven't known this yet: if you want to do this, you have to send a mail to this dev list with a subject like [REVIEW] $subject and pointing to your commit. Then wait for someone to review. This probably is still not the correct way to

Re: [Libreoffice] duplicate bugs

2011-12-13 Thread Winfried Donkers
Is it an option to push it to 3.4.5 as well? I think it should be pushed also for 3.4.5, but I'm not familiar with the rules. And may be some users have become used to tricks living with the old formats, and a change would cause trouble for them? The trick I was advised to use was to manually

[Libreoffice] duplicate bugs

2011-12-12 Thread Winfried Donkers
last week my patch for bug 36874 (wrong paper size with labels in writer) was pushed. It also patches bugs 34271, 35104, 35272 and 41755 which IMHO are duplicates of 36874. These can be closed, (a little bit of cleaning up the bugs :) ) Winfried ___

Re: [Libreoffice] duplicate bugs

2011-12-12 Thread Winfried Donkers
Hi Rainer, thx for the hint, I will test soon and close. Can you please check whether the fix also is in the 3.5 Beta1 Branch? I downloaded from daily builds (Win-x86@7-MinGW) on a Windows XP machine: - 3.5.0beta1 2011-12-13_03.17.52 gave an error wehen starting soffice.exe or swriter.exe:

Re: [Libreoffice] build error

2011-12-10 Thread Winfried Donkers
Looks like a symbol conflict between your internal cairo library and the system gtk+ library. Curious that it happens with the cppunit test of course. Essentially I would remove *cairo* from the solver (or run deliver -delete inside cairo/) and re-configure and build with --with-system-cairo.

[Libreoffice] build error

2011-12-09 Thread Winfried Donkers
Hello all, I have just got a new computer, which should make LibO much faster than my old machine does :) . Unfortunately, I get a make error: .../core/solver/unxlngi6.pro/bin/cppunit/cppunittester: symbol lookup error: /usr/lib/gtk-2.0/2.10.0/engines/liboxygen-gtk.so: undefined symbol:

[Libreoffice] [PATCH] Label PRINTING misplaced on paper sheet

2011-12-07 Thread Winfried Donkers
Attached is a patch for bug 36874. It also patches bugs 34271, 35104, 35272 and 41755 which IMHO are duplicates. The old calculaton of page size during the creation of a new document was incorrect, leading to misalignment when printing. I have replaced it with a better (I think) calculation and

Re: [Libreoffice] [PATCH] bug 36874 Label PRINTING misplaced on paper sheet

2011-12-07 Thread Winfried Donkers
Attached is a patch for bug 36874. It also patches bugs 34271, 35104, 35272 and 41755 which IMHO are duplicates. The old calculaton of page size during the creation of a new document was incorrect, leading to misalignment when printing. I have replaced it with a better (I think) calculation

[Libreoffice] Bug 36874 page size incorrect when creating label document - help asked

2011-12-05 Thread Winfried Donkers
I am trying to locate the source where the page size is determined when creating a new label document with the wizard. Although the dimensions in the label-definitions for A4 label sheets are correct, LibO creates a document with custom page format and not A4. I can't find where the document is

Re: [Libreoffice] help asked/offered for bug 36555

2011-11-23 Thread Winfried Donkers
This looks like a incompatibility between autoconf-generated boilerplate code and your environment. Check that configure has been regenerated; it should says at approx line 3: Generated by GNU Autoconf 2.6x with 2.6x being the version of autoconf you installed; It says now Generated by GNU

Re: [Libreoffice] help asked/offered for bug 36555

2011-11-23 Thread Winfried Donkers
So, just to check I understand right, when you say the error messages are the same with different line numbers, it means the following? The rror messages are configure: creating ./config,status ./configure: line 6255: test: too many arguments (6 identical lines) configure: error: could not make

Re: [Libreoffice] help asked/offered for bug 36555

2011-11-23 Thread Winfried Donkers
So it does *not* output: File STDIN: 5 lines match No, it did not. Then I think you (from your shell) and ./configure use a different grep, and the grep that ./dmake/configure uses behaves differently than expected: configure expects that grep -c FOO outputs JUST the number, but the grep it

Re: [Libreoffice] help asked/offered for bug 36555

2011-11-22 Thread Winfried Donkers
.autogen.sh succeeded, now make give a strange error: ... configure: creating ./config.status ./configure: line 8411: test: too many arguments ... configure: error: could not make ./config.status ... Hmmm, that looks like a quoting problem with the $CPP variable. What does your $CPP

[Libreoffice] {LibreOffice] bug 34425 hints asked

2011-11-22 Thread Winfried Donkers
Dear Bjoern, You made bug 34425 an easy hack; I would like to give it a try, but can you give me a hint where I can find the relevant code for these buttons (in scalc and swriter)? I have tried t find them before, but so far no success. Winfried

Re: [Libreoffice] help asked/offered for bug 36555

2011-11-21 Thread Winfried Donkers
Excellent. Feel free to ask for help if you get stuck setting it up. -- Noel Grandin .autogen.sh succeeded, now make give a strange error: ... configure: creating ./config.status ./configure: line 8411: test: too many arguments ./configure: line 8411: test: too many arguments ./configure: line

Re: [Libreoffice] help asked/offered for bug 36555

2011-11-21 Thread Winfried Donkers
Looking at the LibreOffice project's interest, in the short term we would probably benefit more from your going through other EasyHacks. Except if it makes the difference between having the fix for 3.4.5 or not, but I dare hope the Windows build will be fixed soon enough for that not to be a

Re: [Libreoffice] help asked/offered for bug 36555

2011-11-18 Thread Winfried Donkers
Excellent. Feel free to ask for help if you get stuck setting it up. -- Noel Grandin I have installed all dependancies (I hope) and am now trying to get ./autogen.sh to succeed (so far, a lot of paths to be set as option). I keep having trouble with moz/zipped. Should this be (as seen from

[Libreoffice] help asked/offered for bug 36555

2011-11-17 Thread Winfried Donkers
Hello all, This bug (MS Access databases cannot be opened since LibO 3.4) is a serious problem for several cpmpanies that migrated from MS Office to LibO (including the company I work for). Comment 11 from Alex Thurgood gives a possible cause, but: -I am not familiar with the make system of

Re: [Libreoffice] help asked/offered for bug 36555

2011-11-17 Thread Winfried Donkers
This bug (MS Access databases cannot be opened since LibO 3.4) is a serious problem for several cpmpanies that migrated from MS Office to LibO (including the company I work for). Comment 11 from Alex Thurgood gives a possible cause, but: -I am not familiar with the make system of LibO; -I am

Re: [Libreoffice] [PUSHED] [PATCH] translated comments from german to english

2011-11-17 Thread Winfried Donkers
PUSHED with some minor changes, I just tweaked some spelling and rephrased something here and there as I scanned the translations, since I don't speak German I have no idea how accurate the translations are :-) but they seemed to make mostly sense to me :-))) As neither German nor English is my

Re: [Libreoffice] help asked/offered for bug 36555

2011-11-17 Thread Winfried Donkers
for building LibreOffice. It'll take some time, but when I succeed I will get back to you with feedback (or questions). Winfried Donkers ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] translated comments from german to english

2011-11-16 Thread Winfried Donkers
Some more translated files. This and subsequent contributions submitted under LGPL3+ / MPL. Winfried 0001-german-comments-translated-to-english.patch Description: 0001-german-comments-translated-to-english.patch ___ LibreOffice mailing list

Re: [Libreoffice] [PUSHED] [PATCH] translation german comment to english

2011-11-15 Thread Winfried Donkers
I've just changed the translation of // Targets am SBA abmelden nicht mehr noetig to // unregistering target in SBA no longer necessary Sorry, I must have read anmelden instead of abmelden. Thank you for being critical:) Winfried ___ LibreOffice

[Libreoffice] git howto question

2011-11-14 Thread Winfried Donkers
How do I update my local sources to the current (latest) master with git? I am not familiar with git, have used 'git clone' and 'git diff', but I don't want to do 'git clone' again, of course. Is 'git checkout' the proper way (run from the directory where .git is)? I have some more

Re: [Libreoffice] git howto question

2011-11-14 Thread Winfried Donkers
(sc/source/ui/view) and then I hope to find an easy hack in C++ (but all at a leisurely pace...). Winfried -Original Message- From: Michael Meeks [mailto:michael.me...@suse.com] Sent: maandag 14 november 2011 13:24 To: Winfried Donkers Cc: libreoffice@lists.freedesktop.org Subject: Re

[Libreoffice] [PATCH] translation german comment to english

2011-11-14 Thread Winfried Donkers
Some more translations for sc/source/ui/view. This and future contributions submitted under LGPL3+ ? MPL. Winfried 0001-translations-of-comments-from-german-to-english.patch Description: 0001-translations-of-comments-from-german-to-english.patch

[Libreoffice] [PATCH] translation german comments to english plus rename of define MAX_COL_HEIGHT

2011-11-11 Thread Winfried Donkers
First tiny contribution. Translated comments, also renamed define MAX_COL_HEIGHT to MAX_ROW_HEIGHT. This patch is and future patches will be contributed under the LGPLv3+ / MPL. By the way, should comments like case FID_INS_COLUMN:// insert columns case

Re: [Libreoffice] [PATCH] translation german comments to english plus rename of define MAX_COL_HEIGHT

2011-11-11 Thread Winfried Donkers
(reply to list as well is better, of course) First tiny contribution. Translated comments, also renamed define MAX_COL_HEIGHT to MAX_ROW_HEIGHT. Erm, I think the attached patch is not the intended one right ( patch attached is something already committed )? I did it with 'git commit -a'

Re: [Libreoffice] [PATCH] translation german comments to english plus rename of define MAX_COL_HEIGHT

2011-11-11 Thread Winfried Donkers
Finally can you confirm you contribution is under LGPLv3+ / MPL license My contribution and future contribution is under LGPLv3+/MPL license. Winfried thanks again, Noel ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] translating german - english

2011-11-07 Thread Winfried Donkers
Hello all, I started translating from German to English in sc/source/ui/view and I hope to start sending in my contributions soon. Winfried ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] bug 32826 - Printing in Preview mode causes all sheets to be printed

2011-10-25 Thread Winfried Donkers
I see that a solution is/was targeted for version 3.5. As of yesterday, that had not yet been achieved (the problem still persists with 3.5 and code from yesterday). The problem is quite annoying for users (such as in our company). Does anyone know (Kohei Yoshida?) the current status of the

<    4   5   6   7   8   9