Age | Commit message (Collapse) | Author |
|
2003-01-24 John Fleck <jfleck@inkstain.net>
* src/about.c: adding comma Glynn left out
that kept it from compiling
|
|
|
|
2003-01-24 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
* configure.in: Dutch translation added.
|
|
2003-01-24 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
* nl.po: Dutch translation added.
|
|
2003-01-24 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Added Norwegian translation.
|
|
2003-01-24 Glynn Foster <glynn.foster@sun.com>
* src/about.c: Provide correct help URL.
* src/util.h, src/util.c: Add functions from
libgnome/gnome-i18n so that we can correctly find the
apropriate help file.
* xmldocs.make: Install help into $(datadir)/help/$(lang)/
* THANKS: Update from the code I stole from libgnome
|
|
John Fleck <jfleck@inkstain.net>
* help/C/zenity.xml
fix typo
|
|
2003-01-23 John Fleck <jfleck@inkstain.net>
* help/C/zenity.xml
fixing tag mixup that made the docbook not
valid
|
|
2003-01-24 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Added "no" to ALL_LINGUAS.
|
|
2003-01-24 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Added Norwegian translation.
|
|
2003-01-23 Pablo Gonzalo del Campo <pablodc@bigfoot.com>
* configure.in: Added es to ALL_LINGUAS.
|
|
2003-01-22 Ole Laursen <olau@hardworking.dk>
* da.po: Updated Danish translation.
|
|
2003-01-22 Glynn Foster <glynn.foster@sun.com>
* src/main.c: Print out warning when we have no arguments to the
commandline.
* TODO: Add another item
|
|
2003-01-22 Glynn Foster <glynn.foster@sun.com>
* help/C/zenity.xml: Clarify some of the documentation a little. Add
in a few example scripts and commandlines. I'm pretty useless at
this though, since I don't know how to write scripts.
* TODO: Update accordingly. Only 2 things left.
|
|
|
|
|
|
|
|
a buffer associated with it, so we can get the output even when we don't
start out with a --filename.
|
|
2003-01-21 Abel Cheung <maddog@linux.org.hk>
* zh_TW.po: New traditional Chinese translation.
|
|
2003-01-20 Glynn Foster <glynn.foster@sun.com>
* src/zenity.glade: Remove some strings for translation that
should be done.
|
|
|
|
2003-01-20 Christian Rose <menthos@menthos.com>
* configure.in: Added "sv" to ALL_LINGUAS.
* sv.po: Added Swedish translation.
|
|
2003-01-20 Christian Rose <menthos@menthos.com>
* .cvsignore: Added more entries.
|
|
|
|
2003-01-19 Ole Laursen <olau@hardworking.dk>
* da.po: Updated Danish translation.
|
|
|
|
2003-01-19 Glynn Foster <glynn.foster@sun.com>
* src/about.c: Attempt to make things work after 2 bottles of
wine last night. Harmless changes though, so I'll commit them
for posterity.
* src/main.c: Add a new helper function for the error reporting
that makes the translators life easier. Thanks to Ole for spotting
this.
* src/text.c, src/zenity.h: Lame white spacing hacking.
* xmldocs.make: Put the docs in $(datadir)/help - not quite sure
yet if yelp is going to like this or not.
|
|
|
|
|
|
on dialog close.
|
|
2003-01-19 Ole Laursen <olau@hardworking.dk>
* configure.in: Added da to ALL_LINGUAS.
|
|
2003-01-19 Ole Laursen <olau@hardworking.dk>
* da.po: Added Danish translation.
|
|
2003-01-19 Glynn Foster <glynn.foster@sun.com>
* POTFILES.in, POTFILES.skip: Update. Thanks to Christian
for sanity checking.
|
|
2003-01-18 Glynn Foster <glynn.foster@sun.com>
* Makefile.am, configure.in, omf.make, xmldocs.make: Enable
help documentation in the build.
* help/C/zenity-C.omf, help/C/zenity.xml: Fix up silly errors.
|
|
2003-01-18 Glynn Foster <glynn.foster@sun.com>
* help/C/zenity.xml: Add in references to the screenshots.
|
|
2003-01-18 Glynn Foster <glynn.foster@sun.com>
* help/C/figures/zenity-calendar-screenshot.png,
help/C/figures/zenity-entry-screenshot.png,
help/C/figures/zenity-error-screenshot.png,
help/C/figures/zenity-fileselection-screenshot.png,
help/C/figures/zenity-information-screenshot.png,
help/C/figures/zenity-list-screenshot.png,
help/C/figures/zenity-progress-screenshot.png,
help/C/figures/zenity-question-screenshot.png,
help/C/figures/zenity-text-screenshot.png,
help/C/figures/zenity-warning-screenshot.png: Add some
screenshots for the help documentation.
* src/entry.c, src/msg.c: Don't set the text if it's NULL.
|
|
2003-01-18 Glynn Foster <glynn.foster@sun.com>
* help/C/zenity.xml: Only some examples and some screenshots
and we're mostly done for a first draft.
* src/calendar.c: Don't set the text if it's NULL.
* src/main.c: Swap the order of the commandline dialogs so
that we're alphabetical.
* src/zenity.glade: Add some default strings.
|
|
2003-01-18 Glynn Foster <glynn.foster@sun.com>
* data/Makefile.am, data/zenity.png, src/about.c: Hooray!
Zenity now has an about window icon. It's very zen too.
|
|
2003-01-18 Glynn Foster <glynn.foster@sun.com>
* help/C/zenity.xml: Update the docs a little. I have absolutely
no clue how the doc people don't get tired of this.
|
|
2003-01-18 Glynn Foster <glynn.foster@sun.com>
* data/Makefile.am, data/zenity-calendar.png,
data/zenity-entry.png, data/zenity-progress.png,
data/zenity-text.png: Some new window icons.
* src/text.c: Fix crash where the GladeXML ref was getting
unref'd before we wanted to use it.
* src/main.c: Fix up commandline parsing a little, although we
should really add the parsing options for gtk+.
* src/zenity.glade: Give some saner defaults.
* THANKS, src/about.c: Update for all the people I stole icons
and code from.
* TODO: Update accordingly.
|
|
the tree.
|
|
|
|
2003-01-15 Glynn Foster <glynn.foster@sun.com>
* help/C/Makefile.am, help/C/legal.xml, help/C/zenity-C.omf,
help/C/zenity.xml, help/Makefile.am: First initial template
of the help documents. Still have to write the main bulk of
it.
|
|
2003-01-14 Glynn Foster <glynn.foster@sun.com>
* Makefile.am, src/Makefile.am: Updates to make
distcheck. Wow, this is scarey, a 1.0 release is on the
horizon. Applications like this shouldn't reach 1.0.
|
|
|
|
2003-01-14 Glynn Foster <glynn.foster@sun.com>
* configure.in: Update to add new gconf requirement.
* src/zenity.h, src/about.c: Hurray for a new about box,
although it lacks an icon. I wonder if people would actually
like to see this as part of the dialog options. Can't think
of any reason to do so at the moment though. Large chunks
copied from libgnomeui/gnome-about.[ch]
* src/util.h, src/util.c: Add new helper functions because I
don't want to touch gnome_program with a bargepole. Copied from
libgnome/gnome-url.[ch]
* po/POTFILES.in: Add missing files. I think we have
everything now.
* TODO: Update accordingly.
|
|
2003-01-14 Glynn Foster <glynn.foster@sun.com>
* src/Makefile.am, src/about.c, src/main.c,
src/zenity.glade: Add an about box. Still need to add
an icon, and implement the callbacks for Help and Credits. Extra
hassle for not linking against libgnomeui. Sigh.
|
|
2003-01-14 Glynn Foster <glynn.foster@sun.com>
* src/tree.c, src/zenity.h, src/main.c: Add support to
separate the selected rows output with a character
with '/' used by default.
|
|
2003-01-13 Glynn Foster <glynn.foster@sun.com>
* zenity.h: Whitespace hacking.
|
|
2003-01-13 Glynn Foster <glynn.foster@sun.com>
* src/calendar.c: Re-structure the code to pass in the
ZenityData structure into the response_callback instead.
* src/main.c: Fix the screwups in the commandline parser
due to popt being teh suck.
* src/msg.c: Don't unref the GladeXML before you use it.
* THANKS: New file.
|