jkriege2
22578725b7
added Mandelbrot Set Explorer and an Example
2020-09-11 23:22:04 +02:00
jkriege2
9a3f321f66
improved and bugfixed handling of aspectRatio and its documentation
2020-09-11 23:21:55 +02:00
jkriege2
fa7b08940e
fixed rename setPalette()->setColorPalette() in examples
2020-09-11 15:28:56 +02:00
jkriege2
d2b4e07c94
added JPQTPlotter signal, when widget was resized
2020-09-11 13:48:07 +02:00
jkriege2
d6e6b1d53b
reverted: - bugfix: JKQTPColumnConstIterator and JKQTPColumnIterator: getImagePositionX() and getImagePositionY() were switched
2020-09-11 13:15:12 +02:00
jkriege2
a1c4f0c0d2
- added several new copy/set-functions to JKQTPDatastore
...
- bugfix: JKQTPColumnConstIterator and JKQTPColumnIterator: getImagePositionX() and getImagePositionY() were switched
2020-09-11 12:39:10 +02:00
jkriege2
ff373236d4
renamed JKQTPColorPaletteStyleAndToolsMixin::setPalette() -> JKQTPColorPaletteStyleAndToolsMixin::setColorPalette()
2020-09-11 12:14:51 +02:00
jkriege2
e9ca874f3b
made some functions of JKQTPCoordinateAxis public and improved documentation
2020-09-11 12:09:11 +02:00
jkriege2
1162a80cb4
added missing JKQTPlotter::getDatastore() with const-modifier
2020-09-11 12:06:27 +02:00
jkriege2
2e2d8dc7d6
link examples evalcurve and parametriccurve
2020-09-10 18:02:09 +02:00
jkriege2
ebf034710b
bugfix: parsed functions did not work properly
2020-09-09 11:45:33 +02:00
jkriege2
ba856b594f
removed/breaking change: removed the overlay elements (derived from JKQTPOverlayElement), which were not very well set up and are more confusing than useful.
2020-09-09 11:26:04 +02:00
jkriege2
95d885bc2c
- bugfix: improved handling of DRAGZOOM-UserAction for log-log plots
...
- code (style) improvements
2020-09-08 20:15:33 +02:00
jkriege2
f77bc97ca5
- cleanup of class-hierarchy of evaluated functions
...
- added slots for several properties of evaluated functions
- updated examples
2020-09-07 20:58:20 +02:00
jkriege2
414e12920e
- added further base-class JKQTPEvaluatedFunctionWithParamsGraphBase, which extends JKQTPEvaluatedFunctionGraphBase with parameters
...
- modified plot-function with parameters, as the old unsafe way of giving a void* for parameters is no longer necessary with C++-lambdas and std::bind()
2020-09-05 13:47:46 +02:00
jkriege2
dcdee469fe
rename JKQTPFunctionLineGraphBase -> JKQTPEvaluatedFunctionGraphBase
2020-09-05 13:16:26 +02:00
jkriege2
29ee1aa376
created common base class JKQTPFunctionLineGraphBase for all graphs that display evaluated functions
2020-09-05 13:14:46 +02:00
jkriege2
48a24a85d0
JKQTPXFunctionLineGraph: further simplification
2020-09-05 12:50:46 +02:00
jkriege2
8c0c8bf62e
simplification/unification: JKQTPXFunctionLineGraph and JKQTPYFunctionLineGraph now use JKQTPAdaptiveFunctionGraphEvaluator to generate sample points
2020-09-05 12:44:02 +02:00
jkriege2
c57c672f78
new: a new graph class JKQTPXYFunctionLineGraph draws parametric 2D curves (f(t) -> [x,y])
2020-09-04 23:47:03 +02:00
jkriege2
33a9cb5b2d
bugfix: straight lines in pie and chord were not drawn as curve in DrawMode=DrawAsMathematicalCurve
2020-09-03 23:28:48 +02:00
jkriege2
e97c0a13fe
added simple geometric example, which produces the images fro teh documentation
2020-09-03 23:09:15 +02:00
jkriege2
279ef7880a
- improved: geometric objects now use an adaptive drawing algorithm to represent curves (before e.g. ellipses were always separated into a fixed number of line-segments)
...
- improved: constructors and access functions for several geometric objects (e.g. more constructors, additional functions to retrieve parameters in diferent forms, iterators for polygons, ...)
- new: all geometric objects can either be drawn as graphic element (i.e. lines are straight line, even on non-linear axes), or as mathematical curve (i.e. on non-linear axes, lines become the appropriate curve representing the linear function, connecting the given start/end-points). The only exceptions are ellipses (and the derived arcs,pies,chords), which are always drawn as mathematical curves
2020-09-03 23:08:52 +02:00
jkriege2
c02ebf817b
added function to check whether axis is linear
2020-09-03 22:56:38 +02:00
jkriege2
664861d031
fixed link to Doxygen
2020-08-28 20:07:48 +02:00
jkriege2
87755ce515
diverse code improvements, increased copyright year to 2020
2020-08-26 12:58:23 +02:00
jkriege2
5ad9ebdcbb
code styling improvements
2020-08-26 11:43:44 +02:00
jkriege2
696ce11514
improved code style
2020-08-26 11:00:25 +02:00
jkriege2
0a634aabd0
reorganization: split jkqtpgeometric.h/.cpp into several smaller files that group the geomtric shapes by type
2020-08-26 10:36:07 +02:00
jkriege2
35000a8e38
some fixes to documentation and geometry example
2020-08-23 13:58:47 +02:00
jkriege2
4e1c09c24b
improved arrows in geometric elements:
...
- JKQTPGeoLine, JKQTPGeoPolyLines and JKQTPGeoInfiniteLine support decorators
- improved decorator drawing
- more decorator types
- improved example geometry
- added specific example geo_arrows
- improved documentation
- code cleanup
2020-08-23 13:13:53 +02:00
jkriege2
9cba3fec25
bugfix: removed compiler warning
2020-08-21 18:40:30 +02:00
Jan W. Krieger
2225e655f3
Update README.md
2020-08-21 18:32:50 +02:00
jkriege2
b3f4c64564
added geometric plot JKQTPGeoArrow object to draw arrows
2020-08-21 18:31:58 +02:00
jkriege2
ab1eaad82f
Merge branch 'master' of https://github.com/jkriege2/JKQtPlotter
2020-08-15 09:18:09 +02:00
jkriege2
139b0f5841
regained compatibility with pre 5.11 QT-Versions
2020-08-15 09:16:15 +02:00
Jan W. Krieger
51e3b4e0e9
Update README.md
2020-08-14 16:26:17 +02:00
Jan W. Krieger
53be402925
added code quality badges
2020-08-14 16:21:32 +02:00
jkriege2
755165d999
updated whatnew.dox
2020-08-14 14:28:02 +02:00
jkriege2
7e9bad29b4
fix for issue #45 :
...
- for Qt 5.15: added missing #include statements that became necessary since Qt 5.15
- for Qt 5.15: fixed use of several deprecated functions
- for Qt 5.15/6: removed usage of QMatrix
2020-08-14 14:12:59 +02:00
jkriege2
35965b2e09
added OpenCV-dependency to AppVeyor/Travis CI-builds
2020-08-14 12:07:43 +02:00
jkriege2
8910547089
added description for Qt Marketplace
2020-08-13 15:49:09 +02:00
jkriege2
c9ebd73b37
added LOGO
2020-08-13 15:20:56 +02:00
jkriege2
70f8c3048b
Merge branch 'master' of https://github.com/jkriege2/JKQtPlotter
2020-06-29 08:01:52 +02:00
jkriege2
eb7fd1d524
some bugfixes for VStudio NOMINMAX-problem ...
2020-06-29 08:01:40 +02:00
jkriege2
2d5e932d1d
some bugfixes for VStudio NOMINMAX-problem ...
2020-06-29 07:59:11 +02:00
jkriege2
7a0d3a71df
update README.md
2020-06-28 15:57:34 +02:00
jkriege2
52d3349199
improvements in CMake setup:
...
- removed more global settings (these are now target-specific)
- exporting now Config.cmake, which contains find_package(Qt) and loads a separate Targets.cmake
2020-06-28 15:53:26 +02:00
jkriege2
5f1579314e
switched to semantic versioning
2020-06-28 15:00:24 +02:00
jkriege2
39aa7479aa
using more modern Travis image to support newer doxygen
2020-06-28 10:36:41 +02:00