diff options
author | Slávek Banko <[email protected]> | 2018-12-13 18:35:41 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-13 18:42:30 +0100 |
commit | 8395ccefd8ea126232281bcb7588fac2acc0d50e (patch) | |
tree | a9da7353c968154a9759e70989334dd4c6ab4312 /src/ChangeLog | |
parent | 4ed562b360187e997a28f455d3382491cc764254 (diff) | |
download | kcpuload-8395ccefd8ea126232281bcb7588fac2acc0d50e.tar.gz kcpuload-8395ccefd8ea126232281bcb7588fac2acc0d50e.zip |
Fix structure of directories
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 0557917aa98c792eb316ce176c97849f3e7bdb3e)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog new file mode 100644 index 0000000..c9ce0a5 --- /dev/null +++ b/src/ChangeLog @@ -0,0 +1,53 @@ + + 02-12-20 * Added BSD support thanks to Andy Fawcett and Robbie Ward. + + 02-12-13 * v1.99. + * Ported to KDE3. + * Completely restructured, with the aims of: + - sharing as much code as possible between KCPULoad + and KNetLoad; + - looking and behaving more like other KDE apps + (including more respect for system settings and i18n); + - making the code more maintainable (such as providing + source documentation). + * Removed references to original website which is now offline. + Hopefully the new home will be KDE CVS. + * New maintainer Ben Burton <[email protected]>. + + 00-10-01 * v1.90 Ported to QT 2.x / KDE 1.9x/2.x (prerelease). + + 99-09-15 * Added a split option, which splits the diagram up + into one system-load scale and one user-load scale. + + 99-09-13 * Added German translation thanks to Fredrik Olson. + + 99-09-09 * Added a new Soft diagram option for a smoother curve. + * Added user documentation for installation and usage. + + 99-09-07 * Finished a new specialdesigned QToolTip lookalike, + leftclick to show it, leftclick again or rightclick + on popup to hide, use left mouse on popup to move it. + * Structure changes to make the program use less CPU. + + 99-09-01 * Added colorsetting for CPU2's diagram, and changed + so that SMP options don't appear on non-SMP systems. + + 99-08-30 * Settings are now saved direcly, not only upon quit. + * Added sessionmanagement thanks to Carsten Pfeiffer, + so the program will restart when KDE is restarted. + * Removed QToolTip Popup info dialog from program + because of a mem leak which made the program hang. + * Added several icons for both Color and style menues. + + 99-08-29 * Added two translations, Swedish, and Croatian + thanks to Vladimir Vuksan <[email protected]> + + 99-08-28 * Full SMP support with extra option for multiple + diagrams, one for each CPU or one for both. + * Added labels, so it doesn't look like knetload. + * Added Popup Tooltips with exact utilization values. + + 99-08-11 * Uses qmessagebox.h instead of `outdated' qmsgbox.h. + * Small security fixes. + + 99-08-06 * Program ready for initial release v1.0. |