~ubuntu-branches/ubuntu/lucid/gco/lucid

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2006-08-31 12:35:42 UTC
  • mfrom: (3.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20060831123542-mc4q70vmhci7jkx7
Tags: 0.5.0-6
Update package to the last python policy, courtesy of Pierre Habouzit
(Closes: #380807).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TODO:
 
2
-----
 
3
* Change to a SAX parser when loading XML files to increase the speed.
 
4
* Use TreeModelSort and TreeModelFilter
 
5
 
 
6
* Use autotools
 
7
 
 
8
 
 
9
OLD TODO ITEMS (some are still relevant - need to go through them and
 
10
transfer them to the new list):
 
11
 
1
12
BUGS TO FIX:
2
13
------------
3
14
 
4
 
* Doubleclicks in the comic title list are sometimes interpreted as 2
5
 
  single clicks. I have no idea why this is happening - take a look at
6
 
  the code and let me know if you have a fix for it.
7
 
 
8
15
* When exporting to HTML the image tags that are generated contain the
9
16
  entire path as entered in the Add/Edit Issue dialog. This mean that
10
17
  the HTML files must be edited by hand if one wants the images to
19
26
 
20
27
OTHER THINGS:
21
28
-------------
22
 
 
 
29
* Add requested features.
 
30
* Add a field for Colorist.
 
31
* Add a status field to comics (active/inactive).
 
32
* Add a statistics feature (show total number of issues and comics,
 
33
  average price, etc.).
 
34
* Add support for loading files from SQL (SQLite, MySQL, etc.).
 
35
  - Add conversion functions from SQL files to plain GCO files.
23
36
* Only saving and loading of .gco files can use gnome-vfs at the
24
37
  moment - extend that to include exporting to ASCII and HTML. This
25
38
  requires a per vfs handle buffer.
39
52
* Comment the code. It is not easy to understand the code without
40
53
  comments :-(
41
54
* Add ability to edit the history lists.
42
 
* Make proper use of the Group filed in the Comics (at the moment
43
 
  whenever the ComicList is sorted it is first sorted by Group then by
44
 
  whatever the user has chosen, ie. Title, Publisher, Type). I would
45
 
  like to make it so that the Group name appears as as a Tree node and
46
 
  when you click on the + next to it, it expands an shows the comics
47
 
  in that Group.
48
55
* Make 'Add sequence of Issues' work.
49
56
* Make 'Add File Link' work.
50
57
  - Make it possible to follow a file link (which is basically just to
55
62
  matter how it was sorted last time. Either save the sorting style in
56
63
  the file, or allow the user to select his own default sorting
57
64
  style.
58
 
* Change the data file format to XML.
59
65
* Make configure --enable-debug do something useful (disable compiler
60
66
  optimization, etc.).
61
67
* Add integrated scanner support (via XSane).
62
 
* Update the progress bar while loading files.
 
 
b'\\ No newline at end of file'
 
68
* Update the progress bar while loading files.