fractorium/Source/Ember
Person 26c558a2f5 --User changes
-Give tabs a height of 4px in the qss files. Looks a little large on 4k screens, but just right on HD screens which are much more common.
 -Allow for styling of zero and non-zero variation tree nodes via qss.
 -Allow for toggling whether to interpolate between colors in the palette editor, or to do hard cuts between colors.
 -Allow for adjusting spinner values with the + = or up arrow keys to increase, and - _ or down arrow keys to decrease.
 -Allow for responding to global presses of + = and - _ to cycle up or down to specify which xform is set as the current one.
 -Allow for adding "layers" via xaos which will add a user-specified number of xforms, and set certain xaos values to 0 or 1.
 -Add a new menu item under the Edit menu to copy the OpenCL iteration kernel source to the clipboard.
 -Show text on the status bar which indicates that an OpenCL kernel compilation is taking place.
 -Show xform name on xform combo box when expanded. Adjust size to fit all names.
 -Draw post affine circles using dashed lines.
 -Prevent QSS dialog from styling its editor, which makes it easier to see text when creating styles which have custom colors for text boxes.

--Bug fixes
 -Fix up some table layouts which seemed to have regressed/decayed over time for reasons unknown.
 -Using undo/redo would create a new flame in the library every time.
 -Solo was not being preserved when using undo/redo.

--Code changes
 -Make the solo flag be a part of the flame data now.
 -Fix some tabification in the OpenCL code for EllipticVariation.
 -Fix tabification in the varState code for OpenCL.
 -Add an event called m_CompileBegun to RendererCL that is called right before an OpenCL compile is begun.
 --This required making RendererCLBase not a pure virtual base class. Member functions just return defaults.
 -Filter key presses on main window to only process the third one. This is due to Qt triggering three events for every key press.
 -The palette preview table was installing an event filter for seemingly no reason. Remove it.
 -Mark certain virtual functions as override in SpinBox and DoubleSpinBox.
2018-07-30 21:39:41 -07:00
..
Affine2D.cpp
Affine2D.h
CarToRas.h
Curves.h
DensityFilter.h
DllMain.cpp
Ember.cpp --Code changes 2018-05-01 16:46:18 -07:00
Ember.h --User changes 2018-07-30 21:39:41 -07:00
EmberDefines.h --User changes 2018-07-08 08:31:26 -07:00
EmberMotion.h
EmberPch.cpp
EmberPch.h
EmberToXml.cpp --User changes 2018-06-12 21:20:15 -07:00
EmberToXml.h --User changes 2017-11-26 17:27:00 -08:00
Interpolate.h --User changes 2018-06-12 21:20:15 -07:00
Isaac.h
Iterator.h
Palette.h --User changes 2018-03-29 16:10:22 -07:00
PaletteList.cpp --Bug fixes 2018-01-29 22:14:48 -08:00
PaletteList.h
Point.h
Renderer.cpp --User changes 2018-04-28 22:28:05 -07:00
Renderer.h --User changes 2018-04-28 22:28:05 -07:00
RendererBase.cpp --User changes 2018-04-28 22:28:05 -07:00
RendererBase.h --User changes 2018-04-28 22:28:05 -07:00
SheepTools.h --Bug fixes 2018-06-19 19:32:20 -07:00
SpatialFilter.h --User changes 2017-11-26 17:27:00 -08:00
TemporalFilter.h
Timing.h
Utils.h
VarFuncs.h --User changes 2017-11-26 17:27:00 -08:00
Variation.h --User changes 2018-04-28 22:28:05 -07:00
VariationList.cpp --User changes 2018-04-28 22:28:05 -07:00
VariationList.h
Variations01.h --User changes 2018-07-30 21:39:41 -07:00
Variations02.h --User changes 2017-11-26 17:27:00 -08:00
Variations03.h --User changes 2017-11-26 17:27:00 -08:00
Variations04.h --User changes 2017-11-26 17:27:00 -08:00
Variations05.h --User changes 2018-07-30 21:39:41 -07:00
Variations06.h --User changes 2018-07-30 21:39:41 -07:00
Variations07.h --User changes 2018-04-28 22:28:05 -07:00
VariationsDC.h --User changes 2018-02-04 11:44:22 -08:00
Xform.h --User changes 2018-06-12 21:20:15 -07:00
XmlToEmber.cpp --User changes 2018-06-12 21:20:15 -07:00
XmlToEmber.h --User changes 2017-11-26 17:27:00 -08:00