Skip to content
Snippets Groups Projects
  1. Aug 09, 2018
  2. Dec 30, 2017
  3. Jun 14, 2017
  4. Feb 18, 2016
  5. Apr 17, 2015
  6. Mar 04, 2015
  7. Mar 03, 2015
  8. Mar 02, 2015
  9. Jan 22, 2015
  10. Dec 02, 2014
  11. Nov 20, 2014
  12. Oct 09, 2014
  13. Oct 03, 2014
  14. Aug 13, 2014
  15. Aug 08, 2014
  16. Aug 07, 2014
  17. Mar 31, 2014
  18. Oct 27, 2013
  19. Aug 23, 2013
  20. Jul 12, 2013
  21. 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
  22. Jul 03, 2013
  23. Jun 07, 2013
  24. May 10, 2013
  25. May 09, 2013
    • Gabriel Studer's avatar
      iterative superposition · db9de49e
      Gabriel Studer authored
      After an initial superposition, subsets get built using a distance
      threshold. These subsets get superposed iteratively until a maximum
      number of iterations is reached or the transformation matrix
      between two superposition steps converges to the identity matrix.
      This procedure usually converges to the largest group of superposable
      atoms and is usefull for flexible domains. An example is the
      superposition of 1AKE and 4AKE.
      db9de49e
  26. May 08, 2013
    • Marco Biasini's avatar
      fix context menu/main menu for newer Qt versions · 778b24c6
      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.
      778b24c6
    • 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
  27. May 07, 2013
  28. Mar 18, 2013
Loading