-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChangeLog
More file actions
59 lines (32 loc) · 1.38 KB
/
ChangeLog
File metadata and controls
59 lines (32 loc) · 1.38 KB
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
2009-02-16, christoph
* deKorator: add new theme selector with previews
* deKorator: improve theme detection
2009-02-10, christoph
* deKorator: add KNS support to (old) theme selector, since it will be some
time until I get the new one working, this will allow me some early testing
2009-02-10, christoph
* themes.cpp: use KStandardDirs::locateLocal() instead of hardcoded
.kde path.
* RELEASE: 0.4.0.2 on KDE-Look.org
2008-10-12, christoph
* deKorator: removed Qt3Support dependency.
* deKorator: fix Krazy issues.
* configdialog.ui: use KDE classes.
2008-08-28, christoph
* themes.cpp: fix deletion of files when deleting themes.
* deKorator: replaced some obsolete Qt3Support calls.
* configdialog.ui: move some options to new Effects tab to make
dialog smaller.
* configdialog.ui: fix spacing and margins.
2008-08-27, christoph
* deKoratorclient.cc: force 16 pixel icons.
* shadow.cpp: fix black frame around title when using shadows.
* RELEASE: 0.4.0.1 on KDE-Look.org
2008-08-26, christoph
* deKoratorconfig.cc: use KUrlRequester->url().path() so that we can
actually load the images.
* RELEASE: 0.4.0 on KDE-Look.org
2008-08-25, christoph
* deKorator: convert to KDE 4/Qt 4; compiles, but does not work.
2008-07-29, christoph
* deKorator: import KDE 3 deKorator, convert to CMake.