- 28 Nov, 2011 3 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 25 Nov, 2011 1 commit
-
-
Sebastian Eichelbaum authored
-
- 23 Nov, 2011 7 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
[CHANGE] - lifted version number in default branch. This will be our next release. (besides a small bug-fix release which *might* come)
-
Sebastian Eichelbaum authored
[CHANGE] - release script now include mercurial revision number in package name which is required by the debian project team
-
Sebastian Eichelbaum authored
-
Mario Hlawitschka authored
-
Sebastian Eichelbaum authored
[FIX #108] reduced some minimum sizes of several widgets. Maybe this fixes the maximize problem in unity.
-
- 22 Nov, 2011 3 commits
-
-
Mario Hlawitschka authored
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
- 21 Nov, 2011 19 commits
-
-
Mario Hlawitschka authored
-
Mario Hlawitschka authored
-
Sebastian Eichelbaum authored
[STYLE] - private,protected and public must not be indented. Same for class under template. Reverted to old style.
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Mario Hlawitschka authored
* forgot to re-upload texture of transfer function every time the properties change
-
Mario Hlawitschka authored
[STYLE] changed some code to comply with the OW style guide
-
Mario Hlawitschka authored
* First, the volume rendering now takes a hand-designed texture from the transferFunction1D module as additional input * Second, it has a maximum intensity projection (MIP) mode that determines the maximum value based on the alpha value of the transfer function and paints the color as it would have been determined by the defined shading * Third, if MIP is enabled, depth projection can be chosen to color the maximum intensity along the ray by the (approximated) distance to the viewer. The color is taken from the given color texture.
-
Mario Hlawitschka authored
[CHANGE] Changed the code to avoid spagetti code and the long list of repeating statements using a templetized class that casts between the given data types
-
Mario Hlawitschka authored
-
Mario Hlawitschka authored
-
Mario Hlawitschka authored
[CHANGE] code now maps [0,1] range of transfer function numbers to [0,255] range for textures automatically
-
Mario Hlawitschka authored
[ADD] added gui to WTransferFunction and algorithm to create a 1D texture that represents the transfer function
-
Mario Hlawitschka authored
-
Mario Hlawitschka authored
-
Mario Hlawitschka authored
-
Mario Hlawitschka authored
-
Mario Hlawitschka authored
-
Sebastian Eichelbaum authored
[FIX] fixed linthian warning in debian control file and wrong path of openwalnut.pc file after installation
-
- 18 Nov, 2011 7 commits
-
-
Mario Hlawitschka authored
[FIX] fixed response of button * the button now reacts to clicked events which is the default * instead of released events which does not always indicate a * click
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
[FIX] - custom widgets (incl. EEGView) crash on remove due to non-thread-safe programming. This is fixed now. Only one problem remaining: the widget is stored in a shared_ptr which might be deleted outside the GUI thread, causing the widget to use Qt commands outside the qt thread. XInitThreads fixes this for now but this should be fixed properly in the near future.
-
Sebastian Eichelbaum authored
-
Mathias Goldau authored
[STYLE] Removed trailing space, but this commit message serves also as dummy to test our new line length since 68 characters is very very limited. My mail programm should truncate anything but not the hg notify script, so let's test this crazy stuff, man!
-
Mathias Goldau authored
-
Mathias Goldau authored
-