7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
compile. link and run. TODO: port all DCOP code More... over 19 years ago
Missing to commit More... over 19 years ago
Add all function Now we can start to port it More... over 19 years ago
Add adaptor files. Need to port it now More... over 19 years ago
Adapt to new kdelibs api More... over 19 years ago
updated documentation CCMAIL:[email protected] More... over 19 years ago
fix crash (CID 2183) More... over 19 years ago
fix crash (CID 2184) More... over 19 years ago
fix crash (CID 2185) More... over 19 years ago
kde4_header and kde4_footer() are gone now More... almost 20 years ago
move plotstylewidget.(cpp|ui) before so ui_plotstylewidget.h is generated before being used More... almost 20 years ago
Remove Makefile.am, all is into CMakeLists.txt Keep for the moment configure.in.in (need for avoid to lose check) More... almost 20 years ago
-cleanup the toplevel CMakeLists.txt a bit -remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR) in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option -include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it doesn't have to be done in every subdir More... almost 20 years ago
make it compile and run nicely More... almost 20 years ago
replaced action->plug(wid); with wid->addAction(action); More... almost 20 years ago
eq is a 2 array, so that guards have to be >= 2, not > 2 Fixes CID: 1698 and CID: 1697 More... almost 20 years ago
fix override (CID 1558) More... almost 20 years ago
fix assert (CID 1541) More... almost 20 years ago
-remove the kde4_create_doxygen_docs() command More... almost 20 years ago
moved messages targets out of Makefile.am More... almost 20 years ago
removed deprecated functions More... almost 20 years ago
the usual "daily unbreak compilation" More... almost 20 years ago
Compile! More... almost 20 years ago
Given parameter options to all function types and allow each parameter type (list or slider) to be enabled independently. More... almost 20 years ago
Don't make the parametric-name-label bold (looks prettier, imho). More... almost 20 years ago
Updated TODO. More... almost 20 years ago
Tidied up internals - added "Plot" class to uniquely identify each curvy line in the view (which is specified by the whether it's a derivative, etc, and the new Parameter class). - More... almost 20 years ago
better use {PLUGIN_INSTALL_DIR} More... almost 20 years ago
Fixed parametric equation intialization (ensure any pending cartesian-save events are cancelled so that nothing is overwritten). More... almost 20 years ago
Fixed root-finding: was ignoring the type of plot (it was assuming the plot was not a derivative or integral). More... almost 20 years ago