<?xml version="1.0" ?>

<kc>
<title>Gimp Traffic</title>
<author contact="mailto:cflagg@kdigital.com">Cris Flagg</author>
<issue num="40" date="02 May 2001 00:00:00 -0800" />

<headquote>
<a href="http://www.gimp.org">The GIMP Homepage</a> | 
<a href="http://www.xach.com/gimp/news/index.html">The GIMP News Archive</a> | 
<a href="http://www.gimp.org/mailing_list.html">The GIMP Mailing Lists</a> | 
<a href="http://www.rru.com/~meo/gimp/">The GIMP FAQ</a>
</headquote>

<stats posts="25" size="81" contrib="12" multiples="5" lastweek="4">

<person posts="5" size="17" who="Sven Neumann &lt;sven@gimp.org&gt;" />
<person posts="5" size="13" who="egger@suse.de" />
<person posts="4" size="17" who="Raphael Quinet &lt;quinet@gamers.org&gt;" />
<person posts="2" size="7" who="David Kirkby &lt;drkirkby@ntlworld.com&gt;" />
<person posts="2" size="5" who="Michael Natterer &lt;mitch@gimp.org&gt;" />
<person posts="1" size="4" who="Mike Kelly &lt;mike@csuchico.edu&gt;" />
<person posts="1" size="3" who="Kelly Martin &lt;kmartin@pyrzqxgl.org&gt;" />
<person posts="1" size="2" who="Federico Mena Quintero &lt;federico@ximian.com&gt;" />
<person posts="1" size="2" who="Guillermo S. Romero / Familia Romero &lt;famrom@idecnet.com&gt;" />
<person posts="1" size="2" who="Blue Lang &lt;blue@gator.net&gt;" />
<person posts="1" size="2" who="Seth Burgess &lt;sjburges@yahoo.com&gt;" />

</stats>



<section
  title="How To Avoid Creating New Colors in the Gimp"
  author="Cris Flagg"
  contact="mailto:cflagg@kdigital.com"
  subject="Can I avoid Gimp creating new coulours ???"
  archive="http://www.mail-archive.com/gimp-developer%40lists.xcf.berkeley.edu/msg00289.html"
  posts="8"
  startdate="13 Apr 2001 07:06:22 -0800"
  enddate="13 Apr 2001 10:39:19 -0800"
>

<mention>Sven Neumann </mention>
<mention>Kelly Martin</mention>
<mention></mention>

<p>David Kirkby was writing a scientific application that required
bitmaps of specific colors to be read as data.  The interpolation
of colors was causing problems with the application, and David wondered
if there was any way to turn off interpolation.
Kelly Martin suggested using indexed mode, and Blue Lang 
suggested <quote who="Blue Lang">
"dialogs-$gt;pallete edit-&gt;new"
then choose only the colors you want and image-&gt;mode-&gt;index(ed) the image
to 4 colors, and you should be rocking.
</quote>
</p>
<p>David added that the images needed to be in 24 bit mode for the software.
Sven Neumann suggested disabling anti-aliasing and changing the Interpolation
type to Nearest-Neighbor in the Preferences Dialog.  He also added
<quote who="Sven Neumann">
If you use the EllipseSelect tool and fill the 
selection, disable antialiasing in the EllipseSelect tool options. If 
you are stroking the selection, use the Pencil to stroke. </quote>
</p>

</section>



<section
  title="Submitting Bugs to Bugzilla"
  author="Cris Flagg"
  contact="mailto:cflagg@kdigital.com"
  subject="Bugs 52383 and 52385"
  archive="http://www.mail-archive.com/gimp-developer%40lists.xcf.berkeley.edu/msg00311.html"
  posts="7"
  startdate="21 Apr 2001 13:08:52 -0800"
  enddate="23 Apr 2001 09:17:42 -0800"
>

<mention></mention>
<mention>Sven Neumann</mention>
<mention>Daniel Egger</mention>

<p>Mike Kelly submitted two bug reports to Bugzilla a few weeks ago and they
have remained "UNCONFIRMED"  Mike wanted to know if this was the right thing to 
do with bug reports and if there was anything he could do to help.
Sven Neumann said that writing to the mailing list was a to get people
to notice a bug.  The one major flaw with the list, as he saw it, was
that it didn't send mail to the bugs-list.
Daniel Egger thanked Mike for following through on the bug and added that the
developers following Bugzilla were busy and hadn't been confirming many
bugs lately.  He added <quote who="Danniel Egger">
Creating proper bugreports is a very good start, having a fix in
hand is even better but fixing foreign bugs will make you a god.... :)
</quote>
Raphael Quinet added <quote who="Raphael Quinet">
I wish that more people would use the bug database for reporting
bugs.  This is the correct way to do it.  And these bug reports included
all the necessary information to reproduce and analyze the bugs, which
is very nice.</quote>  Raphael also suggested making the old
gimp bugs list the default owner for all Gimp bugs.  This would e-mail any
update to the list until someone took ownership of the bug.
Federico Mena Quintero added <quote who="Federico Mena Quintero">
Go to the module administration page in Bugzilla.  You can enter a
list of addresses that will be mailed when a new bug is logged for a
module.</quote>
</p>
<p>
Raphael Quinet had some additional comments about committing a bug fix to
CVS after it has been reported to Bugzilla.
<quote who="Raphael Quinet">
I have a small suggestion for the handling of bug reports and bug fixes:
Whenever you commit a bug fix in CVS and this bug was reported in bugzilla,
do the following things:
<ul>
<li>In the commit message (and Changelog entry), include a reference to the
   bug number.  For example: "Added a test around the while loop (fixes
   bug #52385)."</li>
<li>After this, go to bugzilla and add a one-line comment to the bug report
   indicating in which branch the bug was fixed.  For example: "fixed in
   CVS HEAD" or "fixed in gimp_1_2 branch".  You can also mark the bug as
   closed/fixed while you are adding the comment.</li>
</ul>
This will ensure a better synchonization between CVS and bugzilla.  It will
also help people to know when a bug was fixed and when it can be expected
to appear in a released version (the message in bugzilla has a timestamp).
And someone who looks at the entries in the CVS log cab get more info about
why a change was made by looking up the corresponding bug report.
This is what I am doing at work and it makes it much easier for everybody to
trace the bug fixes.  Actually, when a part of the code is in testing / bug
fixing phase before a release, nobody is allowed to commit or merge any
changes in the release branch unless the commit message contains a reference
to a bug report.
</quote>
</p>
       
</section>


<section
  title="Bugs and Bugzilla"
  author="Cris Flagg"
  contact="mailto:cflagg@kdigital.com"
  subject="Help needed with unconfirmed gimp bugs (especially for Windows)"
  archive="http://www.mail-archive.com/gimp-developer%40lists.xcf.berkeley.edu/msg00325.html"
  posts="8"
  startdate="25 Apr 2001 07:58:24 -0800"
  enddate="26 Apr 2001 10:10:07 -0800"
>

<mention></mention>
<mention>Sven Neumann</mention>
<mention>Raphael Quinet</mention>
<mention>Daniel Egger</mention>

<p>Raphael Quinet has been helping confirm bugs on Solaris and Unix, but
is unable to confirm bugs for Windows, IRIX, HP-UX or other OSes.  These
bugs usually stay unconfirmed for quite a while.  Raphael want to know if there
were people on the development list that would also be interested in 
actively confirming bugs on these and other platforms.
</p>
<p>Sven Neumann asked if anyone had changed Bugzilla so that it would
email bug reports to the bugs-list.  After various permissions and
accounts dealings, Daniel Egger and Raphael changed all open bugs to
belong to the bugs-list.  Raphael warned of the oncoming spam to the
bugs-list of 250+ changed bug reports.
</p>


</section>


</kc>
