Commit Graph

658 Commits

Author SHA1 Message Date
jkriege2
3dd8246405 updated appveyor.yml (exclude gh-pages, find CImg on Win)
updated appveyor badge
2022-04-18 14:08:01 +02:00
jkriege2
2d44520b82 improved FindCImg.cmake: now also adds proper required link libs and compile options, generates TARGET CImg:CImg 2022-04-18 13:54:08 +02:00
Jan W. Krieger
64674f4e7e
Merge pull request #63 from jkriege2/modernize_appveyor_yml
Modernize appveyor yml
2022-04-17 23:33:02 +02:00
Jan W. Krieger
35af24a9c9
Merge branch 'master' into modernize_appveyor_yml 2022-04-17 23:32:50 +02:00
jkriege2
30f4813ae2 deactivated CImg in Linux appveyor.yml build 2022-04-17 23:30:50 +02:00
jkriege2
b951958db1 moderized appveyor.yml 2022-04-17 23:21:05 +02:00
jkriege2
0e7ce2dc5a modernized appveyor.yml 2022-04-17 23:21:04 +02:00
jkriege2
ea30cbbcdd fixed appveyor.yml (syntax, added CImg ...) 2022-04-17 23:21:04 +02:00
jkriege2
33563bd379 Merge branch 'master' of https://github.com/jkriege2/JKQtPlotter 2022-04-17 23:21:04 +02:00
jkriege2
86ac1a2963 tried to fix problem in appveyor.yml: build-phase set to MSBuild, but should be script 2022-04-17 23:21:02 +02:00
jkriege2
129eb619a5 tried to fix problem in appveyor.yml: build-phase set to MSBuild, but should be script 2022-04-17 23:20:55 +02:00
jkriege2
073c7ef7fd corrected appveyor.yml: Unix-Build (calculating Qt path) 2022-04-17 23:20:54 +02:00
jkriege2
85c25ebeea update appveyor.yml, added Qt 5.15 & Unix 2022-04-17 23:20:54 +02:00
jkriege2
1f1fe186ef added debug output to appveyor.yml 2022-04-17 23:20:54 +02:00
jkriege2
a60a03acd9 added debug output to appveyor.yml 2022-04-17 23:20:54 +02:00
jkriege2
76fde69284 activated high-dpi scaling for all JKQtPlotter examples 2022-04-17 23:20:53 +02:00
jkriege2
9998708b43 added build for higher Qt version to appveyor.yml 2022-04-17 23:20:53 +02:00
jkriege2
770c839d13 moderized appveyor.yml 2022-04-17 23:18:14 +02:00
jkriege2
75beb063df modernized appveyor.yml 2022-04-17 23:16:54 +02:00
jkriege2
5040ea71fe fixed appveyor.yml (syntax, added CImg ...) 2022-04-17 23:06:25 +02:00
jkriege2
f17c29e2c8 Merge branch 'master' of https://github.com/jkriege2/JKQtPlotter 2022-04-17 13:45:40 +02:00
jkriege2
9c97b82088 tried to fix problem in appveyor.yml: build-phase set to MSBuild, but should be script 2022-04-17 12:57:05 +02:00
jkriege2
22ac8fced0 tried to fix problem in appveyor.yml: build-phase set to MSBuild, but should be script 2022-04-17 12:54:00 +02:00
jkriege2
1bbbe3564f corrected appveyor.yml: Unix-Build (calculating Qt path) 2022-04-16 23:31:00 +02:00
jkriege2
24f764616d update appveyor.yml, added Qt 5.15 & Unix 2022-04-16 23:23:18 +02:00
jkriege2
786f1a790c added debug output to appveyor.yml 2022-04-15 23:10:20 +02:00
jkriege2
29101b63fd added debug output to appveyor.yml 2022-04-15 23:06:09 +02:00
jkriege2
098bcf9c8b activated high-dpi scaling for all JKQtPlotter examples 2022-04-15 23:01:09 +02:00
Jan W. Krieger
8f184791cc
Merge pull request #55 from akenmorris/high_dpi
Enable high-dpi support for plots
2022-04-15 22:55:35 +02:00
jkriege2
fa0e58e56e added build for higher Qt version to appveyor.yml 2022-04-15 22:12:24 +02:00
jkriege2
170b6778a5 corrected CI build scripts to use my mirror of doxygen binaries (that do not vanish!) 2022-04-15 20:41:56 +02:00
Jan W. Krieger
2d12671501
Merge pull request #51 from StephanOostveen/bug/return_local_reference
Bug: JKMathParser exception return local variable
2021-10-18 14:16:27 +02:00
Alan Morris
6f487c2c24 Enable high-dpi support for plots. 2021-08-18 16:32:48 -06:00
Stephan Oostveen
e7ca3db4de Bug: JKMathParser exception return local variable
Fix the what() function which returned a pointer to a local variable.
2021-03-23 21:01:27 +01:00
jkriege2
fc7622e901 several minor bugfixes to QMake build system 2020-10-19 16:05:18 +02:00
jkriege2
82cef279a3 removed unneeded line from travis.yml 2020-10-06 12:37:24 +02:00
jkriege2
bfbb49dd93 mentioned user:patstew 2020-10-02 17:22:03 +02:00
Jan W. Krieger
4c362fde62
Merge pull request #47 from RFCreations/master
Some minor build fixes
2020-10-02 17:20:05 +02:00
Patrick Stewart
872b31bc2d Add missing #include 2020-10-02 14:41:42 +01:00
Patrick Stewart
2e85504d89 Support Qt in namespace 2020-10-02 14:41:26 +01:00
Patrick Stewart
29e970ed6f Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR
This means that the project can be used with CMake fetchcontent / add_subdriectory
2020-10-02 14:40:47 +01:00
jkriege2
75c7e3421b reworked grid-style representation 2020-09-29 13:19:04 +02:00
jkriege2
58403f8905 improved/breaking change: image plots now manage CONST-data, not plain pointer arrays... This is OK, since the raw data is never owned nor modified by the plot, only referenced! 2020-09-28 19:24:17 +02:00
jkriege2
48ec6060ab * additional JKQTPColorDerivationMode
* bugfixes for Boxplots
* style improvements
2020-09-28 15:37:45 +02:00
jkriege2
a371dc86a5 updated predefined styles to updated styling system 2020-09-28 12:46:58 +02:00
jkriege2
534745229d several bugfixes for reading styles, improved default styling for graphs (filled, barcharts, ...) 2020-09-27 17:16:18 +02:00
jkriege2
fc321f027b - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system
- breaking: extended styling system for graphs
2020-09-26 15:58:58 +02:00
jkriege2
a65a713ea6 improved/breaking change: reworked class hierarchy of violin plots 2020-09-21 13:53:33 +02:00
jkriege2
0faa51c9f5 comment formatting fix 2020-09-21 13:52:13 +02:00
jkriege2
40e4b30c45 improved/breaking change: reworked class hierarchy of boxplots 2020-09-21 13:40:38 +02:00