fractorium/Source/Fractorium
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
..
Icons --Bug Fixes 2017-03-02 20:04:47 -08:00
PaletteEditor --User changes 2018-07-30 21:39:41 -07:00
AboutDialog.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
AboutDialog.h --User changes 2016-04-03 18:55:12 -07:00
AboutDialog.ui --User changes 2018-07-08 08:31:26 -07:00
csshighlighter.cpp --User changes 2015-10-26 21:31:35 -07:00
csshighlighter.h --User changes 2015-10-26 21:31:35 -07:00
CurvesGraphicsView.cpp --User changes 2015-09-12 18:33:45 -07:00
CurvesGraphicsView.h --User changes 2017-02-26 00:02:21 -08:00
DoubleSpinBox.cpp --User changes 2018-07-30 21:39:41 -07:00
DoubleSpinBox.h --User changes 2018-07-30 21:39:41 -07:00
DoubleSpinBoxTableItemDelegate.h --User changes 2017-02-26 00:02:21 -08:00
EmberFile.h --User changes 2016-06-11 17:47:03 -07:00
EmberTreeWidgetItem.h Features: 2017-07-22 13:43:35 -07:00
FinalRenderDialog.cpp --User changes 2018-03-30 09:56:24 -07:00
FinalRenderDialog.h --User changes 2018-03-30 09:56:24 -07:00
FinalRenderDialog.ui --User changes 2018-03-30 09:56:24 -07:00
FinalRenderEmberController.cpp Let xform combo show the names of xforms 2018-07-13 23:34:20 +08:00
FinalRenderEmberController.h --User changes 2018-03-30 09:56:24 -07:00
Fractorium.cpp --User changes 2018-07-30 21:39:41 -07:00
Fractorium.h --User changes 2018-07-30 21:39:41 -07:00
Fractorium.qrc --User changes 2017-02-26 00:02:21 -08:00
Fractorium.ui --User changes 2018-07-30 21:39:41 -07:00
FractoriumCommon.h --User changes 2018-07-30 21:39:41 -07:00
FractoriumEmberController.cpp --User changes 2018-07-30 21:39:41 -07:00
FractoriumEmberController.h --User changes 2018-07-30 21:39:41 -07:00
FractoriumInfo.cpp Bug fixes: 2017-07-26 21:25:44 -07:00
FractoriumLibrary.cpp --User changes 2018-06-12 21:20:15 -07:00
FractoriumMenus.cpp --User changes 2018-07-30 21:39:41 -07:00
FractoriumPalette.cpp --User changes 2018-07-30 21:39:41 -07:00
FractoriumParams.cpp --User changes 2018-07-08 08:31:26 -07:00
FractoriumPch.cpp Initial source commit 2014-07-08 00:11:14 -07:00
FractoriumPch.h --Code changes 2018-04-10 18:52:43 -07:00
FractoriumRender.cpp --User changes 2018-07-30 21:39:41 -07:00
FractoriumSettings.cpp --User changes 2018-06-12 21:20:15 -07:00
FractoriumSettings.h --User changes 2018-06-12 21:20:15 -07:00
FractoriumToolbar.cpp --User changes 2018-07-08 08:31:26 -07:00
FractoriumXaos.cpp --User changes 2018-07-30 21:39:41 -07:00
FractoriumXforms.cpp --User changes 2018-07-30 21:39:41 -07:00
FractoriumXformsAffine.cpp --User changes 2018-06-12 21:20:15 -07:00
FractoriumXformsColor.cpp --User changes 2018-07-30 21:39:41 -07:00
FractoriumXformsSelect.cpp --User changes 2017-11-26 17:27:00 -08:00
FractoriumXformsVariations.cpp --User changes 2018-07-30 21:39:41 -07:00
GLEmberController.cpp --User changes 2018-03-27 21:32:10 -07:00
GLEmberController.h --User changes 2018-03-27 21:32:10 -07:00
GLWidget.cpp --User changes 2018-07-30 21:39:41 -07:00
GLWidget.h --User changes 2018-07-30 21:39:41 -07:00
LibraryTreeWidget.cpp --Bug fixes: 2017-03-04 07:46:28 -08:00
LibraryTreeWidget.h --User changes 2016-04-03 18:55:12 -07:00
Main.cpp --Code changes 2018-04-10 18:52:43 -07:00
OptionsDialog.cpp --User changes 2018-04-28 22:28:05 -07:00
OptionsDialog.h --User changes 2018-04-28 22:28:05 -07:00
OptionsDialog.ui --User changes 2018-04-28 22:28:05 -07:00
PaletteEditor.ui --User changes 2018-07-30 21:39:41 -07:00
PaletteTableWidgetItem.h --User changes 2017-02-26 00:02:21 -08:00
qcssparser.cpp --User changes 2015-11-22 14:15:07 -08:00
qcssparser.h --User changes 2015-10-26 21:31:35 -07:00
qcssscanner.cpp --User changes 2015-10-26 21:31:35 -07:00
qcssscanner.h --User changes 2015-10-26 21:31:35 -07:00
qfunctions.h --User changes 2015-10-26 21:31:35 -07:00
QssDialog.cpp --User changes 2018-07-30 21:39:41 -07:00
QssDialog.h --Bug fixes: 2017-04-04 16:21:58 -07:00
QssDialog.ui --User changes 2015-11-22 14:15:07 -08:00
QssTextEdit.cpp --User changes 2015-10-26 21:31:35 -07:00
QssTextEdit.h --User changes 2015-10-26 21:31:35 -07:00
resource.h Initial source commit 2014-07-08 00:11:14 -07:00
SpinBox.cpp --User changes 2018-07-30 21:39:41 -07:00
SpinBox.h --User changes 2018-07-30 21:39:41 -07:00
StealthComboBox.h --User changes 2016-04-03 18:55:12 -07:00
TableWidget.h --User changes 2018-03-29 16:10:22 -07:00
TwoButtonComboWidget.h --User changes 2018-07-30 21:39:41 -07:00
VariationsDialog.cpp --User changes 2018-07-30 21:39:41 -07:00
VariationsDialog.h 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
VariationsDialog.ui 06/6/2017 2017-06-06 16:41:00 -07:00
VariationTreeWidgetItem.h --User changes 2016-04-03 18:55:12 -07:00