Re: [Gimp-developer] string freeze for 2.4

2006-12-20 Thread David Gowers

On 12/20/06, Sven Neumann [EMAIL PROTECTED] wrote:


Hi,

On Mon, 2006-12-18 at 21:20 +0100, Sven Neumann wrote:

 Before I can announce this on the gnome-i18n list, we should address
 http://bugzilla.gnome.org/show_bug.cgi?id=141443. This means someone
 should go over the gimp-tips and check that they are all correct and
 useful for GIMP 2.4.

No volunteer for this little job? Come on, we need to get this done...



I already did so (and checked again just now). All but one of them are
applicable as far as I can tell.

I made one change:

--- old/gimp-tips.xml.in2005-06-11 02:08:36.0 +0930
+++ new/gimp-tips.xml.in2006-12-19 20:04:18.0 +1030
@@ -94,7 +94,7 @@
_thetip
  You can drag and drop many things in GIMP.  For example, dragging
  a color from the toolbox or from a color palette and dropping it into
-  an image will fill the current image or selection with that color.
+  an image will fill the current layer or selection with that color.
/_thetip
  /tip
  tip level=intermediate

Since DnDing colors doesn't fill an entire image. I realize this is not
fully correct (Channels can be filled by that method too) but it is more
helpful for the general use case.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] string freeze for 2.4

2006-12-20 Thread Sven Neumann
Hi,

On Wed, 2006-12-20 at 18:52 +1030, David Gowers wrote:

 I already did so (and checked again just now). All but one of them are
 applicable as far as I can tell.

I've changed the tip based on your suggestion.

Actually, I was hoping that we could get rid of some tips for 2.4. In my
opinion there are way too many of them. I also see some tips that could
be improved. For example:


  When using a drawing tool (Paintbrush, Airbrush, or Pencil),
  Shift-click will draw a straight line from your last drawing
  point to your current cursor position.  If you also press Ctrl,
  the line will be constrained to 15 degree angles.

This works for more tools now than the ones that are listed here. Also,
do we still need this tip now that we have statusbar messages for this?
There are more tips that are now covered by the statusbar hints. Should
they be removed?


  You can use the middle mouse button to pan around the image, if
  it's larger than its display window.

We should probably point people to the spacebar here. And the second
part of the sentence seems superfluous to me.


  If your screen is too cluttered, you can press Tab multiple
  times in an image window to hide or show the toolbox and other
  dialogs.

What does multiple times mean here?


Should we add a tip about how to create sample points? This is currently
lacking a proper UI and the Ctrl-Drag from rulers is somewhat hard to
discover. If we added a tip, the feature would at least not be
completely unusable.


Sven



___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] string freeze for 2.4

2006-12-20 Thread David Gowers

On 12/20/06, Sven Neumann [EMAIL PROTECTED] wrote:


Hi,

On Wed, 2006-12-20 at 18:52 +1030, David Gowers wrote:

 I already did so (and checked again just now). All but one of them are
 applicable as far as I can tell.

I've changed the tip based on your suggestion.

Actually, I was hoping that we could get rid of some tips for 2.4. In my
opinion there are way too many of them. I also see some tips that



Agreed. I've deleted some now (but don't know what a 'new user' is going to
want, really)

could

be improved. For example:


  When using a drawing tool (Paintbrush, Airbrush, or Pencil),
  Shift-click will draw a straight line from your last drawing
  point to your current cursor position.  If you also press Ctrl,
  the line will be constrained to 15 degree angles.

This works for more tools now than the ones that are listed here. Also,
do we still need this tip now that we have statusbar messages for this?
There are more tips that are now covered by the statusbar hints. Should
they be removed?



yeh, should have thought of that. sorry, tired.
Well, I agree that tip should be deleted; I don't even see how one could
readably list all the tools it applied to.

 You can use the middle mouse button to pan around the image, if

  it's larger than its display window.

We should probably point people to the spacebar here. And the second
part of the sentence seems superfluous to me.



Done.

 If your screen is too cluttered, you can press Tab multiple

  times in an image window to hide or show the toolbox and other
  dialogs.

What does multiple times mean here?



nothing. it's a toggle. fixed.

Should we add a tip about how to create sample points? This is currently

lacking a proper UI and the Ctrl-Drag from rulers is somewhat hard to
discover. If we added a tip, the feature would at least not be
completely unusable.



Probably. I think someone else ought to write that tip. I certainly don't
understand why anyone would want to use them.


Currently, I've deleted 3, merged 1, and fixed 1 tip.

and on another check

  You can drag a layer from the Layers dialog and drop it onto the
 toolbox.  This will create a new image containing only that layer.
 is no longer true. I'm not sure why. I haven't removed it because it's
probably a regression that should be fixed in GIMP.


A diff from current CVS versus my version is attached, assuming the list
software didn't snarf it.
diff -upr old/gimp-tips.xml.in new/gimp-tips.xml.in
--- old/gimp-tips.xml.in	2006-12-20 20:31:33.0 +1030
+++ new/gimp-tips.xml.in	2006-12-20 21:04:12.0 +1030
@@ -99,16 +99,8 @@
   /tip
   tip level=intermediate
 _thetip
-  When using a drawing tool (Paintbrush, Airbrush, or Pencil),
-  ttShift/tt-click will draw a straight line from your last drawing
-  point to your current cursor position.  If you also press ttCtrl/tt,
-  the line will be constrained to 15 degree angles.
-/_thetip
-  /tip
-  tip level=intermediate
-_thetip
-  You can use the middle mouse button to pan around the image, if it's
-  larger than its display window.
+  You can use the middle mouse button to pan around the image 
+  (or optionally hold ttSpacebar/tt while you move the mouse instead.)
 /_thetip
   /tip
   tip level=intermediate
@@ -150,13 +142,6 @@
   /tip
   tip level=intermediate
 _thetip
-  You can press or release the ttShift/tt and ttCtrl/tt keys
-  while you are making a selection in order to constrain it to a
-  square or a circle, or to have it centered on its starting point.
-/_thetip
-  /tip
-  tip level=intermediate
-_thetip
   You can adjust or move a selection by using ttAlt/tt-drag.
   If this makes the window move, your window manager uses the
   ttAlt/tt key already. Try pressing ttShift/tt at the same
@@ -213,18 +198,15 @@
   up the menu, selecting a menu item, and pressing the desired key
   combination. If quot;Save Keyboard Shortcutsquot; is enabled, the
   key bindings are saved when you exit GIMP.
+  You should probably disable quot;Dynamic Keyboard Shortcutsquot; 
+  afterwards, to prevent accidentally assigning/reassigning shortcuts.
 /_thetip
   /tip
   tip level=advanced
 _thetip
-  If your screen is too cluttered, you can press ttTab/tt multiple
-  times in an image window to hide or show the toolbox and other dialogs.
-/_thetip
-  /tip
-  tip level=advanced
-_thetip
-  You can adjust the selection range for fuzzy select
-  by clicking and dragging left and right.
+  If your screen is too cluttered, you can press ttTab/tt 
+  in an image window to toggle the visibility of the toolbox 
+  and other dialogs.
 /_thetip
   /tip
   tip level=advanced
@@ -235,19 +217,14 @@
   /tip
   tip level=advanced
 _thetip
-  ttCtrl/tt-click on the layer mask's preview in the Layers dialog
-  toggles the effect of the layer mask.

Re: [Gimp-developer] string freeze for 2.4

2006-12-20 Thread Raphaël Quinet
On Wed, 20 Dec 2006 09:55:44 +0100, Sven Neumann [EMAIL PROTECTED] wrote:
   When using a drawing tool (Paintbrush, Airbrush, or Pencil),
   Shift-click will draw a straight line from your last drawing
   point to your current cursor position.  If you also press Ctrl,
   the line will be constrained to 15 degree angles.
 
 This works for more tools now than the ones that are listed here. Also,
 do we still need this tip now that we have statusbar messages for this?
 There are more tips that are now covered by the statusbar hints. Should
 they be removed?

I suggest to remove the tips that are already covered by status bar
messages.  There is no need to duplicate these hints and most users
will see the status bar messages (far) more often than the tips.

Regarding the status bar messages and the string freeze, I would
like to announce that I am planning to add a few more messages,
mostly for the transform tools.  I am planning to work on that next
week.

I expect that my changes will consist mostly in additions rather
than modifications or deletions so hopefully they will not disturb
too much the work of the translators who have already started
working on the strings for gimp 2.4.  I will try to commit the
changes to CVS as soon as possible next week (after Christmas).

-Raphaël
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] string freeze for 2.4

2006-12-20 Thread Sven Neumann
Hi,

On Wed, 2006-12-20 at 21:08 +1030, David Gowers wrote:

 Currently, I've deleted 3, merged 1, and fixed 1 tip.

Please attach the diff to the bug-report so that I can review and apply
it later today.

 and on another check
 
   You can drag a layer from the Layers dialog and drop it onto
 the
   toolbox.  This will create a new image containing only that
 layer.
  is no longer true. I'm not sure why. I haven't removed it because
 it's probably a regression that should be fixed in GIMP. 

Works fine for me.


Sven



___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] string freeze for 2.4

2006-12-20 Thread Sven Neumann
Hi,

On Wed, 2006-12-20 at 17:37 +0100, Raphaël Quinet wrote:

 Regarding the status bar messages and the string freeze, I would
 like to announce that I am planning to add a few more messages,
 mostly for the transform tools.  I am planning to work on that next
 week.

Ok. I will probably announce the tentative string freeze on gnome-i18n
as soon as the tips changes are in CVS. But I will tell them that some
string additions are to be expected.


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] string freeze for 2.4

2006-12-19 Thread peter sikking
Sven wrote:

 If you feel that it's too early for a string freeze or have larger
 string changes pending, speak up now!

 If you want me to sort out and simplify the crop and
 selection options berfore christmas, then I need the freedom
 to change any string displayed there.

 I mentioned that string changes that fix bugs are fine, didn't I?

Hey, I worked with companies where 'making the UI work for
humans' were nice enhancements, not bug fixes, in this stage
of a release ^}

 --ps

 principal user interaction architect
 man + machine interface works

 http://mmiworks.net/blog : on interaction architecture



___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] string freeze for 2.4

2006-12-18 Thread Sven Neumann
Hi,

if we want to get 2.4 out soon, and I think that's our intention, then
we need to enter string freeze at some point. I'd like to suggest that
we go into a tentative string freeze right now. That means that no
string changes are allowed unless they fix bugs. A misspelled or
grammatically incorrect string is considered a bug and can of course be
fixed. But we should give the translators a chance to start working on
the message catalogs for 2.4. It's not a strict freeze yet, we don't
guarantee that all messages are fixed for 2.4, but there should only be
minor changes and additions from this point.

Before I can announce this on the gnome-i18n list, we should address
http://bugzilla.gnome.org/show_bug.cgi?id=141443. This means someone
should go over the gimp-tips and check that they are all correct and
useful for GIMP 2.4.

If you feel that it's too early for a string freeze or have larger
string changes pending, speak up now!


Sven



___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] string freeze for 2.4

2006-12-18 Thread peter sikking
Sven wrote:

 If you feel that it's too early for a string freeze or have larger
 string changes pending, speak up now!

If you want me to sort out and simplify the crop and
selection options berfore christmas, then I need the freedom
to change any string displayed there.

 --ps

 principal user interaction architect
 man + machine interface works

 http://mmiworks.net/blog : on interaction architecture



___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] string freeze for 2.4

2006-12-18 Thread Sven Neumann
Hi,

On Mon, 2006-12-18 at 23:26 +0100, peter sikking wrote:

  If you feel that it's too early for a string freeze or have larger
  string changes pending, speak up now!
 
 If you want me to sort out and simplify the crop and
 selection options berfore christmas, then I need the freedom
 to change any string displayed there.

I mentioned that string changes that fix bugs are fine, didn't I?

We are not in a strict string freeze yet. But I want to give the
translators a chance to start translating for 2.4 now. It's OK if some
strings still change and a few new ones are added.


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer