import from sf.net
[maemopadplus.git] / debian / todo
blob38724faafec155edb7e9223c3247111a33f28aee
1 ADD:\r
2 - show treeview expanders (any easy way to do this?)\r
3 - BORDERS around sketchwidget (how?)\r
4 - resize canvas (pages of 480 pixels?)\r
5 - import images (minimal vector ops might be needed here, to move and resize the image)\r
6 - change canvas background color (just to keep up with xournal :P )\r
7 - erase by drawing over option?\r
8 - maybe leftarrow-rightarrow change focus and uparrow-downarrow walk the tree? (need a way fix the textview issue)\r
9 - keep/show last modified date for every node\r
10 - search\r
11 - adjustable text properties (formatting)\r
12 - richtext editing (read: allow formatting)\r
13 - redo eraser/pencil/color toolbar logic some more\r
15 - add a swatches toolbar? at least "last used 4 colors" somewhere?\r
17 FIX:\r
18 - gc/bitmap logic (when drawing over something else)\r
19 - make drawing shapes faster\r
20 - make undo for drawing shapes consume less memory\r
21 - creating a childnode to the rootnode is not possible\r
22 - fix/add hook: make tools menu not appear when no node is selected\r
23 - probable bug: ending drawing beyond canvas might make undo a dull boy (crash protection in place)\r
24 - node order -- column `ord` not saved (FIXME)\r
25 - change detection might be too sensitive, test\r
26 - offering filenames on newfile/savefile dialogs doesn't work as it should\r