Ad5001
3dc69cc9ba
Merge branch 'master' of https://git.ad5001.eu/Ad5001/LogarithmPlotter
2 months ago
Ad5001
2d46de35d2
Fixing snap
2 months ago
Sergio Varela
ef04b2aa58
Translated using Weblate (Spanish)
...
Currently translated at 13.6% (28 of 205 strings)
Translation: LogarithmPlotter/LogarithmPlotter
Translate-URL: https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/es/
2 months ago
ovari
876ea1eaa8
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (205 of 205 strings)
Translation: LogarithmPlotter/LogarithmPlotter
Translate-URL: https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/hu/
2 months ago
Ad5001
20f8d68f13
Starting v0.2.1
2 months ago
Ad5001
a5ce17e7f3
Updating appstream images
2 months ago
Ad5001
cf3e775834
Fixing LaTeX disabling for texts not being saved.
2 months ago
Ad5001
cb733a556c
Releasing v0.2.0
2 months ago
Ad5001
22c9151e0c
Adding changelog for v0.2.0
2 months ago
Ad5001
871630ef0b
Last fix for appstream generation script.
2 months ago
Ad5001
6b2afd3a1b
Fixing generation script MacOS link.
2 months ago
Ad5001
b496807576
Disabling LaTeX integration by default.
2 months ago
Ad5001
b45e105202
Disabling LaTeX popup if LaTeX support is disabled.
2 months ago
Ad5001
6129bcf928
Translated using Weblate (French)
...
Currently translated at 100.0% (205 of 205 strings)
Translation: LogarithmPlotter/LogarithmPlotter
Translate-URL: https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/fr/
3 months ago
Ad5001
b69aaa2d7a
Translated using Weblate (German)
...
Currently translated at 100.0% (205 of 205 strings)
Translation: LogarithmPlotter/LogarithmPlotter
Translate-URL: https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/de/
3 months ago
Ad5001
1b91176f2d
Translated using Weblate (English)
...
Currently translated at 100.0% (205 of 205 strings)
Translation: LogarithmPlotter/LogarithmPlotter
Translate-URL: https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/en/
3 months ago
Ad5001
3a2fcb1be1
Adding new translations strings.
3 months ago
Ad5001
836e6d8922
Merge branch 'latex-rendering'
3 months ago
Ad5001
eef42655e5
Trying to fix build
3 months ago
Ad5001
1f581c46ec
Adding thanks to popup
3 months ago
Ad5001
f77b1ce331
Fixing snapcraft
3 months ago
Ad5001
86f3399a53
Fixing a lot of snap issues, updating translations
...
- Files are now properly opened in snapcraft
- Added latex dependencies to snapcraft (tho it's buggy atm)
- Added changelog to snapcraft
4 months ago
Ad5001
3e7b36a420
Changing version to v0.2.0 instead of v0.1.9
...
Due to Latex being a big change.
4 months ago
Ad5001
27759362cb
Toggle for latex setting
4 months ago
Ad5001
7120e3a781
Fixing timeout on build.
4 months ago
Ad5001
166d1a2485
X Cursor Latex implementation
...
Also a few bugfixes and added documentation
4 months ago
Ad5001
2691ba687f
Changed a few serif text to sans serif.
4 months ago
Ad5001
4c9c9668bb
Adding comment to disableLatex, allowing for symbols in content.
4 months ago
Ad5001
b72bbeab4f
Translated using Weblate (French)
...
Currently translated at 100.0% (184 of 184 strings)
Translation: LogarithmPlotter/LogarithmPlotter
Translate-URL: https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/fr/
4 months ago
Ad5001
7723107ff6
Translated using Weblate (English)
...
Currently translated at 100.0% (184 of 184 strings)
Translation: LogarithmPlotter/LogarithmPlotter
Translate-URL: https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/en/
4 months ago
Ad5001
6539ca8caa
Fixing linux tests
4 months ago
Ad5001
12ecf3b19b
Adding LatexExpression, LaTeX integration for texts (needs a comment tho)
...
- Simplified label rendering for both Latex and normal mode
- Texts now can integrate latex expressions in latex mode
- There is now a toggle for texts to use normal fonts or integrate latex
- Updated translation sources.
4 months ago
Ad5001
07ae71de36
DVI files are no longer remade unless there is a change in the formula
4 months ago
Ad5001
06bb00cc17
Latex for sums, fixing bugs related to expression simplification.
...
Also removing some debug and unused code.
4 months ago
Ad5001
ec90779912
Changing build process to reflect changes.
4 months ago
Ad5001
2ce66df4dd
Removed dependency on Sympy for subprocesses directly.
...
New dependencies: latex, dvipng.
Slight changes to default for fonts to avoid too many anti aliasing issues.
Also adds proper checks for latex installation.
4 months ago
Ad5001
8251504fbe
Latex markup for sequences and bode phases
4 months ago
Ad5001
650e43894c
Merging label drawing functions, adding comments to common objects, adding bode magnitude.
4 months ago
Ad5001
de0220fecf
Implemented latex for distributions
4 months ago
Ad5001
c4ffcdaa35
Removing custom copyrights from license in order to have better referencing.
4 months ago
Ad5001
0975189615
A lot of changes related to latex:
...
- Implemented latex for functions
- Fixed Points with greek variable names
- Small changes to test1 to fit latex better
- History re/undos only redraw the graph every 4 change in order to speed up the process when re/undoing a lot of changes.
- Removing some debug related to latex
- Added latexMarkup property for domains, allowing them to be integrated into objects latex.
- Fixed issues related to derivatives and integrals on latex
- Fully fixed variable substitution for latex
- Fixed sequence crashing
- Adding getLatexLabel method for objects that have a latex label.
4 months ago
Ad5001
ccf3de5783
Fixing typos
4 months ago
Ad5001
b5600046e9
Fixing build to add sympy.
4 months ago
Ad5001
1142ca1c00
Starting latex rendering (canvas side).
4 months ago
Ad5001
23cd86a2e3
Starting latex rendering
4 months ago
Ad5001
1c0850a200
Updating description line, changing tempfile to tempdir.
4 months ago
Ad5001
8b01a8f0e8
Componented mathlib.
4 months ago
Ad5001
8f1bc652b4
Addign dependencies for latex.
4 months ago
Ad5001
44e39e5265
Bug fixes and slight file moving
...
- Gradients are no longer hidden when filtered out
- Fixing #1 - Opening files don't work on compiled versions of LogarithmPlotter on MacOS
- Moving python modules to "util" directory for more clarity
- Moving flatpak metainfo to eu.ad5001.LogarithmPlotter repository.
4 months ago
Ad5001
20c910f884
Starting v0.1.9
4 months ago