File: NOTES

package info (click to toggle)
vistrails 2.1.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 74,208 kB
  • ctags: 46,250
  • sloc: python: 316,267; xml: 52,512; sql: 3,627; php: 731; sh: 260; makefile: 108
file content (17 lines) | stat: -rw-r--r-- 802 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Issues:

When the user closes vistrails or uses command + q to quit, the close event
doesn't seem to be passed to vcdat so we won't execute functionality that we 
want to run before we close vcdat.  Right now the only thing we want to do 
when we quit is to kill the process that is running the editor to view the 
teaching commands if it exists.

Any operation that relies on data from a defined variable such as 'altered 
weighted average' doesn't work because the vistrails module must have access 
to all of the defined variables to execute these commands and it doesn't have
that yet.

Clicking on the plot will show the tooltip but the tooltip will disappear very
fast.  Right now there is a hardcoded wait(1) so the tooltip shows up for 
1 second, otherwise the tooltip usually doesn't appear.