Re: [Libreoffice] Smart art like functionality

2011-04-21 Thread Michael Meeks
On Wed, 2011-04-20 at 21:26 +0200, Christian Lohmaier wrote: > On Wed, Apr 20, 2011 at 6:24 PM, KAMI911 KAMI911 wrote: > > As we discussed before, java is not preferred around LibreOffice. > > That's true for core functionality, but java-extensions are perfectly fine... Right :-) for th

Re: [Libreoffice] OSL_ASSERT - remove backtrace or make abort

2011-04-21 Thread Noel Power
On 19/04/11 17:21, Lubos Lunak wrote: +1 for disabling the backtrace and yeah, the whole assert thing is pretty bogus but at least lets keep the information from those asserts ( converted into some warning or something ) 'cause at least I have gotten some hints to real brokeness in the past

Re: [Libreoffice] [PATCH] fix fdo#bug 36404 -More than one text cursor at the same time in textfields

2011-04-21 Thread Noel Power
On 20/04/11 23:20, Robert Dargaud wrote: Hi All, In cursor.cxx I found 2 lines accidentally deleted by this patch it seems : "vcl119: #i80730# fix cursor paint behavior and timer" I've tried to find an explication of this deleted ligne, but without Timer.Stop() I don't understand how it can

[Libreoffice] [Bug 32894] [Task] LibreOffice 3.3.1 release blockers / stoppers

2011-04-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32894 Bug 32894 depends on bug 33355, which changed state. Bug 33355 Summary: Python scripting not available https://bugs.freedesktop.org/show_bug.cgi?id=33355 What|Old Value |New Value

Re: [Libreoffice] PyUno is Python 3 compatible

2011-04-21 Thread Hanno Meyer-Thurow
On Wed, 20 Apr 2011 17:53:20 +0200 Andreas Becker wrote: > First of all, it has nothing to do with that patch. > You should perhaps update automake (my version is 1.11). You are so right. automake 1.11 does just fine. Now then, I got this error: = Building module translate_toolkit =

Re: [Libreoffice] no libreoffice-build-3.3.99.1 ?

2011-04-21 Thread Hanno Meyer-Thurow
On Thu, 21 Apr 2011 10:58:29 +0200 Andreas Radke wrote: > One of the arguments seems to point outside my chroot or wherever to a > bad path. How can I check the args? First of all, just to verify, your PKGBUILD looks just fine. So, how to check the args, see http://cgit.freedesktop.or

[Libreoffice] How to produce a backtrace, debug packages missing

2011-04-21 Thread Olivier Hallot
Hi sorry for the very basic question, but I want to assist on reporting a recurrent crash and, per debug info in the wiki, I need the debug packages: [Thread 0x7fffe707e710 (LWP 27231) exited] [New Thread 0x7fffe707e710 (LWP 27256)] Program received signal SIGSEGV, Segmentation fault. 0x7

[Libreoffice] [PUSHED] Re: [PATCH] Only accelerators in Edit popup on Windows and KDE

2011-04-21 Thread Jan Holesovsky
Hi, On 2011-04-19 at 14:01 +0200, Lubos Lunak wrote: > By setting I don't mean a configurable setting, but a style setting, i.e. > the > StyleSettings vcl class. There are already settings for things like palette, > widget sizes, cursor blink time, whether to show icons in menus and other >

Re: [Libreoffice] Smart art like functionality

2011-04-21 Thread Thorsten Behrens
Christoph Noack wrote: > OOo wiki page "IntelligentGroup" (by RedOffice) > http://wiki.services.openoffice.org/wiki/IntelligentGroup > > A specification draft (quite complete if we want to stick with the > today's GUI ... also available from the page above) > http://wiki.services.openoffice.org/wi

[Libreoffice] [PATCH] Introduce HideDisabledMenuItems style setting

2011-04-21 Thread Christian Dywan
I'm introducing a setting that decides if disabled menu items should be hidden. Currently the code is broken in the sense that items are hidden if disabled on all platforms and UpdateApplicationSettings which theortically does that is a) counter-intuitive and b) not set by platforms. The patch s

Re: [Libreoffice] OSL_ASSERT - remove backtrace or make abort

2011-04-21 Thread Tor Lillqvist
I just a moment ago came across a nice example how confusing and unclear the use of the various kinds of assertions can be. See unotools/source/config/searchopt.cxx , sal_Bool SvtSearchOptions_Impl::Load(): const Any &rVal = pValues[i]; DBG_ASSERT( rVal.hasValue(), "prop

[Libreoffice] [REVIEW] Easyhack Add visibility markup to all component_get* functions

2011-04-21 Thread Julien Nabet
Hello, I think i modified all the functions "component_getImplementationEnvironment" and "component_getFactory" get for the easyhack "Add visibility markup to all component_get* functions". Because of the last Tinderbox failure and because I don't expect the pb is in artwork, I made a global "

Re: [Libreoffice] [PATCH] fix fdo#bug 36404 -More than one text cursor at the same time in textfields

2011-04-21 Thread Kohei Yoshida
On Thu, 2011-04-21 at 00:20 +0200, Robert Dargaud wrote: > Hi All, > > In cursor.cxx I found 2 lines accidentally deleted by this patch it seems : > "vcl119: #i80730# fix cursor paint behavior and timer" > > I've tried to find an explication of this deleted ligne, but without > Timer.Stop() I do

Re: [Libreoffice] OSL_ASSERT - remove backtrace or make abort

2011-04-21 Thread Lubos Lunak
On Wednesday 20 of April 2011, Thorsten Behrens wrote: > Lubos Lunak wrote: > > I'd like to remove the backtrace printing from OSL_ASSERT and friends, > > or, even better and if possible, make these functions work properly, i.e. > > abort on failure (I'm not really holding my breath on the second

Re: [Libreoffice] OSL_ASSERT - remove backtrace or make abort

2011-04-21 Thread Lubos Lunak
On Wednesday 20 of April 2011, Tor Lillqvist wrote: > Another related thing that is broken is how the code often loses useful > information associated with exceptions. > > To take an example, the root cause to much breakage on Windows in the 3.4 > beta1 caused an exception with the nice message "pa

[Libreoffice] Announcing Vaporware DUE (was: consistent namespaces & future breakage ...)

2011-04-21 Thread Bjoern Michaelsen
On Wed, 20 Apr 2011 11:13:17 -0400 Kohei Yoshida wrote: > Yup, having a wiki page to collect our thoughts would be a great idea. > While we are talking about re-designing our API, I would also like to > reduce the use of UNO API in the core implementation code, which have > time and time again ca

[Libreoffice] reviewboard: a solution or just creating new problems?

2011-04-21 Thread Bjoern Michaelsen
Hi all, I just want to bring up an idea of which I am not really sure if it is a good one. Currently we have new contributors writing patches to the dev-ML and grant them direct repository access later. Commiting directly on the master might be quite scary at first, so I wondered if something like

Re: [Libreoffice] PyUno is Python 3 compatible

2011-04-21 Thread Andreas Becker
Hi Hanno, >[join('translate',filename) for filename in 'ChangeLog', 'COPYING', > 'LICENSE', 'README'])] > ^ > SyntaxError: invalid syntax > dmake: Error code 1, while making './unxlngx6.pro/misc/build/so_built_trt > ' > > I did not sus

[Libreoffice] MSO binary formats

2011-04-21 Thread Andy Brown
Found an interesting link in users mailing list. Doing some research I came across [1]. At first glance this would seem to permit anyone to use the Microsoft binary formats without any problem. For any legal types, is this in fact true? If so to the developers how much work would be invol

Re: [Libreoffice] gbuild: use gb_CHECKOBJECTOWNER to check for double linked objects

2011-04-21 Thread Bjoern Michaelsen
On Tue, 19 Apr 2011 18:24:57 +0100 Michael Meeks wrote: > If not, it sounds like we should have it always enabled (?), > particularly if we can cleanup the issues it finds :-) Enabled by default on master with: http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=9c028fe3ff8b5db3f

Re: [Libreoffice] MSO binary formats

2011-04-21 Thread Kohei Yoshida
On Thu, 2011-04-21 at 09:33 -0700, Andy Brown wrote: > Found an interesting link in users mailing list. Doing some research I > came across [1]. Yes. It's been there for at least several years. This is old news, in fact. > At first glance this would seem to permit anyone to > use the Micro

Re: [Libreoffice] MSO binary formats

2011-04-21 Thread Andy Brown
Kohei Yoshida wrote: On Thu, 2011-04-21 at 09:33 -0700, Andy Brown wrote: Found an interesting link in users mailing list. Doing some research I came across [1]. Yes. It's been there for at least several years. This is old news, in fact. At first glance this would seem to permit anyone

[Libreoffice] Quality of nightly for beta2

2011-04-21 Thread Volker Merschmann
Hi all, I have tried to install and use the actual nightly (20110420) on a Windows XP system and found at least two obvious and annoying bugs. The localisation is completely broken and you will get a crash every time your closing it. See the bug-list here http://goo.gl/dXoAt We should discuss if

Re: [Libreoffice] MSO binary formats

2011-04-21 Thread Jonathan Aquilina
Kohei This I think is what keeps alot of people away from open source. That has what has kept me off OOO and LO, This is something that should really be worked on, and something that would really give a boost to LO in the long term, as it was never something that OOo addressed. On 21/04/2011

Re: [Libreoffice] MSO binary formats

2011-04-21 Thread Kohei Yoshida
On Thu, 2011-04-21 at 19:03 +0200, Jonathan Aquilina wrote: > Kohei > > This I think is what keeps alot of people away from open source. That > has what has kept me off OOO and LO, This is something that should > really be worked on, and something that would really give a boost to LO > in the l

Re: [Libreoffice] MSO binary formats

2011-04-21 Thread Jonathan Aquilina
Kohei that wasnt my intention my apologies. I appreciate all the work you guys do and knowing this is in the works gives me great joy and excitement to soon be able to recommend this great piece of software. If i could and had more time and programming know how i would gladly chip in but at th

Re: [Libreoffice] Quality of nightly for beta2

2011-04-21 Thread Michael Meeks
Hi Volker, On Thu, 2011-04-21 at 18:56 +0200, Volker Merschmann wrote: > I have tried to install and use the actual nightly (20110420) on a > Windows XP system and found at least two obvious and annoying bugs. Yep - annoying they are :-) > The localisation is completely broken and you wi

Re: [Libreoffice] MSO binary formats

2011-04-21 Thread Kohei Yoshida
On Thu, 2011-04-21 at 19:10 +0200, Jonathan Aquilina wrote: > Kohei that wasnt my intention my apologies. That's OK. Sorry if I over-reacted. But I hope people who aren't versed in this sort of stuff understand that improving interop with other office suites is not just a matter of understanding

Re: [Libreoffice] MSO binary formats

2011-04-21 Thread Jonathan Aquilina
I totally understand. TBH im totally looking forward to this improvement. Hopefully this summer i can get my hands dirty with LO and the GSoC android task at least helping with that. On 21/04/2011 19:39, Kohei Yoshida wrote: On Thu, 2011-04-21 at 19:10 +0200, Jonathan Aquilina wrote: Kohei th

[Libreoffice] sd resource images

2011-04-21 Thread David Tardon
Hi all, I've noticed that a slight irregularity in the way resource images for sd are stored. The bulk of them is in default_images/sd/res, but there are a few in default_images/sd/res/imagelst which is unlike all other modules. Therefore, gbuildizing sd requires adding another path to gb_ResTarge

Re: [Libreoffice] Help on fixing set_soenv so that it uses configure --build options

2011-04-21 Thread Pablo Duboue
Hi Caolán! On Tue, Apr 19, 2011 at 4:35 AM, Caolán McNamara wrote: > On Mon, 2011-04-18 at 20:57 -0400, Pablo Duboue wrote: >> Moreover, it makes it impossible to build in a 32-bit chroot running in a >> x86-64 machine. > > Well, > > a) you can run linux32 before running configure, that's sort of

Re: [Libreoffice] Announcing Vaporware DUE (was: consistent namespaces & future breakage ...)

2011-04-21 Thread Júlio Hoffimann
Thank you Bjoern. :-) Regards, Júlio. Here is a Wikipage for that: > > http://wiki.documentfoundation.org/Development/DUE > > since everything should have a nifty name to gain traction, I gave this > one the working title DUE. If you have a pet hate about our current > state that would require a

[Libreoffice] writer8 instead of ODF Text Document

2011-04-21 Thread Jean-Baptiste Faure
Hi, It's me or in load/save options for LibreOffice 3.4 filter name "writer8" is used to choose the default saving format for text documents instead of "ODF Text Document" in previous versions ? Same problem for other modules. Tested in libreoffice-3-4 branch and in master. Best regards JBF -- S

[Libreoffice] [PUSHED] Comment translation

2011-04-21 Thread Martin Kepplinger
Hi! This translates more german code comments in writer/sw/source/ui to english. Please note that these changes are already _pushed_ to master. Please review them and just tell me what to change or place your own patches on top of my appended patchset. thanks, Martin __

[Libreoffice] [PATCH 1/4] Translate german code comments

2011-04-21 Thread Martin Kepplinger
Translate some german code comments in writer/sw/source/ui/inc to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/inc/actctrl.hxx |6 +++--- sw/source/ui/inc/app.hrc | 10 +- sw/source/ui/inc/autoedit.hxx |2 +

[Libreoffice] [PATCH 2/4] Translate german code comments

2011-04-21 Thread Martin Kepplinger
Translate some german code comments to english! This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/inc/colmgr.hxx |5 +-- sw/source/ui/inc/column.hxx |2 +- sw/source/ui/inc/conarc.hxx |4 +- sw/source/ui/inc/

[Libreoffice] [PATCH 3/4] Translate german comments

2011-04-21 Thread Martin Kepplinger
Translate german code comments to english! This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/inc/formedt.hxx |2 +- sw/source/ui/inc/frmdlg.hxx |2 +- sw/source/ui/inc/frmmgr.hxx | 22 +- sw/s

[Libreoffice] [PATCH 4/4] Translate german code comments

2011-04-21 Thread Martin Kepplinger
Translate german code comments to english! This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/inc/srcview.hxx|2 +- sw/source/ui/inc/swcont.hxx | 12 ++-- sw/source/ui/inc/swdtflvr.hxx |4 +- sw/source/ui/inc/swlbox.hxx |

Re: [Libreoffice] reviewboard: a solution or just creating new problems?

2011-04-21 Thread Jani Monoses
On 04/21/2011 07:17 PM, Bjoern Michaelsen wrote: Hi all, I just want to bring up an idea of which I am not really sure if it is a good one. Currently we have new contributors writing patches to the dev-ML and grant them direct repository access later. Commiting directly on the master might be qu

Re: [Libreoffice] sd resource images

2011-04-21 Thread Michael Meeks
Hi David, On Thu, 2011-04-21 at 20:32 +0200, David Tardon wrote: > I've noticed that a slight irregularity in the way resource images for > sd are stored. The bulk of them is in default_images/sd/res, but there > are a few in default_images/sd/res/imagelst which is unlike all other > modules.

Re: [Libreoffice] [PATCH 4/4] Translate german code comments

2011-04-21 Thread Júlio Hoffimann
Nice patches Martin! :-) Next time you could attach the files, instead of put them in the mail body. So, the developers just download and apply your changes. ;-) Regards, Júlio. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists

[Libreoffice] [Patch] Make ScVbaWorksheet work with sheet local DBRanges

2011-04-21 Thread Markus Mohrhard
Hello, here a short patch that reworks the ScVbaWorksheet::getAutoFilterMode/setAutoFilterMode methods. It now works with the new sheet local DB ranges, which are no longer available through UNO API. Additionally I changed those methods that they my no longer manipulate named DB ranges because Ex

Re: [Libreoffice] [PATCH 4/4] Translate german code comments

2011-04-21 Thread Martin Kepplinger
Am 21.04.2011 22:13, schrieb Júlio Hoffimann: > Nice patches Martin! :-) > > Next time you could attach the files, instead of put them in the mail > body. So, the developers just download and apply your changes. ;-) > > Regards, > Júlio. Hi Julio, As I mentioned, these patches are already appli

Re: [Libreoffice] [PATCH 4/4] Translate german code comments

2011-04-21 Thread Júlio Hoffimann
Hi Martin, i don't knew about that Git command. :-) You tried to say that the changes you made are in your local repo, right? If not, there are no reasons to send again for the mailing list. These are big files to review, the probability of anyone read is too small, just do your job, it's great. :

[Libreoffice] healthcare/business and many other marketing lists available

2011-04-21 Thread Cooley Stacy
This week only until Friday we are offering these packages All 100% optin data / Full resale rights ** MEDICAL/HEALTHCARE ** You choose! Any 5 lists below just $179! <> Complete US Physicians Database <> Chiropractic Doctors in the USA <> American Holistic Medicine Providers/Clinics <> Genera

Re: [Libreoffice] PyUno is Python 3 compatible

2011-04-21 Thread Hanno Meyer-Thurow
Hi Andreas, got around my problem by disabling translations. Finally, I got it installed. Though, scp2 needs patching and Python modules have even on Mac OS X .so endings stated here: scp2/source/python/file_python.scp:303:// pyuno.so even on Mac OS X, because it is a python module Is t

[Libreoffice] Some smoketests failed

2011-04-21 Thread Julien Nabet
Hello, Here is what i get when i run "make check" (after a successful compilation) : ERROR: The following files could not be found: ERROR: File not found: accessoriesgallery.zip ERROR: File not found: accessoriesgallerydrawspeople.zip ERROR: File not found: accessoriesgalleryelementsbullets2.zi

Re: [Libreoffice] [PATCH] Introduce HideDisabledMenuItems style setting

2011-04-21 Thread Christoph Noack
Hi Christian, all! Just a small question ... do I get it right that the disabled menu items get hidden instead of being "grayed out"? Real interest: could you please explain what the rationale for the change is? As far as I know, there is currently no platform guideline that requires that (or even

Re: [Libreoffice] Smart art like functionality

2011-04-21 Thread Christoph Noack
Hi Thorsten! Am Donnerstag, den 21.04.2011, 14:58 +0200 schrieb Thorsten Behrens: > Christoph Noack wrote: > > OOo wiki page "IntelligentGroup" (by RedOffice) > > http://wiki.services.openoffice.org/wiki/IntelligentGroup > > > > A specification draft (quite complete if we want to stick with the >

Re: [Libreoffice] Some smoketests failed

2011-04-21 Thread Júlio Hoffimann
Hi Julien, Just a guess, i think the relevant options you're passing to autogen.sh are the last four: --enable-extra-gallery --enable-extra-template --enable-extra-sample --enable-extra-font I'm in a middle of a build, so i cannot reproduce the error now. :-( Regards, Júlio. ___

Re: [Libreoffice] reviewboard: a solution or just creating new problems?

2011-04-21 Thread Christian Lohmaier
Hi Björn, *, On Thu, Apr 21, 2011 at 6:17 PM, Bjoern Michaelsen wrote: > > I just want to bring up an idea of which I am not really sure if it is > a good one. Currently we have new contributors writing patches to the > dev-ML and grant them direct repository access later. Commiting > directly on

Re: [Libreoffice] [PATCH 4/4] Translate german code comments

2011-04-21 Thread Martin Kepplinger
Am 21.04.2011 23:09, schrieb Júlio Hoffimann: > Hi Martin, i don't knew about that Git command. :-) > > You tried to say that the changes you made are in your local repo, > right? If not, there are no reasons to send again for the mailing > list. sorry, I don't really understand what you are say

Re: [Libreoffice] [PUSHED] fix fdo#36399 - ScrollBar display bug on dialog boxes

2011-04-21 Thread Korrawit Pruegsanusak
Hello Robert, On Thu, Apr 21, 2011 at 05:42, Robert Dargaud wrote: > Hi Michael, > > Yes, I found the patch, but not the origin of deletion of this line in the > history ! > What tool can be used to find easily history for each line ? > Would you mind if I answer this instead of Michael? ;) I us