File: ChangeLog

package info (click to toggle)
kcollectd 0.12.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: cpp: 1,844; sh: 14; xml: 8; makefile: 4
file content (117 lines) | stat: -rw-r--r-- 2,977 bytes parent folder | download | duplicates (2)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
### 2023-12-01:
 - Version 0.12.2
 - Port to Qt6/KF6
 - Address filename reporting on load/save error
 - Rotated my key (see https://aerusso.net/errata/2024-xz)

### 2023-09-30:
 - Version 0.12.1
 - Set translation domain
 - Fix icon under Wayland

### 2020-12-31:
 - Version 0.12.0
 - Add missing header file (thank you Anton Gladky)
 - General cleanups, including migrating from deprecated Qt4 API
 - Improved zoom experience for high-resolution scrolling devices
 - More intuitive sensor tree hiding and resizing

### 2020-07-13:
 - Version 0.11.99.0
 - Help dialog typos (thank you Nikolay Fetisov)
 - RRD macro clean (also, thank you Nikolay Fetisov)
 - New command line option -b, --basedir:
   specify another RRD base directory to look for RRD files

### 2020-02-23:
 - Version 0.11
 - Code and documentation cleanup (thank you Pino Toscano!)
 - Split paths on - character:
   - Should make the df plugin more convenient

### 2019-08-22:
 - Version 0.10
 - Port to Qt5
 - Package taken over

### 2010-01-31:
 - Version 0.9
 - session-management

### 2009-11-30:
 - Version 0.8.2
 - make it compile with binutils-gold (see debian Bug#554939)

### 2009-10-11:
 - Version 0.8.1
 - added a manual to make the help-menu-entry work.

### 2009-06-06:
 - Version 0.8
 - added drag-n-drop Pixmap
 - make data source tree hideable
 - multiline legends

### 2009-06-01:
 - read argument from commandline to load file
 - load/save config in xml-file

### 2009-05-31:
 - added Menus
 - main window now is a KMainWindow

### 2009-05-26:
 - Version 0.7
 - context-menu
 - changed functionality of gui.
   - now data sources have to be dragged to graph-widget

### 2009-05-10:
 - widgets allows multigraphs

### 2009-05-03:
 - Version: 0.6
 - added auto-update-and-follow-mode to manpage
 - changed from reading command-output of “rrdtool info”
 -  - to using the (new) function in rrd API

### 2009-04-19:
 - Ported to KDE4
 - single leave-entries are no longer shown in tree

### 2009-03-31:
 - fixed overlapping of labels on flat graphs
 - improved horzontal-lines (there can now be 10, 5 or 2 in a region)

### 2009-01-08:
 - Version 0.3
 - fixed bug reported by Daniel Clark (this was a security problem)

### 2008-08-01:
 - removed dependency on kglobalsettings.h from graph-widget
 - most of minmax → misc.cc
 - code-cleanup
 - removed y_range and base vom Graph-widget-class

### 2008-07-31:
 - Version 0.2
 - multi-select. The user now can select multiple data sources.
   - There might be problems if rrd-layout differs between data sources
 - some cleanup

### 2008-07-23
 - some cleanup, time-axes

### 2008-07-14
 - removed the label displaying the data source
 - added last-{hour,day,week,month}-buttons
 - added some sensiblity-checks to zooming
 - fixed Qt-problem with strftimes localized output
 - some more comments
 - color_-variables
 - KDE-defaultcolor for text
 - translation de fixed
 - name as a graph-label (but inactive)

### 2008-07-10
 - translation