-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
127 lines (78 loc) · 3.4 KB
/
ChangeLog
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
118
119
120
121
122
123
124
125
126
127
2008-07-16 Akira TAGOH <akira@tagoh.org>
* src/main.c (_gconf_cleaner_question_dialog):
Fix a gcc warning.
2008-06-19 Akira TAGOH <akira@tagoh.org>
* configure.ac: Add pl to ALL_LINGUAS.
2007-10-12 Akira TAGOH <akira@tagoh.org>
* src/gconf-cleaner.desktop.in.in: Improve the comment to be
comfortable with GNOME HIG. (Issue #12)
2007-08-10 Akira TAGOH <akira@tagoh.org>
* README: correct the command name how to recover the keys.
2007-08-07 Akira TAGOH <akira@tagoh.org>
* configure.ac: Add es to ALL_LINGUAS.
2007-08-06 Akira TAGOH <akira@tagoh.org>
* configure.ac: Add it to ALL_LINGUAS.
2007-08-02 Akira TAGOH <akira@tagoh.org>
* configure.ac: bump a version to 0.0.3.
2007-07-17 Akira TAGOH <akira@tagoh.org>
* configure.ac: Add fr and sv to ALL_LINGUAS.
* src/Makefile.am: Update for .desktop file.
* src/gconf-cleaner.desktop.in.in: Add.
* src/gconf-cleaner.c (_gconf_cleaner_all_dirs_recursively): Add more blacklist.
2007-06-16 Akira TAGOH <at@gclab.org>
* configure.ac: Add de to ALL_LINGUAS.
2007-05-07 Akira TAGOH <at@gclab.org>
* src/main.c (_gconf_cleaner_run_cleaning_cb): Fix a typo.
(_gconf_cleaner_button_about_on_clicked): Make a string as translatable.
(_gconf_cleaner_create_page): likewise.
* README: updated.
* src/gconf-cleaner.c (gconf_cleaner_get_unknown_pairs_at_current_dir):
check the actual instance of GConfSchema instead of the schema name.
2007-04-01 Akira TAGOH <at@gclab.org>
* README: describe something.
* src/main.c (_gconf_cleaner_question_dialog): new function.
(_gconf_cleaner_value_type_to_string): new function.
(_gconf_cleaner_value_list_to_string): new function.
(_gconf_cleaner_value_pair_to_string): new function.
(_gconf_cleaner_value_to_string): new function.
(_gconf_cleaner_button_about_on_clicked): new function.
(_gconf_cleaner_on_assistant_cancel): new function.
(_gconf_cleaner_save_on_response): new function.
(_gconf_cleaner_save_on_clicked): new function.
(_gconf_cleaner_run_cleaning_cb): sync DB after all unknown
pairs removed.
(_gconf_cleaner_create_page): add an expander to show the list
which keys are candidates.
* src/gconf-cleaner.c (_gconf_cleaner_all_dirs_recursively): add more blacklists.
(gconf_cleaner_sync): new function.
2007-03-28 Akira TAGOH <at@gclab.org>
* src/gconf-cleaner.c (_gconf_cleaner_all_dirs_recursively): add blacklist.
* src/main.c (_gconf_cleaner_error_dialog): new function.
(_gconf_cleaner_cancel_confirm_on_response): new function.
(_gconf_cleaner_on_assistant_cancel): new function.
(_gconf_cleaner_run_analysis_cb): Clear the pairs list if analysis ran once.
(_gconf_cleaner_create_page): Fix a typo.
(main): Destroy data.
(_gconf_cleaner_create_page): improve UI at page 2.
* src/gconf-cleaner.c (_gconf_cleaner_all_dirs_recursively):
exclude /schemas.
(gconf_cleaner_unset_key): new function.
2007-03-27 Akira TAGOH <at@gclab.org>
* src/gconf-cleaner.c (gconf_cleaner_get_unknown_pairs_at_current_dir):
Make GConfValue copy to not lost the data.
(gconf_cleaner_get_current_dir): new function.
* src/main.c: most implementation done.
* requires (GTK_REQUIRED): depends on 2.6.
2007-03-06 Akira TAGOH <at@gclab.org>
* requires: new.
* configure.ac: new.
* AUTHORS: new
* INSTALL: new
* src/gconf-cleaner.[ch]: implemented.
* src/Makefile.am: new
* ChangeLog: new
* COPYING: new.
* Makefile.am: new.
* autogen.sh: new.
* NEWS: new.
* README: new.