Skip to content
Snippets Groups Projects
  1. Oct 15, 2012
  2. Oct 11, 2012
  3. Oct 04, 2012
  4. Oct 03, 2012
  5. Sep 27, 2012
    • Dave DeMarle's avatar
      Merge branch '13443-freebsd-fixes' into release · 2467e670
      Dave DeMarle authored
      Change-Id: I2448775ea1e97fc903402d498c524b41d9f4f260
      2467e670
    • David Gobbi's avatar
      Make the QVTKRenderWindowInteractor more widely compatible. · 9c546b25
      David Gobbi authored
      Fix compatibility issues with recent commit 5316dff1.  It used the new
      "import as" syntax that isn't supported on python 2.5 and earlier.
      It also used a new signal/slot mechanism that is only available in
      PyQt 4.5 and later, even though the old signal/slot mechanism was
      still being used elsewhere in the file (mixing old and new ways
      of doing the same thing in a single file makes the code hard to read).
      
      The test TestQVTKRenderWindowInteractor.py did not draw anything,
      because it didn't connect the renderer to the render window, nor
      did it initialize the interactor.  It also used two-space indentation
      in some places and four-space indentation in others.
      
      Change-Id: Ie41798554cce2d1ffe5705ec198d191d9e18cb08
      9c546b25
    • Félix C. Morency's avatar
      BUG: Fix GLXBadDrawable when using multiple QVTKRenderWindowInteractor · bfff6943
      Félix C. Morency authored
      The vtkRenderWindow was never finalized which caused GLXBadDrawable
      errors on application exit if using multiple QVTKRenderWindowInteractor.
      This patch provides a cleanup mechanism to finalize the vtkRenderWindow
      before its destruction/close preventing GLXBadDrawable errors. This
      patch works in both embedded and non-embedded cases.
      
      This patch also provides a test case for QVTKRenderWindowInteractor.
      
      DDM: commit manufactured to force dashboard tests
      
      Change-Id: Ie86d17fe7648868f8f1d5e4b00f52419d5f35a5b
      bfff6943
  6. Sep 26, 2012
  7. Sep 25, 2012
  8. Sep 24, 2012
  9. Aug 30, 2012
  10. Aug 24, 2012
  11. May 12, 2012
  12. May 11, 2012
  13. May 10, 2012
Loading