Commit graph

15 commits

Author SHA1 Message Date
Ad5001 fde2526c54
Updating copyrights
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-11 00:11:09 +01:00
Ad5001 038dd9f4a8
Fixing the (previously very broken) text renderer when using symbols.
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-09 18:50:34 +02:00
Ad5001 cf754a7a34
Better handling of constants in simplified expressions. 2023-10-09 18:37:28 +02:00
Ad5001 9239eac78a
Fixing several function calls with no argument errors.
All checks were successful
continuous-integration/drone/push Build is passing
+ Functions max and min now throw an error if no arguments are provided.
+ Objects called now throw an error if no argument is provided.
+ Fixing tokenizer's seek error reporting system (leads to very rare types of errors).
+ Removing expression simplifications that could make the app freeze when no arguments are provided to a function.
2023-05-24 07:43:40 +02:00
Ad5001 5cef8e23fa
Fixing several issues with repartition
+ Underscores being automatically removed from the name the moment it's edited.
+ Fixing issue with function name change.
2023-05-24 03:17:21 +02:00
Ad5001 f40c242877
Bumping copyright 2023-05-22 00:19:58 +02:00
Ad5001 de1be925b0
Removing unneeded and buggy simplifications.
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-19 02:55:23 +02:00
Ad5001 4564d5446f
Syntax coloration first attempt!
Currently, when there are two many styles, the text is *slightly* offset from the normal one.
2022-10-19 01:16:54 +02:00
Ad5001 1a433eba27
Propagated property updates to dependent objects.
Some checks failed
continuous-integration/drone/push Build is failing
+ Fixing object expression dependency at setup.
+ Fixing function calls in utils
+ Removing some unnecessary comments
2022-10-18 00:45:53 +02:00
Ad5001 1c0850a200
Updating description line, changing tempfile to tempdir.
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-05 17:49:35 +01:00
Ad5001 74ea50d19f
Changing description, starting translator.
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-20 18:19:36 +01:00
Ad5001 6141658be2
v0.1.3 release, adding changelog
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-19 16:37:05 +01:00
Ad5001 be8e7361aa
Updating copyrights, fixing bugs related to non continuous domains.
Some checks failed
continuous-integration/drone/push Build is failing
2022-01-12 18:47:17 +01:00
Ad5001 492e715f00
Fixing bug for formulas of type (x + y) / z simplifications.
Some checks failed
continuous-integration/drone/push Build is failing
2022-01-12 14:52:00 +01:00
Ad5001 a03308f028
Removing scripts in win/, moving QML Module to it's own folder, adding submodule for mixedmenu
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-11 19:35:12 +02:00
Renamed from LogarithmPlotter/qml/js/utils.js (Browse further)