Skip to content
Snippets Groups Projects
  1. Jul 19, 2017
    • Robert M. O'Bara's avatar
      ENH: Fixed issues related to Qt5 · 47f1f67b
      Robert M. O'Bara authored
      1. There seems ot be a bug w/r to QT5's signal and slots concerning when passing a reference to const JSON data -  pqPresetDialog's apply preset signal should pass JSON data when a preset is selected.  If the signal is connected to a slot that takes in no argumenets the signal is properly connected.  However, if you connect the signal to a slot that taked in the reference to the JSON object, the connect method says there is no such slot.
      
      Workaround - changed the slot signature to take in no arguements.
      
      2. In Qt5 , Frames no longer have a setShown method but instead now use setVisible.
      47f1f67b
  2. Jul 17, 2017
  3. Jul 16, 2017
  4. Jul 14, 2017
  5. Jul 13, 2017
    • David Thompson's avatar
      Fix loading of attribute-model association from files. · af39c78a
      David Thompson authored
      These 2 changes provide defense in depth against associations
      read from files when no model manager is specified:
      1. First, the `ResourceSetLoader` now has a constructor that allows
         you to specify a model manager.
      2. Second, if `EntityRef` objects with a null model manager are
         created at load time and *then* a reference model manager is set
         on the attribute system, use that model manager when returning values.
      af39c78a
    • T.J. Corona's avatar
      smtk __init__.py: import site. · 90787732
      T.J. Corona authored
      90787732
  6. Jul 12, 2017
  7. Jul 11, 2017
  8. Jul 10, 2017
  9. Jul 07, 2017
  10. Jul 06, 2017
  11. Jul 05, 2017
    • David Thompson's avatar
      Fix model-entity renaming. · c4c57f90
      David Thompson authored
      I don't know how the previous code ever worked. Perhaps a different
      path was being used? Anyway:
      
      1. The signal-slot connection made between the editor-delegate and mode
         was as a `Qt::QueuedConnection`, but this won't work because the
         QModelIndex is no longer valid after the method emitting the signal
         completes (it re-sorts items by name after emitting the signal).
      
         Other methods to change the color and other properties probably
         suffer the same problem.
      
      2. The code fetching the "set property" operator traverses the
         descriptive phrase tree to get the session owning the model
         entity in a broken way instead of just calling `owningSession()`
         on the phrase's related entity.
      
         This pattern is definitely used elsewhere and needs to be fixed.
      
      3. This fix will not work for renaming meshes or other non-model
         entities in the descriptive phrase tree. We should handle the
         case when the phrase->relatedEntity() is not valid.
      c4c57f90
    • Robert M. O'Bara's avatar
      ENH: Make Operator Log Optional · 7340cca6
      Robert M. O'Bara authored
      This change hides the operator log initially and provides a method
      to control the log's visibility
      7340cca6
  12. Jul 03, 2017
  13. Jul 02, 2017
  14. Jul 01, 2017
  15. Jun 30, 2017
Loading