7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Commit typos found during message freeze by proofreaders More... over 21 years ago
In KParameterEditor::cmdExport_clicked(): Only write a new line if there are more text. More... over 21 years ago
Update the TODO-file More... over 21 years ago
* The parameter value dialog can now export the parameter list. * Corrected KParameterEditor::cmdImport_clicked(): * Use the right file name when saving a a local file. * Only remove the tempfile if a tempfile was created. * Renamed "KURL file" to" KURL url" in MainDlg::slotSaveas(). * KmPlotIO::save never returned true before. That it fixed now. More... over 21 years ago
Save files with KIO instead of QFile so it is possible to save a file under a ftp-server e.g. * All open- and save dialogs use KIO now. * Removed some unnecessary varibles in MainDlg. * Use KTempFile in MainDlg::slotEditPlots(). * Some other small things. More... over 21 years ago
Save files with KIO instead of QFile so it is possible to save a file under a ftp-server e.g. More... over 21 years ago
String change: the plot range is set for r and t, not x. More... over 21 years ago
CVS_SILENT made messages More... over 21 years ago
* Fixed some small bugs in KMinMax. * Added some more comments. * Updated the TODO-file. More... over 21 years ago
CVS_SILENT made messages More... over 21 years ago
* Disable the range check for polar functions as it was a stupid idea from the beginning :-( * You can now load polar functions again without a freeze :-) * Forgot to commit View.cpp in my last commit. More... over 21 years ago
Two bugfixes: * Show pi-labels in the x-axis right, check so that they have space between eachother. * Revert my last change about the range-control with parametric functions. The range is set for t, not for x. More... over 21 years ago
As everyone seems to commit bugfixes even during the freeze period I will do that too: * If I load a file from the recent-files-list that can't be read, the file will be removed from the list. * Make the range-drawing with parametric functions work properly. More... over 21 years ago
CVS_SILENT More... over 21 years ago
Hopefully the last string changes. More... over 21 years ago
Added some in-last-last-minute tooltips and whatsthis. More... over 21 years ago
Link the dialogs to the right chapter in the handbook. More... over 21 years ago
Updated the documentation and screenshots. I'v not added all images yet, i'll do that tomorrow. Plus, I probably will fix all my spelling/grammar errors :-) More... over 21 years ago
Better precision when clicking on a graph. More... over 21 years ago
* Save the two font settings as String instead of Font because we only use the fonts' names and not their sizes and styles. * Replace the KFontRequester with a KFontCombo as it looks cleaner. More... over 21 years ago
* Make the x-range-setting for parametric functions better. TSDgeos on irc pointed out that. It isn't finished yet. * Rename "Custum plot range" to "Custom plot x-range" to avoid confusion in the parametric function dialog. * Cleaned View::plotfkt a bit. More... over 21 years ago
Isn't necessary anymore, the plot function dialog is rewritten. More... over 21 years ago
* Make Kmplot compile again :-) * Let the user set the font size for the labels. More... over 21 years ago
Print out "pi" instead of the pi-character as it seems very buggy. I hope no one will miss that. More... over 21 years ago
Some updates by Frederik Edemar, which I've proofread. Some more proofreading needed. More... over 21 years ago
Preposition fix. Thanks to Philip Rodrigues who pointed that out. More... over 21 years ago
* Load constants properly when two value names are equal. * Clear the parameter list when "no parameter values" is selected in the plot function dialog. * Removed unused constructors in KConstantEditor, KEditConstant and KParameterEditor. * Delete the dialog KEditConstant when the user is closing it. * Select the constant or value textbox in KEditConstant::cmdOK_clicked() when something goes wrong. * In KEditConstant: the members "constant" and "value" are now refererences instead of pointers as it gains performance and makes it easier to read. * Better adding and editing parameter values in KParameterEditor. * Added more comments. More... over 21 years ago
* Do "Constants" to a translateable string. * Don't exit the program if the user wants to save the file before Kmplot is closing and press cancel in the file dialog. More... over 21 years ago
In EditFunction: * Removed the warning message about "Missing Parameter Values" as the paramer values-feature will be disabled when the value list is empty. * Cleaned the code a bit. * Made the "Slider no. %1" translateable. * Added more comments. More... over 21 years ago
CVS_SILENT More... over 21 years ago