|
8 | 8 | <url type="homepage">https://alphaplot.sourceforge.io/</url> |
9 | 9 | <url type="bugtracker">https://github.com/narunlifescience/AlphaPlot/issues</url> |
10 | 10 | <url type="donation">https://www.patreon.com/alphaplot</url> |
| 11 | + <url type="help">https://alphaplot.sourceforge.io/wiki/index.php</url> |
11 | 12 | <summary>AlphaPlot is a free application for Scientific Data Analysis and Visualization</summary> |
12 | 13 | <description> |
13 | 14 | <p> |
|
50 | 51 | </screenshot> |
51 | 52 | </screenshots> |
52 | 53 | <releases> |
| 54 | + <release version="1.02" date="2022-01-16"> |
| 55 | + <description> |
| 56 | + <p>Overview of changes in AlphaPlot 1.02</p> |
| 57 | + <ul> |
| 58 | + <li>project explorer drag n drop</li> |
| 59 | + <li>add 2D legend visibility per plot, legend margins and legend direction property</li> |
| 60 | + <li>fixed multiple crash issues thus increasing the stability</li> |
| 61 | + <li>go to data column from property editor graph2d</li> |
| 62 | + <li>selected mdi subwindow glow indication</li> |
| 63 | + <li>fix vector plot related orientation issue and antialiasing issue</li> |
| 64 | + <li>add layout element swap functionality</li> |
| 65 | + <li>add the ability to customize brush patterns on all graph typefills, text item fill and layout element fills</li> |
| 66 | + <li>xml file based new update checking</li> |
| 67 | + <li>Template saving and loading (for matrix, table, plot2d, plot3d)</li> |
| 68 | + <li>grouped bar charts (vertical and horizontal)</li> |
| 69 | + <li>rewrite the layout system to a grid type one (with row and column stretch factor adjustment)</li> |
| 70 | + <li>add title element to legend</li> |
| 71 | + <li>remove Zlib dependency and use Qt equivalent</li> |
| 72 | + <li>add margin adjustment for layout elements</li> |
| 73 | + <li>add Polynomial, Cubic Periodic, Akima Periodic, and Steffen Interpolation</li> |
| 74 | + <li>add 3D polar plot options and a 2D polar spectrogram with camera position on top</li> |
| 75 | + <li>2D axis from to precision setting based on axis tick precision</li> |
| 76 | + <li>add symbol/glyph browser</li> |
| 77 | + <li>new settings dialog</li> |
| 78 | + <li>duplicate plot2D and plot3D windows</li> |
| 79 | + <li>swap plot2D layouts</li> |
| 80 | + <li>optional legend title</li> |
| 81 | + <li>center plot on print plot2D</li> |
| 82 | + <li>clone plot2D and Plot3D</li> |
| 83 | + <li>save plot3D</li> |
| 84 | + <li>print plot3D</li> |
| 85 | + <li>upgrade qcustomplot library to 2.1.0</li> |
| 86 | + <li>improve plot3D mouse interactions</li> |
| 87 | + <li>subwindow creation time load/save fixed</li> |
| 88 | + <li>show function details on property browser function plot item</li> |
| 89 | + <li>make property browser plo2D items dynamically change icons based on plot property change</li> |
| 90 | + <li>save/load grouped bars plot2D</li> |
| 91 | + <li>enable move picker on plot2D</li> |
| 92 | + <li>make image item resizable and rotatable plot2D</li> |
| 93 | + <li>use Axis2D label as object browser item name</li> |
| 94 | + <li>fix function plot line unable to set properties (color, style)</li> |
| 95 | + <li>fix print with transparent background issue (Plot 2D)</li> |
| 96 | + <li>implement change order of plots-names in legend</li> |
| 97 | + <li>fix object browser context menu request reflect property browser update</li> |
| 98 | + <li>add multiple data checks for adding plots and additional controls</li> |
| 99 | + <li>add more customization of symbol, value, date, datetime, log, text axis 2d</li> |
| 100 | + <li>column type lock feature to prevent users form changing it while use in a plot2d or plot3d</li> |
| 101 | + </ul> |
| 102 | + </description> |
| 103 | + </release> |
53 | 104 | <release version="1.011" date="2020-05-06"> |
54 | | - <description> |
55 | | - <p>Overview of changes in AlphaPlot 1.011</p> |
56 | | - <ul> |
57 | | - <li>multipeak fitting fixed</li> |
58 | | - <li>ditch QwtPlot3D for qdatavis3d</li> |
59 | | - <li>reimplement all the graphs except trajectory in qdatavis3d</li> |
60 | | - <li>integrate customization to property editor</li> |
61 | | - <li>separate data manager class to handle inputs to the graph</li> |
62 | | - <li>XML save part incomplete</li> |
63 | | - <li>add the ability to customize Axis2D line endings</li> |
64 | | - <li>fix some issues with legend move updating in property editor and ability to break individual legend text</li> |
65 | | - <li>pie charts take 2 columns X as label and Y as values</li> |
66 | | - </ul> |
67 | | - </description> |
68 | | - </release> |
69 | | - <release version="1.01" date="2020-04-17"> |
70 | | - <description> |
71 | | - <p>Overview of changes in AlphaPlot 1.01</p> |
72 | | - <ul> |
73 | | - <li>Completed porting to QT5</li> |
74 | | - <li>Replace QWorkSpace with QMDIarea as a step towards Qt5</li> |
75 | | - <li>Add more random number generators with specific distribution profiles (Gaussian, exponential, etc.)</li> |
76 | | - <li>Drop Qt3 Support and rewrite project explorer to Qt5 standards</li> |
77 | | - <li>Added a function to show column data spikiness to get an idea about general data</li> |
78 | | - <li>color code X, Y, Z, Xerr, Yerr and none column types with a line under them for easy identification</li> |
79 | | - <li>add some utilities like detection of OS and its kind, Random color generation based on the golden ratio, etc</li> |
80 | | - <li>use a QDialog wit much more information to show mdiwindow properties</li> |
81 | | - <li>add a declared variable view list for QtScript scripting console-like Matlab</li> |
82 | | - <li>use xml to store AlphaPlot files for better structuring and handling</li> |
83 | | - <li>added a property editor to browse property of all QMdiWidgetItems (2dplot, 3dplot, table, matrix, note)</li> |
84 | | - <li>introduce QCustomplot to replace the aging qwt4 library</li> |
85 | | - <li>use a separate data handler class for 2D plots</li> |
86 | | - <li>add a basic layout management system like a queue</li> |
87 | | - <li>draggable legend, graph items (line, text), axis, zoom axis</li> |
88 | | - <li>reimplement all the 2D plotting functionality in qcustomplot</li> |
89 | | - <li>reimplement all the fitting functionality in qcustomplot</li> |
90 | | - </ul> |
91 | | - </description> |
92 | | -</release> |
93 | | -<release version="alpha-test2" date="2016-05-04"> |
94 | | -<description> |
95 | | - <p>Overview of changes in AlphaPlot alpha-test2</p> |
96 | | - <ul> |
97 | | - <li>add basic error detection to Qt Script</li> |
98 | | - <li>add a basic Syntax highlighter for scripts and functions</li> |
99 | | - <li>add QtScript with debugging to Alphaplot basic data structures with cell to cell data manipulation ability(Table and Matrix)</li> |
100 | | - <li>add add/remove layer to graph2d window</li> |
101 | | - <li>use default cascade function</li> |
102 | | - <li>fix mxe compile errors</li> |
103 | | - <li>drop QT3 related stuff</li> |
104 | | - <li>use a float button instead of old block one in table and matrix to access control UI</li> |
105 | | - <li>remember normal window state when a user closes a window in maximized state</li> |
106 | | - <li>added c++ 11 Support</li> |
107 | | - <li>remove liborigin and python support for now</li> |
108 | | - <li>make scripting console interactive (rewrite the entire class)</li> |
109 | | - <li>modernize icons and an icon handling class</li> |
110 | | - <li>add a lock-unlock functionality for toolbars and dock widgets</li> |
111 | | - <li>compartmentalize various aspects like scripting, 3d plots, etc. to separate directories</li> |
112 | | - <li>fix old code warnings (replace old C style casting, remove hardcoded colors, use initializer list when possible, Clean up Application window class, give better meaningful names for variables, etc.)</li> |
113 | | - </ul> |
114 | | -</description> |
115 | | -</release> |
116 | | -</releases> |
117 | | -<categories> |
118 | | -<category>Education</category> |
119 | | -<category>Science</category> |
120 | | -</categories> |
121 | | -<content_rating type="oars-1.1"/> |
| 105 | + <description> |
| 106 | + <p>Overview of changes in AlphaPlot 1.011</p> |
| 107 | + <ul> |
| 108 | + <li>multipeak fitting fixed</li> |
| 109 | + <li>ditch QwtPlot3D for qdatavis3d</li> |
| 110 | + <li>reimplement all the graphs except trajectory in qdatavis3d</li> |
| 111 | + <li>integrate customization to property editor</li> |
| 112 | + <li>separate data manager class to handle inputs to the graph</li> |
| 113 | + <li>XML save part incomplete</li> |
| 114 | + <li>add the ability to customize Axis2D line endings</li> |
| 115 | + <li>fix some issues with legend move updating in property editor and ability to break individual legend text</li> |
| 116 | + <li>pie charts take 2 columns X as label and Y as values</li> |
| 117 | + </ul> |
| 118 | + </description> |
| 119 | + </release> |
| 120 | + <release version="1.01" date="2020-04-17"> |
| 121 | + <description> |
| 122 | + <p>Overview of changes in AlphaPlot 1.01</p> |
| 123 | + <ul> |
| 124 | + <li>Completed porting to QT5</li> |
| 125 | + <li>Replace QWorkSpace with QMDIarea as a step towards Qt5</li> |
| 126 | + <li>Add more random number generators with specific distribution profiles (Gaussian, exponential, etc.)</li> |
| 127 | + <li>Drop Qt3 Support and rewrite project explorer to Qt5 standards</li> |
| 128 | + <li>Added a function to show column data spikiness to get an idea about general data</li> |
| 129 | + <li>color code X, Y, Z, Xerr, Yerr and none column types with a line under them for easy identification</li> |
| 130 | + <li>add some utilities like detection of OS and its kind, Random color generation based on the golden ratio, etc</li> |
| 131 | + <li>use a QDialog wit much more information to show mdiwindow properties</li> |
| 132 | + <li>add a declared variable view list for QtScript scripting console-like Matlab</li> |
| 133 | + <li>use xml to store AlphaPlot files for better structuring and handling</li> |
| 134 | + <li>added a property editor to browse property of all QMdiWidgetItems (2dplot, 3dplot, table, matrix, note)</li> |
| 135 | + <li>introduce QCustomplot to replace the aging qwt4 library</li> |
| 136 | + <li>use a separate data handler class for 2D plots</li> |
| 137 | + <li>add a basic layout management system like a queue</li> |
| 138 | + <li>draggable legend, graph items (line, text), axis, zoom axis</li> |
| 139 | + <li>reimplement all the 2D plotting functionality in qcustomplot</li> |
| 140 | + <li>reimplement all the fitting functionality in qcustomplot</li> |
| 141 | + </ul> |
| 142 | + </description> |
| 143 | + </release> |
| 144 | + <release version="alpha-test2" date="2016-05-04"> |
| 145 | + <description> |
| 146 | + <p>Overview of changes in AlphaPlot alpha-test2</p> |
| 147 | + <ul> |
| 148 | + <li>add basic error detection to Qt Script</li> |
| 149 | + <li>add a basic Syntax highlighter for scripts and functions</li> |
| 150 | + <li>add QtScript with debugging to Alphaplot basic data structures with cell to cell data manipulation ability(Table and Matrix)</li> |
| 151 | + <li>add add/remove layer to graph2d window</li> |
| 152 | + <li>use default cascade function</li> |
| 153 | + <li>fix mxe compile errors</li> |
| 154 | + <li>drop QT3 related stuff</li> |
| 155 | + <li>use a float button instead of old block one in table and matrix to access control UI</li> |
| 156 | + <li>remember normal window state when a user closes a window in maximized state</li> |
| 157 | + <li>added c++ 11 Support</li> |
| 158 | + <li>remove liborigin and python support for now</li> |
| 159 | + <li>make scripting console interactive (rewrite the entire class)</li> |
| 160 | + <li>modernize icons and an icon handling class</li> |
| 161 | + <li>add a lock-unlock functionality for toolbars and dock widgets</li> |
| 162 | + <li>compartmentalize various aspects like scripting, 3d plots, etc. to separate directories</li> |
| 163 | + <li>fix old code warnings (replace old C style casting, remove hardcoded colors, use initializer list when possible, Clean up Application window class, give better meaningful names for variables, etc.)</li> |
| 164 | + </ul> |
| 165 | + </description> |
| 166 | + </release> |
| 167 | + </releases> |
| 168 | + <categories> |
| 169 | + <category>Education</category> |
| 170 | + <category>Science</category> |
| 171 | + </categories> |
| 172 | + <content_rating type="oars-1.1"/> |
122 | 173 | </component> |
0 commit comments