Commit Graph

63 Commits

Author SHA1 Message Date
matt.feemster@gmail.com 61ed66c4ad 25.25.12.1 linux release 2025-12-18 16:37:04 -07:00
Claude Heiland-Allen 16fea71fb1 debian changelog 2024-01-30 14:04:03 -07:00
Claude Heiland-Allen 15d8c9e2bd debian changelog 2024-01-30 14:02:38 -07:00
Person 1dfbd4eff2 --User changes
-Add new preset dimensions to the right click menu of the width and height fields in the editor.
-Change QSS stylesheets to properly handle tabs.
-Make tabs rectangular by default. For some reason, they had always been triangular.

--Bug fixes
 -Incremental rendering times in the editor were wrong.

--Code changes
 -Migrate to Qt6. There is probably more work to be done here.
-Migrate to VS2022.
-Migrate to Wix 4 installer.
-Change installer to install to program files for all users.
-Fix many VS2022 code analysis warnings.
-No longer use byte typedef, because std::byte is now a type. Revert all back to unsigned char.
-Upgrade OpenCL headers to version 3.0 and keep locally now rather than trying to look for system files.
-No longer link to Nvidia or AMD specific OpenCL libraries. Use the generic installer located at OCL_ROOT too.
-Add the ability to change OpenCL grid dimensions. This was attempted for investigating possible performance improvments, but made no difference.

This has not been verified on Linux or Mac yet.
2023-04-25 17:59:54 -06:00
Person 8086cfa731 22.21.4.2 4/19/2021
--User changes
 -Allow users to set the Exp value when using the Exp temporal filter type.
 -Set the default temporal filter type to be Box, which does not alter the palette values at all during animation. This is done to avoid confusion when using Gaussian or Exp which can produce darkened images.

--Bug fixes
 -Sending a sequence to the final render dialog when the keyframes had non zero rotate and center Y values would produce off center animations when rendered.
 -Temporal filters were being unnecessarily recreated many times when rendering or generating sequences.
 -Exp filter was always treated like a Box filter.

--Code changes
 -Add a new member function SaveCurrentAsXml(QString filename = "") to the controllers which is only used for testing.
 -Modernize some C++ code.
2021-04-19 21:07:24 -06:00
Person f411c355f3 21.21.4.1 Release 2021-04-07 08:49:35 -06:00
Person 39414b2263 --Bug fixes
-Fix possible OpenCL bugs in cubic3D, cubicLattice3D, dc_cube, falloff, falloff2, falloff3, waffle.

--Code changes
 -Upgrade to Visual Studio 2019.
2020-04-11 20:07:12 -07:00
Person d2893010f0 1.0.0.19 Re-release
--Bug fixes
 -Blur Cuve never worked with strips.
 -Images with temporal filter width values below 0.6 would sometimes create blank images.
2020-03-18 19:34:56 -07:00
Person 0fa575246e 1.0.0.19 Re-release 2020-03-17 08:23:37 -07:00
Person 0323d035bf 1.0.0.19 Re-release
--Bug fixes
 -New Blur Curve math was not applied on the CPU.
2020-03-15 23:51:25 -07:00
Person e3037f0f06 1.0.0.19 Re-release 2020-03-15 15:20:11 -07:00
Person be86f1084c 1.0.0.19 Release 2020-03-13 18:56:42 -07:00
Person c50568a98b --Bug fixes
-Custom palettes were not being read correctly on non ANSI machines.

--Code changes
 -Prepare files for next release.
2020-02-25 18:31:44 -08:00
Person 8ffa29ba57 1.0.0.18 Release. 2020-01-31 21:38:17 -08:00
Person 0b0405382f --Bug fixes
-Fix variations: blob2 (broken on CPU), epispiral, hole.
 -Fix reading variations from Apophysis: supershape.
 -Bump render was broken.

--Code changes
 -Flip precalc sina/cosa and apply everywhere by flipping the usage. Flam3 had these reversed and it made the code confusing to read.
2019-12-27 21:04:41 -08:00
Person 0ac80217f7 1.0.0.17 Re-release 2019-06-28 21:07:18 -07:00
Person 33eb46b6dc 1.0.0.17 Release 2019-06-24 21:12:07 -07:00
Matt Feemster b4e5c01b5a changelog edited online with Bitbucket 2019-05-16 13:59:16 +00:00
Person 5e662714d2 1.0.0.15 Release 2019-05-13 22:57:54 -07:00
Person f50226e52a 1.0.0.14 Release
--Bug fixes
 -File saving was broken.
2018-10-20 18:40:46 -07:00
Person d023565cff Release 1.0.0.13
--Code changes
 -Update Change log for Linux release.
2018-10-09 17:36:26 -07:00
Person 5d9ab35164 --Code changes
-Revert back to libopenxr22 on bionic instead of libopenexr23 on cosmic for linux.
2018-09-30 16:11:20 -07:00
Person c91866acc3 --User changes
-Add a button to swap the pre and post affine values for all selected xforms.

--Bug fixes
 -Remove the ability to change spinner values with +=-=, it was conflicting with other things and added no real value.
 -All file dialog opening in Linux would freeze. No longer using native file dialogs, they are broken.
 -Set default open path to the desktop if there is no settings file present, which will be the case on the first run.
 -Amphibole_Supergroup.ugr palette had an invalid character in two of the palette names.

--Code changes
 -Change some table header padding styles to work with new Qt. Qss reload is required.
 -Ensure the open folder path setting always has a valid string in it before opening a folder.
2018-09-30 14:20:02 -07:00
Person 2d27eecd5e --Code changes
-Upgrade to Qt 5.11.2
2018-09-29 13:28:03 -07:00
Person e737efbb58 --Code changes
-Linux build.
2018-09-27 23:13:41 -07:00
Person aa382f0882 --Code changes
-Update linux package builder to use libopenexr23.
2018-09-27 23:11:00 -07:00
Person 2ca9160b21 --Code changes
-Change linux installer to use cosmic. Artful is obsolete.
2018-09-27 22:01:09 -07:00
Person 7e6532f656 --Code changes
-Prepare installers and release notes.
2018-09-27 21:36:46 -07:00
Person f84389d7a5 1.0.0.10 Release. 2018-06-17 18:54:40 -07:00
Person 05fabda748 1.0.0.9 5/13/2017
--Bug fixes
 -Pausing did not work when using OpenCL renderer.
2018-05-13 11:21:39 -07:00
Person 93fcedebd4 1.0.0.9 Release
--Bug fixes
 -Pausing did not work when using OpenCL renderer.
2018-05-13 11:02:37 -07:00
Person d1f15933a8 1.0.0.8 Release. 2018-05-04 20:10:37 -07:00
Person 19586299aa --Bug fixes
-Bump changelog.
2017-12-22 20:10:48 -08:00
Person b315c1d35b --Bug fixes
-Bump changelog version.
2017-12-22 19:36:52 -08:00
Person 9ebf382e65 --Bug fixes
-Another PPA build attempt by adding a dependency on libc6-dev.
2017-12-22 17:54:09 -08:00
Person 7a84a72624 --Bug fixes
-Add changelog entry.
2017-12-22 17:28:42 -08:00
Person 73f03f8650 --Bug fixes
-Upgrade linux build to use libpng16 from libpng12.
2017-12-22 16:47:20 -08:00
Person 26166c33b5 --Bug fixes
-Bump changelog version.
2017-12-21 22:18:01 -08:00
Person 49b6ef20c1 --Bug fixes
-Update /debian/changelog to use a newer version of ubuntu named artful. Users will need to add that PPA to get it via apt.
-Update copyright year to 2018.
2017-12-21 22:11:18 -08:00
Person 57c0278d56 --Bug fixes
-Bump version in defaults.pri.
 and /debian/changelog.
2017-12-21 21:13:13 -08:00
Person be1bfd9ab6 1.0.0.6 09/03/2017 Release (Linux) 2017-09-03 13:26:42 -07:00
Person 98ff28a9a9 1.0.0.6 Release
--Bug fixes
 -Strips renders crashed.
 -Better handling of large memory allocations by forcing a free of previous allocations.
 -Final render dialog did not properly save last used extension setting.
 -Density filtering progress bar in final render dialog did not update if only log scaling was being used.
2017-09-02 23:01:10 -07:00
Person 48f4f0f5b1 1.0.0.5 08/30/2017 Release (Linux) 2017-08-30 15:41:26 -07:00
Person 53a411d3bc 1.0.0.5 08/29/2017 Release (Linux) 2017-08-29 16:59:33 -07:00
Person 57e279b787 1.0.0.5 08/28/2017 Release (Linux) 2017-08-28 22:16:54 -07:00
Person 43dcdd4305 1.0.0.5 08/28/2017 Release 2017-08-28 20:45:58 -07:00
Person f192bc7ae4 1.0.0.4 07/01/2017 Release 2017-07-01 09:18:01 -07:00
Person d75001b4a2 Linux release 1.0.0.3 2017-04-06 17:20:06 -07:00
Gambhiro afb1ca9400 linux build guide update 2017-03-17 07:39:52 +00:00
Person d59538869b Linux release. 2017-03-16 17:37:22 -07:00