Age | Commit message (Collapse) | Author | Files | Lines |
|
Added hyphens in already existing German translations (combining words
without hyphens in German went out of fashion some centuries ago, and
I certainly don't want it to become fashionable again - although I
probably won't stop the process, I'm doing the best that I can :).
|
|
(translations by Joseba Bidaurrazaga van Dierdonck <gcpbivaj@lg.ehu.es>)
|
|
|
|
* 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
|
|
Corrected callback func return val in applets/bussign/bussign.c.
|
|
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.
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
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
|
|
|
|
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.
|
|
|
|
* 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.
|
|
Fri May 22 00:48:16 1998 George Lebl <jirka@5z.com>
* */*.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 ...
|
|
* Yet another attempt to keep FR translations up to date...
|
|
Sun May 03 16:57:10 1998 George Lebl <jirka@5z.com>
* */*.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 <jirka@5z.com>
* */*.c: removed includes of panel.h and mico-parse.h,
panel.h is not needed any more
|
|
Fri May 1 15:11:11 1998 Kjartan Maraas <kmaraas@fib.hl.no>
* *.desktop *.directory: Norwegian entries for all of these.
in gnome-core.
|
|
Mon Apr 27 20:42:24 EDT 1998 Gregory McLean <gregm@comstar.net>
* 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 :)
|
|
Sun Apr 26 10:55:18 EDT 1998 Gregory McLean <gregm@comstar.net>
* Its too early in the morning!
* applets/netwatch/netwatch-old.c: added to the repo.
* applets/netwatch/netwatch_applet.desktop: desktop file
* applets/netwatch/.cvsignore: updated.
|
|
Sun Apr 26 10:55:18 EDT 1998 Gregory McLean <gregm@comstar.net>
* configure.in: changed the AC_PROG_LEX -> AM_PROG_LEX
though I couldn't find any lex files that this is needed
for. IIRC automake 1.2 supports this macro also.
* applets/netwatch/netwatch.c: some work on getting it to work
with the new applet_lib stuff.
* applets/netwatch/netwatch-old.c: is the original code.
|
|
Tue Apr 21 18:55:53 EDT 1998 Gregory McLean <gregm@comstar.net>
* netwatch/*: Some feeble attempts to get this to build.
it still don't build but its a bit closer..
|
|
|
|
Thu Feb 05 23:45:06 1998 George Lebl <jirka@5z.com>
* panel.[ch],main.c,applet_cmds.h,panel_cmds.h,ALL APPLETS:
switched to using panel-widget. it kind of works, and should
work with the newest gtk from cvs. session saving does not
work yet!
|
|
Fri Jan 30 11:26:23 EST 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
Gnome now builds on alpha-dec-osf3.2
* configure.in: dont build gsm if no libSM,
don't add -lintl -L$(topbuilddir)/intl to LIBS if no gettext
* libgnomeui/gnome-session.c: several #ifdef HAVE_LIBSM
* programs/Makefile.am: conditionalize gsm
* programs/freecell/configure.in: check for libSM
* programs/freecell/src/Makefile.am: remove -ldl -lSM -lICE, add $(DL_LIB)
* programs/freecell/src/freecell.c: include locale.h
* programs/gemvt/configure.in: don't pass -pipe to gcc
* programs/girc/Makefile.am: -I$(top_srcdir)/programs
* programs/gmailman/Makefile.am: likewise
* programs/gnome-hello/Makefile.am: add libsupport
|
|
|
|
Thu Jan 22 01:20:15 1998 George Lebl <jirka@5z.com>
* programs/panel/panel.[ch]: panel is now a table instead of a
fixed. This gives us far greater flexibility, and better
applet geometry managment (though a bit odd sometimes)
* programs/panel/{main.c,applet_cmds.h,panel_cmds.h,all applet files}
changed to a one variable position system
|
|
Thu Jan 15 21:54:31 1998 George Lebl <jirka@5z.com>
* programs/panel/{panel.c,applet_cmds.h,menu/main.c,...
applet .c files}: added orientation change notify command.
fixed several bugs in panel_reconfigure, and menu now takes
the orientation into account, so it's usable in all orientations
|
|
Mon Jan 12 20:20:42 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* libgnome/gnome-config.c: Since the parse_path routine now
expects a full path when parsing the contents, add dummy sections
and key names for those routines that use parse_path but that do
not pass full pathnames.
* programs/panel/netwatch/netwatch.c (get_interface_path): Do not
access new_devpath if nothing was added.
|
|
-mkj
|
|
Fri Jan 2 14:53:14 1998 Federico Mena <federico@bananoid.nuclecu.unam.mx>
* programs/linux-conf/conf.c: Added #include <unistd.h>
* programs/gnomine/gnomine.c (main): Removed some unused variables.
* programs/desktop-properties/property-background.c: Added
#include <string.h>.
* programs/desktop-properties/property-keyboard.c
(rbutton_toggled, rate_changed, delay_changed, cbutton_toggled,
cvol_changed): Made these functions return void, same as below.
* programs/desktop-properties/property-mouse.c (scale_moved,
button_toggled): Made these functions return void in agreement
with the signal they handle.
* libgnome/gnome-history.c (write_history): Removed unused
variable t.
* programs/panel/netwatch/netwatch.c (create_netwatch): Added
parentheses around assignment used as truth value.
* programs/panel/batmon/batmon.c (destroy_module): Replaced
gtk_tooltips_destroy() by gtk_tooltips_unref().
* programs/panel/mailcheck/mailcheck.c (next_frame): Make the
timeout handler return TRUE.
* Lots of fixes for warnings that I forgot to add in the
ChangeLog, sorry :-(
Fri Jan 2 15:18:45 1998 Federico Mena <federico@bananoid.nuclecu.unam.mx>
* gtkvt102.c: Added #include <string.h>
* gtkterm.c: Added #include <string.h>.
|
|
in gnomine, it iss awesome :)
|
|
|
|
-mkj
|
|
timeout units are milliseconds, not seconds
sleep ready to be commented out for testing
get Red Hat test right
|
|
it should work for everyone else, too! Right now, panelrc is not being
made from panelrc.in, so make it by hand before you do an install.
miguel, you're the automake fanatic, so I'll let you fix it. I'm off to
add other features... :-)
-mkj
|
|
Now if miguel figures out why automake doesn't do what he says it does, it
might even become useful. :-)
-mkj
|
|
at least saves its configuration correctly. Wrote a panelrc for the
panel that currently only has stuff for netwatch in it. Doesn't seem
to be installed currently, and I'd like miguel to take a look at it
for me (hint, hint). Also, the .xpm's don't seem to get installed
correctly, either. I don't get this automake stuff...
tigert: I have four really, really ugly icons for you to re-do when you
have spare time...
-mkj
|
|
panel, so don't get too excited... :-P -mkj
|
|
like everyone else... :-)
Added the netwatch program. It compiles; don't expect it to work yet.
|