Skip to content
Snippets Groups Projects
  1. Aug 01, 2019
  2. Jul 25, 2019
  3. Jul 17, 2019
  4. Jul 09, 2019
  5. Jul 08, 2019
    • payno's avatar
      [pool process + processing thread] proto - make processing in a pool and start... · 19917577
      payno authored
      [pool process + processing thread] proto - make processing in a pool and start from a separated thread to avoid gui freeze.
      
      Move Normalization to multiprocessing.Pool and the call from orange from a dedicated thread and with a QThreadPool.
      This prevent any gui freeze.
      For now this is just a prototype. Some thing to do:
      
      - create a pool_process that will be inherited from PyMca_normalization and QPyMca_normalization.
      - generalize this structure for each orange widget.
      19917577
    • payno's avatar
      [gui] add advancement on the processing · 2cd39480
      payno authored
      - create core/progress module which contains `Progress` class used to give some feedback about the advancement
      - create orangecontrib/progress module to overwrite Progress functions with a QSignal in order to connect this processing to the orange widget.
      - this require to move all core processing to classes (ft, exafs...) to keep the 'Progress' or 'QProgress' object
      2cd39480
  6. Jul 05, 2019
  7. Jul 03, 2019
  8. Jun 28, 2019
  9. Jun 27, 2019
  10. Jun 26, 2019
  11. Jun 25, 2019
  12. Jun 19, 2019
  13. Jun 12, 2019
  14. Jun 11, 2019
  15. Jun 07, 2019
Loading