File: ChangeLog.libgswitchit

package info (click to toggle)
libgnomekbd 3.26.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 4,080 kB
  • sloc: ansic: 5,989; sh: 4,755; makefile: 183; sed: 16
file content (269 lines) | stat: -rw-r--r-- 7,195 bytes parent folder | download | duplicates (7)
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
2006-09-18  Sergey Udaltsov <svu@gnome.org>

	* Makefile.am: one header should not be installed, one header should
	be installed instead (for plugins to be built properly).

2006-07-02  Sergey Udaltsov <svu@gnome.org>

	* gnome-kbd-indicator.c: fix for gcc 2.95, #347611

2006-07-02  Sergey Udaltsov <svu@gnome.org>

	* gnome-kbd-indicator.c: using Unicode subscript for repeating
	descriptions.

2006-07-29  Sergey Udaltsov <svu@gnome.org>

	* Makefile.am: fixed CLEANFILES, thanks to Davyd

2006-07-11  Sebastien Bacher  <seb128@debian.org>

	* Makefile.am: specify srcdir where it's required

2006-07-11  Sebastien Bacher  <seb128@debian.org>

	* Makefile.am:
	make gswitchitinc_HEADERS list gswitchit-plugins-app.h

2006-07-11  Sebastien Bacher  <seb128@debian.org>

	* Makefile.am: 
	make gswitchitinc_HEADERS list keyboard-config-registry.h

2006-07-11  Sebastien Bacher  <seb128@debian.org>

	* Makefile.am: fixed type to gswitchit-plugins.h

2006-07-10  Sergey Udaltsov <svu@gnome.org>

	* keyboard-config-registry.c: made XML loading lazy. Thanks for the
	idea, Ben

2006-07-10  Sergey Udaltsov <svu@gnome.org>

	* gswitchit-plugins-app.c: changing bonobo loop to glib loop

2006-07-09  Sergey Udaltsov <svu@gnome.org>

	* gnome-startup.*: Long unused startup stuff removed

2006-07-08  Sergey Udaltsov <svu@gnome.org>

	* gnome-kbd-indicator.c, gswitchit-applet-config.c,
	gswitchit-config-private.h, gswitchit-config.c, gswitchit-config.h,
	gswitchit-plugins-add.c, gswitchit-plugins-app.c,
	gswitchit-plugins-app.h, gswitchit-plugins.glade, gswitchit-util.c,
	gswitchit-util.h: Code restructuring, moving plugin management app to
	libgswitchit

2006-07-08  Sergey Udaltsov <svu@gnome.org>

	* gnome-kbd-indicator.*: adding set_angle function

2006-07-06  Sergey Udaltsov <svu@gnome.org>

	Fixed build process, renaming files from '_' to '-'

2006-07-05  Sergey Udaltsov <svu@gnome.org>

	* Makefile.am,
	gnome-kbd-indicator.c,
	gswitchit_config.c,
	gswitchit_config.h: Remote group names from DBUS are working

2006-06-25  Sergey Udaltsov <svu@gnome.org>

	The GKI widget is working, the libgswitchit API is changed
	to the GNOME naming convention. Massive change in all GNOME
	kbd-related sources.

2006-06-23  Sergey Udaltsov <svu@gnome.org>

	* gnome-kbd-indicator.[ch]: first version of the g-k-i widget
	the development is in progress

2006-05-27  Sergey Udaltsov <svu@gnome.org>

	* gswitchit_config.[ch]: optimizing dealing with UTF8 descriptions -
	changed GSList to NULL-terminated gchar **

2006-04-22  Sergey Udaltsov <svu@gnome.org>

	* gswitchit_config.[ch]: save/load preview window coords

2006-04-20  Sergey Udaltsov <svu@gnome.org>

	* gswitchit_config.c: added kbd config ToString function

2006-04-20  Sergey Udaltsov <svu@gnome.org>

	* *.c,*.h: update for new libxklavier API

2006-01-03  Kristof Vansant <de_lupus@pandora.be>

	Fixes #171668

	* gswitchit_config.c:
	* gnome-startup.[ch]: header cleanup.

2005-12-06  Sergey V. Udaltsov <svu@gnome.org>

	* gswitchit_plugin_manager.h,
	gswitchit_plugin_manager.c: Small change in the plugin API:
	the GroupChanged is called for every instance of the applet
	
2005-11-14  Kjartan Maraas  <kmaraas@gnome.org>

	* gswitchit_config.c: (GSwitchItConfigLockPrevGroup):
	Fix typo in function name.

2005-09-14  Sergey V. Udaltsov <svu@gnome.org>

	* gswitchit_plugin_manager.h,
	gswitchit_plugin_manager.c: added ConfigChanged proxy

2005-07-15  Mark McLoughlin  <mark@skynet.ie>

	Re-work the way some of the GConf keys are handled.
	See bug #310513

	* gswitchit_config.c:
	(_GSwitchItKbdConfigLoadParams): kbdConfig->model can
	be NULL.
	(_GSwitchItKbdConfigSaveParams): if ->model, ->options or
	->layouts is NULL, unset the appropriate key.
	(GSwitchItKbdConfigLoadFromGConf): ignore overrideSettings
	and use the XKB default for any unset keys.
	(GSwitchItKbdConfigSaveToGConf): ignore overrideSettings.
	(GSwitchItKbdConfigModelSet): set ->model to NULL if the
	GConf key contains an empty string.
	
	* gswitchit_config.h: remove the overrideSettings member
	from GSwitchItKbdConfig and add a kbdConfigDefault to
	parameter to GSwitchItKbdConfigLoadFromGConf()

2005-03-16  Sergey V. Udaltsov <svu@gnome.org>

	* Makefile.am: removing -Werror

2005-03-14  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* gswitchit_config.c (GSwitchItAppletConfigLoadImages):  use GtkMessageDialog instead of gnome_error_dialog.

2005-03-16  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-startup.c: (gnome_startup_acquire_token):
	Fix some compiler warnings wrt signedness.
	* gswitchit_config.h: 
	* gswitchit_plugin_manager.c:
	* gswitchit_util.c:
	* gswitchit_util.h: Clean up headers.

2005-01-12  Sergey Udaltsov <svu@gnome.org>

	* gswitchit_config.h,
	gswitchit_config.c: the listeners are inside the structs

2005-01-08  Sergey Udaltsov <svu@gnome.org>

	* gswitchit_config.h,
	gswitchit_config.c: better names for the save/load functions

2005-01-03  Dan Winship  <danw@novell.com>

	* gswitchit_util.c (GSwitchItLogAppender): Cast time_t to long to
	match the printf format.
	
2004-12-22  Sergey Udaltsov <svu@gnome.org>

	* gswitchit_config.h,
	gswitchit_config.c: can listen for the changes
	in the general configuration

2004-12-18  Sergey Udaltsov <svu@gnome.org>

	* Makefile.am,
	gswitchit_applet_config.h,
	gswitchit_config.c,
	gswitchit_config.h,
	gswitchit_config_private.h,
	gswitchit_plugin.h,
	gswitchit_plugin_manager.c,
	gswitchit_plugin_manager.h,
	gswitchit_xkb_config.h,
	gswitchit_xkb_config_private.h: massive redesign.
	Three GSwitchIt*Config classes now - instead of two. 
	GConf entries changed.

2004-12-08  Sergey Udaltsov <svu@gnome.org>

	* gswitchit_applet_config.h,
	gswitchit_config.c,
	gswitchit_plugin_manager.c: changing fixed-size array to GSList.
	Memleaks fixed.

2004-10-03  Sergey Udaltsov <svu@gnome.org>

	* gswitchit_config.c:
	Removing a function which was never used.

2004-06-29  Jody Goldberg <jody@gnome.org>

	* gswitchit_config.c (GSwitchItXkbConfigInit) : s/g_error/g_warning/
	(GSwitchItAppletConfigInit) : ditto.

2004-04-15  Jody Goldberg <jody@gnome.org>

	* Release 2.6.1

2004-04-04  Sergey Udaltsov <svu@gnome.org>

	* gswithit_config.c:
	Better theme handling - deprecated GnomeIconTheme changed to
	GtkIconTheme. Also now gswitchit applet allows local per-user
	icons.

2004-04-01  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.3

2004-03-30  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.1

2004-03-23  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0

2004-03-11  Jody Goldberg <jody@gnome.org>

	* Release 2.5.4

2004-02-21  Dennis Smit  <ds@nerds-incorporated.org>

	* gswitchit_util.c, gswitchit_util.h (GSwitchItHelp):
	Changed GtkWindow argument into a GtkWidget argument.

	Updated to egg help and made multihead aware.

2004-02-13  Jody Goldberg <jody@gnome.org>

	* Release 2.5.3

2004-01-14  Jody Goldberg <jody@gnome.org>

	* Release 2.5.2

2003-12-30  Jody Goldberg <jody@gnome.org>

	* Release 2.5.1.1

2003-12-30  Jody Goldberg <jody@gnome.org>

	* Release 2.5.1

2003-11-12  Jody Goldberg <jody@gnome.org>

	* Makefile.am (EXTRA_DIST) : always dist gswitchit.pc.in to keep
	  automake happy.  There is no significant downside to it.