- 21 Sep, 2013 3 commits
-
-
Artur Grunau authored
Things like date-stamps, time-stamps, categories, and log levels are now highlighted in every log message. This should make the contents of the log viewer easier to scan by indicating which information is important.
-
Artur Grunau authored
VisualizationPipelineWidget and PipelineMdiSubwindow have been extended to report changes in their positions to VisualizationPipelineWrapper. Based on the information the latter receives, it decides when to undock MDI subwindows and dock floating pipeline widgets. As a result, it's now possible to drag visualization pipeline widgets back into the MDI area and turn them into MDI subwindows.
-
Artur Grunau authored
The way visualization pipelines are displayed has been considerably reworked. A new class, VisualizationPipelineWrapper, is now responsible for creating all necessary representations (VisualizationPipelineWidget, PipelineMdiSubwindow) of a visualization pipeline and seamlessly switching between them in response to the user's actions (window dragging, key presses, etc). As a result, it's now possible to drag visualization pipeline widgets out of the MDI area and turn them into top-level floating windows.
-
- 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
-