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 37 38 39 40 41 42 43 44 45 46
|
* prevent dropping in drag site (as in summary table)
* find out core dump cause when exiting (probably due to BLT) and report
* add free text through menu (New)
* make sure slices, elements or labels are properly deleted when viewer is deleted,
eventually add object life tracing functionality to stooop
* allow dropping viewers in trash from window manager (add -pointereventsfrom, -nodragcursor to dragSite?)
* add justify option other than center for table columns in module
* add contextual popup menu for all viewer types
* allow simple font (bold, italic, underlined, font) and text (paragraph) formating for free text viewer
* add empty viewer of any type creation through menu
* implement automatic table column sizing or ask author
* try on windoze with 8.0.3
* fix empty element label problem in viewer when loading from a asynchronous module save file:
update labels at each poll?
* store data tables column widths in save file
* saved geometry must be canvas viewing area's since drop icons may or may not be present
* empty pie shows doubled / slanted 0 line sometimes when resizing
* add stacking order handling when loading viewers configuration from file
* add context help to menu (show current save file name)
* avoid wide labels overlap in pie labels array: modify labeler algorithm, go to next line if necessary
* implement printing once tkTable postscript and BLT eps commands are finalized
* implement slice label selection with background highlighting
* add disk/partition/swap/... (based on vmstat, iostat, netstat, ...) Linux modules
* prevent error when prematurely exiting html help
* in dnd stacked drops sites show highlighting residue when cursor is hovering over
* in HTML help, add forward and back arrows a la netscape
* allow selection of complete table lines and columns in 1 shot?
* allow summary table row deletion only when fully selected?
* add dragging from viewer icon into existing viewer to change the viewer type
* add canvas geometry configuration option: also save in file
* add -M (--module-options) Q: how about multiple modules?
* once --module-options is available, implement --asynchronous in random module
* document save file format
* normalize all viewer colors (background, ...) using tk widgets colors
* drag from a viewer icon and drop into a table selected cells if any
(dropping embedded viewer from table into trash makes underlying table cells visible again)
* eventually add viewer title bars through the internal window manager: configuration option,
and allow viewers to be iconized
* determine a maximum size of canvas? or should it be a global configuration option?
* implement canvas automatic scroll area resizing when objects are moved or created
* in message area, display "updating..." until done in case of asynchronous operation
* add crossline with values displayed feature to graphs
* add zoom feature to graphs
* add a general configuration dialog box with tab widget
* add duplicator drop site?
* document getopt.tcl
|