File: TODO

package info (click to toggle)
freej 0.10git20100110-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 32,080 kB
  • ctags: 22,705
  • sloc: cpp: 156,254; ansic: 25,531; sh: 13,538; perl: 4,624; makefile: 3,278; python: 2,889; objc: 1,284; asm: 1,125; ruby: 126
file content (11 lines) | stat: -rw-r--r-- 613 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
- configuration panel to set preview-fps, resolution and such (WIP)
- allow to instantiate new layers
- allow to attach the effectspanel to any layer present in the sortable list
  (so also internal layers ... which don't have their own panel on the gui)
- Implement a javascript console to let user insert exec javascript 
  code directly from the gui
- implement a freej-output-preview window to use when on a dual-screen 
  workstation and running freej in full-screen mode 
- build the deck panel programmatically (instead of having 
  it statically defined in the nib file)
- the whole GUI needs refactoring