Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions jkqtplotter/jkqtplotter.2020.06.28.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "http://inqlude.org/schema/release-manifest-v1#",
"name": "jkqtplotter",
"display_name": "JKQtPlotter",
"version": "v2019.11.3",
"release_date": "2020-06-28",
"summary": "Plotting widget for Qt, including data management and LaTeX rendering",
"urls": {
"homepage": "https://github.com/jkriege2/JKQtPlotter",
"vcs": "https://github.com/jkriege2/JKQtPlotter",
"api_docs": "http://jkriege2.github.io/JKQtPlotter/index.html",
"tutorial": "http://jkriege2.github.io/JKQtPlotter/example_tutorial_projects.html"
},
"licenses": [
"LGPLv2.1+"
],
"description": "an extensive Qt5 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies.",
"maturity": "development",
"authors": [
"Jan Krieger <[email protected]>"
],
"platforms": [
"Linux",
"Windos",
"OS X"
],
"packages": {
"source": "https://github.com/jkriege2/JKQtPlotter/archive/v2019.11.3.zip"
},
"topics": [
"Graphics"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"name": "jkqtplotter",
"display_name": "JKQtPlotter",
"version": "master",
"release_date": "2018-12-28",
"release_date": "2020-06-28",
"summary": "Plotting widget for Qt, including data management and LaTeX rendering",
"urls": {
"homepage": "https://github.com/jkriege2/JKQtPlotter",
"vcs": "https://github.com/jkriege2/JKQtPlotter",
"api_docs": "https://github.com/jkriege2/JKQtPlotter",
"tutorial": "https://github.com/jkriege2/JKQtPlotter"
"api_docs": "http://jkriege2.github.io/JKQtPlotter/index.html",
"tutorial": "http://jkriege2.github.io/JKQtPlotter/example_tutorial_projects.html"
},
"licenses": [
"LGPLv2.1+"
],
"description": "This is an extensive library of function/data plotter classes for Qt (>= 4.7, tested with Qt up to 5.11).",
"description": "an extensive Qt5 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies.",
"maturity": "development",
"authors": [
"Jan Krieger <[email protected]>"
Expand Down