7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Feb 02, 2025 — Feb 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Finishing the DCOP interface for Parser and XParser. More... about 21 years ago
add missing return statement More... about 21 years ago
fix compile (gcc 4.0) More... about 21 years ago
convert to schema More... about 21 years ago
* MainDlg::stopDrawing() is removed as View::stopDrawing() do the same thing. * As we never use MainDlg::slotCleanWindow(), I'v decommented that function. * Change the *iface.h-files so that the functions made for communication between KmPlot and MainDlg are placed first. More... about 21 years ago
Add the new function KmPlot::fileOpen(const KURL &url) which is accessible via DCOP. More... about 21 years ago
Forgot to commit this file :-) More... about 21 years ago
* Make the function deletion work correctly. * Change some debug messages. More... about 21 years ago
CVS_SILENT More... about 21 years ago
* Don't check the custom x min, x max, y min and y max axes expressions if the radio button is not selected. * The default value for entrys with the type String in kmplot.kfcg should not start and end with a "-character. More... over 21 years ago
Update m_url when a file is saved. More... over 21 years ago
Fix function arguments: QColor -> const QColor & More... over 21 years ago
* Fix function arguments: QString -> const QString & * Prevent a crash if you try to add an incorrect function and then click on the main widget. * Made some variables consts. * Cleaned Parser::addfkt() a bit. More... over 21 years ago
* DCOP interface for Parser and View so you can add/modify/remove functions via DCOP . * Ability to copy and move functions to other running Kmplot instances. * Convert some atoi-calls to use .toInt() instead. * Check if the expression is valid when the user change the range values. * Merge Ufkt::k_liste and Ufkt::str_parameter to Ufkt::parameters. * Fix bug #92014. * When opening a file in a new window, the new window exits if the file couln't be loaded. * Kmplot automatic give you an other function name if you try to define one that already exists. More... over 21 years ago
prefer isNull() More... over 21 years ago
fix, on behalf of You-Know-Who More... over 21 years ago
remove cvsrevert merge conflict errors More... over 21 years ago
put Cat and tr back More... over 21 years ago
Correct the height: 127 => 128 More... over 21 years ago
Correct the height: 127 => 128 More... over 21 years ago
remove uncessary "this->" calls More... over 21 years ago
Fixed the image size. More... over 21 years ago
Terminal=0 -> Terminal=false Terminal=1 -> Terminal=true Add missing ';' to Categories Remove depreceted: TerminalOptions, BinaryPattern, MiniIcon More... over 21 years ago
Fixed the iterators. More... over 21 years ago
Added Encoding line. More... over 21 years ago
fix validation of kcfg files following icefox test actually order matters in kcfg file and we must have <label> <qwhatsthis> and <default> in that order (painful and boring to fix) More... over 21 years ago
QString -> const QString& (icefox tests) More... over 21 years ago
revert one of last fix as I am not sure about it, sorry about that More... over 21 years ago
fixes after the icefox->Empty char* comparision test More... over 21 years ago
convert QString::null -> .isNull() More... over 21 years ago