- 26 Jan, 2013 2 commits
-
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
- 25 Jan, 2013 14 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
[CHANGE] negative2positive colormap clipped zeroes. This is not needed as clipZero already does this.
-
Sebastian Eichelbaum authored
[CHANGE] why did we have a directory qt4gui and inside of it a directory qt4? I moved the code directly to qt4gui.
-
Sebastian Eichelbaum authored
[CHANGE] moved icons to own location in the OW share directory as the icons might conflict with system files if placed in pixmaps dir.
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
[CHANGE] xpm icons now removed from GUI. Also straightened our icon set to to look more similar (used gnome-default icons).
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 24 Jan, 2013 2 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 23 Jan, 2013 5 commits
-
-
André Reichenbach authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
[CHANGE] checked again for hardening in cmake during deb package build. Added comment to lintian overrides files
-
Sebastian Eichelbaum authored
-
- 22 Jan, 2013 4 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 16 Jan, 2013 3 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 15 Jan, 2013 2 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 04 Jan, 2013 3 commits
-
-
Sebastian Eichelbaum authored
[FIX] fixes LineAO warning of unsupported internal format. This was not correct. The default case is there to keep the default values used in OSG. Warning removed.
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 20 Dec, 2012 3 commits
-
-
Mathias Goldau authored
-
Mathias Goldau authored
[FIX #229] Now the new FindCxxtest.cmake script will find CxxTest even when its not installed inside of /usr/local. But therefore it requires an additional cmake script: FindPackageHandleStandardArgs.cmake which is included in CMake since 2.6.0 and as we depend on 2.8 it should be available in all our build systems. I've tested this on Mac as well as on Linux where as on Linux machines there were one test failing compiled with clang, but this is not an issue of the CMake find script.
-
Mathias Goldau authored
-
- 19 Dec, 2012 2 commits
-
-
Mathias Goldau authored
[FIX #230] There was an warning from clang about an unused-function: intervalDistance. Although the function it self was used it has resided inside an anoynmous namespace WITHIN A HEADER file. That was the reason, when ever one included the header file a NEW anonymous namespace was generated which INDEED led to the unused function. However moving this helper function into the private implementation everything is right now.
-
Mathias Goldau authored
[CHANGE] As Apple won't let me install newer graphics Drivers manually I cannot upgrade my OpenGL and hence I need to disable some functionallity within our Offscreen rendering pipeline
-