File: TODO

package info (click to toggle)
ocempgui 0.2.8-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,464 kB
  • ctags: 1,849
  • sloc: python: 9,304; ansic: 6,849; makefile: 179
file content (28 lines) | stat: -rw-r--r-- 831 bytes parent folder | download | duplicates (2)
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
Important:
  ocemgpui.widgets:
    - Improve layer notifications.
    - Speed up drawing/updates.

Should be done later:
  - Add generic drag'n' drop features.

  ocempgui.draw:
    - Add cairo support (as C module?) for text and anything else.

  ocempgui.widgets:
    - Add border blinking for hidden (overlayed) objects.
    - Add configuration loader for users.
    - Add keyboard control to ImageMap.
    - More image files.
    - Menu widgets for interactive menus.
    - Add support for copy and paste operations.
    - Add TextView class for multiline editing.
    - Add text selections.
    - Add optional alpha transparency for non-active layers.
 
Nice to have:
  ocempgui.widgets, ocempgui.draw:
    - Add more intelligent style caches to speed up drawing.

  ocempgui.widgets:
    - bidirectional support for widgets.