7
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix install icons More... over 19 years ago
Differential equations now have an adjustable "maximum step size" (which replaces the adjustable "relative precision" of integrals). More... over 19 years ago
- Use linebreak instead of semicolon to separate parametric function strings in the function list. - Rearranged widgets slightly in function editor. More... over 19 years ago
don't sort items (preserves order of parameters). More... over 19 years ago
- Fixed drawing of polar grid. - Improved the naming of some member variables of View. More... over 19 years ago
Fix some kconfig stuff (use KButtonGroup for radio buttons, allow the EquationEdit to be accessed by KConfigDialog). More... over 19 years ago
compile More... over 19 years ago
Improvements to the gradient editor dialog, fix saving/loading of gradients in files. More... over 19 years ago
Added gradient-editing dialog. The gradients will be used in e.g. tangent fields (for differential equations) and groups of parameterized plots. More... over 19 years ago
don't freeze More... over 19 years ago
Fix install files More... over 19 years ago
Fix saving/loading of differential conditions. More... over 19 years ago
Fixed ordering of arguments in parser dbus interface, removed some compiler warnings. More... over 19 years ago
Fix capitalization (Kmplot -> KmPlot). More... over 19 years ago
Compile, tidy up handling of integrals by merging them into handling of differential equations. More... over 19 years ago
compile (URL->Url). More... over 19 years ago
Fix install files More... over 19 years ago
Significant optimizations: cache function variables, create the Parser stack only once, reduce initializations of some Vectors. More... over 19 years ago
Simplify parametric equation editing (removed name edit). More... over 19 years ago
compile (qt4_add_dbus_adaptors -> qt4_add_dbus_adaptor). More... over 19 years ago
Give error if function has too many arguments (fixes crash when too many arguments are entered). More... over 19 years ago
Fixed editing of polar-expressions (was chopping off first letter of expression). More... over 19 years ago
Don't allow plus-minus symbols in constant expressions. More... over 19 years ago
Fix drawing of differential equations with plus-minus symbols in their expressions. More... over 19 years ago
Workaround bug (in QDBus, I think) where KmPlot was taking a long time to start up. More... over 19 years ago
compile / reenable qdbus. More... over 19 years ago
not necessary to have them into svn More... over 19 years ago
Can use plus-minus symbol in expressions now - e.g. "f(x) = Âħsqrt(1-x^2)" will draw a circle. More... over 19 years ago
compile More... over 19 years ago
Fixed two bugs that were causing KmPlot to hang for a long while: - When drawing a dashed line, Qt attempts to draw each dash, regardless of clipping. For long lines extending far beyond the edge of the display, this took a lot of time. - Calculating differentials restarted from the initial point each time the value diverged to infinity. More... over 19 years ago