jkriege2
|
d6b6a71395
|
fixes/improvements: JKQTMathText renders several LaTeX strings better (simple braces in math mode, +-*... as symbols with proper sizes in math mode, added some missing instruction aliases, improved size of \vec and \hat, corrrected fonts usage for mathrm,
|
2022-06-03 13:33:18 +02:00 |
|
jkriege2
|
285814f2e6
|
fixed: JKQTMathText added a little whitespace before and after the LaTeX-string. This was removed as it disturbed the layout of text in plots
|
2022-06-02 23:24:41 +02:00 |
|
jkriege2
|
f33838f187
|
added debug-feature to show boxes around text in the plot
|
2022-06-02 23:05:58 +02:00 |
|
jkriege2
|
d3b74875db
|
improved Qt6-compatibility by getting rid of deprecated warnings
|
2022-06-02 22:31:39 +02:00 |
|
jkriege2
|
bf21d53149
|
improved high-dpr-support in JKQTMathText
|
2022-06-02 22:17:38 +02:00 |
|
jkriege2
|
fd2ae94c6c
|
got rid of deprecated warnings when compiling with Qt6
|
2022-06-02 21:44:58 +02:00 |
|
jkriege2
|
4031e9a54e
|
bugfixed styling example
|
2022-06-02 21:42:10 +02:00 |
|
jkriege2
|
bc534f1b36
|
updated whatsnew
|
2022-06-02 21:26:31 +02:00 |
|
jkriege2
|
cbaf97c8be
|
updated styling example with context-menu for editing the current line, which shows available values
|
2022-06-02 21:25:23 +02:00 |
|
jkriege2
|
5bb0235b33
|
added QIcon-generating functions to jkqtcommon
|
2022-06-02 21:21:51 +02:00 |
|
jkriege2
|
03497b6c31
|
changed JKQTPColorDerivationMode from an ENUM to a STRUCT, which extends its capabilities significantly
|
2022-06-02 21:21:17 +02:00 |
|
jkriege2
|
cf27b77b6b
|
added JKQTMathTextFontSpecifier struct that describes a font and a math companion
|
2022-06-02 21:19:16 +02:00 |
|
jkriege2
|
40d21672d6
|
updated whatsnew.dox
|
2022-05-27 16:41:35 +02:00 |
|
jkriege2
|
5fae11472c
|
added seaborn style
|
2022-05-23 22:44:58 +02:00 |
|
jkriege2
|
b756cb91e6
|
improved/fixed styling system: axis styles for colorbars were not properly taken from style objects + corrected some inaccurate drawing by using QRectF instead of QRect
|
2022-05-23 22:41:57 +02:00 |
|
jkriege2
|
667ffeb3f3
|
updated icons with high-dpi versions
|
2022-05-16 22:33:31 +02:00 |
|
jkriege2
|
fa02055b9d
|
bugfixed string conversion method
|
2022-05-16 22:32:56 +02:00 |
|
jkriege2
|
145da4b191
|
improved icons: several style changes, all SVGs available, added high-dpi versions
|
2022-05-16 21:55:58 +02:00 |
|
jkriege2
|
ae5713ea68
|
implemented feature request #69: Show data tooltip on MouseMove by adding general actions that can be executed on a mouse move operation, when no mouse button is pressed, modification by keyboard modifiers is possible though
|
2022-05-15 14:15:15 +02:00 |
|
jkriege2
|
5c665ff8af
|
Merge branch 'master' of https://github.com/jkriege2/JKQtPlotter
|
2022-05-14 22:59:39 +02:00 |
|
jkriege2
|
94f80510ec
|
fixed issue described in PR #62: Fix custom labels draw, because giving exactly two label-strings did not display all of them, thanks to github_user:FalsinSoft
|
2022-05-14 22:59:10 +02:00 |
|
Jan W. Krieger
|
04f62ae38a
|
Update README.md
|
2022-05-13 11:48:17 +02:00 |
|
Jan W. Krieger
|
fce9e85d60
|
Update README.md
|
2022-05-13 11:47:31 +02:00 |
|
Jan W. Krieger
|
5ac839aeca
|
Update README.md
|
2022-05-13 11:47:03 +02:00 |
|
Jan W. Krieger
|
2ffc4330c3
|
added social media banners
|
2022-05-13 11:45:44 +02:00 |
|
jkriege2
|
a80ea3a24a
|
fixed issue #70: typo in lib/jkqtplotter/CMakeLists.txt
|
2022-05-13 10:45:20 +02:00 |
|
jkriege2
|
57ce23426d
|
M_PI not easily defined for every compiler
|
2022-05-12 11:57:24 +02:00 |
|
jkriege2
|
1a9593409a
|
fixed QT6 compatibility
|
2022-05-12 10:35:05 +02:00 |
|
jkriege2
|
f475caddc1
|
fixed typo
|
2022-05-11 23:03:33 +02:00 |
|
jkriege2
|
ee2477a1f6
|
implemented wiggle plots (feature request #68)
|
2022-05-11 22:55:23 +02:00 |
|
jkriege2
|
d45083ee9b
|
moved include-guards to the head of the headers
|
2022-04-24 22:07:39 +02:00 |
|
jkriege2
|
c6aa942486
|
improved/fixed qmake-build scripts fot Qt6
|
2022-04-24 22:07:16 +02:00 |
|
jkriege2
|
b8088ccc69
|
improved/bugfixed doxygen documentation
|
2022-04-24 13:23:59 +02:00 |
|
jkriege2
|
333b7ac967
|
updated gh-pages secret
|
2022-04-23 15:16:51 +02:00 |
|
jkriege2
|
dfd7826d86
|
Doxygen Github Action Update
|
2022-04-23 14:57:56 +02:00 |
|
jkriege2
|
3ebbe3f035
|
moved Doxyfile, updated doxygen Github Action
|
2022-04-23 14:16:06 +02:00 |
|
Jan W. Krieger
|
def473c8e7
|
Update doxygen_build_deploy.yml
|
2022-04-22 22:22:32 +02:00 |
|
jkriege2
|
e784a6d89f
|
fixed doxygen comment
|
2022-04-22 22:19:24 +02:00 |
|
Jan W. Krieger
|
3e34e36272
|
Update doxygen_build_deploy.yml
|
2022-04-22 22:16:18 +02:00 |
|
Jan W. Krieger
|
1bc4e99892
|
Update doxygen_build_deploy.yml
|
2022-04-22 21:58:45 +02:00 |
|
Jan W. Krieger
|
9cd1462a77
|
Update doxygen_build_deploy.yml
|
2022-04-22 21:54:38 +02:00 |
|
Jan W. Krieger
|
4193d6ec9c
|
Update doxygen_build_deploy.yml
|
2022-04-22 21:29:01 +02:00 |
|
Jan W. Krieger
|
408f9c1229
|
Update doxygen_build_deploy.yml
|
2022-04-22 21:27:25 +02:00 |
|
Jan W. Krieger
|
d4c1ec9705
|
Create doxygen_build_deploy.yml
|
2022-04-22 21:18:15 +02:00 |
|
jkriege2
|
b931e4d806
|
updated whatsnew.dox
|
2022-04-22 20:54:13 +02:00 |
|
jkriege2
|
b8f1ac7edb
|
fix for Qt < 5.14
|
2022-04-22 20:53:54 +02:00 |
|
Jan W. Krieger
|
014f4e597f
|
Merge pull request #66 from jkriege2/add_qt6_compatibility
Add qt6 compatibility
|
2022-04-22 20:28:49 +02:00 |
|
jkriege2
|
1953f080ae
|
fixed CodeQL Workflow
|
2022-04-22 20:26:55 +02:00 |
|
jkriege2
|
85e60e3e56
|
updated documentation and whatsnew.dox
|
2022-04-22 20:19:25 +02:00 |
|
jkriege2
|
d99637398a
|
added Qt6 appveyor builds
|
2022-04-22 15:24:54 +02:00 |
|