7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 13 hours ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fix the auto-generated function-attribute in EditFunction. * Rename the sliders from 0-3 to 1-4. * Show/hide the sliders correct when hiding/removing/editing functions in the popup menu. More... over 21 years ago
Fixed typo More... over 21 years ago
CVS_SILENT More... over 21 years ago
In EditFunction and editfunctionpage.ui: * Automatic add a function argument if the user has enabled parameter values. * Added a checkbock for disable parameter values. * Cleaned EditFunction a bit, don't load the parameter values twice. More... over 21 years ago
CVS_SILENT i18n style guide fixes More... over 21 years ago
* The popup menu didn't appeared when the y-range was very high and the x-range low. It's not perfect now, but it's better. * Fix the strange indention in View::mouseMoveEvent(QMouseEvent *e). * Use "class X;" instead of "#include X.h" at some places as it makes the program faster to compile. * A small optimize in View::mouseMoveEvent(QMouseEvent *e): if trace mode is disabled, only one if-statement is needed. * Added tooltip and whatsthis for the initial x- and y-value textboxes in editintegralpage.ui. More... over 21 years ago
Don't generate an infinite loop in kdeinit when choosing Advanced->Fullscreen in the window list. More... over 21 years ago
Restore the mouse cursor correct for the center-a-point zoom-tool. More... over 21 years ago
* View::areaUnderGraph has some consts as argument now. * Use the right precision when drawing integrals. * Fix a memoryleak when deleting a constant. * Now it's not necessary to to stop the drawing twice if you want to cancel an area-under-graph-drawing. More... over 21 years ago
* Ability to draw integrals without the initial point in the x-range. * 2 new checks in KMinMax nearly copied from EditFunction. More... over 21 years ago
* Use proper stepwidth when drawing and calculating. Thanks to TSDgeos on IRC who discovered the problem. * Set the textlabels right when choosing the min- or max tool in the menu. More... over 21 years ago
Typo More... over 21 years ago
Cleared a bit code: * Defined some variables as constants. * Added more comments. * Defined variables just before they are going to be used instead of defining them in the beginning of the function. This should save memory. More... over 21 years ago
Make the export-function work again (don't crash). I probably optimized the drawing code too much yesterday :-) More... over 21 years ago
I'v worked on this during the freeze period last week and today I commit it: * Use shortcuts for switching zoom mode. * Change indent in diagr.cpp (I should have done that in an additional commit ) * Don't show the label "0" at the point (0;0) as it don't work in some cases + it looks messy with too many labels. * Show the axis correct. * Always show the "x" and "y"-labels. * Don't put labels over other labels. * Ability to stop a preview drawing by clicking on the graph widget. That doesn't worked before as the fdlg-dialog is modal. * The trace-switching function with the keys is rewritten. This time it looks much cleaner. * Use a lower precision for numeric integral calculations. * It's not necessary . * Don't mess up everything when resizing the window during a drawing. * Optimize the drawing a bit as we don't set pen style every time x increases any more :-) * Declared some variables as consts. * Use a wait cursor when the program is drawing. * Don't do areaDraw=false; every time the functions are updated, it's not necessary anymore. * Clear the "y"-textbox when opening the Get-Y-Value-tool. * In kparametereditor.cpp: Don't import empty lines. * Now you can draw integrals with both xmin and xmax <0. * Clear the "root"-column when leaving trace mode. * You can now stop a drawing by pressing any key. More... over 21 years ago
CVS_SILENT i18n style guide fixes More... over 21 years ago
* Convert the functions in KmPlotIO to non-static-functions since it probably is faster. MainDlg has now a KmPlotIO member object. * Get an error message when loading an invalid file. * Add myself to the author-list in the about-dialog. More... over 21 years ago
CVS_SILENT More... over 21 years ago
* Set "automatic" to the default x- and y-scaling. * Reduce the size of kmplot's files from 1.3 kB to 0.9-1.2 kB and optimize the loading/saving. * Make "automatic" to a translatable string. More... over 21 years ago
Use "integral" instead of "anti-derivative" in the whole project. More... over 21 years ago
Rename this files. More... over 21 years ago
Rename this files. More... over 21 years ago
Seperate the zoom-in and zoom-out values, and set the default value for zoom-in to 20 and zoom-out to 25. More... over 21 years ago
Ability to cancel the import process of parameters when something goes wrong. More... over 21 years ago
* Fix the popup menu for parametric functions single points. * Don't let the default color disappear when adding/changing a function. More... over 21 years ago
* If creating a function named "r(x)", it will be renamed to "rf(x)" or an another free function name. * Don't allow the user to define other function types then plot functions in the EditFunction-dialog. * Don't allow the user to define parametric functions in in QuickEdit-box in the toolbar. More... over 21 years ago
* Use fixFunctionName for polar functions. * Don't change the function name when editing a function with uses fixFunctionName. * Set the focus on the min-textbox when KMinMax is opened. * Make findFunctionName private. * Don't show the min- and maxrangevalue if it's not necessary. * Set the calculate-button in KMinMax to default. More... over 21 years ago
* Make the popup menu for parametric plot functions work again. * Disable the last four items in the popup menu for parametric functions. * Don't crash when creating more than 10 functions. More... over 21 years ago
Rename dicke0 in XParser to linewidth0. More... over 21 years ago
* Basic popup menu for plotting single points. I'll not work on making popup menus for all parametric- and polar functions until KDE 3.3 is released. * Make parametric functions be loaded again. * Clean up editfunction.cpp a little bit. More... over 21 years ago