blob: 940835ab947dea3c280bb7c19f02e22a9aecc4fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
<!-- This is used to generate the online TODO list for glib using
the script gtk+/docs/make-todo. Whenever a change to this file is
committed to CVS,the file is run through make-todo and the online
version updated. If you modify this file, you should check for
parse errors by running:
$ ../gtk+/docs/make-todo TODO.xml > /dev/null
before committing, or you may screw up the online version -->
<todo logourl="gtk-logo-rgb.gif">
<title>GLib TODO list</title>
<section>
<title>GLib</title>
<entry size="medium" status="0%" target="1.4">
<title>Time type</title>
<description>
<p>
glib has a GDate class for calendrical calculations, but also needs a
way to deal with time. Fairly tricky to implement well.
</p>
</description>
<contact>gtk-devel-list@redhat.com</contact>
</entry>
<entry size="small" status="80%" target="1.4">
<title>Regular expression support</title>
<description>
<p>
Someone (happybob?) wrote regexp support for glib. This needs to get a
final audit and then go in to the source tree.
</p>
</description>
<contact>gtk-devel-list@redhat.com</contact>
</entry>
<entry size="small" status="0%" target="1.4">
<title>Argument parsing</title>
<description>
<p>
Put support for command line argument parsing in glib.
This should probably just be a renaming of popt.
It's a larger task if you start from scratch.
</p>
</description>
<contact>gtk-devel-list@redhat.com</contact>
</entry>
<entry size="small" status="90%" target="1.4">
<title>Signal source for main loop</title>
<description>
<p>
Tim has a signal source for the main loop in bse,
have to remember to get this in glib.
</p>
</description>
<contact>timj@gtk.org</contact>
</entry>
</section>
</todo>
|