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. changeset | files
Sat, 09 Apr 2022 10:26:35 +0200 Michiel Broek Show adjust_to100 in a function. Show percentages in fermentables table only before bottling or keggng. Implemented change add moment for fermentables. changeset | files
Fri, 08 Apr 2022 22:46:57 +0200 Michiel Broek Fermentable row editor added the adjust_to_total_100 setting. changeset | files
Fri, 08 Apr 2022 20:44:04 +0200 Michiel Broek Add fermentable row added. changeset | files
Fri, 08 Apr 2022 20:03:56 +0200 Michiel Broek If all fermentables rows are deleted, reset several values to init values. changeset | files
Fri, 08 Apr 2022 19:44:14 +0200 Michiel Broek Finished delete fermentable row. changeset | files
Fri, 08 Apr 2022 17:34:27 +0200 Michiel Broek Fixed loading mash_name. Save calculated est_ values in the Recipe struct. Fixed missing recipe values save to MySQL. Added slots for ferment_select_changed, ferment_instock_changed. Layout changes in fermentables popup editor. Implemented fermentable abort and rollback. changeset | files
Thu, 07 Apr 2022 21:27:53 +0200 Michiel Broek The editrow variable replace by recipe->fermentables_current. The fermentable amount editor ignores fermentables added during bottling or kegging for percentage calculation. Added the fermentable percentage editor. changeset | files
Thu, 07 Apr 2022 20:20:42 +0200 Michiel Broek Fixed saving the json data. Removed dead code. Edit fermentable amounts sets is_changed. changeset | files
Thu, 07 Apr 2022 19:07:28 +0200 Michiel Broek Completed recipe save record. Recipe name and notes can be edited. changeset | files
Wed, 06 Apr 2022 22:47:37 +0200 Michiel Broek Code cleanup after last changes. changeset | files
Wed, 06 Apr 2022 21:57:02 +0200 Michiel Broek Load hops in QList. changeset | files
Wed, 06 Apr 2022 21:41:58 +0200 Michiel Broek Load miscs in QList. changeset | files
Wed, 06 Apr 2022 21:23:00 +0200 Michiel Broek Load yeasts in QList. changeset | files
Wed, 06 Apr 2022 20:26:47 +0200 Michiel Broek Fermentables are loaded in the main recipe record in a QList. The refresh table function does the sorting, on added moment (mash first), amount and finally color of the malt. Removed the old hidden table columns. Do all manipulation on the recipe record with QList arrays. The ferment_amount_changed() slot is complete. The whole recipe editor is going in the right direction. changeset | files
Wed, 06 Apr 2022 12:10:33 +0200 Michiel Broek Completed read MySQL recipe record. Mash schedule moved to recipe QList. changeset | files
Tue, 05 Apr 2022 22:28:35 +0200 Michiel Broek Redesign the database interface for the recipe editor. changeset | files
Mon, 04 Apr 2022 20:45:04 +0200 Michiel Broek Added minval() and maxval() read to RangedSlider. Filled the MySQL query with the values that are ready at this point. changeset | files
Mon, 04 Apr 2022 17:19:28 +0200 Michiel Broek Global table edit lock. The 100% mark is now display only, editing goes into the popup editor. changeset | files
Mon, 04 Apr 2022 16:21:38 +0200 Michiel Broek Hide not visible fermentables data inside the fermentablesTable so that all data stays together. Format the fermentables json data again after changes. Add confirmation message to delete a fermentable row. Added buttons for a fermentables row editor. changeset | files
Sun, 03 Apr 2022 22:11:45 +0200 Michiel Broek Show kcal/l in the first tab changeset | files
Sun, 03 Apr 2022 22:02:12 +0200 Michiel Broek Experiment with checkboxes in the fermentable table. changeset | files
Sun, 03 Apr 2022 17:43:45 +0200 Michiel Broek Almost finished calcFermentables() changeset | files
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. changeset | files
Fri, 01 Apr 2022 17:25:42 +0200 Michiel Broek Added more edit fields to the first recipe editor tab. Cleanup of RangedSlider is ready. changeset | files
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. changeset | files
Fri, 01 Apr 2022 14:58:57 +0200 Michiel Broek Solved the segmentation fault when viewing recipes twice. Set colored display for the EBC color fields using a modified dynamic stylesheet. changeset | files
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. changeset | files
Thu, 31 Mar 2022 17:16:44 +0200 Michiel Broek Removed the ugly green value text from the ranged slider. changeset | files
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. changeset | files
Wed, 30 Mar 2022 23:15:08 +0200 Michiel Broek More progress in building designer plugins. changeset | files
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. changeset | files
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. changeset | files
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. changeset | files
Sun, 27 Mar 2022 22:03:18 +0200 Michiel Broek Moved functions from bmsapp.cpp to MainWindow.cpp changeset | files
Sun, 27 Mar 2022 20:38:25 +0200 Michiel Broek Added MQTT settings. changeset | files
Sun, 27 Mar 2022 11:59:15 +0200 Michiel Broek Improve the CMakeLists.txt. Cleanup unused variables. Removed som debug messages. changeset | files
Sat, 26 Mar 2022 22:45:02 +0100 Michiel Broek Updated the translations. changeset | files
Sat, 26 Mar 2022 21:55:10 +0100 Michiel Broek Bumped to version 0.1.1 changeset | files
Sat, 26 Mar 2022 21:53:00 +0100 Michiel Broek Removed unneeded functions. changeset | files
Sat, 26 Mar 2022 21:13:17 +0100 Michiel Broek Added install option and a desktop file. changeset | files
Sat, 26 Mar 2022 19:48:37 +0100 Michiel Broek Some code cleanup changeset | files
Fri, 25 Mar 2022 20:54:55 +0100 Michiel Broek The screen design is final. The leftside tree doesn't collapse and expand, I leave that for now. Lack of good documentation to deal with this. The right side shows the current selected recipe in short form. This is now almost as I want it to be. changeset | files
Wed, 23 Mar 2022 22:00:28 +0100 Michiel Broek Added start of the Recipes Tree to select a recipe changeset | files
Mon, 21 Mar 2022 13:46:33 +0100 Michiel Broek removed obsolete file changeset | files
Mon, 21 Mar 2022 12:08:41 +0100 Michiel Broek All inventory and profiles now show the items sizes in the statusbar. changeset | files
Mon, 21 Mar 2022 11:44:51 +0100 Michiel Broek Status and Windowtitle messages via signals and slots. Global setup now on the mainwindow. changeset | files
Sun, 20 Mar 2022 21:39:06 +0100 Michiel Broek Profile Ferments now on the mainscreen. changeset | files
Sun, 20 Mar 2022 21:24:13 +0100 Michiel Broek Profile Styles now on the mainscreen. changeset | files
Sun, 20 Mar 2022 20:59:05 +0100 Michiel Broek Profile Mashs now on the mainscreen. changeset | files
Sun, 20 Mar 2022 20:45:58 +0100 Michiel Broek Profile Waters now on the mainscreen. changeset | files
Sun, 20 Mar 2022 19:44:32 +0100 Michiel Broek Inventory Equipments now on the mainscreen. changeset | files
Sun, 20 Mar 2022 17:33:18 +0100 Michiel Broek Inventory Waters now on the mainscreen. changeset | files
Sun, 20 Mar 2022 17:22:27 +0100 Michiel Broek Inventory Miscs now on the mainscreen. changeset | files
Sun, 20 Mar 2022 16:49:50 +0100 Michiel Broek Inventory Yeasts now on the mainscreen. changeset | files
Sun, 20 Mar 2022 16:13:26 +0100 Michiel Broek Inventory Hops now on the mainscreen. changeset | files
Sun, 20 Mar 2022 15:51:09 +0100 Michiel Broek Inventory Fermentables now on the mainscreen. changeset | files
Sun, 20 Mar 2022 14:08:05 +0100 Michiel Broek Removed sizegrip from the statusbar changeset | files
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. changeset | files
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. changeset | files
(0) -100 -60 +60 +100 +300 tip

mercurial