Skip to content
Snippets Groups Projects
  1. Apr 09, 2024
  2. Feb 13, 2020
  3. Dec 09, 2019
    • Studer Gabriel's avatar
      update widget example · 7845f46e
      Studer Gabriel authored
      So sad to remove our beloved tetris. However, it somehow broke with Python3
      and I did not have the nerves to fix it. Any resurection effort is very welcome.
      7845f46e
  4. Feb 07, 2019
    • Studer Gabriel's avatar
      avoid widget showing up twice · bb0e6863
      Studer Gabriel authored
      QT5 shows a widget twice when you set a parent at initialization
      and reset the parent later. This is exactly what happens when a
      widget is initialized and passed to AddWidget in the gosty app.
      The solution is to initialize them without a parent and let
      the AddWidget function taking care of it.
      bb0e6863
  5. Mar 20, 2018
  6. Aug 30, 2017
  7. Apr 30, 2015
  8. Mar 03, 2015
  9. Mar 02, 2015
  10. May 19, 2014
  11. Nov 19, 2012
    • Ansgar Philippsen's avatar
      refactored python startup files for ost and dng · 1e44748f
      Ansgar Philippsen authored
      there are now three startup files; ost_startup.py (former init_cl.py) initializes non-gui ost; dng_startup (former init.py) initializes dng; and gosty_startup initializes gosty (some issues remain what to put into dng_startup as opposed to gosty_startup). also, files are now properly placed into site-packages/ost (on osx and linux)
      1e44748f
  12. Jul 26, 2012
    • Ansgar Philippsen's avatar
      moved mol.Transform to geom · 968812a8
      Ansgar Philippsen authored
      The Transform class was moved from the mol module to the geom module. A typedef
      was put into the mol namespace in C++, and a similar alias was put into the
      mol python module, with an added deprecation warning.
      968812a8
  13. Jun 14, 2012
  14. May 27, 2011
  15. Feb 21, 2011
  16. Aug 20, 2010
  17. Jul 05, 2010
Loading