source: trunk/third/acme/ChangeLog @ 18698

Revision 18698, 14.7 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18697, which included commits to RCS files with non-trunk default branches.
Line 
12003-01-19  Bastien Nocera  <hadess@hadess.net>
2
3        * src/acme.c: (do_action): use "xset dpms force off" if apm isn't
4        found (requested by Anders)
5
62003-01-19  He Qiangqiang  <carton@linux.net.cn>
7
8        * configure.in: Added "zh_CN" (Simplified Chinese) to ALL_LINGUAS.
9
102003-01-16  Abel Cheung  <maddog@linux.org.hk>
11
12        * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS.
13
142003-01-15  Pauli Virtanen  <pauli.virtanen@hut.fi>
15
16        * configure.in: Added "fi" (Finnish) to ALL_LINGUAS.
17
182003-01-13  Bastien Nocera  <hadess@hadess.net>
19
20        * configure.in:
21        * src/Makefile.am:
22        * src/acme.c: (init_kbd), (dialog_show): we need a newer version of
23        libwnck, so we need a newer gtk+, so we're multihead anyway
24
252003-01-10  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
26
27        * configure.in: Added Russian to ALL_LINGUAS.
28
292003-01-09  Bastien Nocera  <hadess@hadess.net>
30
31        * src/Makefile.am: f1x0r the distcheck
32
332003-01-09  Bastien Nocera  <hadess@hadess.net>
34
35        * configure.in: acme 2.0 woot
36
372003-01-09  Bastien Nocera  <hadess@hadess.net>
38
39        * src/acme.c: (dialog_show): gtk_widget_realize the window after
40        having moved it, otherwise the info about the geometry and moving
41        it don't work properly (Closes: #94022)
42
432003-01-09  Bastien Nocera  <hadess@hadess.net>
44
45        * src/acme.c: (ungrab_key_real), (grab_key_real), (init_kbd),
46        (dialog_show), (acme_filter_events), (main): remove all the debug,
47        the window is presented when gtk_window_set_screen is called which
48        is a bug :)
49
502003-01-09  Bastien Nocera  <hadess@hadess.net>
51
52        * src/acme.c: (acme_filter_events): typo, was supposed to be
53        ==, not !=
54
552003-01-09  Bastien Nocera  <hadess@hadess.net>
56
57        * src/acme.c: (dialog_show), (acme_filter_events), (main):
58        changes to make the window appear on the right screen, when in
59        multihead
60
612003-01-09  Bastien Nocera  <hadess@hadess.net>
62
63        * configure.in:
64        * src/Makefile.am:
65        * src/acme.c: (ungrab_key_real), (ungrab_key), (grab_key_real),
66        (grab_key), (update_kbd_cb), (init_kbd), (acme_filter_events),
67        (main): changes to handle multihead, should help with bug #94022
68
692003-01-08  Bastien Nocera  <hadess@hadess.net>
70
71        * src/eggaccelerators.[ch]:
72        * src/eggcellrendererkeys.[ch]:
73        * src/eggtrayicon.[ch]: Added these files for the benefit of the
74        i18n people
75
762003-01-07  Alex Duggan  <aldug@gnome.org>
77
78        * src/acme.c: (about_activated) : unref() the pixbuf used in the
79        about dialog to prevent a small memory leak.  Fixes #102798
80       
812003-01-07  Bastien Nocera  <hadess@hadess.net>
82
83        * README: updated with all the recent changes
84
852003-01-03  Yanko Kaneti <yaneti@declera.com>
86
87        * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).
88
892003-01-02  Zbigniew Chyla  <cyba@gnome.pl>
90
91        * configure.in (ALL_LINGUAS): Added pl (Polish).
92
932002-12-30  Bastien Nocera  <hadess@hadess.net>
94
95        * src/acme.h: remove the EJECT_TIMEOUT, it's not used anywhere
96
972002-12-24  Bastien Nocera  <hadess@hadess.net>
98
99        * src/Makefile.am: add the libegg stuff to Makefile.am so a clean
100        checkout would work if libegg is present
101
1022002-12-23  Bastien Nocera  <hadess@hadess.net>
103
104        * src/acme.c: (about_activated): change (C) to proper copyright sign
105        (patch by Christian Neumair <chris@gnome-de.org>)
106
1072002-12-22  Andras Timar  <timar@gnome.hu>
108
109        * configure.in: Added "hu" to ALL_LINGUAS.
110
1112002-12-19  Bastien Nocera  <hadess@hadess.net>
112
113        * src/acme-properties.c: (init_content): fixed key names not getting
114        translated in the prefs (Closes: #101643)
115
1162002-12-19  Bastien Nocera  <hadess@hadess.net>
117
118        * configure.in: 1.99.13
119
1202002-12-17  Bastien Nocera  <hadess@hadess.net>
121
122        * configure.in: really fix ALSA compilation (hopefully)
123
1242002-12-16  Bastien Nocera  <hadess@hadess.net>
125
126        * configure.in: 1.99.12
127
1282002-12-16  Bastien Nocera  <hadess@hadess.net>
129
130        * src/Makefile.am: fix the build problem after I have removed the ALSA
131        libraries from my machine. Need a new release...
132
1332002-12-15  Bastien Nocera  <hadess@hadess.net>
134
135        * configure.in: 1.99.11
136
1372002-12-10  Bastien Nocera  <hadess@hadess.net>
138
139        * src/acme.c: (unhookup_keysym), (hookup_keysym), (update_kbd_cb),
140        (init_kbd), (do_www_action), (do_media_action), (do_action),
141        (acme_filter_events):
142        * src/acme.h:
143        * src/acme.schemas.in: added support for "Media" (launches default
144        MP3 player), "Groups" (Browser to www.gnomedesktop.org) and "Refresh"
145        (sends XF86Refresh)
146
1472002-12-10  Bastien Nocera  <hadess@hadess.net>
148
149        * configure.in: yay, ALSA now uses pkg-config like everyone else
150
1512002-12-05  Christian Neumair  <chris@gnome-de.org>
152
153        * src/acme.c: Changed copyright string.
154
1552002-12-05  Bastien Nocera  <hadess@hadess.net>
156
157        * src/acme-properties.c: (init_gui): fixed for following change
158        * src/acme-properties.glade: HIG patch from elle.uca@genie.it
159
1602002-11-28  Alessio Frusciante  <algol@firenze.linux.it>
161
162        * configure.in: Added "it" to ALL_LINGUAS.
163
1642002-11-26  Hasbullah BIn Pit <sebol@ikhlas.com>
165
166        * configure.in: Added "ms" to ALL_LINGUAS.
167
1682002-11-25  Bastien Nocera  <hadess@hadess.net>
169
170        * src/acme.c: (update_kbd_cb): clear the keycode after we ungrab the
171        key (Closes: #99463)
172
1732002-11-24  Bastien Nocera  <hadess@hadess.net>
174
175        * src/acme.c: (ungrab_key), (grab_key), (unhookup_keysym),
176        (hookup_keysym), (update_kbd_cb), (init_kbd), (about_activated),
177        (init_sm), (do_action), (acme_filter_events):
178        * src/acme.h:
179        * src/acme.schemas.in: add support for Play, Pause, Stop, Previous and
180        Next. App developers should fetch the key with the following keysyms
181        XF86XK_AudioPlay, XF86XK_AudioPause, XF86XK_AudioStop,
182        XF86XK_AudioPrev, XF86XK_AudioNext
183
1842002-11-23  Bastien Nocera  <hadess@hadess.net>
185
186        * configure.in: 1.9.10
187
1882002-11-23  Bastien Nocera  <hadess@hadess.net>
189
190        * src/acme.c: (do_shade_window_action), (do_action):
191        * src/acme.h:
192        * src/acme.schemas.in: added support for the "Shade Window" button
193
1942002-11-23  Bastien Nocera  <hadess@hadess.net>
195
196        * configure.in:
197        * src/Makefile.am:
198        * src/acme.c: (do_close_window_action), (do_action), (main):
199        * src/acme.h:
200        * src/acme.schemas.in: added dependency on libwnck, added support for
201        the "Close Window" button
202
2032002-11-23  Bastien Nocera  <hadess@hadess.net>
204
205        * src/acme.c: (tray_destroyed), (init_tray): worked around the tray
206        icon not reappearing when the panel is killed or crashes (pointed out
207        by Gregory Merchan <merchan@baton.phys.lsu.edu>)
208
2092002-11-23  Bastien Nocera  <hadess@hadess.net>
210
211        * src/acme.c: (init_kbd), (acme_filter_events), (main):
212        use an event filter instead of steal the events from the root window,
213        fixes the crash when changing themes and fonts with Gtk+ 2.1
214        (Closes: #99281)
215
2162002-11-21  Bastien Nocera  <hadess@hadess.net>
217
218        * src/acme.desktop.in: added X-Bugzilla stuff
219
2202002-11-11  Bastien Nocera  <hadess@hadess.net>
221
222        * src/acme-16.png: updated icon from Lapo Calamandrei
223        <l_calamandrei@neri-group.com>, rock!
224
2252002-11-10  Ole Laursen  <olau@hardworking.dk>
226
227        * configure.in: Added da to ALL_LINGUAS.
228
2292002-11-11  Changwoo Ryu  <cwryu@debian.org>
230
231        * configure.in: Added ko to ALL_LINGUAS.
232
2332002-11-04  Bastien Nocera  <hadess@hadess.net>
234
235        * src/Makefile.am: correct double definition of acme_LDFLAGS
236
2372002-10-31  Thomas Vander Stichele <thomas at apestaart dot org>
238
239        * acme.spec.in: fixed requirements
240          configure.in: make AC_DEFINE three-argument
241
2422002-10-28  Bastien Nocera  <hadess@hadess.net>
243
244        * src/acme.c: (execute_this_or_that): add missing space, oops
245        (Closes: #97005)
246
2472002-10-28  Bastien Nocera  <hadess@hadess.net>
248
249        * configure.in: 1.99.9
250
2512002-10-26  Bastien Nocera  <hadess@hadess.net>
252
253        * src/acme-properties.c: (verify_double), (init_columns): fix lockup
254        * src/acme.c: (fb_problem_cb): show up the error message only if we're
255        running on a powerbook
256        * src/fb-level.gob: make is_powerbook public
257
2582002-10-24  Bastien Nocera  <hadess@hadess.net>
259
260        * configure.in: removed en_GB, it's already in that language ;)
261
2622002-10-24  Bastien Nocera  <hadess@hadess.net>
263
264        * src/acme-properties.c: (acme_error), (verify_double),
265        (keys_edited_callback), (real_start_editing_cb): check that the key is
266        not already bound before trying to bind it (Closes: #94044)
267        * src/acme.h: key_type is an int not a char
268
2692002-10-24  Bastien Nocera  <hadess@hadess.net>
270
271        * src/acme-properties.c: (keys_edited_callback),
272        (init_content_helper), (init_columns), (init_treeview), (init_gui):
273        Add nifty icons before the description, as the "Enabled/Disabled"
274        labels weren't very clear (Closes: #95384)
275
2762002-10-14  Bastien Nocera  <hadess@hadess.net>
277
278        * src/acme-16.png: added
279        * src/acme-48.png: added (doh!)
280        * src/acme.c: (do_action), (event_cb): use key releases instead of key
281        presses, makes it possible to use the Apple Pro kbd's eject key, fixes
282        a couple of bugs with key repeats as well
283
2842002-10-10  Bastien Nocera  <hadess@hadess.net>
285
286        * src/Makefile.am: upd
287        * src/acme-eject.png:
288        * src/acme-properties.c: (init_gui):
289        * src/acme.c: (about_activated), (init_tray): upd
290        * src/keymap-16.png:
291        * src/keymap-48.png: 3 better icons from Lapo Calamandrei
292        <l_calamandrei@neri-group.com>, they rock!
293
2942002-10-06  Bastien Nocera  <hadess@hadess.net>
295
296        * src/fb-level.gob: only use the fb-level stuff if we're on a
297        PowerBook (and iBooks). Thanks to Dan Burcaw for pointing this out
298
2992002-10-01  Peteris Krisjanis <peteris.krisjanis@os.lv>
300
301        * configure.in: Added Latvian (lv) to ALL_LINGUAS
302
3032002-09-30  Bastien Nocera  <hadess@hadess.net>
304
305        * Makefile.am: added acme.spec to the CLEANFILES
306        * acme.spec.in: no need to run ldconfig, we're not packaging a library
307
3082002-09-24  Bastien Nocera  <hadess@hadess.net>
309
310        * src/acme-properties.glade: added some instructions (Closes: #94043)
311
3122002-09-23  Bastien Nocera  <hadess@hadess.net>
313
314        * README: upd
315        * src/acme.c: (do_www_action), (do_action):
316        * src/acme.h:
317        * src/acme.schemas.in: added support for WWW, Calculator and Record
318
3192002-09-23  Bastien Nocera  <hadess@hadess.net>
320
321        * .cvsignore: added acme.spec
322        * src/.cvsignore: upd
323        * Makefile.am: added acme.spec*
324        * README: updated
325        * acme.spec.in: added, thanks to Christian Fredrik Kalager Schaller
326        <Uraeus@linuxrising.org>
327        * configure.in: added acme.spec generation
328        * src/acme-properties.c: (is_running), (keys_edited_callback),
329        (start_editing_cb): misc upd, code cleanups, basis for key
330        verification
331
3322002-09-22  Bastien Nocera  <hadess@hadess.net>
333
334        * configure.in: version 1.99.8
335        * src/Makefile.am: libegg-fu
336        * src/acme.c: (acme_exit), (execute), (execute_this_or_that),
337        (acme_play_sound), (init_kbd), (prefs_activated),
338        (about_activated), (tray_icon_release), (tray_icon_press),
339        (init_tray), (do_eject_action), (do_action), (main):
340        if no keys are configured (default), acme-properties is launched,
341        added a tray icon with prefs and about buttons, made launches async
342        for long-running apps
343        * src/acme.schemas.in: everything is disabled by default
344        * src/keymap-16.png: added
345
3462002-09-22  Bastien Nocera  <hadess@hadess.net>
347
348        * src/acme.desktop.in: lower-case the description (just like the other
349        apps in the control-center)
350
3512002-09-22  Bastien Nocera  <hadess@hadess.net>
352
353        * src/acme.c: (grab_key), (do_action), (main): make it possible to run
354        acme even without OSS or ALSA sound output, remove mention of ACME in
355        the dialogs, use the word "daemon" instead
356
3572002-09-22  Bastien Nocera  <hadess@hadess.net>
358
359        * src/acme-properties.c: (keys_edited_callback),
360        (real_start_editing_cb), (start_editing_cb), (init_content_helper),
361        (init_columns): clicking anywhere on a row now starts up the editing
362        like in the keyboard shortcuts capplet, removed mention and display of
363        keycodes as they don't mean anything to users.
364        * src/acme-properties.glade: remove mention of keycodes column
365        * src/acme.c: (grab_key), (update_kbd_cb): don't grab with AnyModifier
366        as it might break a11y tools.
367
3682002-09-20  Bastien Nocera  <hadess@hadess.net>
369
370        * src/acme-properties.c: (keys_edited_callback): use GDK keysyms
371        instead of keycodes
372        * src/acme.c: (init_kbd): fix uninitialised keys being picked up
373
3742002-09-19  Bastien Nocera  <hadess@hadess.net>
375
376        * src/Makefile.am: build g-volume.o after the other volume stuff
377        * src/acme.c: (execute), (execute_this_or_that), (do_action):
378        * src/acme.h:
379        * src/acme.schemas.in: Added support for My Home, Search, E-Mail,
380        Sleep, Screensaver, Finance and Help keys support
381
3822002-09-19  Bastien Nocera  <hadess@hadess.net>
383
384        * configure.in: 1.99.7
385        * src/acme-properties.c: (is_running): see below
386        * src/acme.c: (selection_get_func), (selection_clear_func),
387        (acme_get_lock), (acme_exit), (update_use_pcm_cb), (main):
388        re-enable use_pcm stuff, make acme be unique per display instead of
389        per user
390        * src/g-volume.gob: re-enable use_pcm stuff
391
3922002-08-29  Gustavo Noronha Silva  <kov@debian.org>
393
394        * configure.in (ALL_LINGUAS): added pt_BR
395
3962002-08-24  Mikael Hallendal  <micke@codefactory.se>
397
398        * src/acme.c (init_kbd): fixed a bug causing it to always use
399          default values when grabbing keys.
400
4012002-08-15  Bastien Nocera  <hadess@hadess.net>
402
403        * README: upd
404        * src/acme.c: (acme_exit), (main): hopefully fix a crash-on-exit bug
405
4062002-08-12  Bastien Nocera  <hadess@hadess.net>
407
408        * README: upd
409        * src/Makefile.am: dist the .in file
410        * src/g-volume.gob: default to OSS, alsa works better as a super-OSS
411
4122002-08-01  Christophe Merlet  <christophe@merlet.net>
413
414        * configure.in: Added fr to $ALL_LINGUAS.
415
4162002-07-31  Bastien Nocera  <hadess@hadess.net>
417
418        * AUTHORS: added
419        * Makefile.am: removed cruft
420        * NEWS: added
421        * README: upd
422        * configure.in: 1.99.6
423        * src/acme.c: (permission_problem_string), (vol_problem_cb),
424        (fb_problem_cb): modify to minimise translations
425
4262002-07-29  Bastien Nocera  <hadess@hadess.net>
427
428        * src/acme.c: (acme_error), (fb_problem_cb), (do_action), (main):
429        make fb level settings work again, for sure.
430        * src/acme.h: revive USE_FBLEVEL (because, even though it can compile
431        on every machine that has the necessary headers, it doesn't make sense
432        on anything but PowerMacs running Linux)
433        * src/fb-level.gob: kill dead codepaths
434
4352002-07-29  Bastien Nocera  <hadess@hadess.net>
436
437        * .cvsignore:
438        * src/.cvsignore: upd
439
4402002-07-29  Bastien Nocera  <hadess@hadess.net>
441
442        * src/Makefile.am: upd defines
443        * src/acme.c: (do_action), (main):
444        * src/acme.h: updated wrt defines
445        * src/g-volume.gob: added run-time ALSA support
446        * src/volume-alsa.gob: it works for you ? You're damn lucky, just like
447        me then :)
448
4492002-07-29  Bastien Nocera  <hadess@hadess.net>
450
451        * README: added some links
452        * configure.in: added detection for ALSA, OSS, and FB stuff
453        * src/Makefile.am: mucho conditional work
454        * src/acme.c: (vol_problem_cb), (update_use_pcm_cb),
455        (do_sound_action), (do_action), (main): s/VolumeOSS/GVolume/
456        * src/acme.h: remove USE_FBLEVEL conditional
457        * src/g-volume.gob: extra layer between the real mixer and acme
458        * src/volume-alsa.gob: added (it's still OSS stuff though)
459        * src/volume-oss.gob: updated
460
4612002-07-29  Bastien Nocera  <hadess@hadess.net>
462
463        * src/Makefile.am: fix wrt changes to libegg
464        * src/acme.c: (acme_exit), (execute), (main):
465        cleanups when acme is already running
466        * src/volume-oss.gob: don't try to set volume on the PCM device when
467        it's not present. This needs some cleanups at some point.
468
Note: See TracBrowser for help on using the repository browser.