File: TODO

package info (click to toggle)
gco 0.3.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,144 kB
  • ctags: 605
  • sloc: ansic: 5,349; sh: 456; makefile: 251; sed: 93
file content (50 lines) | stat: -rw-r--r-- 2,169 bytes parent folder | download
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
BUGS TO FIX:
------------

* Doubleclicks in the comic title list are sometimes interpreted as 2
  single clicks. I have no idea why this is happening - take a look at
  the code and let me know if you have a fix for it.

BUGLETS I MIGHT FIX SOMETIME (IF PEOPLE CARE):
----------------------------------------------

* When sorting Issues the  Issues end up before 0 and any negative
  Issues.

OTHER THINGS:
-------------

* Describe the various fields in the README file
* Make an Image viewer and a Comment viewer, so that it becomes
  easier to view the Comment and Image assigned to an Issue.
* Add an "in-place editing" feature to Title, Writer, Penciler, etc.
* Tranparently gzip-compress saved files.
* Add printing support (gnome-print).
* Add translations.
* Comment the code. It is not easy to understand the code without
  comments :-(
* Add ability to edit the history lists.
* Make proper use of the Group filed in the Comics (at the moment
  whenever the ComicList is sorted it is first sorted by Group then by
  whatever the user has chosen, ie. Title, Publisher, Type). I would
  like to make it so that the Group name appears as as a Tree node and
  when you click on the + next to it, it expands an shows the comics
  in that Group.
* Make 'Add sequence of Issues' work.
* Make 'Add File Link' work.
  - Make it possible to follow a file link (which is basically just to
    open the file with the name contained in the File Link).
  - Make it possible to Edit a File Link.
* Make links between Comics and Issues possible.
* Add a Select feature.
* Add a Subscribed Comics feature (this would be a list of comics that
  are currently on subscription, with features to easily add to and
  delete from this list).
* When a file is loaded the list is automatically sorted by Title, no
  matter how it was sorted last time. Either save the sorting style in
  the file, or allow the user to select his own default sorting
  style.
* Change the data file format to XML.
* Make a logo for the program (to display in the About box).
* Make configure --enable-debug do something useful (disabel compiler
  optimization, enabel debug printf statements, etc.).