Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 20, 2018
  3. Aug 30, 2017
  4. Apr 30, 2015
  5. Mar 04, 2015
  6. Mar 03, 2015
  7. Mar 02, 2015
  8. May 19, 2014
  9. May 09, 2013
  10. May 08, 2013
  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. Sep 04, 2012
  13. 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
  14. Jun 14, 2012
  15. Feb 06, 2012
  16. May 27, 2011
  17. May 05, 2011
  18. Mar 24, 2011
  19. Feb 21, 2011
  20. Feb 20, 2011
  21. Nov 04, 2010
  22. Oct 11, 2010
  23. Aug 27, 2010
  24. Aug 20, 2010
  25. Jul 31, 2010
    • Ansgar Philippsen's avatar
      added SetQuery and QueryFlags to gfx::Entity · 2efcaab5
      Ansgar Philippsen authored
      added QueryFlags handling to mol::QueryViewWrapper
      fixed empty pov output (caused by multiple renderer problem in gfx::Entity impl)
      removed GLEW_VERSION_2_0 tokens
      various tiny gfx tweaks
      added stereo toggling key to gui ('=')
      added residue reordering to mol::EntityEditor
      2efcaab5
  26. Jul 29, 2010
  27. Jul 08, 2010
  28. Jul 06, 2010
  29. Jul 05, 2010
Loading