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 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
Mon, 11 Apr 2022 17:33:38 +0200 Michiel Broek More file splitting file | diff | annotate
Mon, 11 Apr 2022 17:22:43 +0200 Michiel Broek Split recipes source in tabs. file | diff | annotate
Mon, 11 Apr 2022 16:18:40 +0200 Michiel Broek Added hop rows sorting. Added hop amount edit, hop time changed, hop select changed, hop instock change and hop use at changed. Added generic on hop editrow editor. 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
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. file | diff | annotate
Fri, 08 Apr 2022 22:46:57 +0200 Michiel Broek Fermentable row editor added the adjust_to_total_100 setting. file | diff | annotate
Fri, 08 Apr 2022 20:44:04 +0200 Michiel Broek Add fermentable row added. file | diff | annotate
Fri, 08 Apr 2022 20:03:56 +0200 Michiel Broek If all fermentables rows are deleted, reset several values to init values. file | diff | annotate
Fri, 08 Apr 2022 19:44:14 +0200 Michiel Broek Finished delete fermentable row. file | diff | annotate
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. file | diff | annotate
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. file | diff | annotate
Thu, 07 Apr 2022 20:20:42 +0200 Michiel Broek Fixed saving the json data. Removed dead code. Edit fermentable amounts sets is_changed. 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 22:47:37 +0200 Michiel Broek Code cleanup after last changes. file | diff | annotate
Wed, 06 Apr 2022 21:57:02 +0200 Michiel Broek Load hops in QList. file | diff | annotate
Wed, 06 Apr 2022 21:41:58 +0200 Michiel Broek Load miscs in QList. file | diff | annotate
Wed, 06 Apr 2022 21:23:00 +0200 Michiel Broek Load yeasts in QList. file | diff | annotate
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. 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
Tue, 05 Apr 2022 22:28:35 +0200 Michiel Broek Redesign the database interface for the recipe editor. file | diff | annotate
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. file | diff | annotate
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. file | diff | annotate
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. file | diff | annotate
Sun, 03 Apr 2022 22:11:45 +0200 Michiel Broek Show kcal/l in the first tab 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 17:25:42 +0200 Michiel Broek Added more edit fields to the first recipe editor tab. Cleanup of RangedSlider is ready. 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
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. 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 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