]> git.sur5r.net Git - glabels/blob - glabels2/TODO
Updated to reflect current development plan.
[glabels] / glabels2 / TODO
1
2
3 Development plan
4 ----------------
5 This development plan sets a specific set of milestones for future
6 versions of glabels.  Although subject to change, milestones leading
7 to version 2.0 are fairly well defined.
8
9
10 Goals for 1.90:
11
12                 -  port all current features/capabilities to the GNOME 2.0
13                    platform {Completed]
14
15                 -  clean up the architecture, and create a bonobo shell.
16                    [Completed]
17
18
19 Goals for 2.0:
20
21         `       -  Clean up label and template formats.
22                    (See data/glabels-2.0.dtd)
23
24                 -  A Properties toolbar.  This will let the user change
25                    certain properties (font, colors, and line widths) of
26                    selected objects en-masse. [Completed]
27
28                 -  A docked property dialog.  Instead of popping up individual
29                    property dialogs, a single dialog will be docked in the
30                    main window.  This dialog will be automatically displayed
31                    for new objects, so that the user can begin editing
32                    text, selecting images, or entering barcode data.
33
34                 -  Migrate to libgnomeprint-2.2. [Completed]
35
36
37
38 Goals for beyond 2.0:
39
40                 -  Editing text in-place.
41
42                 -  Make text items rich.  I.e. allow multiple characteristics
43                    to exist within a single object.
44
45                 -  Text effects.  (follow contour, non-rectangular text boxes,
46                    ...)
47
48                 -  Object shadows.  This is very important for text that
49                    overlays photographs, so that it stands out against
50                    varying backgrounds.
51
52                 -  Undo, Redo capability
53
54                 -  Create a druid for creating new label templates.
55                    As part of the druid allow test sheets to be printed
56                    and the new labels e-mailed to me (at the user's request).
57                    Include a mini-preview, as the label is constructed.
58
59                 -  Along those same lines, create a druid to download new
60                    templates from a central repository, much like in GBonds.
61
62                 -  Allow multiple label styles per template. For instance
63                    a sheet may contain a CD label, and cover label.  This
64                    may cause problems for document merges -- labels could be
65                    considered grouped for document merges when their numbers
66                    match or they could have document merge applied to them
67                    independently but in parallel.  Arrange in a tabbed
68                    notebook, or as multiple canvases arranged in view?
69
70                 -  support for the import of vector graphics formats such
71                    as EPS or SVG.
72
73
74
75 Odds and ends WISHLIST for future versions:     
76
77         - Ability to select/unselect individual records during a merge-print.
78
79         - Add additional "merge" backends.  Candidates include:
80                 vCard
81                 generic XML
82                 freedb (CDDB) for CD labels
83
84         - Add facility for tweaking output (origin).  This should really be
85           part of the underlying print system but is currently difficult to
86           accomplish, so I may want to add the hack.
87
88