7
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 30, 2025 — Jan 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't get an error when creating plot functions with derivatives. More... over 21 years ago
CVS_SILENT More... over 21 years ago
starting a little tutorial More... over 21 years ago
CVS_SILENT fixuifiles - This makes fun! :-) But breaks my ui timestamps. :-( More... over 21 years ago
CVS_SILENT Removing not needed accelerators (<property name="accel">) from ui files. That is good because: - 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) - Removes not necessary setAccel( QKeySequence( ) ); from the generated *.cpp - Makes .ui files smaller More... over 21 years ago
Make polar-graphs-creating working again More... over 21 years ago
* If you edit a function and something goes wrong (e.g boundcheck), the function will not be deleted. * Implement a new function called "reparse" in Parser which reparse a function. This is needed for editing constant in a better way. Plus, it can be useful in the future. * Make "equation" in the editfunctionpage to be focused first when the dialog is shown. * Use the default linewidth in keditparametric. * Only functions with just anti-derivates enabled are allowed to use "y". Otherwise, a recursive error will happen. More... over 21 years ago
* Prefer initializion to assignment in constructors, because it's faster and cleaner than assigning members in the constructor's body. * Don't freeze when calculating negative numbers with the function "log". * Thanks to Frerich Raabe pointing out that "const QString sessionId" in MainDlg's constructor should be "const QString &sessionId". * Get rid of some warnings in View.cpp * I don't know why "private:" was uncommented in parser.h, but that is fixed now. More... over 21 years ago
* Ask the user (yes|no) when he or she saves an old kmplot file. * Don't save a file if no changes are made. To do that with the popup menu I implemented a reference to m_modified in View. More... over 21 years ago
Make the slider menus work again. More... over 21 years ago
added white border around black cursor shapes for better contrast on dark background colors. More... over 21 years ago
changed cursor shapes for zoom More... over 21 years ago
added cursor shapes for zoom More... over 21 years ago
Add my mail More... over 21 years ago
convert to setupGUI() (this is new in KMainWindow and clean some code) More... over 21 years ago
* Use KRadioAction:s + a "no zoom" -item" instead of KToggleAction:s for the zoom menu. * Don't lose the color settings in the functions if you set a new default color. * Use the inverted color of the background for the "Fadenkreuz" so you always can see it. * You can choose if you want to print with transparent background or not. * Make the file-loading work again for both new and old Kmplot-files. * When a zoom mode is enabled: use a different mouse cursor. * Removed some old uncommented code in KPrinterDlg and renamed kcfg_printHeaderTable to printHeaderTable to prevent confusion with KConfig XT. More... over 21 years ago
CVS_SILENT More... over 21 years ago
broken layout fixed added whats this and tooltip More... over 21 years ago
* Fix the zoom-out-tool. I didn't converted int to double properly :-( More... over 21 years ago
* You can choose your own zoom step in configure->configure Kmplot. * Zoom-mode-switching with keyboard is uncommented. I don't know if it should be left or not. More... over 21 years ago
CVS_SILENT More... over 21 years ago
* Menu for switching zoom mode. * Don't calculate stepWidth in View::getSettings() because it's done in View::drawPlot. * I mixed up p.x() with p.y() in View::mouseReleaseEvent. That is fixed now. * When pressing a key during rectangle-drawing, the drawing is aborted. More... over 21 years ago
* Add an additional zoom mode for trigonometric graphs: dependence on radians or degreess is in use the min- and maxpoints are set to specific values. * Get off a lot of warnings when compiling view.cpp * Clean up the code a little bit for the first modes. * Don't allow the user to define a function name that contain capital letters. More... over 21 years ago
Don't show anything in the maximum-value box in KMinMax if you choose "get Y-value" from the menu. The result of the calculation will be placed there. More... over 21 years ago
A new zoom-mode( it isn't a zoom-thing really): if you click on a point, the point will be centered in the widget. More... over 21 years ago
* Zoom in/out with 25% instead of 50%. * Don't zoom if the zoom-rectangle has its width or height as 0. * Prevent a program freeze if the min- and maxpoints are very low/high. * Update the widget after the rectangle-drawing so all traces of it are gone. More... over 21 years ago
Three different types of zoom modes: * Rectangular zoom (you draw a rectangle to set the min and max points) * Zoom-in mode, the point you selected will be centered. * Zoom-out mode, the point you selected will be centered. And: * Automatic scaling. * Change "p/4" to "pi/4" in the scaling dialog More... over 21 years ago
tab order fixed More... over 21 years ago
a tool window for a parameter slider and a label showing its value More... over 21 years ago
parameter sliders now in tool windows only needed sliders are shown More... over 21 years ago