From 48c1564ac5ef431e9111606e40488d04a96f3059 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Fri, 3 Jan 2003 13:26:04 +0000 Subject: Initial revision --- po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 po/POTFILES.in (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 00000000..e7231522 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1 @@ +src/main.c -- cgit From 97656d7e299eb2f2063278711eddfff0d2db9392 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 14 Jan 2003 15:35:24 +0000 Subject: Update to add new gconf requirement. 2003-01-14 Glynn Foster * 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. --- po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index e7231522..dedd11da 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1 +1,3 @@ +src/about.c src/main.c +src/tree.c -- cgit From c92582f7e10dd8e336f6a975298634e593ae0b28 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 19 Jan 2003 03:46:30 +0000 Subject: Update. Thanks to Christian for sanity checking. 2003-01-19 Glynn Foster * POTFILES.in, POTFILES.skip: Update. Thanks to Christian for sanity checking. --- po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index dedd11da..b19bacf7 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,3 +1,4 @@ src/about.c src/main.c src/tree.c +src/zenity.glade -- cgit From ea8be2ccefcc778292cac5775b6968b13bcf5a4d Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 12 Nov 2003 00:52:31 +0000 Subject: Add missing file. 2003-11-08 Glynn Foster * POTFILES.in: Add missing file. --- po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index b19bacf7..3fad8afc 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,5 @@ src/about.c src/main.c src/tree.c +src/util.c src/zenity.glade -- cgit From eb01c4de7cda077beec0f5fb0f86dcd20ff1fe2d Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 11 Oct 2004 01:03:11 +0000 Subject: Add missing files. 2004-10-11 Glynn Foster * POTFILES.in: Add missing files. --- po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index 3fad8afc..1d4652d5 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,7 @@ src/about.c +src/eggtrayicon.c src/main.c +src/notification.c src/tree.c src/util.c src/zenity.glade -- cgit From 530a4c04082242ea4740998ed4f50270c94e823a Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 7 Dec 2004 00:17:16 +0000 Subject: Patch from Lucas Rocha to use the GOption API for the 2004-12-07 Glynn Foster Patch from Lucas Rocha 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 * POTFILES.in: Add new files. --- po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index 1d4652d5..fbe10672 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -5,3 +5,4 @@ src/notification.c src/tree.c src/util.c src/zenity.glade +src/option.c -- cgit From fb845a52f3604255787941e9542d3904f2320e4f Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 23 Dec 2005 20:54:04 +0000 Subject: Added missing file. Updated Canadian English translation. 2005-12-23 Adam Weinberger * POTFILES.in: Added missing file. * en_CA.po: Updated Canadian English translation. --- po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index fbe10672..9c7b163e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -2,6 +2,7 @@ src/about.c src/eggtrayicon.c src/main.c src/notification.c +src/scale.c src/tree.c src/util.c src/zenity.glade -- cgit From 5f7447fa05d7a4d8fb79ddfdac9d8ee7a0f4a795 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 28 Jul 2006 22:25:31 +0000 Subject: Release 2.15.90 Update. remove eggtrayicon.c reference. 2006-07-28 Lucas Rocha * configure.in: Release 2.15.90 * NEWS: Update. * po/POTFILES.in: remove eggtrayicon.c reference. --- po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index 9c7b163e..958855ff 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,4 @@ src/about.c -src/eggtrayicon.c src/main.c src/notification.c src/scale.c -- cgit From 3f33966167cf2216f813c091d47461c451837602 Mon Sep 17 00:00:00 2001 From: Felix Riemann Date: Mon, 20 Jul 2009 10:23:32 +0200 Subject: Bug 578393 – convert from libglade to GtkBuilder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- po/POTFILES.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index 958855ff..09b36c7a 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -4,5 +4,5 @@ src/notification.c src/scale.c src/tree.c src/util.c -src/zenity.glade +[type: gettext/glade]src/zenity.ui src/option.c -- cgit From 76d29ba76d364c5e45af28a2f3752a7910a3ba19 Mon Sep 17 00:00:00 2001 From: Luis Medinas Date: Tue, 13 Jul 2010 11:40:02 +0100 Subject: Add password.c to be translated --- po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index 09b36c7a..b561c2fd 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,7 @@ src/about.c src/main.c src/notification.c +src/password.c src/scale.c src/tree.c src/util.c -- cgit From dc9719729899574d7f3b2056382af83fd106bd47 Mon Sep 17 00:00:00 2001 From: Javier Jardón Date: Wed, 22 Apr 2015 16:52:26 +0100 Subject: Use upstream gettext instead intltool --- po/POTFILES.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index b561c2fd..90efb185 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -5,5 +5,5 @@ src/password.c src/scale.c src/tree.c src/util.c -[type: gettext/glade]src/zenity.ui +src/zenity.ui src/option.c -- cgit