Commit Graph

21 Commits

Author SHA1 Message Date
Michel Mastriani
b5a4f832e0 Build file macOS 2023-07-18 23:24:22 -03:00
Michel Mastriani
d6c3c75124 Build macOS 2023-07-18 23:03:51 -03: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
Michel Mastriani
a9f936972f build.sh edited online with Bitbucket 2020-04-18 13:42:02 +00:00
Person
4e3c235caa 1.0.0.20 Release
--Code changes
 -Upgrade to Qt 5.12.8.
2020-04-11 22:17:14 -07:00
Michel Mastriani
c35393655f Mac adjustments 2020-03-14 15:40:56 -03:00
Michel Mastriani
96c3b162e5 Mac build adjustments 2020-03-12 23:05:06 -03:00
Michel Mastriani
4026a6d615 Open Examples fixes 2020-03-10 21:33:44 -03:00
Michel Mastriani
552cb192aa OpenExamples Code 2020-03-05 21:17:29 -03: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
Michel Mastriani
f689cf9923 --added uranium.qss into MacOS package 2020-02-04 12:20:37 +00:00
Michel Mastriani
d2d5a0d55b finishing mac build 2019-05-16 22:06:09 -03:00
Mastriani
9f7535a08a Mac build 2019-05-16 21:23:46 -03:00
Michel Mastriani
abbbd1de87 linux installer changes 2019-05-07 21:29:49 -03:00
Michel Mastriani
04c463cb31 -- updated QT version 2019-04-09 18:37:00 +00:00
Person
68c13b7dae --Code changes
-Update Mac deployment script to use Qt 5.11.2
2018-09-30 18:13:27 -07:00
Person
0a27382c8a --Code changes
-Get mac build working.
2018-09-28 09:12:23 -07:00
Person
5646b5162a --Bug fixes
-Fix build.sh for Mac.
 -No longer need special code for color dialog on Mac.
 -Fix OpenGL blending issues on Mac.
2017-12-15 16:22:00 -08:00
Person
4aef9ba20a 1.0.0.4 07/01/2017 Release
-Code changes
--Update build.sh for Mac to reflect OS specific qss files.
2017-07-02 14:17:06 -07:00
Person
9b810d529f --Bug fixes
-Update Mac build script build.sh.
 -Remove legacy build_osx_package.sh script.
 -Fix affine zooming bug on Mac.
2017-02-27 16:11:51 -08:00
Person
29c084a058 --Bug fixes
-Add missing Mac build files.
 -Convert PaletteList into a Singleton<T>.
2017-02-26 09:34:43 -08:00