Sat, 30 Jul 2022 16:30:02 +0200 Michiel Broek Global setup added hop utilisation defaults, these are used by the hops editor. In the hops editor, changing the hop form sets the new default utilisation. Hide and show the time edit entry instead of setting it read-only. The new defaults are loaded at program startup. Changed the global setup for the new utilisation fields and dropped the obsolete factor fields. The toIBU formula doesn't use my_factor_* variables anymore, hop differences now come from the utilisation field per hop. The global database is updated to the new defaults. file | diff | annotate
Fri, 29 Jul 2022 16:21:20 +0200 Michiel Broek Final set the default utilisation to 20. Selecting another hop in a product now sets the new utilisation and bu_factor too. Removed experimental CO2 extract calculation and let it handle by the Tinseth formula. The Tinseth formula uses the Utilisation value in the final calculation. Moved the ISO extract formula for extract at bottling to the main toIBU function. file | diff | annotate
Fri, 29 Jul 2022 13:12:26 +0200 Michiel Broek First load of changes for hops. In EditHop load the dropdown buttons from the global table. Use named query fields. Added database utilisation and bu_factor fields for hop extracts. Added edit fields for these new fields. Added post boil SG, utilisation and bu_factor parameters to the toIBU function. Added hops form parameter to the hopFlavourContribution and hopAromaContribution display bars. In the hops inventory list dispay volumes instead of weight for hop extracts. Modified the TinsethIBU function to use utilisation and bu_factor parameters. Add calculations for co2 and iso hop extracts, this is work in progress. The toIBU function makes use of the preSG and postSG values to use the correct SG to caall the TinsethIBU function. This results in a bit lower IBU values mostly affecting the late additions. Added use hop at bottling for iso hop extracts like Tetra hops using the formula from BarthHaas. file | diff | annotate
Sun, 17 Jul 2022 22:14:41 +0200 Michiel Broek Made the Hardness function more precise. Removed RA_ppm function, was doubles with ResidualAlkalinity. Added RA_CaCO3 and Bicarbonate functions. file | diff | annotate
Tue, 12 Jul 2022 15:34:17 +0200 Michiel Broek Added calculation preboild pH in recipes. Added water hardness and residual alkalinity calculations in the water tab. file | diff | annotate
Fri, 08 Jul 2022 15:33:27 +0200 Michiel Broek Setting mash hopping efficiency now between -95 and +50. Refresh all after changing the IBU method. Added own part for Mash Hopping. Code cleanup. file | diff | annotate
Fri, 08 Jul 2022 13:24:45 +0200 Michiel Broek Removed old experiment to calculate flameout and whirlpool ibu's. Changed Tinseth calculation to use a time window so you can select the ibu contribution during a specified time. Added ibu_method Tinset++. Added calculation extensions for Tinseth++, this calculates the flameout and whirlpool effects on all hops. During cooling is to be done. file | diff | annotate
Thu, 07 Jul 2022 19:42:19 +0200 Michiel Broek Code cleanup file | diff | annotate
Thu, 07 Jul 2022 14:57:24 +0200 Michiel Broek Added cooling parameters to the toIBU function. file | diff | annotate
Thu, 07 Jul 2022 14:17:53 +0200 Michiel Broek Removed Garetz and Rager IBU calculations, we will only use Tinseth file | diff | annotate
Thu, 07 Jul 2022 08:51:57 +0200 Michiel Broek Added my_height global variable and edit in profile setup. This sets the height of the brewery above or below sealevel. Added calculations for the air pressure, boilpoint and IBU_reduction that all depend on the height. Currently not yet in use. Split out the real IBU calculation from the generic toIBU function. This has no effect on the results. file | diff | annotate
Tue, 05 Jul 2022 14:31:39 +0200 Michiel Broek IBU method names are now global. file | diff | annotate
Sun, 19 Jun 2022 19:42:29 +0200 Michiel Broek Added hop co2 extract form. Added hop add at bottling needed for iso and tetra hop. file | diff | annotate
Mon, 13 Jun 2022 12:26:27 +0200 Michiel Broek Fixed init of import record. Added miscs import file | diff | annotate
Wed, 18 May 2022 17:03:05 +0200 Michiel Broek Added fermentation stages data. The two graphs are for later. file | diff | annotate
Wed, 18 May 2022 08:59:54 +0200 Michiel Broek Fixed wrong colors of the bars on the fermentation tab. Don't show 100% SVG if OG or FG data is missing. Changed prompts om the fermentation tab. file | diff | annotate
Tue, 17 May 2022 20:45:08 +0200 Michiel Broek Fixed whirlpool and flameout hops bitterness calculations. Fixed toIBU parameters in the recipe part, missing whirlpool times. file | diff | annotate
Mon, 16 May 2022 14:38:12 +0200 Michiel Broek Added calculation tools to measure volume in the boil kettle using measured centimeters. file | diff | annotate
Sun, 15 May 2022 11:27:06 +0200 Michiel Broek Fixed 0 IBU for First Wort Hop or Mashhop is used. file | diff | annotate
Thu, 05 May 2022 17:20:06 +0200 Michiel Broek The framework to calculate yeast starters added. file | diff | annotate
Wed, 27 Apr 2022 12:15:36 +0200 Michiel Broek Added kw_to_newebc function to debug EBC differences. file | diff | annotate
Wed, 27 Apr 2022 08:54:17 +0200 Michiel Broek Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches. file | diff | annotate
Fri, 15 Apr 2022 20:20:22 +0200 Michiel Broek Added dutch translations to the internal acids array. Added slot for calc_acid checkbox. Added more water calculations. The miscs amount fields now have two decimal digits. Show treated waters and good/bad indicators. file | diff | annotate
Thu, 14 Apr 2022 22:47:05 +0200 Michiel Broek Moved the mix function to Utils. Added some calculations to Utils. Added defines to global.h. file | diff | annotate
Tue, 12 Apr 2022 21:03:19 +0200 Michiel Broek Added global variables, C++ lovers will hate that. Added global acid data. Fixed several load and save errors in the json arrays in the recipe record. Added first part of the miscs table. The first part of the water tab has values. file | diff | annotate
Sat, 09 Apr 2022 21:50:19 +0200 Michiel Broek Start hops table display. The calculated preboil_sg value is stored global in memory. Added calculations for IBU, hop flavour and aroma. file | diff | annotate
Sun, 03 Apr 2022 17:43:45 +0200 Michiel Broek Almost finished calcFermentables() file | diff | annotate
Fri, 01 Apr 2022 14:58:57 +0200 Michiel Broek Solved the segmentation fault when viewing recipes twice. Set colored display for the EBC color fields using a modified dynamic stylesheet. file | diff | annotate
Thu, 31 Mar 2022 16:24:03 +0200 Michiel Broek Added part of a beercolor plugin that needs a lot of work. Added some rangesliders in the recipe editor. Added EBC and SRM color mapping to QColor. file | diff | annotate
Wed, 30 Mar 2022 15:31:57 +0200 Michiel Broek Added support to build designer plugins, but it is nog yet complete. Added RangedSlider fro the brewtarget project to make our version of it. Started EditRecipe screen. file | diff | annotate
Wed, 16 Mar 2022 21:26:31 +0100 Michiel Broek Added profile fermentation tables and editor. file | diff | annotate
Sat, 05 Mar 2022 16:19:52 +0100 Michiel Broek Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export. file | diff | annotate
Sat, 26 Feb 2022 16:34:20 +0100 Michiel Broek Added inventory water editor and table. In Yeasts table make sure the fields without a tickmark are empty. Removed Utils::Round function, not reliable. file | diff | annotate
Sat, 19 Feb 2022 22:17:09 +0100 Michiel Broek Completed the Fermentables editor. file | diff | annotate
(0) tip

mercurial