Fri, 19 Feb 2021 12:03:42 +0100 | Edouard Tisserant | SVGHMI: Fixed/extended error message when failing to launch POEdit. | changeset | files |
Fri, 19 Feb 2021 12:02:49 +0100 | Edouard Tisserant | SVGHMI: Fix launch of POEdit on widows. Parsing oommand in registry based on heuristic was bad, now using regex should be safer. TODO : replicate for Inkscape launch. | changeset | files |
Mon, 22 Feb 2021 10:08:36 +0100 | Edouard Tisserant | SVGHMI: display progress in IDE console while building | changeset | files |
Sun, 21 Feb 2021 21:38:44 +0100 | Edouard Tisserant | SVGHMI: finally found why HMI:Input wasnt't initializing properly: vsprintf takes a list. Also, removed intermediate variable last_val, since edit_value() works on strings anyhow, and in case of formated floats, it is better to workl on already formated value. | changeset | files |