Mon Feb 22 21:44:34 1999 George Lebl * gen_util/clock.c: add unix time option for people that want their time in the way it was meant to be displayed 1999-02-22 Martin Baulig * multiload: Resize the widget after changing the size in the properties dialog. Add "destroy" signal handler to the load graph and correctly destroy it so it will no longer dump core when you remove on of the applets. * multiload: Applied the patch from Jacob Berkman that makes the multiload applet honor the width and height settings in the properties dialog on next startup. 1999-02-15 Owen Taylor * webcontrol/Makefile.am (gnorba_DATA): Add the .gnorba to the EXTRA_DIST and add rules for installing it. 1999-02-13 Nuno Ferreira * gkb/xmodmap/.cvsignore, gkb/gkb/.cvsignore: Added these files. 1999-02-07 Federico Mena Quintero * multiload/load-graph.c (load_graph_update): Now this is the timeout handler. (load_graph_draw): Do not update the graph's data, just redraw. (load_graph_properties_update): Redraw the load graphs, to make properties take effect immediately when the user hits Apply. * multiload/properties.c (multiload_properties_cb): Invoke the properties for the correct part of the applet. (multiload_show_properties): Show the property page corresponding to the type of applet the user clicked on. 1999-02-07 Tomas Ogren * winlist/fvwm-winlist.c: #include please... 1999-02-04 Jonathan Blandford * mixer/mixer.c (create_computer_mixer_widget): make the colors a bit less subtle. 1999-02-04 Nat Friedman * battery/read-battery.c (battery_read_charge): The Linux support has been completely rewritten. I am now caching the fd of /proc/apm, and then using dup() when I need to fetch new battery data to ensure that we only call open() once. Now the battery applet never touches the disk while it's running. Nice for laptops. * battery/properties.c (col_value_changed_cb): New function. (adj_value_changed_cb): Likewise. (col_value_changed_cb): Likewise. This fixes a bug as reported by Roberto Zunino . Thanks! (prop_apply): Call battery_update so the changes take effect immediately. * battery/battery.h: Added force_update. * battery/battery.c (battery_update): Only update the pictures if the battery data has changed. Pay attention to bat->force_update. (battery_configure_handler): Call battery_update. (battery_setup_picture): More readable. (battery_set_size): Call battery_update. 1999-02-03 Jonathan Blandford * mixer/vslider.c (vslider_class_init): now we no longer draw the trough, and let mixer.c handle that. VOILA! no more flashes. (: * mixer/hslider.c (hslider_class_init):ditto 1999-02-02 Jonathan Blandford * mixer/mixer.c (create_computer_mixer_widget): make the adjustments page size bigger. 1999-01-24 Anders Carlsson * gnome-pager/gnomepager_applet.c: Fixed a bug with the task list arrow and a vertical panel. Sun Jan 24 03:39:02 1999 Timur Bakeyev * mixer/mixer.c: Add conditional #include for {linux,machine,sys}/ soundcard.h. 1999-01-22 The Rasterman * Makefile.am: removed icewm-pager from build, removed esdmanager from build as it hasnt been finished, removed fvwm pager from build as it should become gnome compiant with patches sometime... 1999-01-18 Jeff Garzik * batmon/batmon.c, battery/battery.c, fish/fish.c, gen_util/clock.c, gen_util/mailcheck.c, gen_util/printer.c, gkb/gkb.c, gnome-pager/gnomepager_applet.c, mini-commander/src/command_line.c, mini-commander/src/message.c, mini-commander/src/mini-commander_applet.c, mini-commander/src/preferences.c, multiload/load-graph.c, multiload/property-entries.c: Gtk+ s/old-name/new-name/ substitutions, from gtkcompat.h * gnome-pager/gnomepager_applet.c: 64-bitness casts. Added a FIXME for a value apparently never used. 1999-01-18 Nat Friedman * asclock/dialogs.c (properties_dialog): Fixed a typo. Use gnome_app_id for the name of the root help directory. * battery/properties.c (battery_properties_window): Use gnome_app_id for the name of the root help directory. * cpuload/properties.c (properties): Likewise. * netload/properties.c (properties): Likewise. * multiload/properties.c (multiload_show_properties): Likewise. * gkb/gkb.c (properties_dialog): Likewise. * gen_util/printer.c (printer_properties): Likewise. * gen_util/mailcheck.c (mailcheck_properties): Likewise. * gen_util/clock.c (clock_properties): Likewise. * diskusage/properties.c (properties): Likewise. 1999-01-18 Nat Friedman * asclock/dialogs.c (properties_dialog): Connected the help button of the GnomePropertyBox to gnome_help_pbox_display. * battery/properties.c (battery_properties_window): Likewise. * netload/properties.c (properties): Likewise. * gkb/gkb.c (properties_dialog): Likewise. * gen_util/printer.c (printer_properties): Likewise. * gen_util/mailcheck.c (mailcheck_properties): Likewise. * gen_util/clock.c (clock_properties): Likewise. * diskusage/properties.c (properties): Likewise. * battery/battery_applet.gnorba (description): Changed the description. Fixed a typo in the location_info. 1999-01-08 Christopher Blizzard * Makefile.am: the bussign is dead. long live the bussign. 1999-01-06 Nat Friedman * Makefile.am (always_built_SUBDIRS): Removed the batmon applet from the applet list. Tue Dec 29 14:40:25 1998 Maciej Stachowiak * Makefile.am: Build fvwm-pager applet unconditionally. 1998-12-28 Martin Baulig The "MultiLoad Applet Revolution". All three multiload applets (cpuload, memload, swapload) now use the same load graph object and the same properties code. This will make it much easier to add a new applet here. * multiload/cpuload.h: Removed. * multiload/memload.h: Removed. * multiload/swapload.h: Removed. * multiload/properties-cpu.[ch]: Removed. * multiload/properties-mem.[ch]: Removed. * multiload/properties-swap.[ch]: Removed. * multiload/global.h: New file. * multiload/property-entries.[ch]: New files. This code will be moved into libgnomeui after GNOME 1.0 is released. * multiload/load-graph.[ch]: New files. Contains some kind of load graph widget/object that is used in all multiload applets. * multiload/properties.[ch]: New files. Contains general properties stuff that is used in all multiload applets. * multiload/cpuload.c: Use the new load graph. * multiload/memload.c: Likewise. * multiload/swapload.c: Likewise. 1998-12-18 Martin Baulig * cpumemusage/procbar.[ch]: Removed. * cpumemusage/cpumemusage.c: Use the GnomeProcBar from libgnomeui. Thu Dec 31 18:18:05 1998 George Lebl * slashapp/slashapp.c,gticker/gticker.c: remove unneeded glist Tue Dec 29 14:40:25 1998 Maciej Stachowiak * Makefile.am: Build fvwm-pager applet unconditionally. 1998-12-28 Martin Baulig The "MultiLoad Applet Revolution". All three multiload applets (cpuload, memload, swapload) now use the same load graph object and the same properties code. This will make it much easier to add a new applet here. * multiload/cpuload.h: Removed. * multiload/memload.h: Removed. * multiload/swapload.h: Removed. * multiload/properties-cpu.[ch]: Removed. * multiload/properties-mem.[ch]: Removed. * multiload/properties-swap.[ch]: Removed. * multiload/global.h: New file. * multiload/property-entries.[ch]: New files. This code will be moved into libgnomeui after GNOME 1.0 is released. * multiload/load-graph.[ch]: New files. Contains some kind of load graph widget/object that is used in all multiload applets. * multiload/properties.[ch]: New files. Contains general properties stuff that is used in all multiload applets. * multiload/cpuload.c: Use the new load graph. * multiload/memload.c: Likewise. * multiload/swapload.c: Likewise. 1998-12-28 Martin Baulig * cpuload: Removed this applet. It has been replaced with the multiload applet. 1998-12-26 Martin Baulig * asclock/timezone.c: If /etc/localtime exists, read default timezone from it and select it in the clist. * asclock/dialogs.c: Removed useless 'General' properties tab. * asclock/main.c: Use stock callbacks. 1998-12-25 Jeff Garzik * asclock/asclock.c, asclock/dialogs.c, fvwm-pager/Module.c, fvwm-pager/fvwm-pager.c, fvwm-pager/properties.c, gticker/gticker.c, icewm-pager/wmpager_applet.c, jbc/jbc.c, mini-commander/preferences.c, modemlights/modemlights.c: Warnings fixes. s/sprintf/g_snprintf/ 1998-12-24 Jeff Garzik * batmon/batmon.c: Changed one strcpy to strncpy * clockmail/clockmail.c, cpuload/properties.c, batmon/batmon.c, diskusage/diskusage.c, diskusage/properties.c, drivemount/drivemount.c, fifteen/fifteen.c: s/sprintf/g_snprintf/ * cpuload/properties.[c], diskusage/properties.[ch]: Made load/save routines 'path' arg const-correct. * cpuload/properties.c, diskusage/properties.c: Corrected color str size bug. 1998-12-18 Mark Galassi * netload/properties.c (apply_cb): incorporated Daniel Burrows' patch to fix a properties bug: the memcopy() was not enough to copy the structure, since the structure had a gchar * member. This patch adds a strdup() to copy the text field. 1998-12-18 Martin Baulig * cpumemusage/procbar.[ch]: Removed. * cpumemusage/cpumemusage.c: Use the GnomeProcBar from libgnomeui. 1998-12-15 Federico Mena Quintero * multiload/Makefile.am (EXTRA_DIST): Added multiload_applet.gnorba. * Makefile.am: Added the stupid bussign applet to SUBDIRS. (DIST_SUBDIRS): Put all the directories in DIST_SUBDIRS, like Tom said. 1998-12-15 Yukihiro Nakai * Added the Japanese [ja] translation entries with our special tool. 1998-12-14 Matt Wilson * multiload/properties-mem.c: No C++ comments! 1998-12-14 Christopher Blizzard * Makefile.am: Disable the bussign. Doesn't work. Shouldn't really be part of 1.0. 1998-12-13 Martin Baulig Following a suggestion from Richard Hult it is confusing users to have to cpuload monitors that look exactly the same and to have an extra level of menus for the multiload applet. So replaced the cpuload applet with the multiload which is no longer hidden in a submenu. * multiload/Multiload.directory: Removed. * multiload/Makefile.am: Don't use an extra level of menus for the multiload applet, put all .desktop files to the other monitor applets. * cpuload: This has been replaced with the multiload applet. 1998-12-13 Martin Baulig * netload.c: Always use LibGTop to get the data. Mon Dec 07 02:17:08 1998 George Lebl * */*.c: fixed up includes, removed applet-lib.h and added applet-widget.h where missing Mon Dec 07 01:05:22 1998 George Lebl * cdplayer/cdplayer.c: use abort_load applet widget call instead of a call which was directly into the applet-lib (which doesn't exist any more) Thu Dec 03 02:42:00 1998 George Lebl * */*.c: replaced applet_widget_new_with_param, and changed all multiapplets to follow the current panel stuff Tue Dec 1 10:05:50 MET 1998 Sven Neumann * gen_util/clock.c: added a configuration option that allows to hide the date. Sun Nov 29 18:20:54 EST 1998 Gregory McLean * gticker: applet api changes. Sun Nov 29 17:15:17 EST 1998 Gregory McLean * slashapp: applet api changes. Lord only knows if it will work, but they compile now. 1998-11-28 Mark Galassi * netload: replaced gnome_color_selector() with gnome_color_picker(). Worked on making the properties and the level bars in the graph work. Also removed some compiler warnings. * netload/properties.c (create_general_frame): the properties dialog is now set up with gnome_color_picker_new() instead of the old gnome_color_selector_new() stuff. * netload/properties.c, netload/netload.c: removed the rescaling of the line_spacing by 1024. * netload/properties.c (load_properties): changed some default values: gcolor and bcolor are now such that you can see the bars on the graph. line_spacing never used to give any line spacing on dialup connections, so I rescaled the whole thing and set the default to be 2, which works well for a modem line. (gcolor_changed_cb, bcolor_changed_cb): replaced the previous color_changed-cb() function with these two, one per color. The previous one did not work and had a memory leak; this approach seems to work and is like the one in the multiload applet. 1998-11-22 Martin Baulig * netload: This applet now requires LibGTop >= 0.26.5. If you have an older version of LibGTop, the original code will be used but only until the next release of LibGTop. 1998-11-23 Christopher Blizzard * asclock/dialogs.c (properties_dialog): Comment out gtk_clist_set_policy(). This should compile now. 1998-11-21 Federico Mena Quintero * cpuload/cpuload.c (main): Nice the process. Also, fixed compiler warnings. * cpumemusage/cpumemusage.c (update_mem_values): New function to update the memory/swap values. (cpumemusage_widget): Now the memory/swap values are updated at a different rate than the CPU one. Walking the kernel page table to gather memory information is expensive, so we only do it once a second instead of every 200 milliseconds. (main): Nice the process. * cpumemusage/procbar.c (procbar_configure): Now the GC is created here, instead of in procbar_set_values(), to save a bit of time. * cpumemusage/procbar.h (ProcBar): Added a gc field. 1998-11-14 Jaka Mocnik * multiload/properties-*.c, drivemount/properties.c, netload/properties.c, diskusage/properties.c, clockmail/properties.c, modemlights/properties.c: connected "changed" signal of spin buttons to code that enables property box apply and ok buttons. patches provided by Richard Hult. 1998-11-12 Jaka Mocnik * gen_util/mailcheck.c (mailcheck_properties_page): connected "changed" signal of mc->spin spinbutton to property_box_changed. Wed Nov 11 17:56:25 EST 1998 Gregory McLean * cpuload/properties.c : Migrated to GnomeColorPicker vs GnomeColorSelector to clear up warnings. Also fixed a mem leak :) Wed Nov 11 17:36:25 EST 1998 Gregory McLean * multiload/properties-*.c : Migrated to GnomeColorPicker as I got tired of the warnings spewing out. 1998-11-11 Christopher Blizzard * Makefile.am: Only build slashapp if libghttp is installed. Sun Oct 18 19:12:24 1998 Owen Taylor * gen_util/printer.c: Use the new DND api. Fri Oct 09 02:42:07 1998 George Lebl * battery/session.[ch]: session save MUST return FALSE, otherwise applet is NOT restarted next time (using FALSE is to make it "ideologically compatible" with gtk) ... the function can't be void, since garbage is likely not gonna be 0 1998-10-08 Jaka Mocnik * gen_util/mailcheck.c: enable user to configure the mail checking interval and an optional command to system() before checking for mail. 1998-09-30 Havoc Pennington * diskusage/properties.c: color set callbacks use guint8 instead of int. (I think there's another problem, that they use _get_i8 instead of having proper callback args, but I didn't cause that one so I'll let someone else fix it. ;-) 1998-09-23 Michael Lausch * Makefile.am (fvwm_pager): Added conditional for fvwm-pager applet. * Added fvwm-pager appler directory. See fvwm-pager/README how to use this applet. Sun Sep 21 10:10:29 1998 George Lebl * webcontrol/webcontrol.c: add entry after applet_widget_add to allow pasting Sun Sep 20 10:28:29 1998 John Ellis * mixer/mixer.c: Added option to run gmix from right click menu. 1998-09-11 Alexandre Muniz * charpick: Added Character Picker applet * Makefile.am (always_built_SUBDIRS): Added charpick subdir. 1998-09-06 Raja R Harinath * asclock/Makefile.am: Remove CXXLINK hack. * batmon/Makefile.am: Likewise. * battery/Makefile.am: Likewise. * cdplayer/Makefile.am: Likewise. * cpuload/Makefile.am: Likewise. * cpumemusage/Makefile.am: Likewise. * diskusage/Makefile.am: Likewise. * drivemount/Makefile.am: Likewise. * gen_util/Makefile.am: Likewise. * mixer/Makefile.am: Likewise. * multiload/Makefile.am: Likewise. * netload/Makefile.am: Likewise. * webcontrol/Makefile.am: Likewise. * winlist/Makefile.am: Likewise. 1998-08-27 Christopher Blizzard * Makefile.am (SUBDIRS): Add conditional bussign build if you have libghttp installed. 1998-08-26 Havoc Pennington * multiload/Makefile.am: Add ../../panel to the include path, link to the applet lib in ../../panel. This makes it consistent with the other applets (and makes gnome-core compile) Sun Aug 23 23:24:30 1998 George Lebl * fish/fish.c,fish/fish?.xpm,fish/fishanim.png,fish/Makefile.am: added "themability", so that you can load up a different animation file and change the speed in the config dialog 1998-08-23 Martin Baulig * cpuload: This applet now requires libgtop. * cpumemusage: Likewise. * diskusage/fsusage.[ch]: Removed. * diskusage/mountlist.[ch]: Removed. * diskusage/diskusage.c: We now use libgtop to get the fsusage and mountlist stuff. * multiload: New directory. Contains MultiLoad Applet from `libgtop-apps/applet/multiload'. 1998-08-21 Nuno Ferreira * gkb/gkb_applet.desktop: Added Portuguese translation. Thu Aug 20 14:36:46 1998 George Lebl * fish/fish.c: fixed the flickering by using drawing area instead of gtkpixmap which was a cheapass solution anyway 1998-08-19 Raja R Harinath * Makefile.am (SUBDIRS): Add `winlist' to the set of distributed subdirs. Wed Aug 12 21:08:46 1998 George Lebl * cpuload/cpuload.c: fixed a memory leak Wed Aug 12 21:04:42 1998 George Lebl * cpumemusage/procbar.c: check for cases of allocation being 0x0, and don't draw in those cases Tue Aug 11 11:30:04 1998 Owen Taylor * cpumemusage/proc.c (proc_read_mem): Account for buffers when computing totals. * cpumemusage/procbar.c: Make bars switch orientation with panel. 1998-08-02 Raja R Harinath * Makefile.am (cdplayer,mixer,modemlights): New variables. (SUBDIRS): Use them, instead of @PROGRAMS_PANEL_*@. 1998-08-03 Martin Baulig * netload/properties.c, linux-proc.[ch]: Increased maximal device name length from 4 to 5 to make `ippp0' work. 1998-08-02 Martin Baulig * diskusage/diskusage.c, properties.[ch]: Session-saving information about selected filesystem. Wed Jul 29 19:49:11 1998 John Ellis * drivemount/drivemount.c (about_cb): fixed a compile warning. (create_drive_widget): use gnome_is_program_in_path() instead of a system() call to check for the eject program. Properties is now above About in the menu. * drivemount/properties.c (property_apply_cb): added applet_widget_sync_config() as George suggested. * drivemount/drivemount.[ch], properties.c: Upped version to 0.1.1 * drivemount/AUTHORS: new file. * clockmail/clockmail.c (about_cb): fixed a compile warning. * clockmail/properties.c (property_apply_cb): added applet_widget_sync_config() as George suggested. * clockmail/clockmail.[ch], properties.c: Upped version to 0.1.4 * modemlights/modemlights.c (about_cb): fixed a compile warning. (main): Properties is now above About in the menu. * modemlights/properties.c (property_apply_cb): added applet_widget_sync_config() as George suggested * modemlights/modemlights.[ch], properties.c: Upped version to 0.3.1 * modemlights/AUTHORS: new file. Thu Jul 23 00:38:02 1998 George Lebl * battery/properties.c: added applet_widget_sync_config to the end of the properties apply callback .... I'm too lazy to go through all of the applets though so this is the only one that has this, it's not neccessary, but it would be nice 1998-07-23 Nuno Ferreira * netload/Makefile.in: Remove generated file. 1998-07-19 Raja R Harinath * */Makefile.am (*_LDADD): Change MICO_LIBS to ORB_LIBS. 1998-07-15 Raja R Harinath * battery/read-battery.c (battery_read_charge): Provide fallback values for non linux/FreeBSD m/cs. Mon Jul 13 02:37:01 1998 George Lebl * battery/session.c: one needs to add section/key to the privcfgpath, not just key ... so I updated it 1998-07-08 Federico Mena Quintero * Makefile.am (always_built_SUBDIRS): Added fifteen subdir. Tue Jul 7 00:17:19 1998 Tom Tromey * winlist/testwinlist.c: Include , not . 1998-07-06 Martin Baulig * diskusage/diskusage_read.c: Fixed memory leak. 1998-07-04 Carsten Schaar * webcontrol/webcontrol.c (main): * netload/netload.c (main): * icewm-pager/wmpager_applet.c (main): * drivemount/drivemount.c (create_drive_widget): * diskusage/diskusage.c (main): * cpuload/cpuload.c (main): Now uses stock menu icons. Fri Jul 03 14:01:21 1998 George Lebl * */*.c: ported to the new save_session signal and using privcfgpath instead of cfgpath 1998-07-01 Nuno Ferreira * */*.desktop: Added Portuguese translations. * applet-dirs/*.directory: Added Portuguese translations. Wed Jun 24 11:04:28 EDT 1998 Gregory McLean * gen_util/tux-anim.xpm : Added another email animation this one is that animation that is on Larry's page of tux doing a back flip I liked it so added it :) * mixer/ Applied patch from Matthew Wilkins to the mixer app here's what it does: -changes the 'mute' label to a pixmap -makes the applet turn sideways when the panel is vertical -colour-fading background for the slider a la WinAmp volume control -gets out of mute mode when an external program turns up the volume -moves the mute button underneath the slider. -the slider widget becomes the vslider and hslider widgets. Wed Jun 10 11:41:11 1998 Owen Taylor * */Makefile.am: Use MICO_LIBS variable from toplevel configure.in. Sun Jun 07 22:56:44 1998 George Lebl * gen_util/*.c: made menu items use stock icons * modemlights/modemlights.c: use the tooltips function from applet widget. This makes the applet listen to the tooltips enable and disable events Sun Jun 07 00:22:52 1998 George Lebl * gen_util/printer.c: implemented background switching and added an event box behind the label to make it readable on all backgrounds 1998-06-04 Federico Mena Quintero * applet-dirs/Makefile.am: Fix Monitor -> Monitors typo. 1998-06-01 Mark Galassi * modemlights/properties.c (property_load): introduced a "confirmation" property to be saved and loaded. It doesn't save yet :-) (confirm_checkbox_cb): (property_show): added a confirmation checkbox to the properties dialog. * modemlights/modemlights.c (dial_cb): introduced the ask_for_confirmation configuration variable. Now we only enter the yes/no dialog if that variable is true; otherwise we just fire off the connect (or disconnect) script. Fri May 29 19:42:23 PDT 1998 Garrett Smith * webcontrol/webcontrol.c: added more configurability. 1998-05-30 Raja R Harinath * Makefile.am (SUBDIRS): Split into ... (always_built_SUBDIRS): ... this, and ... (sometimes_built_SUBDIRS): ... list all `autoconf'ed dirs here. (DIST_SUBDIRS): List all subdirs. * batmon/Makefile.am: Cleaned up Automake hack not to generate those pesky `dummy.cc' files. * cdplayer/Makefile.am: Likewise. * cpuload/Makefile.am: Likewise. * cpumemusage/Makefile.am: Likewise. * diskusage/Makefile.am: Likewise. * drivemount/Makefile.am: Likewise. * gen_util/Makefile.am: Likewise. * icewm-pager/Makefile.am: Likewise. * mixer/Makefile.am: Likewise. * modemlights/Makefile.am: Likewise. * netload/Makefile.am: Likewise. * netwatch/Makefile.am: Likewise. * webcontrol/Makefile.am: Likewise. * winlist/Makefile.am: Likewise. Fri May 29 19:42:23 PDT 1998 Garrett Smith Imported webcontrol applet. * Makefile.am (SUBDIRS): Add `webcontrol'. 1998-05-28 Carsten Schaar * gen_util/printer.c (make_printer_applet): Changed "properties" to "properties...". * gen_util/mailcheck.c (make_mailcheck_applet): Likewise * gen_util/clock.c (clock_properties): i18n stuff for '12/24 hour'-dialog. 1998-05-27 Seth Alves * clockmail/clockmail.h: include 1998-05-26 John Ellis * Makefile.am (SUBDIRS): changed modemlights to @PROGRAMS_PANEL_MODEMLIGHTS@. Sun May 24 18:21:41 1998 George Lebl * gen_util/{clock.c,printer.c}: set titles of property dialogs * gen_util/mailcheck.c: use property_box for the properties Sun May 24 14:45:15 1998 George Lebl * gen_util/clock.c: fixed up the property box stuff, and got rid of that annoying gnu style indentation Sun May 24 01:13:56 1998 George Lebl * gen_util/mailcheck.c: load the email.xpm by default Sat May 23 16:32:16 1998 George Lebl * Makefile.am add gen_util, and remove clock printer and mailcheck applets, they are all now handeled by gen_util 1998-05-23 Carsten Schaar * netload/properties.c: Added i18n of some strings. * netload/netload.c (main): Added initialization of the i18n stuff. Added i18n of some strings. * cpuload/properties.c: Added i18n of some strings. * cpuload/cpuload.c (main): Added initialization of the i18n stuff. Added i18n of some strings. 1998-05-22 Martin Baulig * diskusage/Makefile.am (diskusage_applet_SOURCES): added mountlist.c, mountlist.h, fsusage.c and fsusage.h * diskusage/diskusage_read.c: using read_filesystem_list and get_fs_usage defined in mountlist.c and fsusage.c instead of reading output of df. * diskusage/mountlist.c: using g_malloc, g_realloc and g_strdup. * Makefile.am (SUBDIRS): Add diskusage. 1998-05-22 Carsten Schaar * clock/clock.c (main): Added initialization of i18n stuff. (computer_clock_update_func): Changed to time to string convertion. This enables non american users to use there native display of time and date. Included 'config.h' Fri May 22 10:12:57 1998 Martin Baulig * diskusage/{fsusage.c,mountlist.c}: imported from GNU fileutils 3.16 * diskusage/*: imported diskusage applet from Bruno Widmann; Fri May 22 02:03:36 1998 George Lebl * netload/properties.c: fixed up properties, the current ones wouldn't work, if you are storing from cfg path, you can only use a key in the path. if you need to store global information use globcfgpath and then use section/key Fri May 22 00:48:16 1998 George Lebl * */*.c: changed to compile and work with the new applet-widget stuff, and cleaned up a bunch of stuff to avoid a few warnings here and there .. etc ... etc ... Thu May 21 03:45:42 1998 George Lebl * clock/clock.c: clock is now a multi applet, meaning if it's already started, adding a clock won't run anotehr process, but just contact the running clock for a new copy Sun May 17 12:44:46 1998 Havoc Pennington * Imported modemlights applet, and added it to the Makefile.am Sat May 16 00:59:12 1998 George Lebl * clock/clock.c: made clock not use global variables in preparation for it becoming the multiple applet support scape goat 1998-05-13 Christopher Blizzard * Makefile.am (SUBDIRS): Add the bussign to the list of applets to build. Thu May 07 18:57:42 1998 George Lebl * fish/*: added teh fish applet * applet-dirs/{Makefile.am,Amusements.directory}: added amusements directory 1998-05-05 Miguel de Icaza * printer/printer.c (close_properties): Ok, dropped all of the nonsense code from last night and put a nice Gnome Property Box to configure the printer. Tue May 05 00:24:51 1998 George Lebl * cpuload/{cpuload.c,properties.c}: several fixes to config handeling, now saves config in the right place so SM and multiple cpuload applets work ok Mon May 04 03:34:05 1998 George Lebl * mailcheck/mailcheck.c: updated the signal Sun May 03 23:05:11 1998 George Lebl * mailcheck/maicheck.c,cpuload/cpuload.c,cpuload/properties.[ch]: updated for the new callback function (minor change) Sun May 03 16:57:10 1998 George Lebl * */*.c: ported all appelts to applet-widget (even those that don't get built by default) * mailcheck/mailcheck.c: fix init Sat May 02 12:49:06 1998 George Lebl * */*.c: removed includes of panel.h and mico-parse.h, panel.h is not needed any more 1998-04-30 Miguel de Icaza * mailcheck/mailcheck.c (mailcheck_get_animation_menu): Select the animation that is actually being used. (mailcheck_get_animation_menu): Recognize more formats than just xpm. Mon Apr 27 20:42:24 EDT 1998 Gregory McLean * netwatch/netwatch.c : more tinkering, no it don't work yet but I'm just tinkering to see if I can get something to work :) Fri Apr 24 01:17:16 1998 George Lebl * **/Makefile.am: added -lcrypt 1998-04-24 Miguel de Icaza * mailcheck/mailcheck.c (create_mail_widgets): Added refs (load_new_pixmap_callback): Call mail check timeout. Thu Apr 23 02:24:16 1998 George Lebl * cdplayer/cdplayer.c: using SHADOW_IN instead of ETCHED_IN since it looks nicer 1998-04-22 Radek Doulik * cpumemusage: quick hack to have procbars from gtop available on panel Wed Apr 22 01:20:57 1998 George Lebl * cpuload/cpuload.c: catch "destroy" event on plug and do gtk_exit, to avoid segfaulting Tue Apr 21 18:55:53 EDT 1998 Gregory McLean * cpuload/.cvsignore: added this file to keep cvs happy :) Tue Apr 21 18:55:53 EDT 1998 Gregory McLean * netwatch/*: Some feeble attempts to get this to build. it still don't build but its a bit closer.. Thu Apr 16 22:00:19 1998 George Lebl * */*.c: updated applets to return TRUE on save_session Thu Apr 16 20:59:35 1998 George Lebl * clock/clock.c: small cleanups, now becomes slimmer when the orientation changes, different frame style Thu Apr 16 19:44:40 1998 George Lebl * cdplayer/cdplayer.c: recover gracefully from errors when creating widget, if you can't open the cdrom don't give up, but try again when something is about to happen. this pervents it from dieing when there was no disc sometimes. Wed Apr 15 20:13:24 1998 George Lebl * batmon/batmon.c,cdplayer/cdplayer.c,clock/clock.c, mailcheck/mailcheck.c,winlist/winlist.c: removed shutdown corba call and added handler for destroy signal on the plug Sun Apr 12 21:25:06 1998 George Lebl * cdplayer/cdplayer.c: fixed the display 1998-04-04 Raja R Harinath * batmon/Makefile.am (batmon_applet_LINK): Use this to specify a C++ link rather than including `-lstdc++' in LDADD. (dummy.cc): Trick automake into defining CXXLINK. * cdplayer/Makefile.am (cdplayer_applet_LINK,dummy.cc): Likewise. * clock/Makefile.am (clock_applet_LINK,dummy.cc): Likewise. * mailcheck/Makefile.am (mailcheck_applet_LINK,dummy.cc): Likewise. Sat Mar 28 15:25:28 1998 George Lebl * **/*.c: updated to use gtk_full_path instead of get_which_output Sat Mar 21 00:57:08 1998 George Lebl * batmon/batmon.c: now compiles * batmon/batmon_applet.desktop: now installed * mailcheck/mailcheck_applet.desktop: now correctly says Mailcheck not Clock Sat Mar 21 00:39:53 1998 George Lebl * cdplayer/cdplayer.c: loads but looks bad * batmon/batmon.c: ported to corba but haven't tested Fri Mar 20 00:36:12 1998 George Lebl * mailcheck/mailcheck.c: few fixes now actually saves pixmap name, but doesn't swap pixmaps properly Fri Mar 20 00:08:43 1998 George Lebl * cdplayer/*: ported to corba, indented to kernel conding style to be compatible with rest of gnome * mailcheck/*: ported to corba