7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Show crosshais when about to select a region to zoom. More... almost 20 years ago
Moved "create new * plot" actions to drop down menu - now, KmPlot fits happily onto an 800x600 resolution screen. More... almost 20 years ago
Added support for tracing polar functions. More... almost 20 years ago
Support tracing of parametric functions. Also, force the user to set min/max range for parametric functions (before, the range was taken from the currently displayed x-axis - which makes no logical sense, and resulted in the plot changing in appearance as the diagram was moved about). More... almost 20 years ago
- Use antialiasing for drawing plots now (except when translating view). - Removed a couple of unnecessary calls to render the view. More... almost 20 years ago
Created a selection of 10 colors that are sexy, contrast well with the default white background, and are easily distinguishable. Also fixed bug where initial color was not wrapping around at 10. More... almost 20 years ago
Use clipping in plot area when drawing plots (prevents thick pens from "bulging over" edge). More... almost 20 years ago
Improved function parameter editor (added Cancel button, made editing inline), and fixed bug in importing/exporting parameters (was passing the wrong url to QFile). More... almost 20 years ago
Use transparent brush for zoom rectangle (++prettiness). More... almost 20 years ago
Removed redundant "hide extensions" checkbox and instead made use of checks in the function list view. More... almost 20 years ago
Some polishing to undo/redo (limit state saves). More... almost 20 years ago
Implemented undo/redo. More... almost 20 years ago
Fix parsing of function parameters from xml (ignore blank values). More... almost 20 years ago
Added drag and drop of functions from function editor (replaces "Move" and "Copy" functionality of previous FktDlg). More... almost 20 years ago
Removing an automatically generated file (functioneditorwidget.h) that was accidently committed in the last commit. More... almost 20 years ago
Implemented new KmPlot UI, as mentioned on kde-edu ml. All the plot dialogs have been removed, and their functionality has been put into a QDockWidget in the main view. More... almost 20 years ago
Alias pi symbol (unicode 0x3c0) to pi constant. More... almost 20 years ago
Improved zooming: - Unified "Zoom Rectangular" and "Zoom in" under one operation "Zoom In". - Added zoom-out-rectangular equivalent for "Zoom Out". - Animate zooming operation as a visual aid to how the function is transformed. - Removed "Center Point" operation and replaced with translating the view via dragging (Google maps style). - Made the zooming operations single shot and added the actions to the toolbar. More... almost 20 years ago
Changed parser internals to use QChars and QStrings instead of char *s, and added support for using Greek letters as constants. More... almost 20 years ago
Qt3 dependence is now gone :) More... almost 20 years ago
More Qt4 porting - now Qt3-class-free; only Qt3 support members remain. More... almost 20 years ago
Improved constants editor (redesigned without dialogs) (and ported to Qt4). More... almost 20 years ago
less qt3_support (patch from pino). More... almost 20 years ago
update the CMakeList of kmplot to the recent file changes install the icons More... almost 20 years ago
DOX: these parameters are gone More... almost 20 years ago
More porting to Qt4 (dialogs and code). More... almost 20 years ago
Ported Function dialog to Qt4. More... almost 20 years ago
Ported Slider dialogs to Qt4 and merged into one dialog. More... almost 20 years ago
Ported MinMax and ParameterEditor dialogs to Qt4. More... almost 20 years ago
Merged "Colors" and "Fonts" dialogs into "Configure KmPlot" dialog. More... almost 20 years ago