- Aug 09, 2018
-
-
Gerardo Tauriello authored
-
- Dec 30, 2017
-
-
Studer Gabriel authored
solves a variety of problems that gcc (mainly the c++11 as default) throws at us.
-
- Jun 14, 2017
-
-
Gerardo Tauriello authored
-
- Feb 18, 2016
-
-
Gerardo Tauriello authored
-
- Apr 17, 2015
-
-
Andreas Schenk authored
added export for the button group of the overlay manager to allow attaching slots added support for deleting overlays in the data viewer Author: Jeff Lovelace
-
- Mar 04, 2015
-
-
Signed-off-by:
Stefan Bienert <stefan.bienert@unibas.ch>
-
Signed-off-by:
Stefan Bienert <stefan.bienert@unibas.ch>
-
- Mar 03, 2015
-
-
BIOPZ-Johner Niklaus authored
from the command line using the FileLoader.
-
patch submitted by Mark Livingstone
-
patch by Mark Livingstone
-
- Mar 02, 2015
-
-
Studer Gabriel authored
wrong branch, big sorry This reverts commit e77d08a6.
-
Studer Gabriel authored
-
- Jan 22, 2015
-
-
Andreas Schenk authored
-
- Dec 02, 2014
-
-
Andreas Schenk authored
-
- Nov 20, 2014
-
-
-
patch by Mark Livingstone
-
- Oct 09, 2014
-
-
Andreas Schenk authored
-
- Oct 03, 2014
-
-
Andreas Schenk authored
patch by Mark Livingstone
-
- Aug 13, 2014
-
-
- Aug 08, 2014
-
-
Andreas Schenk authored
-
- Aug 07, 2014
-
-
Andreas Schenk authored
-
- Mar 31, 2014
-
-
Andreas Schenk authored
patch submitted by Mark Livingstone
-
- Oct 27, 2013
-
-
Marco Biasini authored
-
Marco Biasini authored
A circular dependency caused the gfx.Objects to be retained forever. Breaking the circular dependency solves the problem. As part of the bug-finding process, rewrite large parts of the Scene Window to make it both simpler and saner
-
- Aug 23, 2013
-
-
Andreas Schenk authored
-
Marco Biasini authored
-
Marco Biasini authored
-
- Jul 12, 2013
-
-
Bienchen authored
-
- Jul 09, 2013
-
-
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.
-
- Jul 03, 2013
-
-
Tobias Schmidt authored
when adding a gfx entity to the scene using scene.Add(), the time it takes to add it is growing quadratically with the number of entities in the scene (only in gui mode), which is caused by resizing of the table in the sequence viewer.
-
- Jun 07, 2013
-
-
Valerio Mariani authored
Substitutes DEBIAN_STYLE_LIBEXEC flag and manages location and name of lib and libexec folders on Debian/Ubuntu-based systems
-
- May 10, 2013
-
-
Gabriel Studer authored
-
- May 09, 2013
-
-
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.
-
- May 08, 2013
-
-
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.
-
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.
-
- May 07, 2013
-
-
Marco Biasini authored
-
- Mar 18, 2013
-
-
The code becomes much simpler, cleaner and fixes as weird crash with Qt 4.8
-
Bienchen authored
-
Marco Biasini authored
-
Marco Biasini authored
-