Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ddw #1005

Closed
wants to merge 2,476 commits into from
Closed

New ddw #1005

wants to merge 2,476 commits into from

Conversation

painter1
Copy link

@painter1 painter1 commented Mar 4, 2015

These changes came from Brian. Here's what he had to say: "I’ve got a patch that handles properly updating the variables list regardless of the selection order by the user."
I've put it through my usual tests and some more, and everything works normally.

ThomasMaxwell and others added 30 commits June 5, 2014 15:40
…had before.

I have no clue about why, but if you let it try, it will crash.
These changes make sure that animations don't happen.
…ead. This should make it clear

 that that class is part of a workaround to a GUI bug (if you clear a cell, the contents don't
 change visibly, although they do get cleared internally) and no more.  Also, the other changes
 check for None.
2. When the spreadsheet cell (graphics pane) should be blank, we now:
  (1) call clear_cell on it
  (2) make a uvc_zero_plotspec (a pseudo-blank plot) and plot it
  (3) call clear_cell on it again
This change seems to reduce but not eliminate the possibility that you'll get a segfault
upon clicking on a blank pane (the click should just select it for use in the menu on top,
and draw a blue highlight to confirm your selection).

I've run out of workarounds.  To do any better, we'll have to fix the Vistrails GUI which
all this is built on top of.
Conflicts:
	vistrails/gui/uvcdat/diagnosticsDockWidget.py
Disallow vtkWebApplication as a module and catch NotImplementedErrors
for abstract class.  Also update vtk_parser.py to include Prabhu's
updates for VTK6.
…nd do so).

Also, some useless debugging output is deleted.
ThomasMaxwell and others added 24 commits February 2, 2015 13:44
Fixes a traceback on cell creation
There is no way this worked with names that don't contain a dot
(NameError).
Fix vtk package
seems to fix the vtk load error, still get the InputPort error though, but that's another issue
Fix vtkcell on X11 for VTK >=6.2
fixes issues due to outline/outfill no being part of vcs anymore
changes for GUI for diagnostics code rework
… but I can't claim to

know what the changes are.
@remram44
Copy link
Member

remram44 commented Mar 5, 2015

Filed against the wrong fork again... I'll see with github what they can do, this keeps happening.

@remram44 remram44 closed this Mar 5, 2015
@remram44 remram44 mentioned this pull request Mar 5, 2015
@painter1
Copy link
Author

painter1 commented Mar 6, 2015

Thanks for fixing this. I don't know how it got into the Vistrails main fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants