File: TODO

package info (click to toggle)
eel2 2.14.3-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,408 kB
  • ctags: 2,408
  • sloc: ansic: 30,636; sh: 8,802; makefile: 247; perl: 170; awk: 138
file content (28 lines) | stat: -rw-r--r-- 1,071 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
For tasks outside the porting effort, we track them as bugs in
http://bugzilla.gnome.org. For the porting effort, please let
darin@bentspoon.com know what you are working on.

Note that eel is currently "joined at the hip" to Nautilus.

Also note that all the code marked GNOME2_CONVERSION_COMPLETE
right now is covered by the items below.

- Finish porting the EelFontPicker to Pango, or remove it if
  we can replace it with something else.
- Remove basically anything Nautilus isn't using unless it's
  *incredibly* great.
	- eel_show_yes_no_dialog has unused parameters.

Accessibility open questions

	+ should EelEllipsizing label return the ellipsized
	  text ? via AtkText, currently it doesn't.

	+ with EelCaption do we have a relationset ? what
	  about if the label is hidden, do we need an AtkText
	  on the eel-caption, and prune the label's AtkObject
	  from the children ? mostly the caption is always
	  shown, could we just set the atk_object_name on the
	  caption to the label instead / as well ?

	+ should EelStringPicker have a Combo / popup role ?