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 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
Wed, 20 Jul 2022 12:44:02 +0200 Michiel Broek Added sparge water salt additions. Adjust sparge acid amount if manual calculations and the water volume is changed. file | diff | annotate
Sun, 17 Jul 2022 22:11:30 +0200 Michiel Broek Added misc_uses spage step. Corrected some defines mol values. 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
Tue, 12 Jul 2022 12:10:20 +0200 Michiel Broek Calculate and show estimated preboil pH file | diff | annotate
Thu, 07 Jul 2022 17:02:17 +0200 Michiel Broek Cooling method dropdown table loads from a global table. Updated the translations. 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
Thu, 30 Jun 2022 21:05:30 +0200 Michiel Broek Started with change and signal functions. Implemented mode change for test. The MainWindow webSocket is now global so the Detail screens can send websocket messages. file | diff | annotate
Mon, 20 Jun 2022 19:55:23 +0200 Michiel Broek Finally the translation of string arrays is working. 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
Tue, 14 Jun 2022 12:52:03 +0200 Michiel Broek Added import mash profiles. file | diff | annotate
Tue, 14 Jun 2022 10:42:39 +0200 Michiel Broek Renamed struct Mashs to MashSteps file | diff | annotate
Tue, 14 Jun 2022 09:39:31 +0200 Michiel Broek Added import waters file | diff | annotate
Mon, 13 Jun 2022 21:01:19 +0200 Michiel Broek Added import yeasts file | diff | annotate
Mon, 13 Jun 2022 17:34:51 +0200 Michiel Broek Member names for yeasts normalized. file | diff | annotate
Mon, 13 Jun 2022 16:47:52 +0200 Michiel Broek Member names for fermentables normalized. file | diff | annotate
Mon, 13 Jun 2022 15:47:16 +0200 Michiel Broek Member names for hops normalized. file | diff | annotate
Mon, 13 Jun 2022 10:54:23 +0200 Michiel Broek Member names of miscs normalized. This was a leftover from porting from php code. file | diff | annotate
Sun, 12 Jun 2022 20:06:39 +0200 Michiel Broek Added xml import hops file | diff | annotate
Sun, 12 Jun 2022 11:52:18 +0200 Michiel Broek Finished import fermentables file | diff | annotate
Sat, 11 Jun 2022 20:58:46 +0200 Michiel Broek The equipment import is now final. file | diff | annotate
Sat, 11 Jun 2022 19:29:20 +0200 Michiel Broek Changed import XML method for beer styles using a temporary struct and native database functions. This is the correct method which gives the correct results. file | diff | annotate
Tue, 07 Jun 2022 20:57:42 +0200 Michiel Broek Added the framework for splitting batches. file | diff | annotate
Sat, 28 May 2022 21:06:58 +0200 Michiel Broek Calulate package abv and pressure and store in the global product variable for later use. Finished the product printing module. file | diff | annotate
Wed, 18 May 2022 22:21:16 +0200 Michiel Broek Added first part of the package tab. file | diff | annotate
Thu, 05 May 2022 20:01:30 +0200 Michiel Broek Internal product record stores the starter steps in array format. file | diff | annotate
Thu, 05 May 2022 17:20:06 +0200 Michiel Broek The framework to calculate yeast starters added. file | diff | annotate
Wed, 04 May 2022 13:49:37 +0200 Michiel Broek Added calcMiscs(). In miscs check supplies. Update inventory check when setting a new brewing salt. Use enum constants to make code more readable. file | diff | annotate
Tue, 03 May 2022 21:37:12 +0200 Michiel Broek Added hops inventory check. Include all whirlpool steps in ibu calculations. Calculate the ibus in the fermenter including top up water. Use enum constants for the hops. Update the invenory state when replacing a hop. file | diff | annotate
Tue, 03 May 2022 20:05:04 +0200 Michiel Broek Added calcSupplies() which shows if ingredients are in stock to brew the recipe. In tab 3, changed the fermentables numbers into more readable enum constants. Disable delete and edit buttons in fermentables rows for bottle and kegs sugars. Better mash time calculation in calcFermentables. Added check supplies. Added recalculate volumes. Update inventory when a fermentable is replaced. Added tooltips in brewing salts fields in the miscs table. file | diff | annotate
Sun, 01 May 2022 10:31:31 +0200 Michiel Broek Added brewday mash results box. file | diff | annotate
Fri, 29 Apr 2022 23:09:51 +0200 Michiel Broek Show total mash volume. file | diff | annotate
Fri, 29 Apr 2022 17:07:35 +0200 Michiel Broek Tab 2 equipent, all editfields placed. file | diff | annotate
Thu, 28 Apr 2022 22:49:13 +0200 Michiel Broek Initial import of EditProduct, the part from EditRecipe is ported. file | diff | annotate
Thu, 28 Apr 2022 16:47:59 +0200 Michiel Broek Added menu entry products in production file | diff | annotate
Sun, 24 Apr 2022 22:22:22 +0200 Michiel Broek Added the largest part of print recipe. file | diff | annotate
Sun, 24 Apr 2022 14:15:20 +0200 Michiel Broek Activated print recipe button. The recipe record structure is now global. Added global product record structure. file | diff | annotate
Sat, 23 Apr 2022 13:18:47 +0200 Michiel Broek Moved QStringList arrays to global. 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
Thu, 14 Apr 2022 21:54:37 +0200 Michiel Broek Load waters during recipe startup. Started calcWater() function. Load profile_setup record global. The print function uses the globals now too instead of loading from the database. 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
(0) tip

mercurial