source: trunk/third/acme/ChangeLog @ 18822

Revision 18822, 16.0 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18821, which included commits to RCS files with non-trunk default branches.
Line 
12003-02-02  Bastien Nocera  <hadess@hadess.net>
2
3        * README: update and 2.0.2
4        * src/eggtrayicon.c:
5        * src/eggtrayicon.h: update from libegg
6
72003-02-01  Bastien Nocera  <hadess@hadess.net>
8
9        * configure.in:
10        * src/Makefile.am:
11        * src/acme.c: Fix compilation on Sun Solaris: check for XF86keysym.h
12        header, remove unneeded -export-dynamic LDFLAGS (Closes: #104792)
13
142003-01-31  Bastien Nocera  <hadess@hadess.net>
15
16        * src/acme.desktop.in: added Encoding field
17
182003-01-26  Duarte Loreto <happyguy_pt@hotmail.com>
19
20        * configure.in: Added "pt" to ALL_LINGUAS
21
222003-01-25  Takeshi AIHANA <aihana@gnome.gr.jp>
23
24        * configure.in: Added "ja" to ALL_LINGUAS
25
262003-01-23  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
27
28        * configure.in: added "sk" to ALL_LINGUAS.
29
302003-01-22  Marius Andreiana <marius galuna.ro>
31
32        * configure.in: added 'ro' to ALL_LINGUAS
33
342003-01-21  Christian Rose  <menthos@menthos.com>
35
36        * configure.in: Added "mn" to ALL_LINGUAS.
37
382003-01-20  Jordi Mallach  <jordi@sindominio.net>
39
40        * configure.in (ALL_LINGUAS): added Catalan (ca).
41
422003-01-20  Pablo Saratxaga  <pablo@mandrakesoft.com>
43
44        * configure.in: Added Amharic (am), German (de), Dutch (nl),
45        Macedonian (mk) to ALL_LINGUAS
46
472003-01-20  Yuriy Syrota  <rastaman@renome.rovno.ua>
48
49        * configure.in: Added "uk" (Ukrainian) to ALL_LINGUAS.
50
512003-01-19  Bastien Nocera  <hadess@hadess.net>
52
53        * src/acme.c: (do_action): use "xset dpms force off" if apm isn't
54        found (requested by Anders)
55
562003-01-19  He Qiangqiang  <carton@linux.net.cn>
57
58        * configure.in: Added "zh_CN" (Simplified Chinese) to ALL_LINGUAS.
59
602003-01-16  Abel Cheung  <maddog@linux.org.hk>
61
62        * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS.
63
642003-01-15  Pauli Virtanen  <pauli.virtanen@hut.fi>
65
66        * configure.in: Added "fi" (Finnish) to ALL_LINGUAS.
67
682003-01-13  Bastien Nocera  <hadess@hadess.net>
69
70        * configure.in:
71        * src/Makefile.am:
72        * src/acme.c: (init_kbd), (dialog_show): we need a newer version of
73        libwnck, so we need a newer gtk+, so we're multihead anyway
74
752003-01-10  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
76
77        * configure.in: Added Russian to ALL_LINGUAS.
78
792003-01-09  Bastien Nocera  <hadess@hadess.net>
80
81        * src/Makefile.am: f1x0r the distcheck
82
832003-01-09  Bastien Nocera  <hadess@hadess.net>
84
85        * configure.in: acme 2.0 woot
86
872003-01-09  Bastien Nocera  <hadess@hadess.net>
88
89        * src/acme.c: (dialog_show): gtk_widget_realize the window after
90        having moved it, otherwise the info about the geometry and moving
91        it don't work properly (Closes: #94022)
92
932003-01-09  Bastien Nocera  <hadess@hadess.net>
94
95        * src/acme.c: (ungrab_key_real), (grab_key_real), (init_kbd),
96        (dialog_show), (acme_filter_events), (main): remove all the debug,
97        the window is presented when gtk_window_set_screen is called which
98        is a bug :)
99
1002003-01-09  Bastien Nocera  <hadess@hadess.net>
101
102        * src/acme.c: (acme_filter_events): typo, was supposed to be
103        ==, not !=
104
1052003-01-09  Bastien Nocera  <hadess@hadess.net>
106
107        * src/acme.c: (dialog_show), (acme_filter_events), (main):
108        changes to make the window appear on the right screen, when in
109        multihead
110
1112003-01-09  Bastien Nocera  <hadess@hadess.net>
112
113        * configure.in:
114        * src/Makefile.am:
115        * src/acme.c: (ungrab_key_real), (ungrab_key), (grab_key_real),
116        (grab_key), (update_kbd_cb), (init_kbd), (acme_filter_events),
117        (main): changes to handle multihead, should help with bug #94022
118
1192003-01-08  Bastien Nocera  <hadess@hadess.net>
120
121        * src/eggaccelerators.[ch]:
122        * src/eggcellrendererkeys.[ch]:
123        * src/eggtrayicon.[ch]: Added these files for the benefit of the
124        i18n people
125
1262003-01-07  Alex Duggan  <aldug@gnome.org>
127
128        * src/acme.c: (about_activated) : unref() the pixbuf used in the
129        about dialog to prevent a small memory leak.  Fixes #102798
130       
1312003-01-07  Bastien Nocera  <hadess@hadess.net>
132
133        * README: updated with all the recent changes
134
1352003-01-03  Yanko Kaneti <yaneti@declera.com>
136
137        * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).
138
1392003-01-02  Zbigniew Chyla  <cyba@gnome.pl>
140
141        * configure.in (ALL_LINGUAS): Added pl (Polish).
142
1432002-12-30  Bastien Nocera  <hadess@hadess.net>
144
145        * src/acme.h: remove the EJECT_TIMEOUT, it's not used anywhere
146
1472002-12-24  Bastien Nocera  <hadess@hadess.net>
148
149        * src/Makefile.am: add the libegg stuff to Makefile.am so a clean
150        checkout would work if libegg is present
151
1522002-12-23  Bastien Nocera  <hadess@hadess.net>
153
154        * src/acme.c: (about_activated): change (C) to proper copyright sign
155        (patch by Christian Neumair <chris@gnome-de.org>)
156
1572002-12-22  Andras Timar  <timar@gnome.hu>
158
159        * configure.in: Added "hu" to ALL_LINGUAS.
160
1612002-12-19  Bastien Nocera  <hadess@hadess.net>
162
163        * src/acme-properties.c: (init_content): fixed key names not getting
164        translated in the prefs (Closes: #101643)
165
1662002-12-19  Bastien Nocera  <hadess@hadess.net>
167
168        * configure.in: 1.99.13
169
1702002-12-17  Bastien Nocera  <hadess@hadess.net>
171
172        * configure.in: really fix ALSA compilation (hopefully)
173
1742002-12-16  Bastien Nocera  <hadess@hadess.net>
175
176        * configure.in: 1.99.12
177
1782002-12-16  Bastien Nocera  <hadess@hadess.net>
179
180        * src/Makefile.am: fix the build problem after I have removed the ALSA
181        libraries from my machine. Need a new release...
182
1832002-12-15  Bastien Nocera  <hadess@hadess.net>
184
185        * configure.in: 1.99.11
186
1872002-12-10  Bastien Nocera  <hadess@hadess.net>
188
189        * src/acme.c: (unhookup_keysym), (hookup_keysym), (update_kbd_cb),
190        (init_kbd), (do_www_action), (do_media_action), (do_action),
191        (acme_filter_events):
192        * src/acme.h:
193        * src/acme.schemas.in: added support for "Media" (launches default
194        MP3 player), "Groups" (Browser to www.gnomedesktop.org) and "Refresh"
195        (sends XF86Refresh)
196
1972002-12-10  Bastien Nocera  <hadess@hadess.net>
198
199        * configure.in: yay, ALSA now uses pkg-config like everyone else
200
2012002-12-05  Christian Neumair  <chris@gnome-de.org>
202
203        * src/acme.c: Changed copyright string.
204
2052002-12-05  Bastien Nocera  <hadess@hadess.net>
206
207        * src/acme-properties.c: (init_gui): fixed for following change
208        * src/acme-properties.glade: HIG patch from elle.uca@genie.it
209
2102002-11-28  Alessio Frusciante  <algol@firenze.linux.it>
211
212        * configure.in: Added "it" to ALL_LINGUAS.
213
2142002-11-26  Hasbullah BIn Pit <sebol@ikhlas.com>
215
216        * configure.in: Added "ms" to ALL_LINGUAS.
217
2182002-11-25  Bastien Nocera  <hadess@hadess.net>
219
220        * src/acme.c: (update_kbd_cb): clear the keycode after we ungrab the
221        key (Closes: #99463)
222
2232002-11-24  Bastien Nocera  <hadess@hadess.net>
224
225        * src/acme.c: (ungrab_key), (grab_key), (unhookup_keysym),
226        (hookup_keysym), (update_kbd_cb), (init_kbd), (about_activated),
227        (init_sm), (do_action), (acme_filter_events):
228        * src/acme.h:
229        * src/acme.schemas.in: add support for Play, Pause, Stop, Previous and
230        Next. App developers should fetch the key with the following keysyms
231        XF86XK_AudioPlay, XF86XK_AudioPause, XF86XK_AudioStop,
232        XF86XK_AudioPrev, XF86XK_AudioNext
233
2342002-11-23  Bastien Nocera  <hadess@hadess.net>
235
236        * configure.in: 1.9.10
237
2382002-11-23  Bastien Nocera  <hadess@hadess.net>
239
240        * src/acme.c: (do_shade_window_action), (do_action):
241        * src/acme.h:
242        * src/acme.schemas.in: added support for the "Shade Window" button
243
2442002-11-23  Bastien Nocera  <hadess@hadess.net>
245
246        * configure.in:
247        * src/Makefile.am:
248        * src/acme.c: (do_close_window_action), (do_action), (main):
249        * src/acme.h:
250        * src/acme.schemas.in: added dependency on libwnck, added support for
251        the "Close Window" button
252
2532002-11-23  Bastien Nocera  <hadess@hadess.net>
254
255        * src/acme.c: (tray_destroyed), (init_tray): worked around the tray
256        icon not reappearing when the panel is killed or crashes (pointed out
257        by Gregory Merchan <merchan@baton.phys.lsu.edu>)
258
2592002-11-23  Bastien Nocera  <hadess@hadess.net>
260
261        * src/acme.c: (init_kbd), (acme_filter_events), (main):
262        use an event filter instead of steal the events from the root window,
263        fixes the crash when changing themes and fonts with Gtk+ 2.1
264        (Closes: #99281)
265
2662002-11-21  Bastien Nocera  <hadess@hadess.net>
267
268        * src/acme.desktop.in: added X-Bugzilla stuff
269
2702002-11-11  Bastien Nocera  <hadess@hadess.net>
271
272        * src/acme-16.png: updated icon from Lapo Calamandrei
273        <l_calamandrei@neri-group.com>, rock!
274
2752002-11-10  Ole Laursen  <olau@hardworking.dk>
276
277        * configure.in: Added da to ALL_LINGUAS.
278
2792002-11-11  Changwoo Ryu  <cwryu@debian.org>
280
281        * configure.in: Added ko to ALL_LINGUAS.
282
2832002-11-04  Bastien Nocera  <hadess@hadess.net>
284
285        * src/Makefile.am: correct double definition of acme_LDFLAGS
286
2872002-10-31  Thomas Vander Stichele <thomas at apestaart dot org>
288
289        * acme.spec.in: fixed requirements
290          configure.in: make AC_DEFINE three-argument
291
2922002-10-28  Bastien Nocera  <hadess@hadess.net>
293
294        * src/acme.c: (execute_this_or_that): add missing space, oops
295        (Closes: #97005)
296
2972002-10-28  Bastien Nocera  <hadess@hadess.net>
298
299        * configure.in: 1.99.9
300
3012002-10-26  Bastien Nocera  <hadess@hadess.net>
302
303        * src/acme-properties.c: (verify_double), (init_columns): fix lockup
304        * src/acme.c: (fb_problem_cb): show up the error message only if we're
305        running on a powerbook
306        * src/fb-level.gob: make is_powerbook public
307
3082002-10-24  Bastien Nocera  <hadess@hadess.net>
309
310        * configure.in: removed en_GB, it's already in that language ;)
311
3122002-10-24  Bastien Nocera  <hadess@hadess.net>
313
314        * src/acme-properties.c: (acme_error), (verify_double),
315        (keys_edited_callback), (real_start_editing_cb): check that the key is
316        not already bound before trying to bind it (Closes: #94044)
317        * src/acme.h: key_type is an int not a char
318
3192002-10-24  Bastien Nocera  <hadess@hadess.net>
320
321        * src/acme-properties.c: (keys_edited_callback),
322        (init_content_helper), (init_columns), (init_treeview), (init_gui):
323        Add nifty icons before the description, as the "Enabled/Disabled"
324        labels weren't very clear (Closes: #95384)
325
3262002-10-14  Bastien Nocera  <hadess@hadess.net>
327
328        * src/acme-16.png: added
329        * src/acme-48.png: added (doh!)
330        * src/acme.c: (do_action), (event_cb): use key releases instead of key
331        presses, makes it possible to use the Apple Pro kbd's eject key, fixes
332        a couple of bugs with key repeats as well
333
3342002-10-10  Bastien Nocera  <hadess@hadess.net>
335
336        * src/Makefile.am: upd
337        * src/acme-eject.png:
338        * src/acme-properties.c: (init_gui):
339        * src/acme.c: (about_activated), (init_tray): upd
340        * src/keymap-16.png:
341        * src/keymap-48.png: 3 better icons from Lapo Calamandrei
342        <l_calamandrei@neri-group.com>, they rock!
343
3442002-10-06  Bastien Nocera  <hadess@hadess.net>
345
346        * src/fb-level.gob: only use the fb-level stuff if we're on a
347        PowerBook (and iBooks). Thanks to Dan Burcaw for pointing this out
348
3492002-10-01  Peteris Krisjanis <peteris.krisjanis@os.lv>
350
351        * configure.in: Added Latvian (lv) to ALL_LINGUAS
352
3532002-09-30  Bastien Nocera  <hadess@hadess.net>
354
355        * Makefile.am: added acme.spec to the CLEANFILES
356        * acme.spec.in: no need to run ldconfig, we're not packaging a library
357
3582002-09-24  Bastien Nocera  <hadess@hadess.net>
359
360        * src/acme-properties.glade: added some instructions (Closes: #94043)
361
3622002-09-23  Bastien Nocera  <hadess@hadess.net>
363
364        * README: upd
365        * src/acme.c: (do_www_action), (do_action):
366        * src/acme.h:
367        * src/acme.schemas.in: added support for WWW, Calculator and Record
368
3692002-09-23  Bastien Nocera  <hadess@hadess.net>
370
371        * .cvsignore: added acme.spec
372        * src/.cvsignore: upd
373        * Makefile.am: added acme.spec*
374        * README: updated
375        * acme.spec.in: added, thanks to Christian Fredrik Kalager Schaller
376        <Uraeus@linuxrising.org>
377        * configure.in: added acme.spec generation
378        * src/acme-properties.c: (is_running), (keys_edited_callback),
379        (start_editing_cb): misc upd, code cleanups, basis for key
380        verification
381
3822002-09-22  Bastien Nocera  <hadess@hadess.net>
383
384        * configure.in: version 1.99.8
385        * src/Makefile.am: libegg-fu
386        * src/acme.c: (acme_exit), (execute), (execute_this_or_that),
387        (acme_play_sound), (init_kbd), (prefs_activated),
388        (about_activated), (tray_icon_release), (tray_icon_press),
389        (init_tray), (do_eject_action), (do_action), (main):
390        if no keys are configured (default), acme-properties is launched,
391        added a tray icon with prefs and about buttons, made launches async
392        for long-running apps
393        * src/acme.schemas.in: everything is disabled by default
394        * src/keymap-16.png: added
395
3962002-09-22  Bastien Nocera  <hadess@hadess.net>
397
398        * src/acme.desktop.in: lower-case the description (just like the other
399        apps in the control-center)
400
4012002-09-22  Bastien Nocera  <hadess@hadess.net>
402
403        * src/acme.c: (grab_key), (do_action), (main): make it possible to run
404        acme even without OSS or ALSA sound output, remove mention of ACME in
405        the dialogs, use the word "daemon" instead
406
4072002-09-22  Bastien Nocera  <hadess@hadess.net>
408
409        * src/acme-properties.c: (keys_edited_callback),
410        (real_start_editing_cb), (start_editing_cb), (init_content_helper),
411        (init_columns): clicking anywhere on a row now starts up the editing
412        like in the keyboard shortcuts capplet, removed mention and display of
413        keycodes as they don't mean anything to users.
414        * src/acme-properties.glade: remove mention of keycodes column
415        * src/acme.c: (grab_key), (update_kbd_cb): don't grab with AnyModifier
416        as it might break a11y tools.
417
4182002-09-20  Bastien Nocera  <hadess@hadess.net>
419
420        * src/acme-properties.c: (keys_edited_callback): use GDK keysyms
421        instead of keycodes
422        * src/acme.c: (init_kbd): fix uninitialised keys being picked up
423
4242002-09-19  Bastien Nocera  <hadess@hadess.net>
425
426        * src/Makefile.am: build g-volume.o after the other volume stuff
427        * src/acme.c: (execute), (execute_this_or_that), (do_action):
428        * src/acme.h:
429        * src/acme.schemas.in: Added support for My Home, Search, E-Mail,
430        Sleep, Screensaver, Finance and Help keys support
431
4322002-09-19  Bastien Nocera  <hadess@hadess.net>
433
434        * configure.in: 1.99.7
435        * src/acme-properties.c: (is_running): see below
436        * src/acme.c: (selection_get_func), (selection_clear_func),
437        (acme_get_lock), (acme_exit), (update_use_pcm_cb), (main):
438        re-enable use_pcm stuff, make acme be unique per display instead of
439        per user
440        * src/g-volume.gob: re-enable use_pcm stuff
441
4422002-08-29  Gustavo Noronha Silva  <kov@debian.org>
443
444        * configure.in (ALL_LINGUAS): added pt_BR
445
4462002-08-24  Mikael Hallendal  <micke@codefactory.se>
447
448        * src/acme.c (init_kbd): fixed a bug causing it to always use
449          default values when grabbing keys.
450
4512002-08-15  Bastien Nocera  <hadess@hadess.net>
452
453        * README: upd
454        * src/acme.c: (acme_exit), (main): hopefully fix a crash-on-exit bug
455
4562002-08-12  Bastien Nocera  <hadess@hadess.net>
457
458        * README: upd
459        * src/Makefile.am: dist the .in file
460        * src/g-volume.gob: default to OSS, alsa works better as a super-OSS
461
4622002-08-01  Christophe Merlet  <christophe@merlet.net>
463
464        * configure.in: Added fr to $ALL_LINGUAS.
465
4662002-07-31  Bastien Nocera  <hadess@hadess.net>
467
468        * AUTHORS: added
469        * Makefile.am: removed cruft
470        * NEWS: added
471        * README: upd
472        * configure.in: 1.99.6
473        * src/acme.c: (permission_problem_string), (vol_problem_cb),
474        (fb_problem_cb): modify to minimise translations
475
4762002-07-29  Bastien Nocera  <hadess@hadess.net>
477
478        * src/acme.c: (acme_error), (fb_problem_cb), (do_action), (main):
479        make fb level settings work again, for sure.
480        * src/acme.h: revive USE_FBLEVEL (because, even though it can compile
481        on every machine that has the necessary headers, it doesn't make sense
482        on anything but PowerMacs running Linux)
483        * src/fb-level.gob: kill dead codepaths
484
4852002-07-29  Bastien Nocera  <hadess@hadess.net>
486
487        * .cvsignore:
488        * src/.cvsignore: upd
489
4902002-07-29  Bastien Nocera  <hadess@hadess.net>
491
492        * src/Makefile.am: upd defines
493        * src/acme.c: (do_action), (main):
494        * src/acme.h: updated wrt defines
495        * src/g-volume.gob: added run-time ALSA support
496        * src/volume-alsa.gob: it works for you ? You're damn lucky, just like
497        me then :)
498
4992002-07-29  Bastien Nocera  <hadess@hadess.net>
500
501        * README: added some links
502        * configure.in: added detection for ALSA, OSS, and FB stuff
503        * src/Makefile.am: mucho conditional work
504        * src/acme.c: (vol_problem_cb), (update_use_pcm_cb),
505        (do_sound_action), (do_action), (main): s/VolumeOSS/GVolume/
506        * src/acme.h: remove USE_FBLEVEL conditional
507        * src/g-volume.gob: extra layer between the real mixer and acme
508        * src/volume-alsa.gob: added (it's still OSS stuff though)
509        * src/volume-oss.gob: updated
510
5112002-07-29  Bastien Nocera  <hadess@hadess.net>
512
513        * src/Makefile.am: fix wrt changes to libegg
514        * src/acme.c: (acme_exit), (execute), (main):
515        cleanups when acme is already running
516        * src/volume-oss.gob: don't try to set volume on the PCM device when
517        it's not present. This needs some cleanups at some point.
518
Note: See TracBrowser for help on using the repository browser.