blob: c9ce0a5a6fad850ca0f75f916616e1931d294eb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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 <bab@debian.org>.
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 <vuksan@veus.hr>
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.
|