Age | Commit message (Collapse) | Author |
|
2004-12-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
* en_CA.po: Updated Canadian English translation.
|
|
2004-12-08 Glynn Foster <glynn.foster@sun.com>
* TODO: Update with the removed goption item.
|
|
2004-12-07 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
2004-12-07 Glynn Foster <glynn.foster@sun.com>
* src/main.c: Fix for #137993. There is a chance that we'll have
to revert this fix, given the comments in /etc/X11/gdm/Xsession:
# Note that this should only go to zenity dialogs which always
# expect utf8
gettextfunc () {
if [ "x$gdmtranslate" != "x" ] ; then
"$gdmtranslate" --utf8 "$1"
else
echo "$1"
fi
}
So I guess we may be over a barrel with our original guarantee.
Let's just change this in 2.9.x and see if anyone notices or cares
enough. Patch from Leonardo Boshell <p@kapcoweb.com>.
|
|
2004-12-07 Glynn Foster <glynn.foster@sun.com>
* src/option.c: Fix spacing issue.
|
|
2004-12-07 Glynn Foster <glynn.foster@sun.com>
Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption
API for the zenity parsing options, with some spacing fixes
from Glynn.
* configure.in: zenity now requires glib-2.0 >= 2.5.3 to build
because now it uses GOption. popt requirement removed.
* src/Makefile.am: update for new files
* src/main.c: use GOption API
* src/option.c, src/option.h: New files to implement the new
functionality.
* src/zenity.h: Fix spacing.
|
|
2004-12-07 Glynn Foster <glynn.foster@sun.com>
Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption
API for the zenity parsing options, with some spacing fixes
from Glynn.
* configure.in: zenity now requires glib-2.0 >= 2.5.3 to build
because now it uses GOption. popt requirement removed.
* src/Makefile.am: update for new files
* src/main.c: use GOption API
* src/option.c, src/option.h: New files to implement the new
functionality.
* src/zenity.h: Fix spacing.
2004-12-07 Glynn Foster <glynn.foster@sun.com>
* POTFILES.in: Add new files.
|
|
of COPYING, without me explicitly modifying it. Worryingly, it's also changing
the license from LGPL to GPL :/
|
|
2004-12-04 Žygimantas Beručka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
|
|
2004-11-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
2004-11-23 Martin Willemoes Hansen <mwh@sysrq.dk>
* da.po: Updated Danish translation.
|
|
* da.po: Updated Danish translation.
|
|
|
|
2004-11-21 David Lodge <dave@cirt.net>
* en_GB.po: Updated British translation.
|
|
|
|
2004-11-05 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
|
|
2004-11-05 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated.
|
|
|
|
2004-11-01 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
|
2004-11-01 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
* en_CA.po: Updated Canadian English translation.
|
|
2004-10-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* po/es.po: Updated Spanish translation.
* src/main.c: Fixed typo
|
|
2004-10-26 Glynn Foster <glynn.foster@sun.com>
* help/C/zenity.xml: Patch from Lucas Rocha to fix
#153277, and remove an extra </para> link.
|
|
2004-10-19 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
|
|
|
|
2004-10-14 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated.
|
|
2004-10-13 David Lodge <dave@cirt.net>
* en_GB.po: Updated British English translation.
|
|
2004-10-13 Mohammad DAMT <mdamt@bisnisweb.com>
* id.po: Updated Indonesian translation
|
|
* en_CA.po: Updated Canadian English translation.
|
|
2004-10-11 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
|
2004-10-11 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
2004-10-11 Glynn Foster <glynn.foster@sun.com>
* POTFILES.in: Add missing files.
|
|
2004-10-09 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
|
|
|
|
2004-10-05 James Henstridge <james@jamesh.id.au>
* src/util.c (zenity_util_pixbuf_new_from_file): g_strdown()
modifies the filename, so use strcasecmp() for the comparison
instead. Since we are comparing against fixed ASCII strings,
this should have no UTF-8 issues.
|
|
2004-10-03 David Lodge <dave@cirt.net>
* en_GB.po: Updated British English translation.
|
|
2004-10-03 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
|
|
2004-10-03 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
2004-09-30 James Henstridge <james@jamesh.id.au>
* src/notification.c (set_scaled_pixbuf): function to set a
GtkImage to a scaled pixbuf.
(zenity_notification_handle_stdin): set the image to a
GTK_ICON_SIZE_BUTTON sized image.
(zenity_notification): same here.
|
|
* en_CA.po: Updated Canadian English translation.
|
|
|
|
2004-09-17 Kjartan Maraas <kmaraas@gnome.org>
* src/progress.c: Add missing header.
* src/tree.c: Same
* src/util.c: (transient_get_xterm),
(transient_get_xterm_toplevel): ANSIfication.
Closes bug #152851.
|
|
2004-09-16 James Henstridge <james@jamesh.id.au>
* src/notification.c: add code to listen for commands on stdin
when in listen mode.
* src/main.c: parse the --listen argument for --notification mode.
* src/zenity.h (ZenityNotificationData): add a field for the
"listen" argument.
|
|
2004-09-14 Roozbeh Pournader <roozbeh@sharif.edu>
* fa.po: Updated Persian translation by Meelad Zakaria
<meelad@bamdad.org>.
|
|
|
|
|
|
2004-09-13 Glynn Foster <glynn.foster@sun.com>
* configure.in: Post release bump.
|
|
2004-09-13 Glynn Foster <glynn.foster@sun.com>
* configure.in: Release 2.9.0
2004-09-13 Glynn Foster <glynn.foster@sun.com>
* TODO: Update.
|