Skip to content
Snippets Groups Projects
  1. Feb 07, 2013
  2. Feb 06, 2013
    • Utkarsh Ayachit's avatar
      BUG #13863: Fix visibility animation. · 2752d7e7
      Utkarsh Ayachit authored
      When animating visibility, we were turning on visibility of *all*
      representations, including those that were added as subproxies to some other
      representations. Hence all the representations ended up being visible are
      indicated in the BUG #13863. This fix address that issue by skipping toggling of
      visibility for sub-proxies.
      
      Change-Id: Ic210b43e95669ac4d12787f2f62b461b5f2a6356
      2752d7e7
    • David C. Lonie's avatar
      Fix typo in VRUIConnection · 370730e3
      David C. Lonie authored
      Change-Id: I5566066077ecb445c18e90c220935bc6647978c3
      370730e3
  3. Feb 04, 2013
  4. Feb 01, 2013
  5. Jan 31, 2013
    • Pat Marion's avatar
      BUG #13696. Enable the mobile plugin conditional on BUILD_SHARED_LIBS · df73e370
      Pat Marion authored
      On static build dashboards, the plugin creates a dock widget that
      changes the size of the renderview, causing tests to fail.  So
      the plugin will be disabled by default only for those builds.
      
      Change-Id: Ib9eca3fa08e3f3b92b7fc41cf06357325fe144b5
      df73e370
    • Utkarsh Ayachit's avatar
      Fixing UndoRedo3 tests. · 9c235602
      Utkarsh Ayachit authored
      A 'fix' committed in 81fe31a6 was resulting in the 3DWidget show being shown
      when the creation of a clip filter, for example, was undone and redone. This
      patch addresses that issue. I believe the widgets for a proxy were destroyed and
      recreated in the past which is no longer the case and hence the 'fix' is not
      needed.
      
      Change-Id: Icedeae3af16e2e0b1bb5c578a1558343ccd08837
      9c235602
    • Utkarsh Ayachit's avatar
      Fixed unused variable warning. · 18ddad55
      Utkarsh Ayachit authored
      Change-Id: I09443a028f517988a091ad4cde20ed5df9e230d3
      18ddad55
    • Utkarsh Ayachit's avatar
      BUG #13811. 3D widget visibility issues. · 2637a014
      Utkarsh Ayachit authored
      This builds on fix in bc7cf27e. We were still missing select/deselect calls
      when the 3D widget was created in a legacy panel or as part of the
      pqProxyPropertyWidget. This patch address that issue.
      
      Change-Id: I3af25e4bf837eaef1e73470c576e3e304f9a4bfb
      2637a014
    • Utkarsh Ayachit's avatar
      BUG #13831. Cleaning up progress reporting in ParaView. · e1f6e4e5
      Utkarsh Ayachit authored
      To simplify progress logic, we now report progress only from the root node. This
      avoids clogging MPI channels with unnecessary progress events while still giving
      the application a vague idea of the progress. Cleaning up the logic ensures that
      we never deliver messages to client for progress more frequent than 1 sec (in
      past we always had to send 0 and 1 progress values.
      
      Removing obsolete class vtkPVMPICommunicator. It was only needed to handle the
      async mpi progress events. We don't use async messages for progress anymore.
      
      Change-Id: I04213540ce9ac4b7338143c51d7fd479711e5ff9
      e1f6e4e5
  6. Jan 30, 2013
  7. Jan 29, 2013
Loading