Skip to content
Snippets Groups Projects
  1. Oct 30, 2013
  2. Oct 27, 2013
  3. Sep 30, 2013
  4. Sep 27, 2013
  5. Sep 26, 2013
  6. Sep 20, 2013
  7. Aug 25, 2013
  8. Aug 23, 2013
  9. Jul 29, 2013
    • Marco Biasini's avatar
      make sure singletons don't reference any Python objects · e35160d0
      Marco Biasini authored
      The order of destruction of static objects, e.g. singletons is
      arbitrary and can not be relied upon. For some versions of
      Python, the singletons are destroyed after Python has shutdown.
      When objects stored in the singletons have been created in Python,
      a segfault is produced when they are destroyed, since the destructor
      assumes a Python interpreter exists. To work around that, we register
      atexit handlers to remove all references to Python objects. That's
      required for the IOProfileRegistry and Conopology singletons.
      e35160d0
  10. Jul 23, 2013
  11. Jul 22, 2013
  12. Jul 18, 2013
  13. Jul 13, 2013
  14. Jul 12, 2013
  15. Jul 09, 2013
    • Andreas Schenk's avatar
      Author: Jeff Lovelace · 9c824bbe
      Andreas Schenk authored
      - Fix for data viewer to use main ost menubar: Data viewer menu (labeled Panels) for the active data viewer window will show in the main menu bar.
      - Added foxus proxy for the data viewer and its QMdiSubwindow to ensure that the data viewer panel gets the keyboard focus from the beginning.
      9c824bbe
  16. Jul 03, 2013
  17. Jun 25, 2013
  18. Jun 24, 2013
  19. Jun 19, 2013
  20. Jun 13, 2013
  21. Jun 11, 2013
  22. Jun 10, 2013
  23. Jun 08, 2013
Loading