mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-17 05:34:50 -04:00
--User changes
-Entering xaos cells will always select the entire cell to make editing easier. -Add radio buttons on the xaos tab to specify how pasting or duplicating xforms should preserve xaos. --Bug fixes -The left header column in the xaos visualization table had somehow disappeared. --Code changes -DoubleSpinBox now has a boolean which specifies whether it clears its selection on enter. Default true. -Make AddXformsWithXaos() be a static member of FractoriumEmberController for quicker build times. -Add new exmaple flames to package_linux.sh
This commit is contained in:
@ -129,6 +129,9 @@ public:
|
||||
bool DrawAllPost();
|
||||
bool LocalPivot();
|
||||
|
||||
//Xaos.
|
||||
eXaosPasteStyle GetXaosPasteStyleType();
|
||||
|
||||
//Info.
|
||||
void ReorderVariations(QTreeWidgetItem* item);
|
||||
|
||||
@ -144,7 +147,7 @@ public slots:
|
||||
void OnActionCopyFlameInCurrentFile(bool checked);
|
||||
void OnActionCreateReferenceFile(bool checked);
|
||||
void OnActionOpen(bool checked);
|
||||
void OnActionOpenExamples(bool checked);
|
||||
void OnActionOpenExamples(bool checked);
|
||||
void OnActionSaveCurrentAsXml(bool checked);
|
||||
void OnActionSaveEntireFileAsXml(bool checked);
|
||||
void OnActionSaveCurrentScreen(bool checked);
|
||||
@ -470,7 +473,7 @@ private:
|
||||
void EnableRenderControls(bool enable);
|
||||
|
||||
//Dialogs.
|
||||
QStringList SetupOpenXmlDialog(bool openExamples = false);
|
||||
QStringList SetupOpenXmlDialog(bool openExamples = false);
|
||||
QString SetupSaveXmlDialog(const QString& defaultFilename);
|
||||
QString SetupSaveImageDialog(const QString& defaultFilename);
|
||||
QString SetupSaveFolderDialog();
|
||||
|
Reference in New Issue
Block a user