Sun, 10 Mar 2024 11:03:39 +0100 Michiel Broek Disable Monitor menu if websocket server is not available. 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
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
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. 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
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
Fri, 04 Nov 2022 14:17:56 +0100 Michiel Broek Added five hop absorption fields to the profile_setup record to set the hop absorption rates. Added edit fields in the global setup. Load global these new variables during application startup. file | diff | annotate
Sun, 09 Oct 2022 13:17:23 +0200 Michiel Broek Fixed spelling error file | diff | annotate
Tue, 02 Aug 2022 20:18:05 +0200 Michiel Broek Import brew logs added. file | diff | annotate
Mon, 01 Aug 2022 21:49:57 +0200 Michiel Broek Added reports, total production, fermentations and efficiency. file | diff | annotate
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
Sun, 17 Jul 2022 22:16:20 +0200 Michiel Broek Corrected Phosphoric SG value. 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
Sun, 03 Jul 2022 13:12:22 +0200 Michiel Broek Added carbonation chart to it's own function. Added this chart to DetailCO2meter too. file | diff | annotate
Tue, 28 Jun 2022 13:26:51 +0200 Michiel Broek Respond to websocket ping. Added iSpindels monitor overview. file | diff | annotate
Mon, 27 Jun 2022 21:12:19 +0200 Michiel Broek Added monitor nodes overview file | diff | annotate
Fri, 24 Jun 2022 16:50:22 +0200 Michiel Broek Add database maintenance to the startup code. Start some work ok parsing websocket messages. file | diff | annotate
Sat, 11 Jun 2022 12:59:49 +0200 Michiel Broek Added import from xml, equipments and beerstyles. file | diff | annotate
Sun, 05 Jun 2022 14:50:33 +0200 Michiel Broek Installed MessageHandler for logging file | diff | annotate
Sun, 22 May 2022 10:22:22 +0200 Michiel Broek Add product archive tree by date. file | diff | annotate
Sat, 21 May 2022 21:40:57 +0200 Michiel Broek Added the product archives tree by styles. file | diff | annotate
Sat, 21 May 2022 20:26:25 +0200 Michiel Broek Added archive products sorted on code. file | diff | annotate
Sat, 21 May 2022 13:28:15 +0200 Michiel Broek Added archive products on name. file | diff | annotate
Thu, 28 Apr 2022 16:47:59 +0200 Michiel Broek Added menu entry products in production file | diff | annotate
Tue, 19 Apr 2022 21:15:42 +0200 Michiel Broek Implemented most parts of the mash editor. 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
Sun, 03 Apr 2022 22:02:12 +0200 Michiel Broek Experiment with checkboxes in the fermentable table. file | diff | annotate
Mon, 28 Mar 2022 16:54:08 +0200 Michiel Broek Added websocket connection to the bmsd server. Dropped MQTT, not needed. MySQL and webSockets is enough. file | diff | annotate
Sun, 27 Mar 2022 22:03:18 +0200 Michiel Broek Moved functions from bmsapp.cpp to MainWindow.cpp file | diff | annotate
Sun, 27 Mar 2022 11:59:15 +0200 Michiel Broek Improve the CMakeLists.txt. Cleanup unused variables. Removed som debug messages. file | diff | annotate
Wed, 23 Mar 2022 22:00:28 +0100 Michiel Broek Added start of the Recipes Tree to select a recipe file | diff | annotate
Mon, 21 Mar 2022 12:08:41 +0100 Michiel Broek All inventory and profiles now show the items sizes in the statusbar. file | diff | annotate
Mon, 21 Mar 2022 11:44:51 +0100 Michiel Broek Status and Windowtitle messages via signals and slots. Global setup now on the mainwindow. file | diff | annotate
Sun, 20 Mar 2022 21:39:06 +0100 Michiel Broek Profile Ferments now on the mainscreen. file | diff | annotate
Sun, 20 Mar 2022 21:24:13 +0100 Michiel Broek Profile Styles now on the mainscreen. file | diff | annotate
Sun, 20 Mar 2022 20:59:05 +0100 Michiel Broek Profile Mashs now on the mainscreen. file | diff | annotate
Sun, 20 Mar 2022 20:45:58 +0100 Michiel Broek Profile Waters now on the mainscreen. file | diff | annotate
Sun, 20 Mar 2022 19:44:32 +0100 Michiel Broek Inventory Equipments now on the mainscreen. file | diff | annotate
Sun, 20 Mar 2022 17:33:18 +0100 Michiel Broek Inventory Waters now on the mainscreen. file | diff | annotate
Sun, 20 Mar 2022 17:22:27 +0100 Michiel Broek Inventory Miscs now on the mainscreen. file | diff | annotate
Sun, 20 Mar 2022 16:49:50 +0100 Michiel Broek Inventory Yeasts now on the mainscreen. file | diff | annotate
Sun, 20 Mar 2022 16:13:26 +0100 Michiel Broek Inventory Hops now on the mainscreen. file | diff | annotate
Sun, 20 Mar 2022 15:51:09 +0100 Michiel Broek Inventory Fermentables now on the mainscreen. file | diff | annotate
Sun, 20 Mar 2022 10:29:57 +0100 Michiel Broek Added texts on the buttons. Removed a number of debug messages. Hide and show the main menubar during edit. Removed unused and unneeded stackable window pages. file | diff | annotate
Sat, 19 Mar 2022 22:59:11 +0100 Michiel Broek Finally found out how to make these databases work on a single main window. And it's dynamic too. file | diff | annotate
Sat, 19 Mar 2022 19:22:58 +0100 Michiel Broek First step in loading the Inventory Suppliers database on the mainscreen. But, it is loaded at program start en not removed when done. Weird programming to get this working. file | diff | annotate
Wed, 16 Mar 2022 21:26:31 +0100 Michiel Broek Added profile fermentation tables and editor. file | diff | annotate
Tue, 15 Mar 2022 17:00:54 +0100 Michiel Broek Added styles tables and editor. file | diff | annotate
Sun, 13 Mar 2022 22:56:22 +0100 Michiel Broek After several days experimenting, trials and a lot of errors, a working and nice looking printer support has been added to the application. file | diff | annotate
Mon, 07 Mar 2022 17:33:22 +0100 Michiel Broek Added Mash profiles table and the first part of the Mash profile editor. Edit and write must be written. file | diff | annotate
Sun, 06 Mar 2022 15:31:40 +0100 Michiel Broek Added profile water table and editor. file | diff | annotate
Sun, 27 Feb 2022 20:45:41 +0100 Michiel Broek Added inventory equipment table and editor. 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
Fri, 25 Feb 2022 10:51:36 +0100 Michiel Broek Added the inventory miscs table. file | diff | annotate
Mon, 21 Feb 2022 21:17:33 +0100 Michiel Broek Added inventory yeasts editor. Fixed resource icons location. file | diff | annotate
Sun, 20 Feb 2022 20:22:49 +0100 Michiel Broek Added hops editor. file | diff | annotate
Fri, 18 Feb 2022 15:53:02 +0100 Michiel Broek Added Inventory Fermentables table. file | diff | annotate
(0) -60 tip

mercurial