File: TODO

package info (click to toggle)
glabels 2.0.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,424 kB
  • ctags: 3,860
  • sloc: ansic: 43,371; sh: 11,137; xml: 3,339; perl: 1,676; makefile: 691; python: 535; awk: 79; sed: 5
file content (56 lines) | stat: -rw-r--r-- 1,442 bytes parent folder | download | duplicates (3)
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

Development plan
----------------
This development plan sets a specific set of milestones for future versions of glabels.
At this time (just prior to releasing 2.0.0) these milestones are somewhat nebulous and
subject to change.


Goals for 2.0.x:

		-  Bugfixes

		-  Translations


Possible Goals for 2.1.x (next development branch):

		-  Undo, Redo capability (possibly backport to 2.0.x)

		-  Editing text in-place (may not be all that necessary with the new
		   object editor sidebar.

		-  Make text items rich.  I.e. allow multiple characteristics
		   to exist within a single object.

		-  Text effects.  (follow contour, non-rectangular text boxes,
	           ...)

		-  Object shadows.  This is very important for text that
		   overlays photographs, so that it stands out against
		   varying backgrounds.

		-  Possible technology upgrades:

			o Pango.  This is a must to support rich text items.

			o Cairo-based canvas.  Either someone elses or home-grown.

			o Cairo print rendering.


		-  Ability to select/unselect individual records during a merge-print.

		-  Add additional "merge" backends.  Candidates include:
			vCard
			generic XML
			freedb (CDDB) for CD labels
			gnome-db

		-  Add facility for tweaking output (origin).  This should really be
		   part of the underlying print system but is currently difficult to
		   accomplish, so I may want to add the hack. (candidate to backport
		   to 2.0.x)