fractorium/Source/Fractorium
mfeemster b690bf8071 --User changes
-Remove the option --intpalette to format the palette in the xml as ints. If they are not hex formatted, then they should always be float. This option was pointless.
 -Cleanup some options text for the command line programs.
 -Allow for dragging around flames in the library tab. This is useful for setting up the order of an animation.
 -Make the opening of large files in Fractorium much more efficient when not-appending.
 -Make the opening of large files in all EmberRender and EmberAnimate more efficient.
 -Better error reporting when opening files.

--Bug fixes
 -Get rid of leftover artifacts that would appear on preview thumbnails when either switching SP/DP or re-rendering previews.
 -Filename extension was not being appended on Linux when saving as Xml, thus making it impossible to drag that file back in becase drop is filtered on extension.

--Code changes
 -Move GCC compiler spec to C++14. Building with 5.3 now on linux.
 -Use inline member data initializers.
 -Make a #define for static for use in Utils.h to make things a little cleaner.
 -Make various functions able to take arbitrary collections as their parameters rather than just vectors.
 -Make library collection a list rather than vector. This alleviates the need to re-sync pointers whenever the collection changes.
 -Subclass QTreeWidget for the library tree. Two new files added for this.
 -Remove all usage of #ifdef ROW_ONLY_DE in DEOpenCLKernelCreator, it was never used.
 -Add move constructor and assignment operator to EmberFile.
 -Add the ability to use a pointer to outside memory in the renderer for the vector of Ember<T>.
 -Make a lot more functions const where they should be.
2016-04-03 18:55:12 -07:00
..
Icons Merge branch 'master' of https://github.com/mfeemster/fractorium.git 2016-01-29 17:02:26 -08: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 2016-03-28 18:49:10 -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 --Code changes 2016-01-04 16:50:15 -08:00
DoubleSpinBox.cpp --User changes 2016-02-20 18:44:52 -08:00
DoubleSpinBox.h --User changes 2016-04-03 18:55:12 -07:00
DoubleSpinBoxTableItemDelegate.h --User changes 2015-10-26 21:31:35 -07:00
EmberFile.h --User changes 2016-04-03 18:55:12 -07:00
EmberTreeWidgetItem.h --User changes 2016-04-03 18:55:12 -07:00
FinalRenderDialog.cpp --Bug fixes 2016-03-07 18:39:51 -08:00
FinalRenderDialog.h --User changes 2015-12-31 13:41:59 -08:00
FinalRenderDialog.ui --User changes 2015-10-26 21:31:35 -07:00
FinalRenderEmberController.cpp --User changes 2016-04-03 18:55:12 -07:00
FinalRenderEmberController.h --User changes 2016-04-03 18:55:12 -07:00
Fractorium.cpp --User changes 2016-04-03 18:55:12 -07:00
Fractorium.h --User changes 2016-04-03 18:55:12 -07:00
Fractorium.qrc --User changes 2016-01-29 17:02:15 -08:00
Fractorium.ui --User changes 2016-04-03 18:55:12 -07:00
FractoriumCommon.h --Bug fixes 2016-03-01 17:26:45 -08:00
FractoriumEmberController.cpp --User changes 2016-04-03 18:55:12 -07:00
FractoriumEmberController.h --User changes 2016-04-03 18:55:12 -07:00
FractoriumInfo.cpp --User changes 2016-03-28 18:49:10 -07:00
FractoriumLibrary.cpp --User changes 2016-04-03 18:55:12 -07:00
FractoriumMenus.cpp --User changes 2016-04-03 18:55:12 -07:00
FractoriumPalette.cpp --User changes 2016-03-28 18:49:10 -07:00
FractoriumParams.cpp --User changes 2016-03-28 18:49:10 -07:00
FractoriumPch.cpp Initial source commit 2014-07-08 00:11:14 -07:00
FractoriumPch.h --Bug fixes 2016-03-01 17:26:45 -08:00
FractoriumRender.cpp --User changes 2016-03-28 18:49:10 -07:00
FractoriumSettings.cpp --Bug fixes 2016-03-08 20:55:01 -08:00
FractoriumSettings.h --Code changes 2016-02-13 17:24:51 -08:00
FractoriumToolbar.cpp --User changes 2016-01-29 17:02:15 -08:00
FractoriumXaos.cpp --User changes 2016-02-20 18:44:52 -08:00
FractoriumXforms.cpp --User changes 2016-03-28 18:49:10 -07:00
FractoriumXformsAffine.cpp --Code changes 2016-03-04 18:54:06 -08:00
FractoriumXformsColor.cpp --User changes 2016-03-28 18:49:10 -07:00
FractoriumXformsSelect.cpp 0.9.9.4 Release 2016-02-21 18:53:36 -08:00
FractoriumXformsVariations.cpp --User changes 2016-03-28 18:49:10 -07:00
GLEmberController.cpp --Code changes 2016-02-13 17:24:51 -08:00
GLEmberController.h --User changes 2016-02-11 21:38:21 -08:00
GLWidget.cpp --User changes 2016-04-03 18:55:12 -07:00
GLWidget.h --User changes 2016-04-03 18:55:12 -07:00
LibraryTreeWidget.cpp --User changes 2016-04-03 18:55:12 -07:00
LibraryTreeWidget.h --User changes 2016-04-03 18:55:12 -07:00
Main.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
OptionsDialog.cpp --User changes 2015-12-31 13:41:59 -08:00
OptionsDialog.h --User changes 2016-04-03 18:55:12 -07:00
OptionsDialog.ui --User changes 2016-03-28 18:49:10 -07:00
PaletteTableWidgetItem.h --User changes 2015-05-30 22:14:34 -07: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 --Code changes: 2015-11-25 14:32:34 -08:00
QssDialog.h --User changes 2015-11-22 14:15:07 -08: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 2016-02-20 18:44:52 -08:00
SpinBox.h --User changes 2016-04-03 18:55:12 -07:00
StealthComboBox.h --User changes 2016-04-03 18:55:12 -07:00
TableWidget.h --User changes 2016-04-03 18:55:12 -07:00
TwoButtonComboWidget.h More linux work. 2014-12-10 21:50:15 -08:00
VariationsDialog.cpp --Code changes 2016-02-18 18:58:24 -08:00
VariationsDialog.h --Code changes 2016-02-18 18:58:24 -08:00
VariationsDialog.ui --User changes 2015-10-26 21:31:35 -07:00
VariationTreeWidgetItem.h --User changes 2016-04-03 18:55:12 -07:00