Historial de Commits

Autor SHA1 Mensaje Fecha
  Christopher Mullins fb587146f3 ENH: ctkPytonConsole: Move cursor between parentheses if parameters detected hace 9 años
  Jean-Christophe Fillion-Robin 2511b3efc0 BUG: ctkAbstractPythonManager: Handle case when PythonQt is not initialized hace 9 años
  Max Smolens ffc7f7a912 ctkAbstractPythonManager: revert change to clean up PythonQt before finalizing the Python interpreter hace 9 años
  Max Smolens 77a24f217d ctkAbstractPythonManager: Clean up PythonQt before finalizing the Python interpreter hace 9 años
  Eric Heim 1b5699d571 Add support for python wrapping when building against Qt5 hace 10 años
  Andras Lasso 00deca112c BUG: Fixed issue of writing Python errors to stdout instead of stderr hace 10 años
  Julien Finet 47b3421658 Add support for Qt5 hace 11 años
  Jean-Christophe Fillion-Robin cefb88ffea Fix unused variable warnings in ctkAbstractPythonManager hace 12 años
  Jean-Christophe Fillion-Robin b1d76dfd08 Update PythonManager to use recent PythonQt version hace 12 años
  Jean-Christophe Fillion-Robin c4f4e16010 Add SystemExit python exception handler hace 12 años
  Jean-Christophe Fillion-Robin 8ab990c433 Ensure ctkAbstractPythonManager::executeFile set __file__ hace 12 años
  Jean-Christophe Fillion-Robin f6961c7909 Add convenience method addWrapperFactory() hace 13 años
  Steve Pieper 294a181443 Avoid passing FILE* to python (fixes #185) hace 13 años
  Jean-Christophe Fillion-Robin 33ddd08877 Simplify API adding convenience initialize method to python manager hace 13 años
  Jean-Christophe Fillion-Robin dde2498274 Provide mechanism to set PythonQt initialization flags. hace 13 años
  Jean-Christophe Fillion-Robin 7cca40da98 Fix segfault when vtkObject observed in python is deleted after interpreter is "ended" hace 13 años
  Jean-Christophe Fillion-Robin 78a9af2da8 Merge branch 'ensure-python-script-local-import' hace 13 años
  Jean-Christophe Fillion-Robin 424de34e02 Merge branch 'pimplify-ctkAbstractPythonManager' hace 13 años
  Jean-Christophe Fillion-Robin 510146b4d0 "Pimpl-ify" ctkAbstractPythonManager - Implementation moved to cpp file hace 13 años
  Jean-Christophe Fillion-Robin 06e1e79454 Ensure module located where python script is executed can be imported hace 13 años
  Jean-Christophe Fillion-Robin 3c61e086a9 Extend PythonManager API with method returning if python error occurred hace 13 años
  Steve Pieper 610e80693a Import python's site module for local config hace 13 años
  Julien Finet 1dfadce210 Normalize SIGNALS/SLOTS for performance. hace 13 años
  Jean-Christophe Fillion-Robin 801220660b ctkAbstractPythonManager - Add ExecuteStringMode to executeString() hace 14 años
  Jean-Christophe Fillion-Robin 2d902de550 ctkAbstractPythonManager - Add 'const' qualifier to isPythonInitialized hace 14 años
  Jean-Christophe Fillion-Robin c7aadfe3b2 Add ctkAbstractPythonManager::isPythonInitialized hace 14 años
  Jean-Christophe Fillion-Robin 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE hace 14 años
  Jean-Christophe Fillion-Robin e93bbba8d8 Use Py_IsInitialized() instead of PyEval_ThreadsInitialized() hace 14 años
  Jean-Christophe Fillion-Robin d756526bbf UnInitialize python interp only if PyEval_ThreadsInitialized() is True hace 14 años
  Jean-Christophe Fillion-Robin 2322058ddd ctkPythonConsole - Autocompleter - Add parenthesis if it applies hace 14 años