Re: (great) widget layout progress

2012-08-22 Thread Caolán McNamara
On Wed, 2012-08-22 at 17:55 +0200, khagaroth wrote: > How much work would it be to make this directly use gettext? I thought > the long term goal was to switch from custom translation formats to > gettext, so using yet another custom translation format for something > like this seems a bit odd. Ti

Re: gettext (was: (great) widget layout progress)

2012-08-22 Thread Andras Timar
2012/8/22 Stephan Bergmann : > On 08/22/2012 05:55 PM, khagaroth wrote: >> >> How much work would it be to make this directly use gettext? I thought >> the long term goal was to switch from custom translation formats to >> gettext, so using yet another custom translation format for something >> lik

Re: gettext (was: (great) widget layout progress)

2012-08-22 Thread khagaroth
Not really, that's what msgctxt is for. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

gettext (was: (great) widget layout progress)

2012-08-22 Thread Stephan Bergmann
On 08/22/2012 05:55 PM, khagaroth wrote: How much work would it be to make this directly use gettext? I thought the long term goal was to switch from custom translation formats to gettext, so using yet another custom translation format for something like this seems a bit odd. Seeing gettext men

Re: (great) widget layout progress

2012-08-22 Thread Michael Meeks
On Wed, 2012-08-22 at 16:36 +0100, Caolán McNamara wrote: > Planned something of that nature, in parallel with converter utility > thing. i.e. have converter do the simplest conversion possible to a > GtkGrid rather than guess/assign some layout. Sounds sensible to me :-) > Yeah, maybe's

Re: (great) widget layout progress

2012-08-22 Thread Michael Meeks
Hi there, On Wed, 2012-08-22 at 17:55 +0200, khagaroth wrote: > How much work would it be to make this directly use gettext? I thought > the long term goal was to switch from custom translation formats to > gettext, so using yet another custom translation format for something > like this seems a b

Re: (great) widget layout progress

2012-08-22 Thread khagaroth
How much work would it be to make this directly use gettext? I thought the long term goal was to switch from custom translation formats to gettext, so using yet another custom translation format for something like this seems a bit odd. ___ LibreOffice mai

Re: (great) widget layout progress

2012-08-22 Thread Caolán McNamara
On Tue, 2012-08-21 at 12:50 +0100, Michael Meeks wrote: > Do we have a "GtkFixed" style back-compat hack that will continue to > nail widgets into their places, but do it in TWIPS such that we could do > a one-shot conversion of everything and then iterate ? [ then let the > designers re-work

Re: (great) widget layout progress

2012-08-21 Thread Michael Meeks
Hi Caolan, On Mon, 2012-08-20 at 17:03 +0100, Caolán McNamara wrote: > Making a bit of progress in widget layout. It looks really beautiful to me :-) I loved the container enabling etc. > Incremental Conversion: Here's an "incremental" conversion from the > binary format to to .ui. In th