Skip to content
Snippets Groups Projects
  1. Jul 04, 2019
  2. Jan 14, 2019
  3. Jul 02, 2018
  4. Apr 27, 2018
  5. Mar 22, 2018
  6. Mar 20, 2017
  7. Feb 10, 2016
  8. Jan 19, 2016
  9. Dec 01, 2014
  10. Jul 31, 2013
    • Marco Biasini's avatar
      don't create ~/.ostrc · 33b47fa3
      Marco Biasini authored
      fixes problems for users with read-only home directories. Plus,
      it's easy enough for the user to create the file when it's
      needed
      33b47fa3
  11. Jun 07, 2013
  12. May 10, 2013
  13. May 08, 2013
    • Marco Biasini's avatar
      remove 'ost' directory from sys.path · a3be372c
      Marco Biasini authored
      since the ost startup script lives in the same directory as the
      top-level ost modules (python{version}/site-packages/ost), the
      directory got automatically added to sys.path. That's bad for
      several reasons I don't want to go in right now (see discussion
      on the mailing list). Instead of passing the script as a script
      name to execute, we now use execfile with the startup script.
      This circumvents addition of the directory to the path and
      makes Gabriel smile again.
      a3be372c
  14. Mar 18, 2013
  15. Mar 15, 2013
  16. Mar 12, 2013
  17. Feb 03, 2013
  18. Feb 01, 2013
  19. Dec 19, 2012
  20. Dec 05, 2012
  21. 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
  22. Nov 12, 2012
  23. Oct 13, 2012
  24. Oct 12, 2012
Loading