blob: 304781e6d4e6dad9efed5b24ec4a5aca9b898798 (
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
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
|
0.12
[Mario]
* KCM Module
0.11
[Mario]
* Bugfix, modification of interface, add/remove alternatives, search the
description on rpm/deb package, show alternative's properties
0.10
[Juanjo]
* First C++ version for user convenience. No new features but a lot more lines
of code ;) Also the installation procedure will be not standart autotools.
0.9.1
[Juanjo]
* Desktop file and desktop file installation
0.9
[Juanjo]
* Started KDEification. Still lacking some things
0.8
[Juanjo]
* Mandrake support
0.7
[Juanjo]
* Added "Expand All" and "Collapse All" buttons
* Now all tree items are collapsed at program init
0.6
* Fixes
0.5
* Corrected some typos in the README (thanks Martin Atukunda)
* Corrected a bug where kalternatives didn't exited in some cases
where it should.
0.4
* Bug fixed.
* Unhadled exceptions should now be shown in a dialog to the user so he can
report them to me.
0.3
* Since the program is so simple, I've joined the two (small) source files in
one.
* Non-root user checking and warnings.
* Some documentation.
0.2
* Some method documentation
* Implemented Aaron's suggestions.
* Refactor of some code (now is a lot simpler)
0.1
* Now closing the window using the window "close" button will also ask for
confirmation if there are still changes pending.
* Some small fixes
|