- 18 Sep, 2013 2 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 17 Sep, 2013 2 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 15 Sep, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 14 Sep, 2013 1 commit
-
-
Artur Grunau authored
-
- 10 Sep, 2013 4 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 05 Sep, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 04 Sep, 2013 2 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 03 Sep, 2013 8 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 02 Sep, 2013 2 commits
-
-
Christian Schulte zu Berge authored
-
Artur Grunau authored
This initial .gitignore masks build by-products and project files of some IDEs.
-
- 29 Aug, 2013 1 commit
-
-
Christian Schulte zu Berge authored
* each VisualizationProcessor manages its own FBO * instead of creating a whole new FBO each process(), the processors shall only create and attach textures to the FBO * the FramebufferActivationGuard offers automatic (de)activation and detachment of all textures SimpleRaycaster already uses the new concept, the rest still uses the legacy API
-
- 27 Aug, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 23 Aug, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 21 Aug, 2013 3 commits
-
-
Christian Schulte zu Berge authored
This reverts commit 240d7dab.
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
* added debug output to DataContainerInspector
-
- 19 Aug, 2013 6 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Conflicts: application/campvis.cpp modules/columbia/datastructures/fiberdata.cpp modules/columbia/datastructures/fiberdata.h modules/columbia/pipelines/columbia1.cpp modules/columbia/pipelines/columbia1.h modules/columbia/processors/strainfibertracker.cpp modules/columbia/processors/strainfibertracker.h
-
Christian Schulte zu Berge authored
Revert "* fixes Issue #99" This reverts commit 97fb9f3c.
-
Christian Schulte zu Berge authored
-
- 16 Aug, 2013 3 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 15 Aug, 2013 1 commit
-
-
Artur Grunau authored
If a DataNamePropertyWidget is created for a DataNameProperty whose AccessInfo == READ, it doesn't instantiate a QLineEdit to display the property's value (QComboBox is used instead). Previously, the updateWidgetFromProperty method didn't check AccessInfo to see what display widget was in use, and simply always dereferenced the _lineEdit pointer. If AccessInfo == READ, it was null and the application crashed. Now updateWidgetFromProperty accesses only the combo box if AccessInfo == READ, and uses the line edit otherwise. Fixes #99
-
- 14 Aug, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-