Thu, 18 Aug 2022 19:47:28 +0200 Michiel Broek Prompts corrections and updated translations. Minor layout changes so the prompts will fit. file | diff | annotate
Thu, 18 Aug 2022 16:11:20 +0200 Michiel Broek Edit Product, split CO2 package pressure in bottles and kegs. BU:RE code cleanup. calcPack() sets the CO2 values on the first tab. Show final EBC on tab 1 if the stage is after brew. Show final ABV and energy on tab 1 if fermentation is done. Removed wrong bottle priming calculation from calcFermentables() because calcPack() does this. file | diff | annotate
Wed, 17 Aug 2022 14:30:33 +0200 Michiel Broek Added Bitterness Unit to Real Extract unit calculation and display. In product use final values if possible for the BU:GU and BU:RE calculations depending on the product stage. file | diff | annotate
Mon, 18 Jul 2022 19:28:21 +0200 Michiel Broek Updated translations file | diff | annotate
Mon, 18 Jul 2022 17:04:02 +0200 Michiel Broek Redesign of the water tabs in product and recipe editors. Prepare for sparge water salt additions. Acid additions are now automatic or manual for mash and sparge. Fixed error in acid calculation strength. Fixed phophoric SG value. file | diff | annotate
Tue, 12 Jul 2022 16:01:20 +0200 Michiel Broek Fixed some promps space. Updated translations. 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
Mon, 06 Jun 2022 14:22:18 +0200 Michiel Broek Version 0.2.8 Fixed boil_sizeEdit width. file | diff | annotate
Fri, 20 May 2022 22:06:06 +0200 Michiel Broek Version 0.2.1. Updated translations. file | diff | annotate
Wed, 04 May 2022 09:14:00 +0200 Michiel Broek Added water tooltips for recipes. file | diff | annotate
Wed, 27 Apr 2022 10:45:22 +0200 Michiel Broek Increased several limits in the recipe ui. 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
Mon, 25 Apr 2022 15:52:21 +0200 Michiel Broek Added calcSparge. file | diff | annotate
Thu, 21 Apr 2022 17:22:01 +0200 Michiel Broek New recipe, calculate the boil_size. Lot's of ignoreChanges removeals and where needed QSignalBlocker is used. Bottle priming calculation added. In fermentables editor block and release to100 settings only in mash to fermentation steps, bottle and kegging are ignored. Update the IBU slider after hop changes. Set the mash name when another mash profile is selected. Don't backup initial infuse amount if there was no mash table. A small cosmetic layout change on the mash tab. file | diff | annotate
Wed, 20 Apr 2022 22:48:20 +0200 Michiel Broek Implemented the last widgets on the first tab and added the needed functions for them such as scaling the recipe. This is the last part of the recipe editor, now ready for testing. file | diff | annotate
Wed, 20 Apr 2022 12:19:36 +0200 Michiel Broek Added calcMash(). Display total mash time. file | diff | annotate
Tue, 19 Apr 2022 11:17:16 +0200 Michiel Broek First setup of the mash tab with the table. file | diff | annotate
Mon, 18 Apr 2022 20:00:49 +0200 Michiel Broek Added calcYeast(). Added show svg from calcFermentables() on the yeast tab. Fixed wrong data displayed in the yeast table. Show estimated needed dry yeast or starters. file | diff | annotate
Sun, 17 Apr 2022 10:50:48 +0200 Michiel Broek Fixed placing time value in the wrong column. Added misc use changed. Tab 4 layout changed. file | diff | annotate
Sat, 16 Apr 2022 21:54:43 +0200 Michiel Broek Fixed complains about missing signals. Added add misc row, misc amount changed, misc time changed, misc select changed and misc instock changed. Silence false changed trigger. file | diff | annotate
Sat, 16 Apr 2022 15:19:04 +0200 Michiel Broek Add select target water profile. The mash part of the water tab is ready. file | diff | annotate
Sat, 16 Apr 2022 14:44:50 +0200 Michiel Broek Added indicators for BUGU and SO4:Cl ratio. Force rounded values for changing brewing salts. file | diff | annotate
Sat, 16 Apr 2022 13:05:47 +0200 Michiel Broek Remove some water search debug messages. Added signals and slots for mash water pH and volume changes. Added manual pH adjust. 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 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
Mon, 11 Apr 2022 22:32:04 +0200 Michiel Broek Finished the water tab ui. For now. file | diff | annotate
Mon, 11 Apr 2022 20:45:22 +0200 Michiel Broek Blocked hop table edit. Implemented add and delete hop rows. Started the ui of the water tab. 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
Sat, 09 Apr 2022 13:34:45 +0200 Michiel Broek Adjusted the width of the fermentables table. Made room for a stacked widget on the yeasts tab. file | diff | annotate
Fri, 08 Apr 2022 20:44:04 +0200 Michiel Broek Add fermentable row added. file | diff | annotate
Thu, 07 Apr 2022 19:07:28 +0200 Michiel Broek Completed recipe save record. Recipe name and notes can be edited. file | diff | annotate
Wed, 06 Apr 2022 12:10:33 +0200 Michiel Broek Completed read MySQL recipe record. Mash schedule moved to recipe QList. file | diff | annotate
Sun, 03 Apr 2022 22:02:12 +0200 Michiel Broek Experiment with checkboxes in the fermentable table. file | diff | annotate
Sun, 03 Apr 2022 17:43:45 +0200 Michiel Broek Almost finished calcFermentables() file | diff | annotate
Sat, 02 Apr 2022 23:01:13 +0200 Michiel Broek Added change beerstyle, the fermentables table, and first part of calcFermentables to the recipe editor. file | diff | annotate
Fri, 01 Apr 2022 16:52:25 +0200 Michiel Broek CMakeLists.txt cleanup. Removed partial BeerColor plugin, it was ugly and takes too much space. A bit of RanedSlider code cleanup. Most widgets for the first tab in the recipe editor placed. file | diff | annotate
Thu, 31 Mar 2022 23:10:57 +0200 Michiel Broek Stripped down the RangedSlider. It is more compact and still does everything. Base colors (red and green) are fixed inside, also automatisc setting of outer limits. The tooltip shows the current ranges. Still some finetuning to be done. file | diff | annotate
Thu, 31 Mar 2022 17:16:44 +0200 Michiel Broek Removed the ugly green value text from the ranged slider. 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 23:15:08 +0200 Michiel Broek More progress in building designer plugins. file | diff | annotate
Wed, 30 Mar 2022 17:21:43 +0200 Michiel Broek The RangedSlider plugin works for now and appears in de QT-designer interface. Installed for test in the recipe editor. 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
(0) tip

mercurial