Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1999-09-09 Jacob Berkman <jberkman@andrew.cmu.edu>
* batmon/THIS_APPLET_IS_DEAD:
bussign/THIS_APPLET_IS_DEAD:
esd-manager/THIS_APPLET_IS_DEAD:
freshapp/THIS_APPLET_IS_DEAD:
fvwm-pager/THIS_APPLET_IS_DEAD:
gticker/THIS_APPLET_IS_DEAD:
icewm-pager/THIS_APPLET_IS_DEAD:
netload/THIS_APPLET_IS_DEAD:
netwatch/THIS_APPLET_IS_DEAD:
oldslashapp/THIS_APPLET_IS_DEAD:
winlist/THIS_APPLET_IS_DEAD: hints for translators etc.
|
|
|
|
and added catalan to GNOME menus
|
|
(translations by Joseba Bidaurrazaga van Dierdonck <gcpbivaj@lg.ehu.es>)
|
|
|
|
the applet is an in-process CORBA server and gnome_app_id is useless.
But for now...
1999-01-18 Nat Friedman <nat@nat.org>
* 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 <nat@nat.org>
* 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.
|
|
No warnings. No mercy.
help-browser/check-running.*: Remove unused code.
|
|
* Hungarian applet-names and comments...
|
|
|
|
|
|
Added Japanese translation to the desktop entry with
our special tool.
|
|
changes are fairly minimal for normal applets
APPLET_WRITING shall be updated soon
-George
|
|
1998-12-13 Martin Baulig <martin@home-of-linux.org>
* netload.c: Always use LibGTop to get the data.
|
|
Mon Dec 07 02:17:08 1998 George Lebl <jirka@5z.com>
* */*.c: fixed up includes, removed applet-lib.h and added
applet-widget.h where missing
|
|
s/gtk_container_border_width/gtk_container_set_border_width/
|
|
|
|
1998-11-28 Mark Galassi <rosalia@cygnus.com>
* 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.
|
|
Further goadizing - store goad_id's in params, and activate things via
goad if we can. If it's broken I'll fix it Saturday night.
|
|
Time to break everything - redid panel CORBA interface for sanity (no more
cookies, no more passing IOR's as strings), plus
GOADized almost all applets.
The panel does come up and run with the basics, etc. I didn't convert some
applets. I quite didn't finish the goad conversion (panel needs to save
goad_id+params instead of execpath+params). It's 3am. I'll fix it later :)
|
|
You need LibGTop >= 0.26.5 for this to work (if you have an older
version, the original code will be used).
|
|
1998-11-14 Jaka Mocnik <jaka.mocnik@kiss.uni-lj.si>
* 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.
|
|
|
|
* */*.desktop: Added Portuguese translations.
* */*.directory: Likewise
* po/pt.po: Updated.
|
|
1998-10-03 Kjartan Maraas <kmaraas@fib.hl.no>
* .desktop, no.po: More Norwegification
|
|
|
|
Toplevel:
* configure.in (GNOME_COMPILE_WARNINGS): New check.
In applets/:
* */Makefile.am: Removed CXXLINK hack.
In panel/:
* Makefile.am (xpanel): Comment out unused rule.
|
|
|
|
|
|
1998-08-03 Martin Baulig <martin@home-of-linux.org>
* netload/properties.c, linux-proc.[ch]: Increased maximal device
name length from 4 to 5 to make `ippp0' work.
|
|
|
|
* configure.in (SMPROXY_DEFS): Use `STD_DEFINES' rather than
`STD_CPP_DEFINES'.
(ORB_LIBS): To replace MICO_LIBS.
(ORBIT_LIBS,MICO_LIBS): Don't subst.
(ORBIT_CONFIG): Don't use `if [ .. ];', use `if test ..;'.
* */Makefile.am: s/MICO_LIBS/ORB_LIBS/g.
* panel/appletsConf.sh.h: Likewise.
Note:
Automake seems to generate buggy Makefiles for
if FOO
BAR = a \
b \
c
endif
I'll verify this and submit the test-case.
|
|
Changes needed to get the panel to use ORBit.
Please let me know if this breaks compilation with MICO - I'm not fond of
MICO but I don't want to destabilize the panel by requiring ORBit, just
yet :) If you want to try it with ORBit, just install the latest glib &
ORBit out of CVS.
There is a bug if you try to remove an applet from the panel - ideas
wanted.
|
|
* 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 <jirka@5z.com>
* */*.c: ported to the new save_session signal and using
privcfgpath instead of cfgpath
|
|
|
|
-George
|
|
Wed Jun 10 11:34:52 1998 Owen Taylor <otaylor@gtk.org>
* configure.in acconfig.h: Check for installed MICO
version, and the libs it requires by using mico-ld
and mico-setup.sh.
Add a HAVE_MICO_ORB_RUN macro to signal that we need
to call orb->run(), as we do for mico-2.0.6 and later
Wed Jun 10 11:41:11 1998 Owen Taylor <otaylor@gtk.org>
* */Makefile.am: Use MICO_LIBS variable from
toplevel configure.in.
Wed Jun 10 11:42:16 1998 Owen Taylor <otaylor@gtk.org>
* Makefile.am: Use MICO_LIBS variable from
toplevel configure.in.
* applet-lib.cc launcher-lib.cc mico-lib.cc. Call
orb->run() at appropriate times when HAVE_MICO_ORB_RUN
is defined.
|
|
listings. - Federico
|
|
* Added Korean translations into *.desktop
* Updated Korean translated message.
|
|
1998-05-30 Raja R Harinath <harinath@cs.umn.edu>
* 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.
|
|
1998-05-25 Kjartan Maraas <kmaraas@fib.hl.no>
* .desktop: More Norwegification.
|
|
* netload/properties.c: Added i18n of some strings.
|