fractorium/Source/Fractorium
mfeemster 5354e96fe2 0.4.1.7 Beta 01/02/2015
--User changes
 Use actual strips count when computing memory requirements in the final render dialog.
 Output CL_DEVICE_ADDRESS_BITS when passing --openclinfo to command line programs.
 Warn if single/total allocations are greater than the max allowed for OpenCL in the final render dialog.
 Make about box properly sized for different fonts.
 Dock widget is slightly resizable now.
 Center scroll area when loading a new ember.

--Bug Fixes
 Fix bad values left in an ember when a render with strips > 1 fails in the final render dialog.
 Fix incorrect calculation in dc_cube variation when using OpenCL.

--Code Changes
 Major work to get it running on Linux.
 Migrate from QGLWidget to QOpenGLWidget.
 Delayed init due to QOpenGLWidget.
 Break RendererBase::MemoryRequired() into two functions, it and HistMemRequired() and return a tuple.
 Add GlobalMemSize() and MaxAllocSize() functions in OpenCLWrapper.
 Change CHOOSE_XFORM_GRAIN to be 16384, so we can & with 16383 instead of using modulo when selecting an xform. This results in a 9% speed increase on the CPU.
 Save each newly loaded ember in a file called "last.flame" in the executable folder. This will help diagnose crashes that occur when switching embers.
 Use nullptr instead of NULL in the Fractorium project. It had previously been done in all other places.
2015-01-02 15:11:36 -08:00
..
Icons Numerous fixes 2014-07-18 23:33:18 -07:00
AboutDialog.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
AboutDialog.h More linux work. 2014-12-10 21:50:15 -08:00
AboutDialog.ui 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
DoubleSpinBox.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
DoubleSpinBox.h Windows. 2014-12-12 00:54:03 -08:00
EmberFile.h More linux work. 2014-12-10 21:50:15 -08:00
EmberTreeWidgetItem.h More linux work. 2014-12-10 21:50:15 -08:00
FinalRenderDialog.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
FinalRenderDialog.h 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
FinalRenderDialog.ui linux 2014-12-11 18:57:49 -08:00
FinalRenderEmberController.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
FinalRenderEmberController.h More linux work. 2014-12-10 21:50:15 -08:00
Fractorium.aps Initial source commit 2014-07-08 00:11:14 -07:00
Fractorium.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
Fractorium.h 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
Fractorium.qrc Numerous fixes 2014-07-18 23:33:18 -07:00
Fractorium.rc Add "ISO-8859-1" as the encoding type when reading Xml files. 2014-12-05 20:04:41 -08:00
Fractorium.ui 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
FractoriumCommon.h More linux work. 2014-12-10 21:50:15 -08:00
FractoriumEmberController.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
FractoriumEmberController.h 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
FractoriumInfo.cpp Windows. 2014-12-12 00:54:03 -08:00
FractoriumLibrary.cpp More linux work. 2014-12-10 21:50:15 -08:00
FractoriumMenus.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
FractoriumPalette.cpp More linux work. 2014-12-10 21:50:15 -08:00
FractoriumParams.cpp More linux work. 2014-12-10 21:50:15 -08:00
FractoriumPch.cpp Initial source commit 2014-07-08 00:11:14 -07:00
FractoriumPch.h Derive from QOpenGLWidget instead of QGLWidget. 2015-01-01 07:17:05 -08:00
FractoriumRender.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
FractoriumSettings.cpp More linux work. 2014-12-10 21:50:15 -08:00
FractoriumSettings.h More linux work. 2014-12-10 21:50:15 -08:00
FractoriumToolbar.cpp Initial source commit 2014-07-08 00:11:14 -07:00
FractoriumXforms.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
FractoriumXformsAffine.cpp Linux. 2014-12-12 02:37:29 -08:00
FractoriumXformsColor.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
FractoriumXformsVariations.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
FractoriumXformsXaos.cpp More linux work. 2014-12-10 21:50:15 -08:00
GLEmberController.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
GLEmberController.h 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
GLWidget.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
GLWidget.h 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
Main.cpp Linux. 2014-12-14 20:25:46 -08:00
OptionsDialog.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
OptionsDialog.h More linux work. 2014-12-10 21:50:15 -08:00
OptionsDialog.ui Windows. 2014-12-12 00:54:03 -08:00
resource.h Initial source commit 2014-07-08 00:11:14 -07:00
SpinBox.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
SpinBox.h More linux work. 2014-12-10 21:50:15 -08:00
StealthComboBox.h More linux work. 2014-12-10 21:50:15 -08:00
TableWidget.h More linux work. 2014-12-10 21:50:15 -08:00
TwoButtonComboWidget.h More linux work. 2014-12-10 21:50:15 -08:00
VariationTreeWidgetItem.h More linux work. 2014-12-10 21:50:15 -08:00