event counters The last message was received 4.35 years ago at 22:42 on Jan 21, 2008 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 0 messages so far this month, 0 messages last month 8 messages since the first one, 4.43 years ago, for an average of 6.74 months between messages recent messages date | project | content | link |
|---|
| 22:42 on Jan 21, 2008 | KDE | Commit by jminton :: r764488 superkaramba/trunk/KDE/kdeutils/superkaramba/examples/graph/ (3 files): advanced graphing examples | # | | 22:41 on Jan 21, 2008 | KDE | Commit by jminton :: r764486 superkaramba/trunk/KDE/kdeutils/superkaramba/src/ (karambainterface.cpp karambainterface.h): python interface to new graphing features | # | | 07:58 on Jan 21, 2008 | KDE | Commit by jminton :: r764156 superkaramba/trunk/KDE/kdeutils/superkaramba/src/ (8 files in 3 dirs): 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.
With this work I have included a few other items (apologies for pushing this all in one txn, but I've been sitting on these changes for quite a while):
- create meters that are already hidden: hidden=true
- allow '\' as a line continuation character in themes (the rule is if '\' is the very last character in a line, it is erased and reading resumes at the next line and in the end, karamba will see it all as one continuous line.). For example: text x=0 y=0 \ value="tada"
- named value access of meters from within a program or clickarea: program="echo %named:textName" where there is a text meter with 'name=textName'
- internal "%echo" command for efficiency in program nodes. Mainly for the case of program="%echo %named:myText" to keep from having to fork something just to print it
| # | | 21:35 on Jan 15, 2008 | KDE | Commit by jminton :: r762009 superkaramba/trunk/KDE/kdeutils/superkaramba/src/karambaapp.cpp: 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. | # | | 01:17 on Dec 30, 2007 | KDE | Commit by jminton :: r754526 superkaramba/trunk/KDE/kdeutils/superkaramba/src/mainwidget.h: 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). | # | | 07:33 on Dec 26, 2007 | KDE | Commit by jminton :: r752891 superkaramba/trunk/KDE/kdeutils/superkaramba/src/karamba.cpp: 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. | # | | 22:46 on Dec 21, 2007 | KDE | Commit by jminton :: r751481 superkaramba/trunk/KDE/kdeutils/superkaramba/src/sensors/ (cpu.cpp cpu.h): 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. | # | | 08:42 on Dec 21, 2007 | KDE | Commit by jminton :: r751162 superkaramba/trunk/KDE/kdeutils/superkaramba/src/sensors/cpu.cpp: 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. | # |
|