forked from Gnucash/gnucash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
50 lines (35 loc) · 1.67 KB
/
TODO
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
For plans regarding future GnuCash features, please consult
the file: doc/projects.html, or its clone:
http://cvs.gnucash.org/linux/gnucash/projects.html
However, these files are currently (4/03) far out of date.
Currently, This TODO file is the start of a categorized list
of developers' notes of work noted and left for later, together
with the a list of developers. If a work item is substantial
enough to require an RFE, the item and all discussion, status,
and progress reports are kept in bugzilla, with no references
from bugzilla to the TODO file, or vice versa.
If you want to work on the Gnome2 port, please let me (TomF)
know what subcategories you want to work on. New categories
are welcome.
The current developers are:
email: TomF@sjpc.org IRC: #gnucash TomF TODO, Build
The categorized list:
gnucash-gnome2-dev Gnome2 port
Build Problems to solve before running gnucash the first time
Delete declare of gnc_html_register_object_handler (FIXME)
Delete typedef of GncHTMLObjectCB (FIXME)
Replace deprecated functions
Make a table mapping deprecated functions in gdkfont.h to their
Pango replacements.
Replace all deprecated functions in gdkfont.h
Replace deprecated GnomeMDI functions by gdknotebook functions.
Run Problems which affect running gnucash
Is deprecated gtk_object_class_add_signals handled correctly?
gtk-changes-2-0 Handle the changes documented in:
http://developer.gnome.org/doc/API/2.0/gtk/gtk-changes-2-0.html
GNOME 2.0 platform Handle the changes documented in:
http://developer.gnome.org/dotplan/porting/
doc
Add links to examples in GTK+ Reference Manual.
Update *.glade files for GNOME_BUTTON changes
Misc