Skip to content
Snippets Groups Projects
  1. May 08, 2013
    • Ansgar Philippsen's avatar
      fixed broken linewidth for primlist · 41880f88
      Ansgar Philippsen authored
      41880f88
    • 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
    • Marco Biasini's avatar
      fix a few (quite bad) typos · e1be0cc5
      Marco Biasini authored
      e1be0cc5
    • Marco Biasini's avatar
      fix context menu/main menu for newer Qt versions · 7b04ea30
      Marco Biasini authored
      the ownership semantics of sip/PyQt changed between versions. Object
      which were previously staying in memory are now garbage collected.
      Event handlers associated with these objects were then removed.
      The fix presented in this patch is rather ugly. We store references to
      the objects inside the _Init* functions. Ideally, these types of hacks
      would not be required, but I could not find another way to approach
      the problem.
      7b04ea30
  2. May 07, 2013
  3. May 06, 2013
  4. May 05, 2013
  5. May 03, 2013
  6. May 02, 2013
  7. May 01, 2013
  8. Apr 26, 2013
  9. Apr 23, 2013
  10. Apr 22, 2013
  11. Apr 19, 2013
  12. Apr 11, 2013
  13. Apr 08, 2013
  14. Apr 06, 2013
  15. Apr 01, 2013
  16. Mar 27, 2013
  17. Mar 18, 2013
Loading