7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
In trace mode: * The space-key opens the popup menu. * Ability to browse between k-values with the Up and Down keys. * After hiding a graph, an another graph is selected. If the functions doesn't have any visible graphs, trace mode will be exited. More... over 21 years ago
* Complete the popup menu. * The selected function is shown in statusbar when trace mode is activated. More... over 21 years ago
version number fixed More... over 21 years ago
CVS_SILENT i18n style guide fixes. How about learning yourself before teaching? http://developer.kde.org/documentation/standards/kde/style/basics/labels.html More... over 21 years ago
* Set an attribute for the version number when saving files. * Load old Kmplot files without crash * Make Kmplot load the file it has as argument. More... over 21 years ago
CVS_SILENT i18n style guide fixes http://developer.kde.org/documentation/standards/kde/style/basics/labels.html More... over 21 years ago
* Beginning of a popup menu. The tool menu is shown and it works. The hide/remove/edit-items are not implemented yet. * Make the stop-drawing-process cleaner. More... over 21 years ago
reactivated cmdParameter some utf-8 fixes More... over 21 years ago
Make it compile-able with QT 3.2. More... over 21 years ago
Use right layout. More... over 21 years ago
I commited this file in wrong branch yesterday :-( Sorry that I made Kmplot uncompile-able for some hours. More... over 21 years ago
Added 4 sliders to vary parameters of function plots TODO: conflicting with trace mode - redrawing sux, modify flag? TODO: label for the sliders not to mix them up (tooltip allready done) TODO: display of current value (tooltip, too?) Frederik: cmdParameter is missing in minmax, incomplete commit? CCMAIL: [email protected] More... over 21 years ago
* Support for parameters for the functions in the tool-menu. * Much cleaner code for the tool-menu-functions. * Show a messagebox when the user cancells the drawing. * Fixed some other small bugs that I don't remember :-). More... over 21 years ago
* Use the right color for derivatives and anti-derivatives * Clean some code + added some comments More... over 21 years ago
* Ability to print graphs' areas and export graphs' areas to images. * The areas are drawed behind all graph so you can see the grid and axes. More... over 21 years ago
Added icons for maximum/minimum search action More... over 21 years ago
Added icon for the user defined constants tab of the settings dialog More... over 21 years ago
Fix totalsteps in progressbar. More... over 21 years ago
In KMinMax for area-drawing: Update the View-widget before the messagebox is shown. More... over 21 years ago
My very last commit tonight: * Ability to cancel the drawing of anti-derivatives by clicking on the graph widget. * Remove the progressbar when drawing is canceled. * Fix a problem with drawing areas: the graph contained strange black points. * Call processEvents() more often. More... over 21 years ago
My last commit tonight: * Calculate the area between a graph and the x-axis. I'v tested it with anti-derivatives too, and it looks fine. * Don't use trace mode for hidden functions. * When creating a function in the quick edit box, anti_use_precision was set to true. That is fixed now. More... over 21 years ago
* Delete the added function in the parametric dialog if the x- or y-value is invalid * Use 20 as default linewidth in the parametric dialog, otherwise it is hard to see the point. More... over 21 years ago
Fix some things: * Strange label on the "edit plot function"-dialog * Check the max- and minvalue in polar and parametric dialog. * Prevent to edit/delete a function that doesn't exist ( trigger crash) in FktDlg. * Ability to show polar and parametric graphs again More... over 21 years ago
CVS_SILENT Removing not needed accelerators (<property name="accel">) from ui files. That is good because: - Makes .ui files smaller - Removes not necessary setAccel( QKeySequence( ) ); from the generated *.cpp - Translations teams don't get the accelerator to translate as a separate entry making it unpossible to generate errors because the & is placed in a letter and the accelator entry is translated to another letter. (Examples about that in http://www.iespana.es/tsdgeos/accelerators.html) More... over 21 years ago
Start of the draw-area-between-graph-and-x-axis-item. Doesn't calculate the area, just draw it for the moment. I'll work on that more later today. More... over 21 years ago
Typo: Minumum -> Minimum More... over 21 years ago
* Update the non-modal KMinMax dialog if a function is added/removed/changed. * The selected graph in trace mode is now selected in KMinMax when the dialog is open. More... over 21 years ago
fixing some typos More... over 21 years ago
Trace mode: Use up/down to change graph and left/right navigate. More... over 21 years ago
If I select a graph in trace mode, the graph will be default selected in the KMinMax dialog. More... over 21 years ago