CMakeLists.txt
2010-05-02 Fix CMake on linux. Disable Qt translation processing (unused at the moment).
2010-05-02 corrected muddled entries from merge with outdated freeimage_branch
2010-05-02 Merge with the FreeImage branch.
2010-05-02 New uvmask texture thanks to abstrax.
2010-04-12 CMake: forgot a line in previous commit
2010-04-12 CMake: Change boost require to 1.41 as 1.42 is apparently not reccomended at the moment. 1.41 still satisfies pylux requirements.
2010-04-11 Huge cleanup in CMakeLists.txt for OSX: remove redundant code, fix pthread for cmake 2.8, switch to universal-builds i386/x86_64
2010-04-10 Prevent error in installtarget when luxrenderwx not buildtarget(wx not present)
2010-04-10 Remove obsolete libs from luxcomp etc., prevent error in installtarget if wx not present
2010-04-07 Gross fix for QBVH on 64bits machines.
2010-04-06 Make freeimage work on linux (static version)
2010-04-06 Adapted cmake: setting up freeimage, removing all other obsolete dependencies
2010-03-31 Upperlowercase for QtGui etc OSX, thx Misto, thats what formatting this way is good
2010-03-31 Change boost required to 1.42.0
2010-03-30 Change find boost to system-style libs for OSX too, means no -gcc-mt-version- in libname used + libpyluxrename in XCode-build
2010-03-24 Exchanged the QToolBox with a custom widget to allow multiple "panes" open simultaneously. Ditto for lightgroups.
2010-03-23 Some OSX adaptions
2010-03-22 Switch to Qt GUI as default, wx is still there but built as "luxrenderwx"
2010-03-21 Refactored the "rendertab" of the Qt GUI into separate widgets and ui files
2010-03-16 Added tabulateddata texture.
2010-03-08 3 New fresnel textures:
2010-02-27 Create fresnelcauchy from fresneldielectric which is about to change.
2010-02-05 Add a new glass2 material working on volumes.
2010-02-05 Fixed CMakeLists.txt to work with older cmake where UNSET command is not available
2010-02-05 Changed DOXYGEN_INPUT to fix cmake building from another directory than the source one (/doxygen directory exists only in the source directory, not in the binary directory)
2010-02-04 Add first usable volume for shape assignment.
2010-02-04 Some more tweaks for documentation generation.
2010-02-04 Updated Doxygen target in CMakeLists.txt : automatic dot configuration, documentation output in correct directory
2010-02-04 Added a test in CMakeLists.txt to check if the 'dot' program from graphviz package is available for Doxygen documentation generation.
2010-02-04 Work on Queryable objects
2010-02-03 Merge with 3719b13b3bf74ecfa035a4001df3c8e43ea05072
2010-02-03 Added doxygen target in cmake build script
2010-02-02 Remove now unused core/parser.cpp
2010-02-02 Make queryable infrastructure follow existing insertion rules:
2010-02-02 Initial work on queryable objects
2010-01-31 Put BRDFToBTDF into its own set of files.
2010-01-28 Tighten some includes.
2010-01-22 Split boost python library so that only pylux depends on it.
2010-01-21 Remove a useless library from luxcomp.
2010-01-16 corrected target names to lowercase
2010-01-16 indentation-fix
2010-01-16 adding back proper line-ending + some upper-lower-case-corrections.
2010-01-16 cmake-adaptions for building pylux on OSX using python-framework
2010-01-14 Initial implementation of Python binding (pylux)
2009-12-22 Merged the main devel branch with the RenderingHints one
2009-12-07 epsilon.c was listed 2 times in CMakeLists.txt
2009-12-02 Marge with default
2009-11-27 Merge with server.
2009-11-27 Add new SchlickBRDF BxDF and a new glossy2 material that uses it.
2009-11-25 Big blender textures cleanup. Also removes the SWCSpectrum versions of those.
2009-11-26 Merge with v0.6.x
2009-11-26 Feature 659: Back port Dynamic Epsilon to v0.6.x branch
2009-11-21 Merge with server.
2009-11-21 Add a new fresnel texture to read Sopra nk files.
2009-11-20 Merge with default
2009-11-19 Merge with default branch
2009-11-19 Merge :P
2009-11-19 QtGUI: remember both window state and size. Fix log widget by always appending at the end of the text, not at selection cursor. Fix small bug in CMakeLists.txt
2009-11-19 Add a fresnel texture with the Cauchy parameters.
2009-11-19 Merge