Re: [Gimp-docs] whats new in GIMP 2.8

2012-04-29 Thread Marco Ciampa
On Mon, Apr 30, 2012 at 07:49:41AM +0200, Julien Hardelin wrote:
> Le 29/04/2012 20:43, Marco Ciampa a écrit :
> >Reading the manual from the start, just after the intro, you see
> >
> >What's New in GIMP 2.6?
> >
> >Why do not clone it creating a new section
> >
> >What's New in GIMP 2.8?
> >
> >I think that this could be a good starting point:
> >
> >http://www.gimpusers.com/tutorials/gimp-2-8-features-preview-april-2010
> >
> Why you don't write it?

With your assistance, I can try to do it.
My english is poor.
My knowledge of docbook-xml is inexistant.
But I know these are excuses... I'll try.

If you don't mind I'll post here my doubts...

TIA

-- 


Marco Ciampa

++
| Linux User  #78271 |
| FSFE fellow   #364 |
++
___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-docs-list


Re: [Gimp-docs] whats new in GIMP 2.8

2012-04-29 Thread Julien Hardelin

Le 29/04/2012 20:43, Marco Ciampa a écrit :

Reading the manual from the start, just after the intro, you see

What's New in GIMP 2.6?

Why do not clone it creating a new section

What's New in GIMP 2.8?

I think that this could be a good starting point:

http://www.gimpusers.com/tutorials/gimp-2-8-features-preview-april-2010


Why you don't write it?
___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-docs-list


[Gimp-docs] whats new in GIMP 2.8

2012-04-29 Thread Marco Ciampa
Reading the manual from the start, just after the intro, you see 

What's New in GIMP 2.6?

Why do not clone it creating a new section 

What's New in GIMP 2.8?

I think that this could be a good starting point:

http://www.gimpusers.com/tutorials/gimp-2-8-features-preview-april-2010

-- 


Marco Ciampa

++
| Linux User  #78271 |
| FSFE fellow   #364 |
++
___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-docs-list


Re: [Gimp-docs] help building help

2012-04-29 Thread Marco Ciampa
On Sun, Apr 29, 2012 at 06:55:09PM +0200, Ulf-D. Ehlert wrote:
> On Sun, Apr 29, 2012 at 04:41:12PM +0200, Marco Ciampa wrote:
> > I've just committed two small fix in
> > 
> > src/dialogs/export-file-dialog.xml
> > 
> > how can I make "make" aware of it?
> 
> This should work automatically, 'make' checks the timestamps.
> 
> > If I do a 
> > 
> > make status-it
> > 
> > it does not update the po files.
> 
> Most likely, your po file is newer than the source (xml) file.
> Check it with
> 
>   $ ls -l src/dialogs/export-file-dialog.xml po/it/dialogs.po
> 
> > make clean 
> > 
> > does not help.
> > 
> > Any hint?
> 
> Simply touch 'src/dialogs/export-file-dialog.xml' and try again:
> 
>   $ touch -c src/dialogs/export-file-dialog.xml
>   $ make po-it
> 

Umf perhaps I now understand what is going on here: I have modified the
xml file during the editing of a .po file. I've modified the xml file
and _then_ I've saved the .po file.

Is there a method to reset it all without 'touch'ing all xml files?

-- 


Marco Ciampa

++
| Linux User  #78271 |
| FSFE fellow   #364 |
++
___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-docs-list


Re: [Gimp-docs] help building help

2012-04-29 Thread Ulf-D. Ehlert
On Sun, Apr 29, 2012 at 04:41:12PM +0200, Marco Ciampa wrote:
> I've just committed two small fix in
> 
> src/dialogs/export-file-dialog.xml
> 
> how can I make "make" aware of it?

This should work automatically, 'make' checks the timestamps.

> If I do a 
> 
> make status-it
> 
> it does not update the po files.

Most likely, your po file is newer than the source (xml) file.
Check it with

$ ls -l src/dialogs/export-file-dialog.xml po/it/dialogs.po

> make clean 
> 
> does not help.
> 
> Any hint?

Simply touch 'src/dialogs/export-file-dialog.xml' and try again:

$ touch -c src/dialogs/export-file-dialog.xml
$ make po-it

Ulf


-- 
Ich denke, also bin ich kein Christ.
-- Karlheinz Deschner
___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-docs-list


Re: [Gimp-docs] help building help

2012-04-29 Thread Marco Ciampa
On Mon, Apr 30, 2012 at 01:15:02AM +0900, RyōTa SimaMoto wrote:
> Hi,
> 
> To get any updated PO files, run 'make po-it'. 

Already tested, it does not work.

>  If this
> command happens not to work as you expect, it requires
> updating the template file manually, so you should run
> 'make pot',

Done. It does not work.

> or 'make pot/dialogs.pot' in more specific

Done. It does not work.

> way, then you can get it by 'make po/it/dialogs.po'.

THIS worked! Thanks!

> That is all what I know.  I will be glad if this gives
> help for you a bit more.

Definitely! Many thanks!

Maybe it is missing some makefile test? 

-- 


Marco Ciampa

++
| Linux User  #78271 |
| FSFE fellow   #364 |
++
___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-docs-list


[Gimp-docs] help building help

2012-04-29 Thread Marco Ciampa
I've just committed two small fix in

src/dialogs/export-file-dialog.xml

how can I make "make" aware of it?

If I do a 

make status-it

it does not update the po files.

make clean 

does not help.

Any hint?

-- 


Marco Ciampa

++
| Linux User  #78271 |
| FSFE fellow   #364 |
++
___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-docs-list


Re: [Gimp-docs] manual bug - dotted lines

2012-04-29 Thread Julien Hardelin

Le 29/04/2012 12:55, Marco Ciampa a écrit :

On Sun, Apr 29, 2012 at 02:59:16AM -0400, Liam R E Quin wrote:

On Sun, 2012-04-29 at 08:53 +0200, Julien Hardelin wrote:

Le 28/04/2012 15:22, Marco Ciampa a écrit :

#: src/concepts/imagewindow.xml:322(para)
msgid ""
"Dotted linesDotted lines:   This is a "
"feature specific to the single-window mode. These small dotted vertical"
"lines, on the left and the right of the image, mark the limit between the"
"image area and the panels, from top to bottom. When the mouse pointer passes"
"over this line, it turns to a double-arrow. Then, click-and-drag to move the"
"limit between image area and panels."

I do not see any dotted line in single window mode... is it a
reminescent of an old GIMP-2.7 single window test mode?


The version I used is that of the git repository on 2012-04-08.
I just installed gimp-2.8.0-RC1, which was released also on the same
date, and still I have these dotted lines in single-window mode!

I've never seen dotted lines, but there's a thin vertical strip with a
simulated grip half-way down. I think it may depend on your gtk+ theme.

Liam

I use opensuse-12.1 with KDE-4.4.4

I use Ubuntu 12.04 with Unity.

It could change in:

...depending on your system and you current theme loaded, you may notice
some dotted lines, just two handles, some other graphics or simply
nothing, separating the image area from the lateral panels. Anyway,
visible or not, clicking and draggingon those areas, you can change the
panel width inside the GIMP main window...

or something similar...


OK, I'll fix that.

Thank you for the feedback
___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-docs-list


Re: [Gimp-docs] manual bug - dotted lines

2012-04-29 Thread Marco Ciampa
On Sun, Apr 29, 2012 at 02:59:16AM -0400, Liam R E Quin wrote:
> On Sun, 2012-04-29 at 08:53 +0200, Julien Hardelin wrote:
> > Le 28/04/2012 15:22, Marco Ciampa a écrit :
> > > #: src/concepts/imagewindow.xml:322(para)
> > > msgid ""
> > > "Dotted 
> > > lines > > "indexterm>Dotted lines:  This is a "
> > > "feature specific to the single-window mode. These small dotted vertical"
> > > "lines, on the left and the right of the image, mark the limit between 
> > > the"
> > > "image area and the panels, from top to bottom. When the mouse pointer 
> > > passes"
> > > "over this line, it turns to a double-arrow. Then, click-and-drag to move 
> > > the"
> > > "limit between image area and panels."
> > >
> > > I do not see any dotted line in single window mode... is it a
> > > reminescent of an old GIMP-2.7 single window test mode?
> > >
> > The version I used is that of the git repository on 2012-04-08.
> > I just installed gimp-2.8.0-RC1, which was released also on the same 
> > date, and still I have these dotted lines in single-window mode!
> 
> I've never seen dotted lines, but there's a thin vertical strip with a
> simulated grip half-way down. I think it may depend on your gtk+ theme.
> 
> Liam
> > 
> > I use opensuse-12.1 with KDE-4.4.4

I use Ubuntu 12.04 with Unity.

It could change in:

...depending on your system and you current theme loaded, you may notice
some dotted lines, just two handles, some other graphics or simply
nothing, separating the image area from the lateral panels. Anyway,
visible or not, clicking and draggingon those areas, you can change the
panel width inside the GIMP main window...

or something similar...

-- 


Marco Ciampa

++
| Linux User  #78271 |
| FSFE fellow   #364 |
++
___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-docs-list


Re: [Gimp-docs] manual bug - dotted lines

2012-04-29 Thread Liam R E Quin
On Sun, 2012-04-29 at 08:53 +0200, Julien Hardelin wrote:
> Le 28/04/2012 15:22, Marco Ciampa a écrit :
> > #: src/concepts/imagewindow.xml:322(para)
> > msgid ""
> > "Dotted lines > "indexterm>Dotted lines:  This is a "
> > "feature specific to the single-window mode. These small dotted vertical"
> > "lines, on the left and the right of the image, mark the limit between the"
> > "image area and the panels, from top to bottom. When the mouse pointer 
> > passes"
> > "over this line, it turns to a double-arrow. Then, click-and-drag to move 
> > the"
> > "limit between image area and panels."
> >
> > I do not see any dotted line in single window mode... is it a
> > reminescent of an old GIMP-2.7 single window test mode?
> >
> The version I used is that of the git repository on 2012-04-08.
> I just installed gimp-2.8.0-RC1, which was released also on the same 
> date, and still I have these dotted lines in single-window mode!

I've never seen dotted lines, but there's a thin vertical strip with a
simulated grip half-way down. I think it may depend on your gtk+ theme.

Liam
> 
> I use opensuse-12.1 with KDE-4.4.4
> ___
> gimp-docs-list mailing list
> gimp-docs-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gimp-docs-list

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org www.advogato.org

___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-docs-list


Re: [Gimp-docs] manual bug - dotted lines

2012-04-29 Thread Julien Hardelin

Le 28/04/2012 15:22, Marco Ciampa a écrit :

#: src/concepts/imagewindow.xml:322(para)
msgid ""
"Dotted linesDotted lines:  This is a "
"feature specific to the single-window mode. These small dotted vertical"
"lines, on the left and the right of the image, mark the limit between the"
"image area and the panels, from top to bottom. When the mouse pointer passes"
"over this line, it turns to a double-arrow. Then, click-and-drag to move the"
"limit between image area and panels."

I do not see any dotted line in single window mode... is it a
reminescent of an old GIMP-2.7 single window test mode?


The version I used is that of the git repository on 2012-04-08.
I just installed gimp-2.8.0-RC1, which was released also on the same 
date, and still I have these dotted lines in single-window mode!


I use opensuse-12.1 with KDE-4.4.4
___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-docs-list