mirror of https://github.com/GNOME/gimp.git
fixed an error, updated some numbers and added new items.
2001-08-12 Sven Neumann <sven@gimp.org> * TODO.xml: fixed an error, updated some numbers and added new items.
This commit is contained in:
parent
a01e644563
commit
8a63c99f72
|
@ -1,3 +1,7 @@
|
|||
2001-08-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* TODO.xml: fixed an error, updated some numbers and added new items.
|
||||
|
||||
2001-08-11 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimptexttool.c: return the created layer.
|
||||
|
|
48
TODO.xml
48
TODO.xml
|
@ -16,7 +16,7 @@
|
|||
<section>
|
||||
<title>General</title>
|
||||
|
||||
<entry size="big" difficulty="advanced" status="0%" target="1.4">
|
||||
<entry size="big" difficulty="advanced" status="60%" target="1.4">
|
||||
<title>Port to glib-2.0 and gtk+-2.0</title>
|
||||
<description>
|
||||
<p>
|
||||
|
@ -30,7 +30,7 @@
|
|||
</contact>
|
||||
</entry>
|
||||
|
||||
<entry size="medium" difficulty="easy" status="80%" target="1.4">
|
||||
<entry size="medium" difficulty="easy" status="90%" target="1.4">
|
||||
<title>Header cleanup</title>
|
||||
<description>
|
||||
<p>
|
||||
|
@ -44,7 +44,7 @@
|
|||
</contact>
|
||||
</entry>
|
||||
|
||||
<entry size="big" difficulty="medium" status="30%" target="1.4">
|
||||
<entry size="big" difficulty="medium" status="70%" target="1.4">
|
||||
<title>Code reorganization</title>
|
||||
<description>
|
||||
<p>
|
||||
|
@ -92,13 +92,15 @@
|
|||
<title>Image/File Information</title>
|
||||
<description>
|
||||
<p>
|
||||
Additionally to the image comment, GIMP should save & manage
|
||||
File Information like "description", "keywords",
|
||||
Additionally to the image comment, GIMP should save and
|
||||
manage File Information like "description", "keywords",
|
||||
"copyright", "year", etc.
|
||||
</p>
|
||||
<p>
|
||||
File Info data sets should be saveable separately and
|
||||
importable from standard formats.
|
||||
importable from standard formats. See also
|
||||
<a href="http://bugzilla.gnome.org/show_bug.cgi?id=56443">this
|
||||
bug-report></a>.
|
||||
</p>
|
||||
</description>
|
||||
<contact>
|
||||
|
@ -188,6 +190,36 @@
|
|||
|
||||
</section> <!-- Objectification -->
|
||||
|
||||
<section>
|
||||
<title>Tools</title>
|
||||
|
||||
<entry size="medium" difficulty="advanced" status="10%" target="1.4">
|
||||
<title>Rewrite Path Tool</title>
|
||||
<description>
|
||||
<p>
|
||||
The Path tool should be rewritten from scratch.
|
||||
</p>
|
||||
</description>
|
||||
<contact>
|
||||
GIMP Developer List <gimp-developer@xcf.berkeley.edu>
|
||||
</contact>
|
||||
</entry>
|
||||
|
||||
<entry size="medium" difficulty="advanced" status="30%" target="1.4">
|
||||
<title>Rewrite Text Tool</title>
|
||||
<description>
|
||||
<p>
|
||||
The Text tool should be rewritten from scratch using Pango to
|
||||
layout and PangoFT2 to render.
|
||||
</p>
|
||||
</description>
|
||||
<contact>
|
||||
GIMP Developer List <gimp-developer@xcf.berkeley.edu>
|
||||
</contact>
|
||||
</entry>
|
||||
|
||||
</section> <!-- Tools -->
|
||||
|
||||
<section>
|
||||
<title>LibGimp</title>
|
||||
|
||||
|
@ -319,7 +351,7 @@
|
|||
</contact>
|
||||
</entry>
|
||||
|
||||
<entry size="small" difficulty="easy" status="0%" target="1.4">
|
||||
<entry size="small" difficulty="easy" status="20%" target="1.4">
|
||||
<title>Optionally set a different background for the image window</title>
|
||||
<description>
|
||||
<p>
|
||||
|
@ -346,7 +378,7 @@
|
|||
</contact>
|
||||
</entry>
|
||||
|
||||
<entry size="medium" difficulty="medium" status="60%" target="1.4">
|
||||
<entry size="medium" difficulty="medium" status="70%" target="1.4">
|
||||
<title>Cleanup GIMP's color selectors</title>
|
||||
<description>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue