File: TODO

package info (click to toggle)
movixmaker-2 0.8.4-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 472 kB
  • ctags: 60
  • sloc: perl: 1,070; sh: 618; makefile: 74
file content (36 lines) | stat: -rw-r--r-- 1,043 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
ASAP:
- Write a smart dialog handling: Menu.next, Menu.previous.
  Idea: callback "menu", object "gtk-go-foward|gtk-go-back".

For 0.9.0 : 
- More options, mostly distribution dependant options
  (e.g. DHCP, NET, IEEE1394, etc.).

 Support for iso burning:
  - k3b: I know how to do it, just have to implement it.
  - cdrecord: More complicated, not a priority.

 Parameters :
  - movix menu languages:
    Autodetection -> *Done*
    Validation -> *Done*
    Update the list (GtkOptionMenu) -> Have to find how to do it.

  - remote controls:
    Autodetection -> *Done*
    Validation -> *Done*
    Update the list (GtkOptionMenu) -> Have to find how to do it.

  - tv regions:
    Autodetection -> Have to figure how to do it.
    Validation -> N/A
    Update the list (GtkOptionMenu) -> Have to find how to do it.


For 1.0.0 : 
- Drag and drop possibilities: Have to look how to do it.

On hold:
- Use constants in order to distinguish the current flavor
  e.g. EMOVIX, MOVIX and MOVIX2.
- Rewrite parts of the code into object-oriented.