7
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved axis labels: - Adjust precision so that the axis labels along an axis change in only 1 or 2 decimal positions. - Display scientific formatting properly - e.g. "1.2x10^-4" instead of "1.2e-4". More... almost 20 years ago
Added plot style to KmPlotIO save data, and unified the names of plot tags for different plots. More... almost 20 years ago
Compile More... almost 20 years ago
Fixed some drawing issues and fixed line wrapping in the EquationEdit widget. More... almost 20 years ago
Fix "QX11PaintEngine::begin: Painter is already active" messages - was updating the statusbar while painting the widget. More... almost 20 years ago
Moved the grouped widgets for editing parameters to a custom widget; this will allow easy addition to Parametric and Polar plots. More... almost 20 years ago
Removed custom range checkboxes in Polar plots (the range is never taken from the x-axis, so might as well make the range used explicit). More... almost 20 years ago
Improved layout of plot style widget. More... almost 20 years ago
not executable More... almost 20 years ago
Allow changing of plot line style (e.g. solid, dash, dot, etc). "Appearance" group box needs improving though - atm it is slightly cluttered. More... almost 20 years ago
Moved all plot style group boxes to a custom widget. More... almost 20 years ago
Fixed remaining issues on EBN. More... almost 20 years ago
Fix compilation for new ui generation. More... almost 20 years ago
Added code for drawing plots in a variety of styles (dashes, dots, etc) (there is no way of configuring which style to use for plots yet, though). More... almost 20 years ago
Fixed validator on parametric input edit (was ignoring the parametric equations' prefixes). More... almost 20 years ago
Fix crash. More... almost 20 years ago
Added legendre polynomials up to n=6 (P_[0->6]). More... almost 20 years ago
More mathematical functions: floor, ceil, round. More... almost 20 years ago
Tidied up code (and fixed bugs for integrals) via addition of Function::prettyName(). More... almost 20 years ago
(Hopefully) fixed all issues reported on EBN for kmplot. More... almost 20 years ago
Allow tracing of integrals. More... almost 20 years ago
Removed Plot-Progress-Bar (was used when drawing integrals), as it is now redundant due to increased integral calculation speed. More... almost 20 years ago
Tidied up code for integration and fixed crash in Parser::eval. More... almost 20 years ago
Use 2nd degree Newton-Cotes formula (Simpson's rule) for numerical evaluation of integrals. More... almost 20 years ago
Fix compilation. More... almost 20 years ago
Tidying of source (using enumerations, moving duplicated code into separate functions, fixing abuse of function parameters, access XParser via static function and giving some member variables better names). More... almost 20 years ago
Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls). More... almost 20 years ago
Moved "Show/hide sliders" to View menu and fixed default function selection in min-max dialog (was using setSelected instead of setCurrent). More... almost 20 years ago
- Fixed popup menu for adjusting min/max values in slider window. - Added labels showing the current min/max values in slider window. More... almost 20 years ago
- Created ExpressionSanitizer class to replace Parser::fix_expression. It keeps track of how the equation was rearranged - this allows accurate reporting of the position in the evaluation string of the error if one occurs (before, this did not work properly if the input equation was tidied up at all). - Added custom widget for editing equations. It has a syntax highlighter, which has the potential for nice mathematical highlighting, but for the moment, it just highlights the error position in the text as red and sets a tooltip. More... almost 20 years ago