Commit Graph

  • 4d58448d17 docfix jkriege2 2024-02-09 13:57:42 +0100
  • bb2d393c13 Deploying to gh-pages from @ 942c6aacfa 🚀 jkriege2 2024-02-09 12:56:38 +0000
  • 942c6aacfa linkfix jkriege2 2024-02-09 13:53:29 +0100
  • cf87790234 Deploying to gh-pages from @ 627c329ab1 🚀 jkriege2 2024-02-09 12:51:49 +0000
  • 627c329ab1 replace JKQTPVectorFieldGraph::setAutoscaleLengthFactor() by an enum-property JKQTPVectorFieldGraph::setVectorLengthMode() and added a mode that ignores the length completely, the vectorfield example was also modified to better show this new property jkriege2 2024-02-09 13:48:41 +0100
  • 1ff97e1d0a doc update jkriege2 2024-02-09 12:04:21 +0100
  • 6db35ad05c Deploying to gh-pages from @ 4de6468882 🚀 jkriege2 2024-02-09 11:02:31 +0000
  • 4de6468882
    Update README.md Jan W. Krieger 2024-02-09 11:59:22 +0100
  • 9cf30a9e01 Deploying to gh-pages from @ 7443752ded 🚀 jkriege2 2024-02-09 10:52:14 +0000
  • 7443752ded improved example banner and screenshot website jkriege2 2024-02-09 11:49:05 +0100
  • eb315f648f JKQTPVectorFieldGraph: added scaling factor for length-autoscaling jkriege2 2024-02-09 11:41:19 +0100
  • 79a0e80ac4 Deploying to gh-pages from @ 7e5961abe7 🚀 jkriege2 2024-02-08 21:10:46 +0000
  • 7e5961abe7 doc/mainpage update jkriege2 2024-02-08 22:06:02 +0100
  • e2057ae27a NEW: Base class JKQTPXYAndVectorGraph for graphs like vector fields, e.g. (x,y,dx,dy) or (x,y,angle,length) NEW: ... and an actual implementation JKQTPVectorFieldGraph (+example) jkriege2 2024-02-08 21:52:30 +0100
  • 209f755919 Deploying to gh-pages from @ a178a1f6d3 🚀 jkriege2 2024-02-06 22:01:15 +0000
  • a178a1f6d3 docfix jkriege2 2024-02-06 22:58:02 +0100
  • 59061a0ce9 Deploying to gh-pages from @ ac8e7c6adb 🚀 jkriege2 2024-02-06 15:23:59 +0000
  • ac8e7c6adb docfix jkriege2 2024-02-06 16:20:48 +0100
  • 4b2bb78788 Deploying to gh-pages from @ 51f0afe4cf 🚀 jkriege2 2024-02-06 15:20:02 +0000
  • d84c67642c fix Qt5 compile error jkriege2 2024-02-06 16:17:28 +0100
  • 51f0afe4cf update example doc jkriege2 2024-02-06 16:15:03 +0100
  • 3ed13f4efb Deploying to gh-pages from @ eb83feccaf 🚀 jkriege2 2024-02-06 14:22:32 +0000
  • eb83feccaf doc update + image rename jkriege2 2024-02-06 15:19:20 +0100
  • aa9e7a9722 Deploying to gh-pages from @ 0eae9fa6f8 🚀 jkriege2 2024-02-06 14:00:33 +0000
  • 0eae9fa6f8 update doc images jkriege2 2024-02-06 14:57:02 +0100
  • b9f881dd4e update qmake-build jkriege2 2024-02-06 14:53:51 +0100
  • 99f029e61e updated copyright timerange to 2024 jkriege2 2024-02-06 14:50:49 +0100
  • 3c9bd56d9e NEW: JKQTPXYGraphLabels which can draw a label next to each datapoint in the given x/y-dataset. The labels can be x-/y- or x&y-coordinates or custom, then defined by a user-supplied functor (+example \ref JKQTPlotterGraphLabels) jkriege2 2024-02-06 14:49:14 +0100
  • 0009ff8f64 moved two protected methods from JKQTPCoordinateAxis to jkqtpstringtools.h/.cpp jkriege2 2024-02-06 14:48:21 +0100
  • e63f053896 DOC update jkriege2 2024-02-06 12:18:54 +0100
  • 210c7aaa42 improved qHash-functions and class constructors NEW jkqtp_hash_combine() and jkqtp_combine_hash() jkriege2 2024-02-05 17:12:34 +0100
  • 3b231273ef FIXED symmetry when zooming with JKQTBasePlotter::zoomIn() or JKQTBasePlotter::zoomOut() jkriege2 2024-02-05 00:24:39 +0100
  • 26cb23e3ab doc improvements jkriege2 2024-02-04 22:06:09 +0100
  • f606327469 RENAMED JKQTPDatastore::addColumnCalculatedFromColumn() to JKQTPDatastore::addCalculatedColumnFromColumn(), which is more in line with the other add...()-function names. Aliases with the old function names remain for compatibility jkriege2 2024-02-04 21:42:53 +0100
  • 5bc9781ce0 Deploying to gh-pages from @ b338606bc1 🚀 jkriege2 2024-02-02 15:24:14 +0000
  • b338606bc1 FIXED/SECURITY not using \c sprintf() any more ... replaced by e.g. \c snprintf() , which is more secure. jkriege2 2024-02-02 16:20:55 +0100
  • 1ba598005d Deploying to gh-pages from @ 3e4ba547bd 🚀 jkriege2 2024-02-02 15:15:31 +0000
  • 3e4ba547bd UPDATED auto-generated documentation images jkriege2 2024-02-02 16:11:52 +0100
  • d93a21f852 FIXED ITERATORS EXAMPLE. AUTO-GENERATED IMAGES WERE WRONG jkriege2 2024-02-02 16:11:31 +0100
  • 50746a09cf brought removed operators in JKQTDataStore back jkriege2 2024-02-02 16:09:42 +0100
  • 8d01908082 FIXed error when running jkqtmathtext_render copiled with Qt5 (nned to use qSort instead of std::sort) jkriege2 2024-02-02 15:00:10 +0100
  • 92b8894a3b FIX: color bars did not show a complete frame around jkriege2 2024-02-02 14:43:10 +0100
  • 57b298527e IMPROVED: axis labeling: there were some minor differences between compilers IMPROVED: jkqtp_floattounitstr()/jkqtp_floattolatexunitstr(): add all SI-Prefixes from 10^-30...10^30 BREAKING removed unused function variant of jkqtp_floattounitstr() NEW Added unit test for jkqtp_floattounitstr()/jkqtp_floattolatexunitstr() jkriege2 2024-02-02 14:24:41 +0100
  • 55625a25ee IMPROVED/FIXED outside space requirements for color bars. Text was sometime too close to the plot border. jkriege2 2024-02-02 14:03:16 +0100
  • 946e472ce7 FIXED removed unnecessary operator from JKQTPColumnIterator and JKQTPColumnConstIterator, which lead to exceptions on some compilers jkriege2 2024-02-02 14:01:16 +0100
  • 1858385952 FIXED issue #118: "Dangerous warning in MacOS and clang" (thanks to user:igormironchik for reporting): a forward-declared class (i.e. incomplete type) was deleted jkriege2 2024-02-02 11:35:00 +0100
  • 35b584ff95 Deploying to gh-pages from @ acae5929d1 🚀 jkriege2 2024-02-01 11:18:09 +0000
  • acae5929d1 JKQtMathText: NEW: added \c \\~{} , \c \\^{}, \c \\`{}, ... instructions jkriege2 2024-02-01 12:14:46 +0100
  • 5791bdf486 Deploying to gh-pages from @ 879544030b 🚀 jkriege2 2024-01-31 15:13:08 +0000
  • 879544030b FIX for issue <a href="https://github.com/jkriege2/JKQtPlotter/issues/117">#117: Unnecessary printing of tilde symbol in math</a> was incomplete in math-mode jkriege2 2024-01-31 16:10:00 +0100
  • 5a3ab4b508 Deploying to gh-pages from @ c0bbe8f557 🚀 jkriege2 2024-01-31 14:50:35 +0000
  • c0bbe8f557 FIXED issue <a href="https://github.com/jkriege2/JKQtPlotter/issues/117">#117: Unnecessary printing of tilde symbol in math</a> (thanks to <a href="https://github.com/igormironchik">user:igormironchik</a> for reporting):<br/>Tilde was not recognized as a LaTeX instruction, now is interpreted as non-breaking whitespace jkriege2 2024-01-31 15:47:26 +0100
  • f234f41540 appveyor.yml: deactivate artifacts jkriege2 2024-01-28 12:02:04 +0100
  • b2f203ccac fix CMake warnings jkriege2 2024-01-28 12:00:31 +0100
  • 70760174e3 Deploying to gh-pages from @ ff988fa1a8 🚀 jkriege2 2024-01-27 19:51:59 +0000
  • ff988fa1a8 fixed problem with non-lowercase include-dirs in CMake export jkriege2 2024-01-27 20:48:54 +0100
  • 5546013d7b Deploying to gh-pages from @ 0c314a5b83 🚀 jkriege2 2024-01-27 13:46:35 +0000
  • 0c314a5b83 reorganized tests jkriege2 2024-01-27 14:43:23 +0100
  • 3e3e47577f Deploying to gh-pages from @ bcbce121c1 🚀 jkriege2 2024-01-27 13:23:36 +0000
  • bcbce121c1 ensure that either CMAKE_BUILD_TYPE or CMAKE_CONFIGURATION_TYPES is set in CMake jkriege2 2024-01-27 14:20:31 +0100
  • a287165f88 Deploying to gh-pages from @ 16d44d6a63 🚀 jkriege2 2024-01-26 23:36:49 +0000
  • 16d44d6a63 more bugfixes to appveyor.yml jkriege2 2024-01-27 00:33:42 +0100
  • 8ef1677120 Deploying to gh-pages from @ cffefc4b62 🚀 jkriege2 2024-01-26 20:20:47 +0000
  • cffefc4b62 appveyor.yml: generating DEBUG-build only jkriege2 2024-01-26 21:16:29 +0100
  • b72c490946 Deploying to gh-pages from @ 63a49ef94b 🚀 jkriege2 2024-01-26 18:59:23 +0000
  • 63a49ef94b less noise in appveyor.yml jkriege2 2024-01-26 19:55:26 +0100
  • 69e8cdf1fa improved appveyor.yml show-instruction for unit-test results on windows-image jkriege2 2024-01-26 19:51:04 +0100
  • 73d3dff405 appveyor.yml: less artifacts jkriege2 2024-01-26 19:06:50 +0100
  • 99592b29d8 typofix jkriege2 2024-01-26 18:42:00 +0100
  • 0fd972ceda Deploying to gh-pages from @ 6cab8dd3b0 🚀 jkriege2 2024-01-26 17:39:03 +0000
  • 6cab8dd3b0 some modifications to appveyor.yml ... and status-messages in simpletest_cmake jkriege2 2024-01-26 18:35:49 +0100
  • 83f3e25120 Deploying to gh-pages from @ a1ee5b58b9 🚀 jkriege2 2024-01-25 18:26:43 +0000
  • a1ee5b58b9 changed QList to std::vector (as QList::emplaceBack ist not available in all Qt versions jkriege2 2024-01-25 19:23:37 +0100
  • 56ecb35ce9 added missing #include jkriege2 2024-01-25 19:19:40 +0100
  • 0c9f10c1bd Deploying to gh-pages from @ 29bdaad85b 🚀 jkriege2 2024-01-24 21:50:26 +0000
  • 29bdaad85b update appveyor.yml jkriege2 2024-01-24 22:47:07 +0100
  • 1bf6c43134 MODIFIED JKQTPDataCache to implement a limited-size cache with least-recently-used delete stategy jkriege2 2024-01-24 22:33:32 +0100
  • 2ab269b023 Deploying to gh-pages from @ 868d6dcdf4 🚀 jkriege2 2024-01-23 12:41:46 +0000
  • 868d6dcdf4 fixed several compile warnings jkriege2 2024-01-23 13:09:37 +0100
  • 9de28c12ce Deploying to gh-pages from @ 1c9557c0d8 🚀 jkriege2 2024-01-23 11:11:50 +0000
  • 1c9557c0d8 fixed appveyor.yml jkriege2 2024-01-23 12:08:31 +0100
  • d7cc2a5c91 Deploying to gh-pages from @ a7e723d836 🚀 jkriege2 2024-01-23 10:54:53 +0000
  • a7e723d836 fix test-declaration in CMake-Files jkriege2 2024-01-23 11:51:50 +0100
  • ae8ca920f1 Deploying to gh-pages from @ 326bb3650a 🚀 jkriege2 2024-01-23 00:05:28 +0000
  • 326bb3650a fix appveyor.yml jkriege2 2024-01-23 01:02:25 +0100
  • 4695f35770 fixed unit tests in appveyor.yml jkriege2 2024-01-23 01:00:55 +0100
  • 9c543953ca fix CMake error jkriege2 2024-01-23 00:48:42 +0100
  • 1c386c727d Deploying to gh-pages from @ 397d2bee9a 🚀 jkriege2 2024-01-22 21:14:22 +0000
  • 397d2bee9a FIXed CMake build:generic ALIAS targets were defined incorrectly jkriege2 2024-01-22 22:09:55 +0100
  • ab8ab57681 fixed Qt5 implementation error jkriege2 2024-01-22 22:02:28 +0100
  • 1f7356328d fixed compile error in unit tests jkriege2 2024-01-22 22:02:14 +0100
  • 73bc82724b fixed qmake compile/link error jkriege2 2024-01-22 21:47:34 +0100
  • c517610bc8 Deploying to gh-pages from @ 8ccaaaebe6 🚀 jkriege2 2024-01-22 20:35:17 +0000
  • 8ccaaaebe6 NEW: added "currentcolor" as color-placeholder in style.ini files and using it in conjunction with linear-gradient() in cyberpunk and dark styles NEW: added style simple_noaxes.ini jkriege2 2024-01-22 21:31:09 +0100
  • 17e8d8713e Deploying to gh-pages from @ 1d013685bf 🚀 jkriege2 2024-01-22 17:47:55 +0000
  • 1d013685bf fixed missing/wrong #include's jkriege2 2024-01-22 18:44:46 +0100
  • 99edc4cd42 Deploying to gh-pages from @ bf89200a5c 🚀 jkriege2 2024-01-22 17:25:44 +0000
  • 422798eaa7 Deploying to gh-pages from @ adf230fcf1 🚀 jkriege2 2024-01-22 17:23:40 +0000
  • bf89200a5c fixed uninitialized member jkriege2 2024-01-22 18:22:45 +0100
  • adf230fcf1 bugfixes jkriege2 2024-01-22 18:20:35 +0100