Re: [dev] Additional toughts about crash reporting, WAS: Re: [dev] crash reporter, what are the various distro's strategies ?

2007-05-18 Thread Caolan McNamara
On Fri, 2007-05-18 at 17:34 +0200, Bernd Eilers wrote: > Caolan McNamara wrote: > > Well I'd foresee that it would be up to each distro to look at their own > > stacktraces so I don't see that occurring, but I don't have a feel for > > the scale of how many reports might be in question. > > Yeah

Re: [dev] Additional toughts about crash reporting, WAS: Re: [dev] crash reporter, what are the various distro's strategies ?

2007-05-18 Thread Bernd Eilers
Caolan McNamara wrote: On Fri, 2007-05-18 at 16:23 +0200, Bernd Eilers wrote: Caolan McNamara wrote: Hi Caolan, ReHi, As far as I have heard there are distributions which currently do not release from MasterWorkspaces or ChildWorkspaces but do in fact use some kind of more or less compl

Re: [dev] Additional toughts about crash reporting, WAS: Re: [dev] crash reporter, what are the various distro's strategies ?

2007-05-18 Thread Caolan McNamara
On Fri, 2007-05-18 at 16:23 +0200, Bernd Eilers wrote: > Caolan McNamara wrote: > > Hi Caolan, > > As far as I have heard there are distributions which currently do not > release from MasterWorkspaces or ChildWorkspaces but do in fact use some > kind of more or less complex system to release so

[dev] Re: Regexp support using libstdc++/tr1?

2007-05-18 Thread Joe Smith
Bernd Eilers wrote: ... I pretty much doubt that it would be possible to use just calls to these classes. This is because I would expect them to work on Srings and our Documents are just well a little bit more complex thing than just plain Strings. ... Sure. I'm still trying to work through

Re: [dev] crash reporter, what are the various distro's strategies ?

2007-05-18 Thread Bernd Eilers
ReHi, Caolan McNamara wrote: On Fri, 2007-05-18 at 15:43 +0200, Bernd Eilers wrote: Caolan McNamara wrote: [... snip ...] Certainly there may be issues of scalability and it may be impractical. I was thinking of whipping something Red Hat specific together and giving it a whirl during

[dev] Additional toughts about crash reporting, WAS: Re: [dev] crash reporter, what are the various distro's strategies ?

2007-05-18 Thread Bernd Eilers
Caolan McNamara wrote: Hi Caolan, [... snip ...] What I'm thinking about aiming at is a shared cross-distro crash repository where we can auto submit the distro OOo crashes, and the distros can plug in their various stack mappers, with quick and dirty gnomebugzilla-alike tooling to merge the d

Re: [dev] crash reporter, what are the various distro's strategies ?

2007-05-18 Thread Caolan McNamara
On Fri, 2007-05-18 at 15:43 +0200, Bernd Eilers wrote: > Caolan McNamara wrote: > > So when OOo crashes, what are the strategies that distros employ here if > > any ? > > > > Sun has a SOAP receiving service for crash reports, I'm aware of the tooling there, but this is somewhat orthogonal as t

Re: [dev] Semi-translated system dialogs

2007-05-18 Thread Alan Yaniger
Hi Hennes, If I open notepad, the controls are localized in Hebrew. So why not OOo? Alan Hennes Rohling wrote: Hi Alan, no it has nothing to with the locale of the OS you built OOo on. As I said the text of some controls is localized by OOo (that are those that are localized correctly).

Re: [dev] crash reporter, what are the various distro's strategies ?

2007-05-18 Thread Bernd Eilers
Caolan McNamara wrote: So when OOo crashes, what are the strategies that distros employ here if any ? Sun has a SOAP receiving service for crash reports, a database to store crashreports, a daemon service which tries to find similiar stacktrace based on the information send in the XML file w

Re: [dev] Semi-translated system dialogs

2007-05-18 Thread Hennes Rohling
Hi Alan, no it has nothing to with the locale of the OS you built OOo on. As I said the text of some controls is localized by OOo (that are those that are localized correctly). F.e. the "Cancel" button text comes from the MS Windows implementation it's not OOo code that "thinks" english is t

[dev] crash reporter, what are the various distro's strategies ?

2007-05-18 Thread Caolan McNamara
So when OOo crashes, what are the strategies that distros employ here if any ? For RH we don't build the crashreporter (as it's basically unusable info for Sun), but we do configure to enable using it, and replace it in the install set with a simple replacement that tests for the set of common pro

Re: [dev] Semi-translated system dialogs

2007-05-18 Thread Alan Yaniger
Hi Hennes, The machine I build on does not have Hebrew localized Windows, but some machines that I test on do. The problem exists on those machines as well. Should I assume then that the text of the Windows controls is determined at build-time and not at run-time? Thanks, Alan Hennes Rohlin

Re: [dev] Semi-translated system dialogs

2007-05-18 Thread Hennes Rohling
Hi, when the system file dialog is used OOo makes use of the Windows File Open dialog that is part of the Windows OS. Most of the control in this dialog come from the Windows System Implementation some controls are added by OOo. The controls you mentioned that were translated are added by O

Re: [dev] FW:building problems on XP, need your help :)

2007-05-18 Thread Gregor Hartmann
Hi Canghua Qu, Please find my comments inline. Canghua Qu schrieb: > Hi, All, > >I am Cynthia Qu, a developer of Bei Jing Redflag CH2000 Software Co., Ltd. > You can call me Cynthia for > short.I am working on AutoTest Tools recently, and my duty is creating a > hid.lst of our own(as we

Re: [dev] Regexp support using libstdc++/tr1?

2007-05-18 Thread Bernd Eilers
Hi Joe, Joe Smith wrote: [... snip ...] so at this point I'm only wondering: Would it be possible and acceptable to replace the current OOo regexp classes with calls to the standard classes I pretty much doubt that it would be possible to use just calls to these classes. This is because