Fri, 13 Oct 2023 14:47:21 +0200 Michiel Broek Basic setup for iSpindel calibration. changeset | files
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. changeset | files
Sun, 20 Aug 2023 11:40:51 +0200 Michiel Broek New battery percentage formula for iSpindel in chart. changeset | files
Sun, 20 Aug 2023 11:08:05 +0200 Michiel Broek New battery percentage formula for iSpindel. changeset | files
Sat, 19 Aug 2023 18:50:22 +0200 Michiel Broek Changed iSpindel battery 100% level a bit lower. changeset | files
Sat, 19 Aug 2023 16:58:03 +0200 Michiel Broek In fermentation plot draw the SG line with temperature compensation. changeset | files
Fri, 07 Jul 2023 20:17:21 +0200 Michiel Broek Updated ranges for the carbonation chart. changeset | files
Thu, 20 Apr 2023 17:23:44 +0200 Michiel Broek Fixed recipe editor add yeast crash. changeset | files
Sun, 12 Feb 2023 15:05:28 +0100 Michiel Broek Version 0.4.1. Adjusted monitor nodes debug messages. changeset | files
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. changeset | files
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. changeset | files
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. changeset | files
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. changeset | files
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. changeset | files
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. changeset | files
Mon, 06 Feb 2023 11:55:53 +0100 Michiel Broek Checked after boil efficiency, it's correct. changeset | files
Sat, 04 Feb 2023 10:23:26 +0100 Michiel Broek Clean debug log settings after last changes. changeset | files
Fri, 03 Feb 2023 11:59:17 +0100 Michiel Broek Use cells from yeastpack if set to calculate the initcells. Use 90% underpitch to decide for a starter. Hide starter retry label and button if no starter is needed. changeset | files
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. changeset | files
Thu, 02 Feb 2023 15:50:15 +0100 Michiel Broek Set yeastpack dropdown on yeast edit row start. changeset | files
Thu, 02 Feb 2023 15:23:18 +0100 Michiel Broek Added default load yeastpacks. Added yeast_package_changed signal. changeset | files
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. changeset | files
Tue, 31 Jan 2023 11:10:14 +0100 Michiel Broek Added valid flag to the inventory_yeastpack table. Initial false and after record edit set to true. This should prevent the use possible wrong values. changeset | files
Mon, 30 Jan 2023 17:05:13 +0100 Michiel Broek Added yeastpack editor. Expanded the database upgrade. On startup, recount the yeastpack used fields. changeset | files
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. changeset | files
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. changeset | files
Wed, 25 Jan 2023 16:17:07 +0100 Michiel Broek Version 0.3.6. Updated translations and bumped version. changeset | files
Wed, 25 Jan 2023 16:12:16 +0100 Michiel Broek Fixed replace a yeast field offsets. changeset | files
Wed, 25 Jan 2023 13:11:51 +0100 Michiel Broek Some extra debug info en some removed for the product images. Clear picmap area if no pixmaps are left. Block pictype_changed and piccomment_changed if there are no pictures, prevents segfault. changeset | files
Tue, 24 Jan 2023 16:08:16 +0100 Michiel Broek Only try to save images on existing paths changeset | files
Tue, 24 Jan 2023 15:57:13 +0100 Michiel Broek Delete images from a producti first[C when a product is deleted. changeset | files
Mon, 23 Jan 2023 17:23:10 +0100 Michiel Broek If a new image for a product is loaded, check if the path is available. If not, use the home directory. changeset | files
Sun, 22 Jan 2023 19:02:54 +0100 Michiel Broek Implemented file save changeset | files
Sat, 21 Jan 2023 16:19:47 +0100 Michiel Broek Version 0.3.5 changeset | files
Sat, 21 Jan 2023 16:18:37 +0100 Michiel Broek Some final changes for now. changeset | files
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. changeset | files
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. changeset | files
Wed, 18 Jan 2023 17:08:25 +0100 Michiel Broek Added fields for filename and timestamp. changeset | files
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). changeset | files
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. changeset | files
Sun, 15 Jan 2023 14:33:53 +0100 Michiel Broek Version 0.3.4 changeset | files
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. changeset | files
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. changeset | files
Sat, 14 Jan 2023 15:38:28 +0100 Michiel Broek Added a refractometer icon changeset | files
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. changeset | files
Sat, 14 Jan 2023 11:34:51 +0100 Michiel Broek Renamed trub_chiller_loss fields to trub_loss changeset | files
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. changeset | files
Fri, 13 Jan 2023 12:00:58 +0100 Michiel Broek Added a button to automatic recreate the yeast starter steps. Some code cleanup changeset | files
Thu, 12 Jan 2023 16:56:34 +0100 Michiel Broek Fixed dangling old starter data. Added conditional yeast debug logging. changeset | files
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. changeset | files
Tue, 10 Jan 2023 16:56:21 +0100 Michiel Broek Calculate mash attenuation time using log base 5 instead of a linear function. changeset | files
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. changeset | files
Mon, 09 Jan 2023 15:35:04 +0100 Michiel Broek Backported mash calculation from EditProduct to EditRecipe. changeset | files
Mon, 09 Jan 2023 15:03:55 +0100 Michiel Broek In estimate_fg decrease attenuation for mash temperatures below 66.11 degrees. changeset | files
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. changeset | files
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. changeset | files
Sun, 27 Nov 2022 15:14:21 +0100 Michiel Broek Added show package color and ibu and take dillution in account changeset | files
Sat, 26 Nov 2022 15:41:11 +0100 Michiel Broek Brewing salts can now set in hundreds instead on tents decimals. changeset | files
Sat, 26 Nov 2022 15:11:46 +0100 Michiel Broek Reset mash measurement fields when a recipe is copied to a product. changeset | files
Sat, 19 Nov 2022 13:55:12 +0100 Michiel Broek Toon ook de gewenste en verwachte hergisting druk. changeset | files
(0) -300 -100 -60 tip

mercurial