3
I Use This!
Inactive

Commits : Listings

Analyzed 13 minutes ago. based on code collected about 3 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mainly a redo of graph drawing to be more efficient, correct and flexible. Scroll directon and plotting direction can now both be controlled as well as there be a fillcolor. It was written with the python API in mind, but the api itself will come along later with example themes for how to use the new features. More... over 16 years ago
With this change, the action to open the theme dialog is turned into a toggle. If it's not open, open it. If it's already open, hide it. This allows clicking on the system tray icon to be a means of closing the dialog much like many system tray items already behave and is coming to be expected. More... over 16 years ago
SVN_SILENT: minor info about compile More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
Re-compress svgz files with: More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
Optimize PNG files again. Last optimization has been done almost two years ago. There a lot of new files in trunk (e.g all Oxygen stuff). It's not the correct time to do that again (before the release). More... over 16 years ago
Makes mainwidget consume all input so that the inherited behavior of QAbstractScrollArea does not happen (which was to actually scroll the running theme around in its display space). More... over 16 years ago
Fix knode superkaramba compilation on NetBSD. Patch by Mark Davies. BUG: 154730 More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
Removed the call to addKaramba(k) in Karamba::reloadConfig since the addKaramba call is done implicitly by the Karamba ctor's and the call was causing incorrect and misleading counts of "running instances" in the karamba management dialog. More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
Bug: 115844 - computes system + user load (so the general load minus anything attributed to nice load) based off of information already being tracked and computed and offers "%suload" as the format string to get the non-nice load value. More... over 16 years ago
Fixed issue where incorrect values were being used during the replacement of format strings. The '%system' format was getting the 'idle' value and the '%load' format was getting overwritten by the '%system' value. With this commit, %system, %load and %idle all get replaced with their respective values that were already being computed, just substituted into the format string incorrectly. More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
whoopsie, forgot more changes of COMPILE_SUPERKARAMBA_WITH_PYTHON => PYTHONLIBS_FOUND More... over 16 years ago
s/COMPILE_SUPERKARAMBA_WITH_PYTHON/PYTHONLIBS_FOUND/g More... over 16 years ago
simply find_package(Plasma) More... over 16 years ago
remove some commented-out find_package stuff SVN_SILENT: More... over 16 years ago
no need to look for Plasma here as we do that in the toplevel superkaramba/CMakeLists.txt. More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
Add generic Mainpage.dox. This allowes documented namespaces and classes to appear in api.kde.org for the applications. More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
disable the locked-status if run as applet since Plasma will take care of it now :) More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago