Tue, 27 Feb 2024 17:32:00 +0100 Michiel Broek No carbonation beer selection before brewing the beer. file | diff | annotate
Mon, 16 Oct 2023 13:54:20 +0200 Michiel Broek Updated Dutch translation for the new calibrate screen. file | diff | annotate
Mon, 16 Oct 2023 13:25:58 +0200 Michiel Broek Removed several development debug messages. Implemented delete and add data row. file | diff | annotate
Mon, 16 Oct 2023 11:39:20 +0200 Michiel Broek Added error checks on calibration data file | diff | annotate
Sun, 15 Oct 2023 17:37:08 +0200 Michiel Broek Changed xCal array to a QList. Added sort on angle. Added save data. Added quit/save dialog. file | diff | annotate
Sat, 14 Oct 2023 17:18:52 +0200 Michiel Broek Added the cell edit function. file | diff | annotate
Sat, 14 Oct 2023 16:10:14 +0200 Michiel Broek Added Simple polynomial fitting functions written by Henry M. Forson. Added a graph that displays the old and new iSpindel calibration curve. Implemented delete row from the data. file | diff | annotate
Sat, 14 Oct 2023 11:23:24 +0200 Michiel Broek Load and show current calibration data. file | diff | annotate
Fri, 13 Oct 2023 15:36:15 +0200 Michiel Broek Attempt 1 file | diff | annotate
Fri, 13 Oct 2023 14:47:21 +0200 Michiel Broek Basic setup for iSpindel calibration. file | diff | annotate
Thu, 12 Oct 2023 17:03:50 +0200 Michiel Broek Changes in de iSpindel detail screen. Added a calibrate button and display the last update date and time. file | diff | annotate
Sun, 20 Aug 2023 11:40:51 +0200 Michiel Broek New battery percentage formula for iSpindel in chart. file | diff | annotate
Sun, 20 Aug 2023 11:08:05 +0200 Michiel Broek New battery percentage formula for iSpindel. file | diff | annotate
Sat, 19 Aug 2023 16:58:03 +0200 Michiel Broek In fermentation plot draw the SG line with temperature compensation. file | diff | annotate
Thu, 20 Apr 2023 17:23:44 +0200 Michiel Broek Fixed recipe editor add yeast crash. file | diff | annotate
Sun, 12 Feb 2023 15:05:28 +0100 Michiel Broek Version 0.4.1. Adjusted monitor nodes debug messages. file | diff | annotate
Sun, 12 Feb 2023 13:58:36 +0100 Michiel Broek In monitor iSpindel: in the chart calculate the ranges, do't let the toolkit do that. Save the path for chart image download in the user settings. In the tooltip for the battery voltage line, also show the remaining battery capacity. In the monitor window show the battery capacity digit instead of allways 0. Updated the translations. file | diff | annotate
Sat, 11 Feb 2023 15:48:02 +0100 Michiel Broek Monitor iSpindels: use global variables instead of repeated expensive MySQL calls. Use the yeast temperature ranges for the colors on the thermometer scale. Don't show SVG and ABV if the OG is not yet known. Turn statusfield red if offline. Extra mon_ispindles fields yeast_lo and yeast_hi. Need at least bmsd version 0.3.42. If a websocket message is received that cannot be parsed, show the whole received message. file | diff | annotate
Fri, 10 Feb 2023 17:28:46 +0100 Michiel Broek ChartCarbonate saves the image path in the settings file. Conditional debug messages in a lot on monitor files. In Fermenter monitor details make the status background red if offline. A lot more generic variables instead of continuous expensive calls to MySQL. If fermenter values for the thermometers are not OK, then do not show anything. file | diff | annotate
Fri, 10 Feb 2023 14:06:47 +0100 Michiel Broek Monitor CO2 meters: better display and hide of values and widgets. Minor adjustments of the window layout. When offline, the status background will be red. file | diff | annotate
Fri, 10 Feb 2023 10:09:37 +0100 Michiel Broek Fermenter charts, only draw lines that are really used. Better auto scaling, not using the internal version. If only a air line is to be shown, make it fat. Save the path to download the image in the settings file. file | diff | annotate
Thu, 09 Feb 2023 12:53:21 +0100 Michiel Broek Fixed error messages about log and camera buttons. Only show items that are really used. file | diff | annotate
Sat, 04 Feb 2023 10:23:26 +0100 Michiel Broek Clean debug log settings after last changes. file | diff | annotate
Thu, 02 Feb 2023 17:14:28 +0100 Michiel Broek Database upgrade will let the yeastpack cells at 0. Disabled some debug messages needed for development. Updated yeastpack editor tooltips. file | diff | annotate
Thu, 02 Feb 2023 15:23:18 +0100 Michiel Broek Added default load yeastpacks. Added yeast_package_changed signal. file | diff | annotate
Tue, 31 Jan 2023 16:24:11 +0100 Michiel Broek Expanded Yeast edit popup with a Yeast Pack dropdown list. Prepared database product read and write with values for yeast package. They will be stored as json object in the yeast records. file | diff | annotate
Mon, 30 Jan 2023 17:05:13 +0100 Michiel Broek Added yeastpack editor. Expanded the database upgrade. On startup, recount the yeastpack used fields. file | diff | annotate
Sun, 29 Jan 2023 14:40:43 +0100 Michiel Broek Version 0.4.0. Added database upgrade procedure on startup. Make sure inventory_yeastpack database is created and has default entries. This will become a table with data for different yeast packs. file | diff | annotate
Sat, 28 Jan 2023 10:36:59 +0100 Michiel Broek Add dry primary yeasts weights to get a mixed total. Use the parameters from the first and mmost used yeast. Changed in products and recipes. Recalculated WLP purepitch viability and planned next generation purepitch. We need a better way to set these parameters like a packages table. Fixed several yeast edit values due to adding a STA1 column. Removed several unneeded refresh_all() calls as they screwed the sorting of the yeasts during edit. Added STA1 display to recipes. Changed products database starter_viability from integer to float. file | diff | annotate
Tue, 24 Jan 2023 15:57:13 +0100 Michiel Broek Delete images from a producti first[C when a product is deleted. file | diff | annotate
Sat, 21 Jan 2023 16:18:37 +0100 Michiel Broek Some final changes for now. file | diff | annotate
Sat, 21 Jan 2023 14:27:10 +0100 Michiel Broek The images tab now looks complete. Made the left side (thumbnails) a bit smaller. The right side of the screen now shows the current image and all data that belongs to that. After a new image is added, reload the images. Implemented delete image. file | diff | annotate
Fri, 20 Jan 2023 16:44:08 +0100 Michiel Broek Added more buttons to the images tab. Load images from the database and display thumbnails added. Added support for jpeg files. Rename pictures in the database to .png. Added temporary images_list, images_count and images_current variables to the product record. file | diff | annotate
Wed, 18 Jan 2023 16:17:31 +0100 Michiel Broek In EditProduct added tab number 13. When entered, a signal is generated to init this tab so that we can defer loading. Added a AddImage button, we can select an image, give it a type and comment and store it is a separate table. The global settings file now has storage for paths (images, download and beerxml). file | diff | annotate
Mon, 16 Jan 2023 16:55:41 +0100 Michiel Broek Show 0 if afterboil volume is invalid instead of the chiller volume. Added product tab 13. Here the images (beerlabels, brew pictures) for a product will be shown. Resized all product tabs. Added STA1 tickmark in the yeasts table. file | diff | annotate
Sun, 15 Jan 2023 14:15:49 +0100 Michiel Broek Removed the last bits of equipent calc_volume setting. Changed to the equipment setup screen using suffixes in the fields. Updated the translations. file | diff | annotate
Sun, 15 Jan 2023 12:35:04 +0100 Michiel Broek On the brewday tab, show the afterboil volume inclusive the volume of the immersion chiller in the wort. Added refractometer buttons on the brewday tab. The brew volume cm edit popup shows a message if a immersion chiller is in the wort. file | diff | annotate
Sat, 14 Jan 2023 15:38:28 +0100 Michiel Broek Added a refractometer icon file | diff | annotate
Sat, 14 Jan 2023 14:14:59 +0100 Michiel Broek In print checklist show volume after boil inclusive immersion chiller volume. Improved some prompts in equipment edit. file | diff | annotate
Sat, 14 Jan 2023 11:34:51 +0100 Michiel Broek Renamed trub_chiller_loss fields to trub_loss file | diff | annotate
Fri, 13 Jan 2023 15:08:57 +0100 Michiel Broek Changed pitchrate field for liquid yeasts to read/write. Added pitchrate select using a QComboBox and added a popup window for that. file | diff | annotate
Fri, 13 Jan 2023 12:00:58 +0100 Michiel Broek Added a button to automatic recreate the yeast starter steps. Some code cleanup file | diff | annotate
Thu, 12 Jan 2023 16:56:34 +0100 Michiel Broek Fixed dangling old starter data. Added conditional yeast debug logging. file | diff | annotate
Thu, 12 Jan 2023 14:34:14 +0100 Michiel Broek Version 0.3.3. Removed several obsolete debug messages. IBU and Fermentation calculation debug messages are now controlled by conditional defines in global.h. In the brewday tab update the preboil and afterboil reference volumes. In the brewday tab the chiller type is a read only field directy linked to the selected equipment. file | diff | annotate
Mon, 09 Jan 2023 17:03:19 +0100 Michiel Broek Limit mash steptime to 240 minutes. Limit mash steps to 82 degrees celsius. In estimate_fg limit total mash time to 240 minutes and increased the water/grain ration from 5.5 to 6 l/kg. file | diff | annotate
Sun, 08 Jan 2023 15:53:16 +0100 Michiel Broek With estimate_fg added a boolean parameter sta1 to correct the outcome if a primary yeast with sta1 gen is used. Fixed a spelling error in EditProduct yeast tab for dry yeast. file | diff | annotate
Sat, 03 Dec 2022 16:32:24 +0100 Michiel Broek Make sure the package abv is final when the tertiary fermentation data is filled in. file | diff | annotate
Sun, 27 Nov 2022 15:14:21 +0100 Michiel Broek Added show package color and ibu and take dillution in account file | diff | annotate
Sat, 26 Nov 2022 15:41:11 +0100 Michiel Broek Brewing salts can now set in hundreds instead on tents decimals. file | diff | annotate
Sat, 19 Nov 2022 13:55:12 +0100 Michiel Broek Toon ook de gewenste en verwachte hergisting druk. file | diff | annotate
Fri, 18 Nov 2022 16:57:02 +0100 Michiel Broek Details CO2 monitor shows the style limits for the specific beer. Adjust the scale of the pressure widget to the beer limits. Moved more functions to the global Utils. Fix expected pressure in the package screen for other priming sugars. Disabled some debug log messages. file | diff | annotate
Fri, 18 Nov 2022 12:17:32 +0100 Michiel Broek Moved GetPressureBar function to the Utils. file | diff | annotate
Thu, 17 Nov 2022 17:23:54 +0100 Michiel Broek Implemented IBU calculation for chilling. file | diff | annotate
Wed, 16 Nov 2022 17:26:27 +0100 Michiel Broek Finally found the right way to calculate the bottle pressure in bar after refermentation. file | diff | annotate
Tue, 15 Nov 2022 09:42:25 +0100 Michiel Broek Small changes to the iSpindel graph. Translated the dutch product edit window title. file | diff | annotate
Mon, 14 Nov 2022 15:34:11 +0100 Michiel Broek Show product code and name in edit product window title if not a new product. file | diff | annotate
Fri, 11 Nov 2022 15:04:23 +0100 Michiel Broek Charts downsize the pen from 3 to 2. Some nicer looking graphs. file | diff | annotate
Mon, 07 Nov 2022 15:02:16 +0100 Michiel Broek Forgot to save the new eq_chiller_* fields in products. file | diff | annotate
Fri, 04 Nov 2022 20:14:22 +0100 Michiel Broek Removed several debug logmessages in tab 3 and database load. file | diff | annotate
Fri, 04 Nov 2022 15:56:14 +0100 Michiel Broek Use hop absorption factors from the global setup. file | diff | annotate
(0) -100 -60 tip

mercurial