aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-03-31 16:24:35 +0200
committerGuido Günther <agx@sigxcpu.org>2013-03-31 16:24:35 +0200
commit6c66f3c0bfc6c655c53e552ba8ef487700a6e0bc (patch)
treeec0da0d6be6e02f3e237ec35743f213df218f7d2 /ChangeLog
parentNew upstream version 3.2.1 (diff)
downloadkrb5-auth-dialog-6c66f3c0bfc6c655c53e552ba8ef487700a6e0bc.tar.gz
krb5-auth-dialog-6c66f3c0bfc6c655c53e552ba8ef487700a6e0bc.tar.bz2
krb5-auth-dialog-6c66f3c0bfc6c655c53e552ba8ef487700a6e0bc.zip
New upstream version 3.8.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1228
1 files changed, 774 insertions, 454 deletions
diff --git a/ChangeLog b/ChangeLog
index f246643..c6dfe64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,325 @@
# Generated by Makefile. Do not edit.
+commit 3e9dc1284c6b0f59468457c7c6c786dc3fe66407
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Wed Mar 27 21:41:11 2013 +0100
+
+ Use a 3 digit version number
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7f8e4f1f2aa305e76eac5faa02f85cd258fffdfb
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Wed Mar 27 21:32:35 2013 +0100
+
+ Release 3.8
+
+ NEWS | 5 +++++
+ configure.ac | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 80da3657d00d37404dcddb9530584516d0efe7eb
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Mar 25 07:29:05 2013 +0100
+
+ Switch to an app_menu
+
+ Use GtkApplicationWindow to make this simple.
+
+ src/ka-applet-priv.h | 1 +
+ src/ka-applet.c | 120 ++++++++++++++++++++++++++++++++++++++++-------
+ src/ka-main-window.c | 66 ++++----------------------
+ src/ka-main-window.h | 2 +-
+ src/ka-preferences.c | 9 ++--
+ src/ka-preferences.h | 2 +-
+ src/ka-tools.c | 6 ++-
+ src/ka-tools.h | 3 +-
+ src/krb5-auth-dialog.ui | 115 ++++++++++-----------------------------------
+ 9 files changed, 151 insertions(+), 173 deletions(-)
+
+commit f238a8e7bc89c22ce9d39e4be737579062afb425
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Mar 24 18:31:43 2013 +0100
+
+ Update for GTK+3
+
+ src/krb5-auth-dialog.ui | 20 ++------------------
+ 1 file changed, 2 insertions(+), 18 deletions(-)
+
+commit 00ea8cd15602842f28dcad84ffaee4b952a8a1a5
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Mar 17 15:57:34 2013 +0100
+
+ Bump version to 3.7.92
+
+ NEWS | 19 +++++++++++++++++++
+ configure.ac | 2 +-
+ 2 files changed, 20 insertions(+), 1 deletion(-)
+
+commit f46e80ba5ee7be34b31c2cb9fb97f359bea7c14e
+Author: Martin Srebotnjak <miles@filmsi.net>
+Date: Sat Mar 16 20:13:39 2013 +0100
+
+ Updated Slovenian translation
+
+ po/sl.po | 87 +++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 47 insertions(+), 40 deletions(-)
+
+commit eab1be20197418e3ba3795a931ec30eac7e3dca5
+Author: Rafael Ferreira <rafael.f.f1@gmail.com>
+Date: Sat Mar 16 14:42:07 2013 -0300
+
+ Updated Brazilian Portuguese translation
+
+ po/pt_BR.po | 137 +++++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 73 insertions(+), 64 deletions(-)
+
+commit 7f2bb5af6272060b63243fd9a69d7a6199da9b33
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Mar 16 16:37:21 2013 +0100
+
+ Hide configuration tickets by default
+
+ Based on a patch by Mantas Mikulėnas
+ BZ: #649830
+
+ src/ka-applet-priv.h | 1 +
+ src/ka-applet.c | 31 +++++++++++++++++++++++++++----
+ src/ka-kerberos.c | 18 +++++++++++-------
+ src/ka-kerberos.h | 3 ++-
+ src/ka-main-window.c | 16 +++++++++++-----
+ src/ka-main-window.h | 2 +-
+ src/ka-settings.c | 1 +
+ src/ka-settings.h | 1 +
+ src/org.gnome.KrbAuthDialog.gschema.xml | 5 +++++
+ 9 files changed, 60 insertions(+), 18 deletions(-)
+
+commit bf7fc622bc91d53e6fb51e0420272050eba79314
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Mar 16 17:09:11 2013 +0100
+
+ Reformat
+
+ src/ka-kerberos.c | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit 4047d40116e7dfcd71e2c300c04470b447bdfd05
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Mar 16 14:27:20 2013 +0100
+
+ Use KA_PROP_NAME_* instead of hardcoded strings
+
+ src/ka-kerberos.c | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit c806871f7fb5916078dd707fbfd124f4a188f039
+Author: Martin Srebotnjak <miles@filmsi.net>
+Date: Sat Mar 16 09:47:43 2013 +0100
+
+ Updated Slovenian translation
+
+ po/sl.po | 126 ++++++++++++++++++++++----------------------------------------
+ 1 file changed, 45 insertions(+), 81 deletions(-)
+
+commit 58cd616fca3a1b13789fe951256b5f7378bf7183
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Mar 15 19:10:56 2013 +0100
+
+ Use gdk_device_{un,}grab
+
+ instead of the deprecated gdk_keyboard_{un,}grab
+
+ src/ka-pwdialog.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 59 insertions(+), 7 deletions(-)
+
+commit aeb7f423b575d0aeb928e38bff492c2f5894f9fa
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Feb 20 21:54:30 2012 +0100
+
+ Move from GConf to GSettings
+
+ README | 54 +++-
+ configure.ac | 10 +-
+ etpo/Makefile.am | 2 -
+ po/POTFILES.in | 2 +-
+ src/.gitignore | 1 +
+ src/Makefile.am | 27 +-
+ src/ka-applet-priv.h | 11 +-
+ src/ka-applet.c | 77 +++--
+ src/ka-gconf-tools.c | 149 ----------
+ src/ka-gconf-tools.h | 48 ----
+ src/ka-gconf.c | 195 -------------
+ src/ka-gconf.h | 29 --
+ src/ka-kerberos.c | 2 +-
+ src/ka-plugin-loader.c | 27 +-
+ src/ka-preferences.c | 467 +++++++++++--------------------
+ src/ka-preferences.h | 2 +
+ src/ka-settings.c | 58 ++++
+ src/ka-settings.h | 43 +++
+ src/krb5-auth-dialog.schemas.in | 146 ----------
+ src/org.gnome.KrbAuthDialog.convert | 13 +
+ src/org.gnome.KrbAuthDialog.gschema.xml | 65 +++++
+ 21 files changed, 463 insertions(+), 965 deletions(-)
+
+commit 50451b28716e74612152511af44771f761b61c49
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Wed Mar 13 21:17:59 2013 +0100
+
+ Version bump
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2280349ada1ad05c3d06271f248deca4f26ded54
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Feb 20 21:45:14 2012 +0100
+
+ Switch to xz tarballs
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d58cf028b7b3b330e444c2abc41cfa574a043268
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Feb 17 16:43:04 2013 +0100
+
+ Chain up on startup signal
+
+ src/ka-applet.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 502027b2fd9b14d7afa79c6b1f0df627a4a9acc6
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Feb 17 13:11:04 2013 +0100
+
+ Set hint to allow the shell to filter by application
+
+ https://live.gnome.org/GnomeGoals/NotificationSource
+
+ src/ka-applet.c | 8 +++++++-
+ src/krb5-auth-dialog.desktop.in | 1 +
+ 2 files changed, 8 insertions(+), 1 deletion(-)
+
+commit 6dfd23acce6fa37d0a5442a454f0d0f1d35ee716
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Feb 17 13:18:03 2013 +0100
+
+ Cleanup whitespace
+
+ src/ka-applet.c | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 8e540f25293802309b0b8ec3462f304c9055425e
+Author: Enrico Nicoletto <liverig@gmail.com>
+Date: Sun Feb 10 00:05:01 2013 -0200
+
+ Updated Brazilian Portuguese translation
+
+ po/pt_BR.po | 552 ++++++++++++++++++++++++++++++++---------------------------
+ 1 file changed, 299 insertions(+), 253 deletions(-)
+
+commit 5510e8b0c8a2e905842962ef059b7e01a6fae24a
+Author: Marek Černocký <marek@manet.cz>
+Date: Tue Jan 29 18:17:43 2013 +0100
+
+ Updated Czech translation
+
+ po/cs.po | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit cddd9d16074ea8c355821df7c486b87b388bd539
+Author: Marek Černocký <marek@manet.cz>
+Date: Tue Jan 29 00:24:43 2013 +0100
+
+ Updated Czech translation
+
+ po/cs.po | 116 +++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 58 insertions(+), 58 deletions(-)
+
+commit 1b3761ac09cbfa368868c39cc335c274799f6f67
+Author: Zdeněk Hataš <zdenek.hatas@gmail.com>
+Date: Fri Nov 9 12:04:12 2012 +0100
+
+ Updated Czech translation
+
+ po/cs.po | 319 +++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 162 insertions(+), 157 deletions(-)
+
+commit 1bbe1eec409d0b9df58c41bcc9296276ed71eb42
+Author: Daniel Winzen <d@winzen4.de>
+Date: Thu Nov 8 17:54:58 2012 +0100
+
+ Updated German help translation
+
+ help/de/de.po | 16 +++++++---------
+ 1 file changed, 7 insertions(+), 9 deletions(-)
+
+commit eaeba86724f410d92d3631a1388b3608a18cb1bf
+Author: Marek Černocký <marek@manet.cz>
+Date: Tue Oct 2 22:29:04 2012 +0200
+
+ Updated Czech translation
+
+ po/cs.po | 89 ++++++++++++++++++++++++++++----------------------------------
+ 1 file changed, 40 insertions(+), 49 deletions(-)
+
+commit b91bb96964812acb1241ad298bf52702c2e2bcf2
+Author: Fran Diéguez <fran.dieguez@mabishu.com>
+Date: Thu Aug 30 14:41:41 2012 +0200
+
+ Updated Galician translations
+
+ po/gl.po | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit ea7f6c3ef186cd43ca879f9c6014b56291c179e9
+Author: Bruno Brouard <annoa.b@gmail.com>
+Date: Sun Jun 3 00:17:29 2012 +0200
+
+ Updated French translation
+
+ po/fr.po | 313 +++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 158 insertions(+), 155 deletions(-)
+
+commit 9109ec49c77b1daa2d9d9b85440bdbc8da1607c1
+Author: Matej Urbančič <mateju@svn.gnome.org>
+Date: Mon May 28 14:58:41 2012 +0200
+
+ Updated Slovenian translation
+
+ po/sl.po | 289 +++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 146 insertions(+), 143 deletions(-)
+
+commit 86a06ecad9849a4ca5508cf7cfdbcede89cdf15d
+Author: Daniel Mustieles <daniel.mustieles@gmail.com>
+Date: Sun May 27 12:30:05 2012 +0200
+
+ Updated Spanish translation
+
+ po/es.po | 446 +++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 223 insertions(+), 223 deletions(-)
+
+commit 771275702e1802b7150b9903c8ad915f604cc746
+Author: Antoine Jacoutot <ajacoutot@gnome.org>
+Date: Fri May 25 16:24:11 2012 +0200
+
+ typo: credentails -> credentials
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=676809
+
+ src/ka-applet.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 61bc6c38d4938f6c4b7938f98978538421503e7f
+Author: Fran Diéguez <fran.dieguez@mabishu.com>
+Date: Sat Mar 24 00:12:35 2012 +0100
+
+ Updated Galician translations
+
+ po/gl.po | 460 ++++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 237 insertions(+), 223 deletions(-)
+
commit f7414096623e564d9d26794b7cc1cb3ab680929d
Author: Guido Günther <agx@sigxcpu.org>
Date: Sun Oct 16 18:41:00 2011 +0200
@@ -8,7 +328,7 @@ Date: Sun Oct 16 18:41:00 2011 +0200
NEWS | 13 +++++++++++++
configure.ac | 2 +-
- 2 files changed, 14 insertions(+), 1 deletions(-)
+ 2 files changed, 14 insertions(+), 1 deletion(-)
commit 9f435e2c60a8bea0c196be393125f6f8767e7afd
Author: Guido Günther <agx@sigxcpu.org>
@@ -17,7 +337,7 @@ Date: Sun Oct 16 18:51:18 2011 +0200
Remove cc-panel/
cc-panel/.gitignore | 2 --
- 1 files changed, 0 insertions(+), 2 deletions(-)
+ 1 file changed, 2 deletions(-)
commit aba3a821e5ea990701ca060bcc1ee40eb0d884ca
Author: Zdeněk Hataš <zdenek.hatas@gmail.com>
@@ -26,7 +346,7 @@ Date: Tue Oct 4 11:38:35 2011 +0200
Updated Czech translation
po/cs.po | 501 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 252 insertions(+), 249 deletions(-)
+ 1 file changed, 252 insertions(+), 249 deletions(-)
commit 5096ce0e7364523e85ccee9da224133a7a5354bf
Author: Claude Paroz <claude@2xlibre.net>
@@ -35,7 +355,7 @@ Date: Sat Oct 1 23:20:37 2011 +0200
Updated French translation
po/fr.po | 353 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 176 insertions(+), 177 deletions(-)
+ 1 file changed, 176 insertions(+), 177 deletions(-)
commit feea4b3e8b0ac9a2b7d61653f13dd7531245584e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
@@ -44,7 +364,7 @@ Date: Sat Oct 1 11:48:06 2011 +0200
Updated Spanish translation
help/es/es.po | 31 ++++++++++++++-----------------
- 1 files changed, 14 insertions(+), 17 deletions(-)
+ 1 file changed, 14 insertions(+), 17 deletions(-)
commit 7f943685c00ea659b732c81e56ff5e5b831db5eb
Author: Zdenek Hatas <zdenek.hatas@gmail.com>
@@ -56,7 +376,7 @@ Date: Thu Sep 29 16:12:19 2011 +0200
Signed-off-by: Guido Günther <agx@sigxcpu.org>
help/C/krb5-auth-dialog.xml | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit 15fde0ec01fd3c55e886e077e3a8dcd2c24fd02c
Author: Guido Günther <agx@sigxcpu.org>
@@ -79,7 +399,7 @@ Date: Tue Sep 27 11:52:37 2011 +0200
BZ: #660227
src/krb5-auth-dialog.desktop.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit 1c89fe8b203c85dcb4ff06fb8da34e411eb56730
Author: Guido Günther <agx@sigxcpu.org>
@@ -89,7 +409,7 @@ Date: Mon Sep 26 22:13:36 2011 +0200
NEWS | 13 +++++++++++++
configure.ac | 2 +-
- 2 files changed, 14 insertions(+), 1 deletions(-)
+ 2 files changed, 14 insertions(+), 1 deletion(-)
commit 72886265ec4f518e32ef178cea806b336844ecec
Author: Guido Günther <agx@sigxcpu.org>
@@ -98,7 +418,7 @@ Date: Mon Sep 26 22:06:12 2011 +0200
Avoid crash by not settings string columns to 0
src/ka-kerberos.c | 2 --
- 1 files changed, 0 insertions(+), 2 deletions(-)
+ 1 file changed, 2 deletions(-)
commit 42eaa5d3e594b69a555423e2a7c2c04fcb25465d
Author: Mario Blättermann <mariobl@gnome.org>
@@ -107,7 +427,7 @@ Date: Mon Sep 19 21:52:10 2011 +0200
[l10n] Updated German translation
po/de.po | 358 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 183 insertions(+), 175 deletions(-)
+ 1 file changed, 183 insertions(+), 175 deletions(-)
commit 8efd67bb6f69ee690ea51f48a37d21cdc766e2c2
Author: Guido Günther <agx@sigxcpu.org>
@@ -116,7 +436,7 @@ Date: Thu Sep 15 12:25:21 2011 +0200
autogen.sh: look for ka-kerberos.c
autogen.sh | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit bbe15a3a7c0d5154332e64a3bb7fbe2367056400
Author: Guido Günther <agx@sigxcpu.org>
@@ -125,7 +445,7 @@ Date: Mon Sep 12 16:34:37 2011 +0200
Add translator hints
src/ka-main-window.c | 3 +++
- 1 files changed, 3 insertions(+), 0 deletions(-)
+ 1 file changed, 3 insertions(+)
commit 9266c74980f52605d039cc0b6530c0a17917f6e2
Author: Guido Günther <agx@sigxcpu.org>
@@ -135,8 +455,8 @@ Date: Mon Sep 12 12:23:13 2011 +0200
since GtkApplication is 3.0 only
- configure.ac | 30 +++++-------------------------
- 1 files changed, 5 insertions(+), 25 deletions(-)
+ configure.ac | 32 ++++++--------------------------
+ 1 file changed, 6 insertions(+), 26 deletions(-)
commit d8efe4a8fe5152f8c53c005fb0830ef80fce8a9d
Author: Guido Günther <agx@sigxcpu.org>
@@ -145,7 +465,7 @@ Date: Mon Sep 12 12:16:50 2011 +0200
Don't try to free invalid context
src/ka-kerberos.c | 10 ++++++++--
- 1 files changed, 8 insertions(+), 2 deletions(-)
+ 1 file changed, 8 insertions(+), 2 deletions(-)
commit 25d0d29c28cc7b6038a441f8f1ca97deefcd14db
Author: Guido Günther <agx@sigxcpu.org>
@@ -187,7 +507,7 @@ Date: Sat Sep 10 14:57:34 2011 +0200
since we now use it to edit the prefs.
src/krb5-auth-dialog.desktop.in | 1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
+ 1 file changed, 1 deletion(-)
commit adc616b490faccbec37aed550002b3e3f8b0169c
Author: Guido Günther <agx@sigxcpu.org>
@@ -195,7 +515,7 @@ Date: Sun Sep 11 14:49:24 2011 +0200
Show main window when krb5-auth-dialog is invoked again
- src/ka-applet.c | 107 ++++++++++++++++++++++++++++++++++++++++++++++++------
+ src/ka-applet.c | 107 ++++++++++++++++++++++++++++++++++++++++++++++++-------
src/ka-dialog.c | 61 ++++++++++++-------------------
2 files changed, 118 insertions(+), 50 deletions(-)
@@ -232,8 +552,8 @@ Date: Fri Sep 9 12:01:57 2011 +0200
Updated Czech translation
- po/cs.po | 202 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 103 insertions(+), 99 deletions(-)
+ po/cs.po | 202 ++++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 103 insertions(+), 99 deletions(-)
commit 8b53aed4c6ae13782b68b51fbdafba83f2da61f8
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
@@ -242,7 +562,7 @@ Date: Wed Sep 7 21:28:35 2011 +0200
Updated Slovenian translation
po/sl.po | 329 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 169 insertions(+), 160 deletions(-)
+ 1 file changed, 169 insertions(+), 160 deletions(-)
commit 9687ba4ba4c547436a122f21129bc6251a8b4a49
Author: Vincent Untz <vuntz@gnome.org>
@@ -253,7 +573,7 @@ Date: Tue Sep 6 16:36:32 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=658364
configure.ac | 8 --------
- 1 files changed, 0 insertions(+), 8 deletions(-)
+ 1 file changed, 8 deletions(-)
commit 1fec2e02597926de3921da4b462610779a1333bf
Author: Guido Günther <agx@sigxcpu.org>
@@ -263,7 +583,7 @@ Date: Tue Sep 6 12:37:28 2011 +0200
NEWS | 12 ++++++++++++
configure.ac | 2 +-
- 2 files changed, 13 insertions(+), 1 deletions(-)
+ 2 files changed, 13 insertions(+), 1 deletion(-)
commit becb3cadc883efcd444b9ffbccdd5ac535062feb
Author: Guido Günther <agx@sigxcpu.org>
@@ -272,7 +592,7 @@ Date: Tue Sep 6 10:53:37 2011 +0200
Remove items moved to ticket dialog
src/ka-applet.c | 50 +-------------------------------------------------
- 1 files changed, 1 insertions(+), 49 deletions(-)
+ 1 file changed, 1 insertion(+), 49 deletions(-)
commit 3fe50f6c8450f1eb38dbb249c89b92ff51032ed3
Author: Guido Günther <agx@sigxcpu.org>
@@ -305,8 +625,8 @@ Date: Mon Sep 5 13:54:59 2011 +0200
Updated Spanish translation
- po/es.po | 81 ++++++++++++++++++++++++++++++++++---------------------------
- 1 files changed, 45 insertions(+), 36 deletions(-)
+ po/es.po | 81 ++++++++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 45 insertions(+), 36 deletions(-)
commit 030d15751d0ab74b0624680f696248747fd1d562
Author: Guido Günther <agx@sigxcpu.org>
@@ -326,7 +646,7 @@ Date: Sun Sep 4 19:05:08 2011 +0200
Add menu bar to main window
- src/ka-main-window.c | 64 +++++++++++++-
+ src/ka-main-window.c | 64 ++++++++++++--
src/ka-main-window.h | 2 +-
src/krb5-auth-dialog.ui | 211 +++++++++++++++++++++++++++++++++++++----------
3 files changed, 226 insertions(+), 51 deletions(-)
@@ -338,7 +658,7 @@ Date: Sun Sep 4 19:20:12 2011 +0200
Name callbacks consistently
src/ka-applet.c | 24 ++++++++++++------------
- 1 files changed, 12 insertions(+), 12 deletions(-)
+ 1 file changed, 12 insertions(+), 12 deletions(-)
commit 53dfb8407380dd82d32f80c5deed39da1f982cfa
Author: Guido Günther <agx@sigxcpu.org>
@@ -372,7 +692,7 @@ Date: Sun Sep 4 15:31:44 2011 +0200
src/ka-main-window.h | 40 +++++++++++++++
src/ka-tickets.c | 116 --------------------------------------------
src/ka-tickets.h | 39 ---------------
- src/krb5-auth-dialog.ui | 61 +++++-------------------
+ src/krb5-auth-dialog.ui | 61 +++++------------------
9 files changed, 184 insertions(+), 213 deletions(-)
commit 371720a2b70b968dfcaaf5b7de0d0826c985a050
@@ -382,7 +702,7 @@ Date: Sun Sep 4 16:05:54 2011 +0200
Connect GtkBuilder signals
src/ka-applet.c | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ 1 file changed, 2 insertions(+)
commit 8c1a20fbfee1c1ed6ad3002e169c939ad9e87477
Author: Fran Dieguez <fran@openhost.es>
@@ -391,7 +711,7 @@ Date: Tue Aug 16 23:00:21 2011 +0200
Updated Galician translations
po/gl.po | 293 +++++++++++++++++++++++++++++++++++---------------------------
- 1 files changed, 166 insertions(+), 127 deletions(-)
+ 1 file changed, 166 insertions(+), 127 deletions(-)
commit 7a7a51829f6fa07470f311b8d090569a9845c791
Author: Aron Xu <aronxu@gnome.org>
@@ -399,8 +719,8 @@ Date: Tue Aug 16 15:22:10 2011 +0000
Update Simplified Chinese translation.
- po/zh_CN.po | 413 +++++++++++++++++++++++++++++++---------------------------
- 1 files changed, 221 insertions(+), 192 deletions(-)
+ po/zh_CN.po | 413 ++++++++++++++++++++++++++++++++---------------------------
+ 1 file changed, 221 insertions(+), 192 deletions(-)
commit f12286399ca209b31ca17d4162fbf99ed6968b36
Author: Petr Kovar <pkovar@redhat.com>
@@ -409,7 +729,7 @@ Date: Fri Jun 10 15:57:05 2011 +0200
Fix Czech translation
po/cs.po | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit 905cb444e01794557d038c4547d483a18f2a46cf
Author: Petr Kovar <pkovar@redhat.com>
@@ -418,7 +738,7 @@ Date: Fri Jun 10 15:52:51 2011 +0200
Update Czech translation by Zdenek Hatas
po/cs.po | 347 +++++++++++++++++++++++++++++++++-----------------------------
- 1 files changed, 187 insertions(+), 160 deletions(-)
+ 1 file changed, 187 insertions(+), 160 deletions(-)
commit 2b27db7f8d18d7d6d473a1efd093a1fe0e646981
Author: Guido Günther <agx@sigxcpu.org>
@@ -428,7 +748,7 @@ Date: Sun Apr 24 15:56:52 2011 +0200
NEWS | 10 ++++++++++
configure.ac | 2 +-
- 2 files changed, 11 insertions(+), 1 deletions(-)
+ 2 files changed, 11 insertions(+), 1 deletion(-)
commit 47736eaea5871d835eb951640b0baa5c350c4060
Author: Guido Günther <agx@sigxcpu.org>
@@ -450,8 +770,8 @@ Date: Thu Apr 21 17:36:17 2011 +0200
Updated French translation
- po/fr.po | 122 +++++++++++++++++++++++++++++++++++++------------------------
- 1 files changed, 74 insertions(+), 48 deletions(-)
+ po/fr.po | 122 +++++++++++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 74 insertions(+), 48 deletions(-)
commit e75b2be5f1f8a6d1410a6ea5c37217c9e29513c1
Author: Joe Hansen <joedalton2@yahoo.dk>
@@ -459,8 +779,8 @@ Date: Wed Apr 6 22:33:14 2011 +0200
Updated Danish translation
- po/da.po | 126 +++++++++++++++++++++++++++++++++++++------------------------
- 1 files changed, 76 insertions(+), 50 deletions(-)
+ po/da.po | 126 +++++++++++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 76 insertions(+), 50 deletions(-)
commit 46edaee71f066bc961e319e0d589a15d44f97192
Author: Matej Urbančič <mateju@svn.gnome.org>
@@ -469,7 +789,7 @@ Date: Wed Apr 6 12:32:04 2011 +0200
Updated Slovenian translation
po/sl.po | 46 ++++++++++++++++++++++++++++------------------
- 1 files changed, 28 insertions(+), 18 deletions(-)
+ 1 file changed, 28 insertions(+), 18 deletions(-)
commit 704323a748cb19e177d9000f286e24eabea0c115
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
@@ -478,7 +798,7 @@ Date: Mon Apr 4 19:53:01 2011 +0200
Updated Spanish translation
po/es.po | 35 ++++++++++++++++++++---------------
- 1 files changed, 20 insertions(+), 15 deletions(-)
+ 1 file changed, 20 insertions(+), 15 deletions(-)
commit 048b63e48ac57a63ecb3759f0a58c431ee09bf4f
Author: Guido Günther <agx@sigxcpu.org>
@@ -488,7 +808,7 @@ Date: Mon Apr 4 15:20:33 2011 +0200
NEWS | 11 +++++++++++
configure.ac | 2 +-
- 2 files changed, 12 insertions(+), 1 deletions(-)
+ 2 files changed, 12 insertions(+), 1 deletion(-)
commit b9431bc950ff61e0985abd106b4a68402376b355
Author: Guido Günther <agx@sigxcpu.org>
@@ -503,7 +823,7 @@ Date: Fri Apr 1 18:35:44 2011 +0200
DBusException: org.freedesktop.DBus.Error.UnknownMethod: No such interface `org.gnome.KrbAuthDialog' on object at path /org/gnome/KrbAuthDialog
src/ka-dbus.c | 8 ++++----
- 1 files changed, 4 insertions(+), 4 deletions(-)
+ 1 file changed, 4 insertions(+), 4 deletions(-)
commit a5b7c21fba6f99afb768604a20fe394edee9dd16
Author: Guido Günther <agx@sigxcpu.org>
@@ -512,7 +832,7 @@ Date: Fri Apr 1 17:54:28 2011 +0200
Remove superfluous default argument
src/org.gnome.KrbAuthDialog.service.in | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 94643b1b79172860c09efcfe8be874170f69562d
Author: Guido Günther <agx@sigxcpu.org>
@@ -521,7 +841,7 @@ Date: Fri Apr 1 16:11:36 2011 +0200
Update copyright and comments
src/ka-applet.c | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
+ 1 file changed, 3 insertions(+), 3 deletions(-)
commit 6dbcd27838a820d98421af9cdbe9955d1d003902
Author: Mario Blättermann <mariobl@gnome.org>
@@ -530,7 +850,7 @@ Date: Thu Mar 31 22:37:50 2011 +0200
[l10n] Updated German translation
po/de.po | 268 ++++++++++++++++++++++++++++++--------------------------------
- 1 files changed, 131 insertions(+), 137 deletions(-)
+ 1 file changed, 131 insertions(+), 137 deletions(-)
commit cdc8fd453e1c4fc52472409eadb5a61d616c240b
Author: Guido Günther <agx@sigxcpu.org>
@@ -539,7 +859,7 @@ Date: Wed Mar 30 15:25:55 2011 +0200
Simplify by using gtk_tree_view_insert_column_with_attributes
src/ka-tickets.c | 72 +++++++++++++++++++++++++++---------------------------
- 1 files changed, 36 insertions(+), 36 deletions(-)
+ 1 file changed, 36 insertions(+), 36 deletions(-)
commit 5ec9b6df318c816f3d1ff1604baba5f6a3a0dc2b
Author: Guido Günther <agx@sigxcpu.org>
@@ -548,7 +868,7 @@ Date: Wed Mar 30 15:04:01 2011 +0200
Ignore generated bz2 files
.gitignore | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit 2d61d9a54da71c87d6f6837eb5fb5db883aafe73
Author: Guido Günther <agx@sigxcpu.org>
@@ -561,7 +881,7 @@ Date: Wed Mar 30 14:58:31 2011 +0200
just reporting the current status.
src/ka-applet.c | 13 +++++++++----
- 1 files changed, 9 insertions(+), 4 deletions(-)
+ 1 file changed, 9 insertions(+), 4 deletions(-)
commit aa02873b65668c69067090041af3803fc753b239
Author: Guido Günther <agx@sigxcpu.org>
@@ -570,7 +890,7 @@ Date: Wed Mar 30 14:03:53 2011 +0200
Fix description for translators
cc-panel/gnome-ka-panel.desktop.in | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 589643460d363128ca5ef268aa49d0501bf65206
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
@@ -579,7 +899,7 @@ Date: Tue Mar 29 16:16:32 2011 +0200
Updated Slovenian translation
po/sl.po | 158 ++++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 86 insertions(+), 72 deletions(-)
+ 1 file changed, 86 insertions(+), 72 deletions(-)
commit 9cf49075f942fb0ae67685458bedca8ef0449912
Author: Kjartan Maraas <kmaraas@gnome.org>
@@ -587,8 +907,8 @@ Date: Mon Mar 28 20:39:34 2011 +0200
Updated Norwegian bokmål translation
- po/nb.po | 260 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 132 insertions(+), 128 deletions(-)
+ po/nb.po | 260 +++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 132 insertions(+), 128 deletions(-)
commit 378378f939868df01669042d1a5f8e1541950b10
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
@@ -597,7 +917,7 @@ Date: Mon Mar 28 19:07:48 2011 +0200
Updated Spanish translation
po/es.po | 15 +++++++--------
- 1 files changed, 7 insertions(+), 8 deletions(-)
+ 1 file changed, 7 insertions(+), 8 deletions(-)
commit 8c28c8a6500fa28426a493c1c26039a0c2668d93
Author: Guido Günther <agx@sigxcpu.org>
@@ -606,7 +926,7 @@ Date: Sun Mar 27 22:15:22 2011 +0200
Add bug-database and download-page
krb5-auth-dialog.doap | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ 1 file changed, 2 insertions(+)
commit 8c192286510afa28b056317321b062f107d6f994
Author: Guido Günther <agx@sigxcpu.org>
@@ -615,7 +935,7 @@ Date: Sun Mar 27 22:08:55 2011 +0200
Add description to doap file
krb5-auth-dialog.doap | 7 +++++++
- 1 files changed, 7 insertions(+), 0 deletions(-)
+ 1 file changed, 7 insertions(+)
commit 3504c98b48de8abd16d9331c332a0fed09803b2f
Author: Guido Günther <agx@sigxcpu.org>
@@ -625,7 +945,7 @@ Date: Sat Mar 26 08:46:35 2011 +0100
NEWS | 11 +++++++++++
configure.ac | 2 +-
- 2 files changed, 12 insertions(+), 1 deletions(-)
+ 2 files changed, 12 insertions(+), 1 deletion(-)
commit 585d63c4c7cbe0276c7d343d1c57df9518fb3867
Author: Guido Günther <agx@sigxcpu.org>
@@ -634,7 +954,7 @@ Date: Sat Mar 26 08:31:51 2011 +0100
Indicate empty ticket cache
src/ka-dialog.c | 8 ++++++++
- 1 files changed, 8 insertions(+), 0 deletions(-)
+ 1 file changed, 8 insertions(+)
commit 1256147f9922196ff477f3c9b24fe20ec120994c
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
@@ -643,7 +963,7 @@ Date: Fri Mar 25 19:28:29 2011 +0100
Updated Spanish translation
po/es.po | 110 +++++++++++++++++++++++++++++++++++++++-----------------------
- 1 files changed, 69 insertions(+), 41 deletions(-)
+ 1 file changed, 69 insertions(+), 41 deletions(-)
commit c00a691f07b9b97ed41d309627e0aa59afb32858
Author: Guido Günther <agx@sigxcpu.org>
@@ -656,7 +976,7 @@ Date: Wed Mar 23 15:03:13 2011 +0100
This is already spelled out in the details of the notification.
src/ka-applet.c | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
+ 1 file changed, 3 insertions(+), 3 deletions(-)
commit e4ae7390b0bd23b367144424538fa2619d46136c
Author: Guido Günther <agx@sigxcpu.org>
@@ -667,7 +987,7 @@ Date: Wed Mar 23 14:03:55 2011 +0100
Only few users will need them.
cc-panel/ka-panel.ui | 514 ++++++++++++++++++++++++++++++++------------------
- 1 files changed, 333 insertions(+), 181 deletions(-)
+ 1 file changed, 333 insertions(+), 181 deletions(-)
commit 364529f063b6fbd051d92a4732a477280f51abc0
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
@@ -676,7 +996,7 @@ Date: Tue Mar 22 21:06:13 2011 +0100
Updated Spanish translation
po/es.po | 139 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 72 insertions(+), 67 deletions(-)
+ 1 file changed, 72 insertions(+), 67 deletions(-)
commit da08ed170f9d668e72c153ff52bb4bcc278feb4a
Author: Guido Günther <agx@sigxcpu.org>
@@ -685,7 +1005,7 @@ Date: Mon Mar 21 21:49:07 2011 +0100
Call it "Kerberos Authentication" consistently
src/ka-applet.c | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
+ 1 file changed, 3 insertions(+), 3 deletions(-)
commit 7e4ca4889c40e011894b9a809e1f45b62e43e8f3
Author: Guido Günther <agx@sigxcpu.org>
@@ -694,7 +1014,7 @@ Date: Mon Mar 21 21:48:22 2011 +0100
There's no tray icon in GNOME3
krb5-auth-dialog.doap | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 0e84bb13c18534c9f77e73bc7f9a5464bedeb4f0
Author: Bruno Brouard <annoa.b@gmail.com>
@@ -703,7 +1023,7 @@ Date: Sun Mar 20 11:41:52 2011 +0100
Updated French translation
po/fr.po | 112 ++++++++++++++++++++++++++++++--------------------------------
- 1 files changed, 54 insertions(+), 58 deletions(-)
+ 1 file changed, 54 insertions(+), 58 deletions(-)
commit 27caa1d56d488b45527d44cd996bb2f6a897868e
Author: Bruno Brouard <annoa.b@gmail.com>
@@ -711,8 +1031,8 @@ Date: Sun Mar 20 11:38:06 2011 +0100
Updated French translation
- po/fr.po | 140 +++++++++++++++++++++++++++----------------------------------
- 1 files changed, 62 insertions(+), 78 deletions(-)
+ po/fr.po | 140 ++++++++++++++++++++++++++++----------------------------------
+ 1 file changed, 62 insertions(+), 78 deletions(-)
commit 658eced9ec3a2cd5a72cdf8ffd4da711030eb6ee
Author: Guido Günther <agx@sigxcpu.org>
@@ -721,7 +1041,7 @@ Date: Wed Mar 2 18:01:23 2011 +0100
Beautify cc-panel a bit
cc-panel/ka-panel.ui | 17 +++++++++--------
- 1 files changed, 9 insertions(+), 8 deletions(-)
+ 1 file changed, 9 insertions(+), 8 deletions(-)
commit ceadb0d569528de606dcea73f058cba788deb5e7
Author: Joe Hansen <joedalton2@yahoo.dk>
@@ -730,7 +1050,7 @@ Date: Sun Mar 13 12:04:10 2011 +0100
Updated Danish translation
po/da.po | 1717 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 1717 insertions(+), 0 deletions(-)
+ 1 file changed, 1717 insertions(+)
commit 31f12bba6f30571de7474046c10988b747a9b828
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
@@ -739,7 +1059,7 @@ Date: Sun Mar 13 12:04:09 2011 +0100
Added da to list of languages
po/LINGUAS | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit 3deb396641e2e28a6637d3f57af27aebfd7882a8
Author: Dan Williams <dcbw@redhat.com>
@@ -750,7 +1070,7 @@ Date: Mon Mar 7 22:41:28 2011 -0600
Fix up the defines a bit for additional NM 0.9 states.
src/ka-dialog.c | 13 +++++++++++++
- 1 files changed, 13 insertions(+), 0 deletions(-)
+ 1 file changed, 13 insertions(+)
commit 153d4059b999bddc60a12f0bb960fdbeff24c477
Author: Guido Günther <agx@sigxcpu.org>
@@ -759,7 +1079,7 @@ Date: Mon Mar 7 18:55:52 2011 +0100
Run autoupdate and switch to bzip2
configure.ac | 21 ++++++++++-----------
- 1 files changed, 10 insertions(+), 11 deletions(-)
+ 1 file changed, 10 insertions(+), 11 deletions(-)
commit 461783f5ff6469a1e0803954e120394cc3172afd
Author: Guido Günther <agx@sigxcpu.org>
@@ -769,7 +1089,7 @@ Date: Mon Mar 7 18:26:50 2011 +0100
NEWS | 6 ++++++
configure.ac | 2 +-
- 2 files changed, 7 insertions(+), 1 deletions(-)
+ 2 files changed, 7 insertions(+), 1 deletion(-)
commit ce202b6975ff0390ac2ef56d2f24f5f15b56c384
Author: Guido Günther <agx@sigxcpu.org>
@@ -786,7 +1106,7 @@ Date: Fri Feb 25 23:09:22 2011 +0100
src/Makefile.am | 14 ---
src/ka-applet-priv.h | 5 +
src/ka-applet.c | 28 ++++--
- src/ka-dbus.c | 249 +++++++++++++++++++++++++++++++++++-----------
+ src/ka-dbus.c | 249 +++++++++++++++++++++++++++++++++++------------
src/ka-dbus.h | 12 +--
src/ka-dbus.xml | 30 ------
src/ka-dialog.c | 15 ++-
@@ -799,10 +1119,10 @@ Date: Thu Feb 24 21:59:36 2011 +0100
Reindent according to CodingStyle
CodingStyle | 5 +-
- src/ka-dbus.c | 134 +++---
+ src/ka-dbus.c | 134 +++--
src/ka-dbus.h | 12 +-
src/ka-dialog.c | 1509 ++++++++++++++++++++++++++---------------------------
- src/ka-pwdialog.c | 403 ++++++++-------
+ src/ka-pwdialog.c | 403 +++++++-------
src/ka-pwdialog.h | 21 +-
src/ka-tickets.c | 147 +++---
src/ka-tickets.h | 18 +-
@@ -817,7 +1137,7 @@ Date: Sun Feb 27 15:43:16 2011 +0100
examples/Makefile.am | 2 ++
examples/destroy-ccache.py | 8 ++++++++
examples/tgt-acquire.py | 8 ++++++++
- 3 files changed, 18 insertions(+), 0 deletions(-)
+ 3 files changed, 18 insertions(+)
commit 1824f443fcd94b2cce375d3f3b3d1636230e332b
Author: Guido Günther <agx@sigxcpu.org>
@@ -839,7 +1159,7 @@ Date: Thu Feb 24 19:26:11 2011 +0100
for valid tickets once we've set up everything.
src/ka-dialog.c | 10 ++++++++++
- 1 files changed, 10 insertions(+), 0 deletions(-)
+ 1 file changed, 10 insertions(+)
commit 6c81e8cbf5c9a59f4412fcd96668ec192e7311bd
Author: Guido Günther <agx@sigxcpu.org>
@@ -850,7 +1170,7 @@ Date: Thu Feb 24 18:28:51 2011 +0100
Debian Bug: #582497
src/ka-dialog.c | 10 ++++------
- 1 files changed, 4 insertions(+), 6 deletions(-)
+ 1 file changed, 4 insertions(+), 6 deletions(-)
commit ab3c8a7335af2b9a881eb05c1e71e2679ac46338
Author: Guido Günther <agx@sigxcpu.org>
@@ -859,7 +1179,7 @@ Date: Thu Feb 24 13:20:13 2011 +0100
Add a band aid for #642666
src/ka-applet.c | 34 ++++++++++++++++++++++------------
- 1 files changed, 22 insertions(+), 12 deletions(-)
+ 1 file changed, 22 insertions(+), 12 deletions(-)
commit 0497c19b4ece56ce68837f032f3c87866d9011ba
Author: Guido Günther <agx@sigxcpu.org>
@@ -880,8 +1200,8 @@ Date: Sat Feb 19 11:12:34 2011 +0100
Updated Slovenian translation
- po/sl.po | 150 ++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 74 insertions(+), 76 deletions(-)
+ po/sl.po | 150 +++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 74 insertions(+), 76 deletions(-)
commit ba63a6711ab3e0b286ea29ff9a576681c0241a9c
Author: Daniel Nylander <po@danielnylander.se>
@@ -890,7 +1210,7 @@ Date: Tue Feb 15 22:16:17 2011 +0100
Updated Swedish translation
po/sv.po | 416 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 213 insertions(+), 203 deletions(-)
+ 1 file changed, 213 insertions(+), 203 deletions(-)
commit 88acc9ee38f59eaf5800e49cd94c767d5dafdbc8
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
@@ -898,8 +1218,8 @@ Date: Tue Feb 15 21:31:36 2011 +0100
Updated Spanish translation
- po/es.po | 159 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 81 insertions(+), 78 deletions(-)
+ po/es.po | 159 ++++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 81 insertions(+), 78 deletions(-)
commit 6ab2def9525e9a8c6d7520bd7ffbaea0b9d5545c
Author: Guido Günther <agx@sigxcpu.org>
@@ -911,7 +1231,7 @@ Date: Mon Feb 14 08:35:35 2011 +0100
NEWS | 23 +++++++++++++++++++++++
configure.ac | 2 +-
- 2 files changed, 24 insertions(+), 1 deletions(-)
+ 2 files changed, 24 insertions(+), 1 deletion(-)
commit 255bc9697d0e0542c5ea367fb2dbec2e18d3100b
Author: Guido Günther <agx@sigxcpu.org>
@@ -922,7 +1242,7 @@ Date: Mon Feb 14 18:54:58 2011 +0100
for a translatable application name in the notification area
src/ka-applet.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit d13c9fdb2723d32b9d2cef3c2b0ab58020050511
Author: Guido Günther <agx@sigxcpu.org>
@@ -931,7 +1251,7 @@ Date: Mon Feb 14 09:28:25 2011 +0100
No need for the tray_icon listener
cc-panel/cc-ka-panel.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 2f6eaf384d526ed39c3ae2ae819f45aeb4389cb1
Author: Guido Günther <agx@sigxcpu.org>
@@ -940,7 +1260,7 @@ Date: Mon Feb 14 08:32:11 2011 +0100
Switch build default to GTK+ 3.0
configure.ac | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit bf3647e817c249fa21ec89dd6698a0dd139565af
Author: Guido Günther <agx@sigxcpu.org>
@@ -966,7 +1286,7 @@ Date: Sun Feb 13 20:02:49 2011 +0100
so the shell can find it to display the correct icon.
src/Makefile.am | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
+ 1 file changed, 4 insertions(+)
commit 8adc15960af67e293f5b4cda332ac6d94eb07a98
Author: Guido Günther <agx@sigxcpu.org>
@@ -975,7 +1295,7 @@ Date: Sun Feb 13 19:52:22 2011 +0100
Add Icon to desktop file
src/krb5-auth-dialog.desktop.in | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ 1 file changed, 2 insertions(+)
commit a71381d6e26bb93cfe6edad284567b0bf5d68584
Author: Guido Günther <agx@sigxcpu.org>
@@ -984,7 +1304,7 @@ Date: Sun Feb 13 19:41:53 2011 +0100
Open gnome control center panel for preferences
src/ka-applet.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit dc5a7e55dc5e6dd7ac17a00c430bc7fa9dd26ae5
Author: Guido Günther <agx@sigxcpu.org>
@@ -997,8 +1317,8 @@ Date: Sun Feb 13 17:53:20 2011 +0100
This is a temporary measure until we moved this over into the cc-panel.
- src/ka-applet.c | 60 ++++++++++++++++++++++++++++++++++++++++--------------
- 1 files changed, 44 insertions(+), 16 deletions(-)
+ src/ka-applet.c | 60 ++++++++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 44 insertions(+), 16 deletions(-)
commit 5e30a6d5bc6b2b35aefe8f3f98ee2b5ec6b881b4
Author: Guido Günther <agx@sigxcpu.org>
@@ -1011,10 +1331,10 @@ Date: Sat Feb 12 16:56:04 2011 +0100
cc-panel/cc-ka-panel.c | 59 ------------------------
cc-panel/ka-panel.ui | 96 ---------------------------------------
- src/ka-applet.c | 42 +-----------------
+ src/ka-applet.c | 42 +----------------
src/ka-gconf.c | 16 -------
- src/krb5-auth-dialog.schemas.in | 13 -----
- 5 files changed, 1 insertions(+), 225 deletions(-)
+ src/krb5-auth-dialog.schemas.in | 13 ------
+ 5 files changed, 1 insertion(+), 225 deletions(-)
commit b7aaa4b6f869fa2dfd1b78b25ab9448773c46333
Author: Guido Günther <agx@sigxcpu.org>
@@ -1037,7 +1357,7 @@ Date: Sat Feb 12 15:40:16 2011 +0100
It doesn't exist in GTK+ 3
src/krb5-auth-dialog.xml | 2 --
- 1 files changed, 0 insertions(+), 2 deletions(-)
+ 1 file changed, 2 deletions(-)
commit 1b921c629cb7a5a104afb577d3fd6f56d20b5932
Author: Guido Günther <agx@sigxcpu.org>
@@ -1059,8 +1379,8 @@ Date: Thu Jan 27 20:50:52 2011 +0100
Updated Slovenian translation
- po/sl.po | 175 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 89 insertions(+), 86 deletions(-)
+ po/sl.po | 175 ++++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 89 insertions(+), 86 deletions(-)
commit 605184d1595ec6c2e6d2cb292850a896de6557ac
Author: Bruno Brouard <annoa.b@gmail.com>
@@ -1069,7 +1389,7 @@ Date: Wed Jan 26 22:02:33 2011 +0100
Updated French translation
po/fr.po | 152 ++++++++++++++++++++++++++++++--------------------------------
- 1 files changed, 74 insertions(+), 78 deletions(-)
+ 1 file changed, 74 insertions(+), 78 deletions(-)
commit f558698ee9ac819a9a7ce9c7fcb76cd48e97f0bf
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
@@ -1077,8 +1397,8 @@ Date: Wed Jan 26 20:44:25 2011 +0100
Updated Spanish translation
- po/es.po | 159 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 81 insertions(+), 78 deletions(-)
+ po/es.po | 159 ++++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 81 insertions(+), 78 deletions(-)
commit 65571eaf1adb79151c9a6ecc1bd7caef42d9e3bf
Author: Guido Günther <agx@sigxcpu.org>
@@ -1095,7 +1415,7 @@ Date: Tue Jan 25 14:18:52 2011 +0100
preferences/krb5-auth-dialog-preferences.1.in | 22 -
.../krb5-auth-dialog-preferences.desktop.in | 13 -
preferences/krb5-auth-dialog-preferences.xml | 721 -----------------
- 9 files changed, 1 insertions(+), 1663 deletions(-)
+ 9 files changed, 1 insertion(+), 1663 deletions(-)
commit 0d489eac9ce9b7d7d4ef401e88afc5370c16fe39
Author: Guido Günther <agx@sigxcpu.org>
@@ -1114,7 +1434,7 @@ Date: Tue Jan 25 14:25:01 2011 +0100
cc-panel/ka-panel.ui | 675 +++++++++++++++++++++++++++++
configure.ac | 9 +
po/POTFILES.in | 3 +
- 11 files changed, 1672 insertions(+), 1 deletions(-)
+ 11 files changed, 1672 insertions(+), 1 deletion(-)
commit d8680960e21a5aaa3b32b2b9a56223cc0f742d0c
Author: Guido Günther <agx@sigxcpu.org>
@@ -1123,7 +1443,7 @@ Date: Sat Dec 25 23:38:04 2010 +0100
Only update the expiry time if we succesfully renewed the ticket
src/ka-dialog.c | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
+ 1 file changed, 2 insertions(+), 1 deletion(-)
commit 0e7067cf6ad3f02f17f8246e800f6e596d09f6ec
Author: Djavan Fagundes <djavan@comum.org>
@@ -1132,7 +1452,7 @@ Date: Mon Dec 20 11:59:22 2010 -0200
Added Brazilian Portuguese translation
po/pt_BR.po | 1712 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 1712 insertions(+), 0 deletions(-)
+ 1 file changed, 1712 insertions(+)
commit 7a0849edfc20b4c18e5e12945e0781e22a585c90
Author: Djavan Fagundes <djavan@comum.org>
@@ -1141,7 +1461,7 @@ Date: Mon Dec 20 11:56:28 2010 -0200
Added pt_BR to LINGUAS
po/LINGUAS | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit 019cdc6b54a5ab420927495676acb694c6055891
Author: Guido Günther <agx@sigxcpu.org>
@@ -1150,7 +1470,7 @@ Date: Mon Dec 13 21:11:44 2010 +0100
Add missing prototype
src/ka-applet-priv.h | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit c6406d4b0441e02f861a1d919529c760305a5c0c
Author: Guido Günther <agx@sigxcpu.org>
@@ -1159,7 +1479,7 @@ Date: Mon Dec 13 21:04:07 2010 +0100
Reindent
src/ka-applet-priv.h | 35 ++++++++++++++++-------------------
- 1 files changed, 16 insertions(+), 19 deletions(-)
+ 1 file changed, 16 insertions(+), 19 deletions(-)
commit 75d4a8c6d7265835702931e5f645198db2e16b7e
Author: Guido Günther <agx@sigxcpu.org>
@@ -1172,7 +1492,7 @@ Date: Mon Dec 13 20:53:37 2010 +0100
src/ka-applet.c | 19 ++++++++++++++++++-
src/ka-dialog.c | 3 +++
- 2 files changed, 21 insertions(+), 1 deletions(-)
+ 2 files changed, 21 insertions(+), 1 deletion(-)
commit 266f97ec422bd743b2d2c56074c0e9f98be278b7
Author: Andre Klapper <a9016009@gmx.de>
@@ -1181,7 +1501,7 @@ Date: Tue Nov 9 21:06:08 2010 +0100
Remove non-existing file to make intltool-update/gettext work
po/POTFILES.in | 1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
+ 1 file changed, 1 deletion(-)
commit 3dabce3c1cd248bfb8799c6a60cb3bda0bf97e06
Author: Guido Günther <agx@sigxcpu.org>
@@ -1194,7 +1514,7 @@ Date: Mon Nov 1 17:35:31 2010 +0100
configure.ac | 9 +++++++++
src/ka-applet.c | 4 ++++
- 2 files changed, 13 insertions(+), 0 deletions(-)
+ 2 files changed, 13 insertions(+)
commit e81c6d7a0468a116f30ff6e5e3020aa401da2313
Author: Guido Günther <agx@sigxcpu.org>
@@ -1203,7 +1523,7 @@ Date: Mon Nov 1 17:41:43 2010 +0100
Add typenames
CodingStyle | 12 ++++++++++--
- 1 files changed, 10 insertions(+), 2 deletions(-)
+ 1 file changed, 10 insertions(+), 2 deletions(-)
commit 34b14dc1d2e17051d0626a012d867f878cd7d8b1
Author: Bruno Brouard <annoa.b@gmail.com>
@@ -1212,7 +1532,7 @@ Date: Thu Oct 28 21:24:41 2010 +0200
Updated French translation
po/fr.po | 34 ++++++++++++++++++----------------
- 1 files changed, 18 insertions(+), 16 deletions(-)
+ 1 file changed, 18 insertions(+), 16 deletions(-)
commit a59cc19e4c9a9d65bde7050f2c2d13430f97f922
Author: Matej Urbančič <mateju@svn.gnome.org>
@@ -1221,7 +1541,7 @@ Date: Fri Oct 22 14:46:52 2010 +0200
Added sl for Slovenian translation
help/Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit a3a493a93bf84ae8c39a325a70f5128c6ec1fa8c
Author: Matej Urbančič <mateju@svn.gnome.org>
@@ -1230,7 +1550,7 @@ Date: Fri Oct 22 14:46:38 2010 +0200
Added Slovenian translation
help/sl/sl.po | 350 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 350 insertions(+), 0 deletions(-)
+ 1 file changed, 350 insertions(+)
commit f89596d6f3fc1061a8732643f59a0bf01284beb9
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
@@ -1238,8 +1558,8 @@ Date: Wed Oct 13 15:21:55 2010 +0300
Updated Ukrainian translation
- po/uk.po | 161 ++++++++++++++++++++++++++++++++++---------------------------
- 1 files changed, 90 insertions(+), 71 deletions(-)
+ po/uk.po | 161 +++++++++++++++++++++++++++++++++++---------------------------
+ 1 file changed, 90 insertions(+), 71 deletions(-)
commit 93f214594009fef14339c8e97e1b2e2c7d5ca9df
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
@@ -1248,7 +1568,7 @@ Date: Sat Oct 9 19:51:46 2010 +0200
Updated Slovenian translation
po/sl.po | 57 ++++++++++++++++++++++++++++++---------------------------
- 1 files changed, 30 insertions(+), 27 deletions(-)
+ 1 file changed, 30 insertions(+), 27 deletions(-)
commit 6cb6617fd0c765835b9665739025a63f15eb2a57
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -1257,7 +1577,7 @@ Date: Thu Oct 7 14:31:28 2010 +0200
Updated Spanish translation
po/es.po | 38 ++++++++++++++++++++------------------
- 1 files changed, 20 insertions(+), 18 deletions(-)
+ 1 file changed, 20 insertions(+), 18 deletions(-)
commit 58737bd969b6bff566bc8995f41796b15bb62227
Author: Mario Blättermann <mariobl@gnome.org>
@@ -1266,7 +1586,7 @@ Date: Wed Oct 6 21:13:44 2010 +0200
[i18n] Updated German translation
po/de.po | 36 +++++++++++++++++++-----------------
- 1 files changed, 19 insertions(+), 17 deletions(-)
+ 1 file changed, 19 insertions(+), 17 deletions(-)
commit 0da797ca572f411cab3b29bafdf4d4636e5adc32
Author: Guido Günther <agx@sigxcpu.org>
@@ -1277,7 +1597,7 @@ Date: Tue Oct 5 17:03:06 2010 +0200
not needed with GTK+ >= 2.18
src/ka-applet.c | 30 ------------------------------
- 1 files changed, 0 insertions(+), 30 deletions(-)
+ 1 file changed, 30 deletions(-)
commit cda21c8444b0f4e7096a0a5415faef9e19b43ee9
Author: Guido Günther <agx@sigxcpu.org>
@@ -1312,7 +1632,7 @@ Date: Tue Oct 5 14:30:09 2010 +0200
this makes us less dependant on the tray icon.
src/ka-applet.c | 37 ++++++++++++++++++++++++++++++++-----
- 1 files changed, 32 insertions(+), 5 deletions(-)
+ 1 file changed, 32 insertions(+), 5 deletions(-)
commit 19427a839f90f2e30c0184c4ee90d1fe26c7017c
Author: Guido Günther <agx@sigxcpu.org>
@@ -1321,7 +1641,7 @@ Date: Tue Oct 5 13:11:57 2010 +0200
Fix translated strings
src/ka-applet.c | 12 ++++--------
- 1 files changed, 4 insertions(+), 8 deletions(-)
+ 1 file changed, 4 insertions(+), 8 deletions(-)
commit 459ef5f45d99d8b2a27a7618942920dbc29918b6
Author: Guido Günther <agx@sigxcpu.org>
@@ -1330,7 +1650,7 @@ Date: Tue Oct 5 12:56:52 2010 +0200
Add indent expression
CodingStyle | 16 ++++++++++++++--
- 1 files changed, 14 insertions(+), 2 deletions(-)
+ 1 file changed, 14 insertions(+), 2 deletions(-)
commit 6da93e8ccce3ad5a020027854317115d89cb46ab
Author: Guido Günther <agx@sigxcpu.org>
@@ -1339,7 +1659,7 @@ Date: Tue Oct 5 12:52:35 2010 +0200
Reindent
src/ka-applet.c | 1313 +++++++++++++++++++++++++++----------------------------
- 1 files changed, 654 insertions(+), 659 deletions(-)
+ 1 file changed, 654 insertions(+), 659 deletions(-)
commit b780009127e58ced43eb49e6f8f6e00a114c59c3
Author: Guido Günther <agx@sigxcpu.org>
@@ -1349,7 +1669,7 @@ Date: Thu Sep 30 10:01:49 2010 +0200
CodingStyle | 13 +++++++++++++
Makefile.am | 1 +
- 2 files changed, 14 insertions(+), 0 deletions(-)
+ 2 files changed, 14 insertions(+)
commit 1807b5c43f84a2fde21c27353688dbb6cc235e0f
Author: Guido Günther <agx@sigxcpu.org>
@@ -1360,7 +1680,7 @@ Date: Thu Sep 30 09:30:23 2010 +0200
instead of the deprecated libnm_glib_* functions
src/ka-dialog.c | 82 +++++++++++++++++++++++++++----------------------------
- 1 files changed, 40 insertions(+), 42 deletions(-)
+ 1 file changed, 40 insertions(+), 42 deletions(-)
commit 174d4d3582a6b36b94b7b282a805440b76a017e3
Author: Mario Blättermann <mariobl@gnome.org>
@@ -1368,8 +1688,8 @@ Date: Wed Sep 22 21:48:14 2010 +0200
[i18n] Updated German doc translation
- help/de/de.po | 232 +++++++++++++++++++++++++++++++++++---------------------
- 1 files changed, 145 insertions(+), 87 deletions(-)
+ help/de/de.po | 232 +++++++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 145 insertions(+), 87 deletions(-)
commit 7c9386dbac2fee761a09044158c8cdccd742310a
Author: Guido Günther <agx@sigxcpu.org>
@@ -1387,8 +1707,8 @@ Date: Thu Aug 19 11:19:24 2010 +0200
Updated French translation
- po/fr.po | 71 +++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 38 insertions(+), 33 deletions(-)
+ po/fr.po | 71 +++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 38 insertions(+), 33 deletions(-)
commit 6451f9f6918349c57286d403efaea64b3c393a65
Author: Guido Günther <agx@sigxcpu.org>
@@ -1400,7 +1720,7 @@ Date: Thu Aug 12 17:40:56 2010 +0200
.gitignore | 1 -
COPYING | 339 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 339 insertions(+), 1 deletions(-)
+ 2 files changed, 339 insertions(+), 1 deletion(-)
commit 52e1e89bda7e75d1489bbc0e2759cca52ec467a9
Author: Yinghua Wang <wantinghard@gmail.com>
@@ -1410,7 +1730,7 @@ Date: Wed Aug 11 19:33:28 2010 +0800
po/LINGUAS | 1 +
po/zh_CN.po | 1719 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 1720 insertions(+), 0 deletions(-)
+ 2 files changed, 1720 insertions(+)
commit 70dfcaaa9e32180afa13fded9768319766b76b18
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
@@ -1419,7 +1739,7 @@ Date: Thu Aug 5 14:59:39 2010 +0200
Updated Slovenian translation
po/sl.po | 25 ++++++++++++-------------
- 1 files changed, 12 insertions(+), 13 deletions(-)
+ 1 file changed, 12 insertions(+), 13 deletions(-)
commit cadac4c29c956d59c8253fe0d9906979d0c3f69d
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
@@ -1427,8 +1747,8 @@ Date: Sat Jul 31 18:54:07 2010 +0200
Updated Slovenian translation
- po/sl.po | 112 ++++++++++++++-----------------------------------------------
- 1 files changed, 26 insertions(+), 86 deletions(-)
+ po/sl.po | 112 +++++++++++++++-----------------------------------------------
+ 1 file changed, 26 insertions(+), 86 deletions(-)
commit 85f1fa074112da0a48b1c610ce63d4d495000d73
Author: Guido Günther <agx@sigxcpu.org>
@@ -1438,8 +1758,8 @@ Date: Thu Jul 29 12:24:44 2010 +0200
to select the GTK+ version used. Code taken from gtk-vnc.
- configure.ac | 37 +++++++++++++++++++++++++++++--------
- 1 files changed, 29 insertions(+), 8 deletions(-)
+ configure.ac | 41 +++++++++++++++++++++++++++++++----------
+ 1 file changed, 31 insertions(+), 10 deletions(-)
commit 45f476929622b14a210dd8c6b493506a4f2889a9
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -1447,8 +1767,8 @@ Date: Wed Jul 28 17:15:43 2010 +0200
Updated Spanish translation
- po/es.po | 74 +++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 40 insertions(+), 34 deletions(-)
+ po/es.po | 74 +++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 40 insertions(+), 34 deletions(-)
commit ecb0378e02aa2a83ea00568e1215d6c804b140f3
Author: Mario Blättermann <mariobl@gnome.org>
@@ -1457,7 +1777,7 @@ Date: Tue Jul 27 00:23:46 2010 +0200
[i18n] Updated German translation
po/de.po | 64 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 32 insertions(+), 32 deletions(-)
+ 1 file changed, 32 insertions(+), 32 deletions(-)
commit 27b83b9fc2608cb9083802255787bac1433e17e7
Author: Guido Günther <agx@sigxcpu.org>
@@ -1468,7 +1788,7 @@ Date: Mon Jul 26 13:23:35 2010 +0200
Thanks: Petter Reinholdtsen
src/ka-applet.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit d6a8adf873c988c3e53fdeafc1b50a73bf17e3ec
Author: Petter Reinholdtsen <pere@hungry.com>
@@ -1476,8 +1796,8 @@ Date: Sun Jul 25 22:19:03 2010 +0200
Updated Norwegian bokmål translation.
- po/nb.po | 96 +++++++++++++++++++++++++++++--------------------------------
- 1 files changed, 46 insertions(+), 50 deletions(-)
+ po/nb.po | 96 ++++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 46 insertions(+), 50 deletions(-)
commit 9d7f07ffca8a046ec8f049b6c560febbd83509c2
Author: Guido Günther <agx@sigxcpu.org>
@@ -1489,8 +1809,8 @@ Date: Wed Jul 7 17:31:57 2010 +0200
plugins/Makefile.am | 17 +++++++
plugins/ka-plugin-afs.c | 114 +++++++++++++++++++++++++++++++++++++++++++++++
- plugins/ka-plugin-afs.h | 50 ++++++++++++++++++++
- 3 files changed, 181 insertions(+), 0 deletions(-)
+ plugins/ka-plugin-afs.h | 50 +++++++++++++++++++++
+ 3 files changed, 181 insertions(+)
commit 6ec57fd83f9b5604dc377d319e847e02c3bb76a0
Author: Guido Günther <agx@sigxcpu.org>
@@ -1498,9 +1818,9 @@ Date: Wed Jul 7 17:28:12 2010 +0200
Reindent plugins
- plugins/ka-plugin-dummy.c | 67 ++++++++++++++++------------------
+ plugins/ka-plugin-dummy.c | 67 +++++++++++++++++-----------------
plugins/ka-plugin-dummy.h | 13 ++-----
- plugins/ka-plugin-pam.c | 88 ++++++++++++++++++++++----------------------
+ plugins/ka-plugin-pam.c | 88 ++++++++++++++++++++++-----------------------
plugins/ka-plugin-pam.h | 15 ++------
4 files changed, 82 insertions(+), 101 deletions(-)
@@ -1511,7 +1831,7 @@ Date: Wed Jul 7 11:07:44 2010 +0200
Fail if we can't find krb5-config
configure.ac | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ 1 file changed, 2 insertions(+)
commit ddc529abe4b82c9b02731458aade48d67ac7f4d0
Author: Claude Paroz <claude@2xlibre.net>
@@ -1519,8 +1839,8 @@ Date: Sun Jul 4 22:02:03 2010 +0200
Updated French translation
- po/fr.po | 99 +++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 54 insertions(+), 45 deletions(-)
+ po/fr.po | 99 ++++++++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 54 insertions(+), 45 deletions(-)
commit d7946754b453e4facaa03ddf3c6be41333f06244
Author: Guido Günther <agx@sigxcpu.org>
@@ -1531,7 +1851,7 @@ Date: Wed Jun 30 21:46:31 2010 +0200
the later doesn't exist in GTK+3
gtksecentry/gtksecentry.c | 13 ++++++++++++-
- 1 files changed, 12 insertions(+), 1 deletions(-)
+ 1 file changed, 12 insertions(+), 1 deletion(-)
commit a21b7971a3988e2fd6d882eaa794db12dcdc5436
Author: Guido Günther <agx@sigxcpu.org>
@@ -1540,7 +1860,7 @@ Date: Wed Jun 30 16:09:21 2010 +0200
Bump dependencies for GNOME 3.0
configure.ac | 16 +++++++---------
- 1 files changed, 7 insertions(+), 9 deletions(-)
+ 1 file changed, 7 insertions(+), 9 deletions(-)
commit 255e796fbd5704ce8bd9df09a08f33d7ff8417ab
Author: Guido Günther <agx@sigxcpu.org>
@@ -1550,7 +1870,7 @@ Date: Tue Jun 29 18:14:52 2010 +0200
NEWS | 15 +++++++++++++++
configure.ac | 2 +-
- 2 files changed, 16 insertions(+), 1 deletions(-)
+ 2 files changed, 16 insertions(+), 1 deletion(-)
commit 71809f1d4372da6ba62c2d678063f006746d07cb
Author: Guido Günther <agx@sigxcpu.org>
@@ -1559,7 +1879,7 @@ Date: Fri Jun 18 20:55:06 2010 +0200
Make sure my_creds is properly initialized so freeing doesn't dump core
src/ka-dialog.c | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ 1 file changed, 2 insertions(+)
commit 1eadac644636641ff28e0abe9b6701cecee39dbb
Author: Guido Günther <agx@sigxcpu.org>
@@ -1568,7 +1888,7 @@ Date: Fri Jun 18 20:25:23 2010 +0200
Move free'ing functions together
src/ka-dialog.c | 3 +--
- 1 files changed, 1 insertions(+), 2 deletions(-)
+ 1 file changed, 1 insertion(+), 2 deletions(-)
commit 4743967cb6b3655250b121461812e95934912350
Author: Guido Günther <agx@sigxcpu.org>
@@ -1579,7 +1899,7 @@ Date: Fri Jun 18 19:42:46 2010 +0200
so ka_set_ticket_options can go too.
src/ka-dialog.c | 44 --------------------------------------------
- 1 files changed, 0 insertions(+), 44 deletions(-)
+ 1 file changed, 44 deletions(-)
commit e91acf3273856f07a594403109ddc8edbdad651e
Author: Guido Günther <agx@sigxcpu.org>
@@ -1590,7 +1910,7 @@ Date: Fri Jun 18 19:37:41 2010 +0200
to avoid leaks.
src/ka-dialog.c | 5 +++--
- 1 files changed, 3 insertions(+), 2 deletions(-)
+ 1 file changed, 3 insertions(+), 2 deletions(-)
commit 26c5f6ebd9f205418a159887fbde6cba66623622
Author: Guido Günther <agx@sigxcpu.org>
@@ -1599,7 +1919,7 @@ Date: Mon Jun 7 18:51:56 2010 +0200
Drop Encoding=UTF-8 from desktop file
src/krb5-auth-dialog.desktop.in | 1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
+ 1 file changed, 1 deletion(-)
commit 88a05524474ebbc363167714246c7c3cfde57463
Author: Guido Günther <agx@sigxcpu.org>
@@ -1608,7 +1928,7 @@ Date: Sun Jun 6 19:16:25 2010 +0200
Handle errors from notify_notification_close
src/ka-applet.c | 13 +++++++++++--
- 1 files changed, 11 insertions(+), 2 deletions(-)
+ 1 file changed, 11 insertions(+), 2 deletions(-)
commit 20f96e0a3c7384feadc29c1ac8b8434743b9fdca
Author: Guido Günther <agx@sigxcpu.org>
@@ -1617,7 +1937,7 @@ Date: Sun Jun 6 18:01:23 2010 +0200
Update file rename in note to translators
src/dummy-strings.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 379d47bb6deb1771007235408abf2140ca33dd7b
Author: Petter Reinholdtsen <pere@hungry.com>
@@ -1626,7 +1946,7 @@ Date: Sun Jun 6 17:59:12 2010 +0200
Update nb translation
po/nb.po | 995 ++++++++++++++++++++++++++++----------------------------------
- 1 files changed, 450 insertions(+), 545 deletions(-)
+ 1 file changed, 450 insertions(+), 545 deletions(-)
commit 7a7832ce3a7c4adffca663fd5298ac76a47abf27
Author: Guido Günther <agx@sigxcpu.org>
@@ -1635,7 +1955,7 @@ Date: Sun Jun 6 17:56:38 2010 +0200
Explain howto create a pot file
README | 23 +++++++++++++++++------
- 1 files changed, 17 insertions(+), 6 deletions(-)
+ 1 file changed, 17 insertions(+), 6 deletions(-)
commit 5f6d0ea21bc5dab47acd8f478cf866b2dbd084b5
Author: Guido Günther <agx@sigxcpu.org>
@@ -1646,7 +1966,7 @@ Date: Sat Jun 5 16:54:30 2010 +0200
Debian Bug http://bugs.debian.org/569319
configure.ac | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 61cc98a71b711bad8336a9863ca64a2c6d53875a
Author: Guido Günther <agx@sigxcpu.org>
@@ -1659,7 +1979,7 @@ Date: Sat Jun 5 16:21:00 2010 +0200
making us overlook real erros.
acinclude.m4 | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit 5da354a13041ade8f969a78b351294337e131d99
Author: Guido Günther <agx@sigxcpu.org>
@@ -1668,7 +1988,7 @@ Date: Sat Jun 5 15:25:17 2010 +0200
Unref file monitor
src/ka-dialog.c | 15 +++++++--------
- 1 files changed, 7 insertions(+), 8 deletions(-)
+ 1 file changed, 7 insertions(+), 8 deletions(-)
commit 6e0435e8b67c845f717f17c7403fb1edf797dfb9
Author: Guido Günther <agx@sigxcpu.org>
@@ -1702,8 +2022,8 @@ Date: Sun May 23 02:39:26 2010 +0200
Updated Galician translations
- po/gl.po | 159 ++++++++++++++++++++++++++++++++++++++-----------------------
- 1 files changed, 99 insertions(+), 60 deletions(-)
+ po/gl.po | 159 ++++++++++++++++++++++++++++++++++++++------------------------
+ 1 file changed, 99 insertions(+), 60 deletions(-)
commit 510d24160ce166a4b3c6dd31d06dc03594bb4a0a
Author: Christian.Kirbach <Christian.Kirbach@googlemail.com>
@@ -1711,8 +2031,8 @@ Date: Fri May 21 09:43:17 2010 +0200
Updated German translation
- po/de.po | 131 ++++++++++++++++++++++++++++++++-----------------------------
- 1 files changed, 69 insertions(+), 62 deletions(-)
+ po/de.po | 131 +++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 69 insertions(+), 62 deletions(-)
commit 6fe2410819a2c0e2810065a34430e0e9c638cede
Author: Matthew L. Dailey <matthew.l.dailey@dartmouth.edu>
@@ -1721,7 +2041,7 @@ Date: Sun May 16 16:35:48 2010 +0200
Don't consider credentials renewable unless the renew_till time is later than the current expiry
src/ka-dialog.c | 8 ++++++--
- 1 files changed, 6 insertions(+), 2 deletions(-)
+ 1 file changed, 6 insertions(+), 2 deletions(-)
commit 8a5129030c4bb993a41ed685e653f17579849d33
Author: Guido Günther <agx@sigxcpu.org>
@@ -1737,7 +2057,7 @@ Date: Sat May 8 15:44:10 2010 +0200
gtksecentry/Makefile.am | 7 ++++-
gtksecentry/gseal-gtk-compat.h | 61 ++++++++++++++++++++++++++++++++++++++++
gtksecentry/gtksecentry.h | 1 +
- 3 files changed, 68 insertions(+), 1 deletions(-)
+ 3 files changed, 68 insertions(+), 1 deletion(-)
commit 26633cb549efb6743b115cc95502df6f3475c5cb
Author: Guido Günther <agx@sigxcpu.org>
@@ -1748,7 +2068,7 @@ Date: Thu May 6 19:29:29 2010 +0200
See https://bugs.g10code.com/gnupg/issue1224
gtksecentry/gtksecentry.c | 193 ++++++++++++++++++++++++++-------------------
- 1 files changed, 112 insertions(+), 81 deletions(-)
+ 1 file changed, 112 insertions(+), 81 deletions(-)
commit 80e64ae643ecdcf70e08302ba0b3ef52271cc647
Author: Guido Günther <agx@sigxcpu.org>
@@ -1757,7 +2077,7 @@ Date: Sat May 8 14:38:09 2010 +0200
Make -DSEAL safe
src/ka-pwdialog.c | 5 +++--
- 1 files changed, 3 insertions(+), 2 deletions(-)
+ 1 file changed, 3 insertions(+), 2 deletions(-)
commit 85cbdef98a2fcb1d2480db9b0783d08c4efbe889
Author: Guido Günther <agx@sigxcpu.org>
@@ -1769,7 +2089,7 @@ Date: Wed May 5 17:51:21 2010 +0200
corner.
src/krb5-auth-dialog.xml | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit 9a1e5a769be82454c134ca189a274af13b561d79
Author: Guido Günther <agx@sigxcpu.org>
@@ -1780,7 +2100,7 @@ Date: Tue May 4 07:30:38 2010 +0200
and auto enable PAM plugin if found.
configure.ac | 31 +++++++++++++++++++------------
- 1 files changed, 19 insertions(+), 12 deletions(-)
+ 1 file changed, 19 insertions(+), 12 deletions(-)
commit cc597ad513a935902830c1d25e282c202176d6ec
Author: Mario Blättermann <mariobl@gnome.org>
@@ -1789,7 +2109,7 @@ Date: Sun May 2 12:13:34 2010 +0200
Updated German translation
po/de.po | 116 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 60 insertions(+), 56 deletions(-)
+ 1 file changed, 60 insertions(+), 56 deletions(-)
commit c81ecf1285f1bd9c5a2688d071731ccbc5b30cc5
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
@@ -1798,7 +2118,7 @@ Date: Sun May 2 11:43:13 2010 +0200
Updated Slovenian translation
po/sl.po | 126 +++++++++++++++++++++++++++++++++-----------------------------
- 1 files changed, 67 insertions(+), 59 deletions(-)
+ 1 file changed, 67 insertions(+), 59 deletions(-)
commit 0752fea0ab5ce01f50b2483f0d10ea61b324539b
Author: Guido Günther <agx@sigxcpu.org>
@@ -1823,7 +2143,7 @@ Date: Wed Apr 28 20:59:07 2010 +0200
Update potfile names too
po/POTFILES.in | 12 ++++++------
- 1 files changed, 6 insertions(+), 6 deletions(-)
+ 1 file changed, 6 insertions(+), 6 deletions(-)
commit 2a2b10c6d55ae13dbc4c0474005673950bf97f45
Author: Guido Günther <agx@sigxcpu.org>
@@ -1993,8 +2313,8 @@ Date: Wed Apr 28 08:26:55 2010 +0200
Updated Spanish translation
- po/es.po | 81 ++++++++++++++++++++++++++++++++++---------------------------
- 1 files changed, 45 insertions(+), 36 deletions(-)
+ po/es.po | 81 ++++++++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 45 insertions(+), 36 deletions(-)
commit 2d268123bb3c69bae947cb2a9bae0d54e7af0e32
Author: Guido Günther <agx@sigxcpu.org>
@@ -2003,7 +2323,7 @@ Date: Mon Apr 26 22:38:51 2010 +0200
Document plugin gconf keys
README | 10 ++++++++++
- 1 files changed, 10 insertions(+), 0 deletions(-)
+ 1 file changed, 10 insertions(+)
commit 3501a11b57a3ea7d43282262ab6768c5a397dba0
Author: Guido Günther <agx@sigxcpu.org>
@@ -2016,7 +2336,7 @@ Date: Sun Apr 25 09:43:42 2010 +0200
src/ka-plugin-loader.c | 85 +++++++++++++++++++++++++++++----------
src/krb5-auth-dialog.schemas.in | 13 ++++++
src/krb5-auth-gconf-tools.h | 1 +
- src/krb5-auth-gconf.c | 5 +-
+ src/krb5-auth-gconf.c | 5 ++-
4 files changed, 81 insertions(+), 23 deletions(-)
commit 0c5190a9f2161ab25f6081d6e179b4e6317954fa
@@ -2043,11 +2363,11 @@ Date: Tue Apr 20 22:23:30 2010 +0200
Makefile.am | 2 +-
configure.ac | 1 +
- plugins/.gitignore | 3 +
+ plugins/.gitignore | 3 ++
plugins/Makefile.am | 23 ++++++++++
plugins/ka-plugin-dummy.c | 105 +++++++++++++++++++++++++++++++++++++++++++++
plugins/ka-plugin-dummy.h | 57 ++++++++++++++++++++++++
- 6 files changed, 190 insertions(+), 1 deletions(-)
+ 6 files changed, 190 insertions(+), 1 deletion(-)
commit 69ce38151c7a08fe980d981108c782762bf72e81
Author: Guido Günther <agx@sigxcpu.org>
@@ -2055,13 +2375,13 @@ Date: Tue Apr 20 22:21:54 2010 +0200
Add plugin infrastructure
- configure.ac | 10 +++-
- src/Makefile.am | 7 ++
+ configure.ac | 10 ++-
+ src/Makefile.am | 7 +++
src/ka-plugin-loader.c | 161 ++++++++++++++++++++++++++++++++++++++++++++++++
src/ka-plugin-loader.h | 58 +++++++++++++++++
src/ka-plugin.c | 133 +++++++++++++++++++++++++++++++++++++++
src/ka-plugin.h | 75 ++++++++++++++++++++++
- src/krb5-auth-applet.c | 10 +++-
+ src/krb5-auth-applet.c | 10 ++-
7 files changed, 452 insertions(+), 2 deletions(-)
commit a7f0bdf074c437f98dffd4541d4e6426202e1d69
@@ -2072,7 +2392,7 @@ Date: Sun Apr 25 09:42:54 2010 +0200
src/krb5-auth-applet.c | 6 ++++++
src/krb5-auth-applet.h | 2 ++
- 2 files changed, 8 insertions(+), 0 deletions(-)
+ 2 files changed, 8 insertions(+)
commit 14c574f60f33f03b5c92b902479bfd1cd3d95b12
Author: Guido Günther <agx@sigxcpu.org>
@@ -2082,7 +2402,7 @@ Date: Sat Apr 24 22:28:29 2010 +0200
src/krb5-auth-gconf-tools.c | 24 ++++++++++++++++++++++++
src/krb5-auth-gconf-tools.h | 1 +
- 2 files changed, 25 insertions(+), 0 deletions(-)
+ 2 files changed, 25 insertions(+)
commit 07748e8cd58c014c4577806350b3d7c3e61647a8
Author: Guido Günther <agx@sigxcpu.org>
@@ -2107,7 +2427,7 @@ Date: Thu Apr 22 08:18:08 2010 +0200
by reentering his password of by running kinit on the console.
src/krb5-auth-applet.c | 23 ++++++++++++++++-------
- 1 files changed, 16 insertions(+), 7 deletions(-)
+ 1 file changed, 16 insertions(+), 7 deletions(-)
commit d81f5f55376ecc9b8a64c58122ab69a0142105a8
Author: Guido Günther <agx@sigxcpu.org>
@@ -2117,9 +2437,9 @@ Date: Wed Apr 21 21:26:55 2010 +0200
src/Makefile.am | 2 +
src/ka-closures.c | 105 ++++++++++++++++++++++++++++++++++++++++++++++++
- src/ka-closures.h | 38 +++++++++++++++++
+ src/ka-closures.h | 38 ++++++++++++++++++
src/krb5-auth-applet.c | 3 +-
- 4 files changed, 147 insertions(+), 1 deletions(-)
+ 4 files changed, 147 insertions(+), 1 deletion(-)
commit 3e82c4e2113c3c9b1246fe56c4e1851c180e6d07
Author: Guido Günther <agx@sigxcpu.org>
@@ -2138,7 +2458,7 @@ Date: Sun Apr 18 12:12:05 2010 +0200
Fix doap file
krb5-auth-dialog.doap | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 909f8e6b51ce70d07a26d9b7d4c8c6ab2ec1d66e
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -2147,7 +2467,7 @@ Date: Sun Apr 11 16:32:04 2010 +0200
Updated Spanish translation
po/es.po | 64 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 32 insertions(+), 32 deletions(-)
+ 1 file changed, 32 insertions(+), 32 deletions(-)
commit 275ce728387cda5c2c32ed396b22de81586f4713
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -2156,7 +2476,7 @@ Date: Sun Apr 11 16:01:01 2010 +0200
Updated Spanish translation
po/es.po | 24 ++++++++++++++----------
- 1 files changed, 14 insertions(+), 10 deletions(-)
+ 1 file changed, 14 insertions(+), 10 deletions(-)
commit c69b7aed3f4a7801bdded38d3b3cc5d2ab33baad
Author: Guido Günther <agx@sigxcpu.org>
@@ -2166,7 +2486,7 @@ Date: Sat Apr 3 17:32:31 2010 +0200
NEWS | 12 ++++++++++++
configure.ac | 2 +-
- 2 files changed, 13 insertions(+), 1 deletions(-)
+ 2 files changed, 13 insertions(+), 1 deletion(-)
commit 16be06e1fd924f3792eb419324ecd816e61c5175
Author: Guido Günther <agx@sigxcpu.org>
@@ -2175,7 +2495,7 @@ Date: Sat Apr 3 17:34:59 2010 +0200
About README
README | 8 ++++++--
- 1 files changed, 6 insertions(+), 2 deletions(-)
+ 1 file changed, 6 insertions(+), 2 deletions(-)
commit c374a7f8dbe6ef40c65752e3f35635d50d6b9260
Author: Guido Günther <agx@sigxcpu.org>
@@ -2185,9 +2505,9 @@ Date: Fri Apr 2 16:39:37 2010 +0200
Makefile.am | 2 +-
configure.ac | 1 +
- examples/Makefile.am | 2 +
+ examples/Makefile.am | 2 ++
examples/tgt-signals.py | 76 +++++++++++++++++++++++++++++++++++++++++++++++
- 4 files changed, 80 insertions(+), 1 deletions(-)
+ 4 files changed, 80 insertions(+), 1 deletion(-)
commit af7a2fe7f99c59c454624c0ddea2e6e59d33edb5
Author: Matej Urbančič <mateju@svn.gnome.org>
@@ -2196,7 +2516,7 @@ Date: Sat Apr 3 10:02:12 2010 +0200
Updated Slovenian translation
po/sl.po | 1112 +++++++++++++++++++++++++++++++++-----------------------------
- 1 files changed, 586 insertions(+), 526 deletions(-)
+ 1 file changed, 586 insertions(+), 526 deletions(-)
commit 6657dffa9acf9bd9bc360709cc0b5d6a855df05a
Author: Guido Günther <agx@sigxcpu.org>
@@ -2205,7 +2525,7 @@ Date: Fri Apr 2 16:13:56 2010 +0200
Wire up ka_pwdialog_finalize
src/krb5-auth-pwdialog.c | 3 +++
- 1 files changed, 3 insertions(+), 0 deletions(-)
+ 1 file changed, 3 insertions(+)
commit a1212c22e083c0d7c6a957e18c839426def29bbd
Author: Guido Günther <agx@sigxcpu.org>
@@ -2216,7 +2536,7 @@ Date: Fri Apr 2 14:28:41 2010 +0200
.gitignore | 1 +
help/.gitignore | 4 +++-
preferences/.gitignore | 1 +
- 3 files changed, 5 insertions(+), 1 deletions(-)
+ 3 files changed, 5 insertions(+), 1 deletion(-)
commit f5940e34ffa6e42065a50273c9967f3c6c77fc5e
Author: Guido Günther <agx@sigxcpu.org>
@@ -2226,10 +2546,10 @@ Date: Thu Mar 25 21:41:18 2010 +0100
allows external helpers to perform actions like running aklog.
- src/krb5-auth-applet-dbus.xml | 12 ++++++++++
- src/krb5-auth-applet.c | 48 +++++++++++++++++++++++++++++++++++++++-
- src/krb5-auth-applet.h | 10 ++++++++
- src/krb5-auth-dialog.c | 32 +++++++++++++++++++++++++-
+ src/krb5-auth-applet-dbus.xml | 12 +++++++++++
+ src/krb5-auth-applet.c | 48 +++++++++++++++++++++++++++++++++++++++--
+ src/krb5-auth-applet.h | 10 +++++++++
+ src/krb5-auth-dialog.c | 32 +++++++++++++++++++++++++--
src/krb5-auth-dialog.h | 1 +
5 files changed, 99 insertions(+), 4 deletions(-)
@@ -2239,8 +2559,8 @@ Date: Fri Apr 2 15:49:45 2010 +0300
Updated Ukrainian translation
- po/uk.po | 92 +++++++++++++++++++++++++++++++++++++++++++++++--------------
- 1 files changed, 71 insertions(+), 21 deletions(-)
+ po/uk.po | 92 ++++++++++++++++++++++++++++++++++++++++++++++++--------------
+ 1 file changed, 71 insertions(+), 21 deletions(-)
commit ad5b2afd22bdf5e0af02c5de08b046671ce2b2bc
Author: Petr Kovar <pknbe@volny.cz>
@@ -2250,7 +2570,7 @@ Date: Sun Mar 21 19:38:35 2010 +0100
po/LINGUAS | 1 +
po/cs.po | 1691 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 1692 insertions(+), 0 deletions(-)
+ 2 files changed, 1692 insertions(+)
commit 27f584e90fb965aac0101dac23cd91e2304ee5c7
Author: Guido Günther <agx@sigxcpu.org>
@@ -2261,7 +2581,7 @@ Date: Sat Mar 20 17:41:27 2010 +0100
instead of the deprecated gtk_status_icon_set_tooltip
src/krb5-auth-applet.c | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit 99af82aa7cdd7958314e6ecec22409155529f369
Author: Guido Günther <agx@sigxcpu.org>
@@ -2272,7 +2592,7 @@ Date: Sat Mar 20 17:36:02 2010 +0100
to help screenreaders
src/krb5-auth-applet.c | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit b95c26ebb9b57b813469ba15e78ba8fe2853de1c
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -2281,7 +2601,7 @@ Date: Sat Feb 20 09:49:45 2010 +0100
Updated Spanish translation
po/es.po | 27 +++++++++++++--------------
- 1 files changed, 13 insertions(+), 14 deletions(-)
+ 1 file changed, 13 insertions(+), 14 deletions(-)
commit 1be6b136ed491636e91ee0a3a05ae2a63ff33507
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
@@ -2290,7 +2610,7 @@ Date: Thu Feb 18 13:50:16 2010 +0100
Updated Slovenian translation
po/sl.po | 38 ++++++++++++++++++++------------------
- 1 files changed, 20 insertions(+), 18 deletions(-)
+ 1 file changed, 20 insertions(+), 18 deletions(-)
commit ac8611db0d9be2280e95fd654d57843868df2b39
Author: Guido Günther <agx@sigxcpu.org>
@@ -2301,7 +2621,7 @@ Date: Tue Sep 15 17:30:26 2009 +0200
they're only used with MIT Kerberos.
src/krb5-auth-dialog.c | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
+ 1 file changed, 2 insertions(+), 1 deletion(-)
commit 221ec2732acc5ac58ceaf67101614d8115268e14
Author: Guido Günther <agx@sigxcpu.org>
@@ -2312,7 +2632,7 @@ Date: Sun Feb 7 02:32:24 2010 +0100
if available
configure.ac | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit 592dc35e911170e58ba6698925ec664b20ca1abc
Author: Guido Günther <agx@sigxcpu.org>
@@ -2323,7 +2643,7 @@ Date: Thu Feb 4 19:02:13 2010 +0100
since we'd need to monitor the db journal etc. too.
src/krb5-auth-dialog.c | 9 +++++----
- 1 files changed, 5 insertions(+), 4 deletions(-)
+ 1 file changed, 5 insertions(+), 4 deletions(-)
commit 852e24e50d9f68c8458f14f62a38ada86a0084a1
Author: Guido Günther <agx@sigxcpu.org>
@@ -2332,7 +2652,7 @@ Date: Mon Jan 4 21:44:36 2010 +0100
Fix build without libnotify
src/krb5-auth-applet.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 0e88520e03c0e45f12a23d2bb6fed1047b6b8bd9
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
@@ -2340,8 +2660,8 @@ Date: Thu Feb 4 19:14:53 2010 +0100
Updated Slovenian translation
- po/sl.po | 153 ++++++++++++++++++++++++++-----------------------------------
- 1 files changed, 65 insertions(+), 88 deletions(-)
+ po/sl.po | 153 ++++++++++++++++++++++++++------------------------------------
+ 1 file changed, 65 insertions(+), 88 deletions(-)
commit 5a6c2e68fbfdd873d1a7d0fe3de7352393bf70df
Author: Matej Urbančič <mateju@svn.gnome.org>
@@ -2350,7 +2670,7 @@ Date: Sat Jan 23 20:29:14 2010 +0100
Added sl for Slovenian translation
po/LINGUAS | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit 6c4fbabe9bb09a74478e9d41886ec0b7ebf7b631
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
@@ -2359,7 +2679,7 @@ Date: Sat Jan 23 20:29:08 2010 +0100
Updated Slovenian translation
po/sl.po | 1731 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 1731 insertions(+), 0 deletions(-)
+ 1 file changed, 1731 insertions(+)
commit 8e5d97848b68f0972bfc2f4b09cc950ade602173
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -2367,8 +2687,8 @@ Date: Mon Nov 2 12:25:49 2009 +0100
Added Spanish translation
- po/es.po | 65 ++++++++++++++++++++++++++++++++++++++++++++-----------------
- 1 files changed, 47 insertions(+), 18 deletions(-)
+ po/es.po | 65 +++++++++++++++++++++++++++++++++++++++++++++-----------------
+ 1 file changed, 47 insertions(+), 18 deletions(-)
commit 81ece99bdcb17748e3ece5bb48e4902cf1224899
Author: Guido Günther <agx@sigxcpu.org>
@@ -2378,7 +2698,7 @@ Date: Sun Nov 1 19:19:45 2009 +0100
NEWS | 10 ++++++++++
configure.ac | 2 +-
- 2 files changed, 11 insertions(+), 1 deletions(-)
+ 2 files changed, 11 insertions(+), 1 deletion(-)
commit 4fd24944efbe31f89cbb9384e8dc02f7dcbc82fc
Author: Guido Günther <agx@sigxcpu.org>
@@ -2389,7 +2709,7 @@ Date: Wed Oct 28 07:43:42 2009 +0100
BZ: #599725
help/krb5-auth-dialog.omf.in | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 2620a7e910dfad2efdaf48c2c61587d42c887ac5
Author: Mario Blättermann <mariobl@gnome.org>
@@ -2398,7 +2718,7 @@ Date: Mon Oct 19 23:26:42 2009 +0200
Updated German translation
po/de.po | 848 ++++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 463 insertions(+), 385 deletions(-)
+ 1 file changed, 463 insertions(+), 385 deletions(-)
commit 4b6bf54f2f34e417619e4785af3fe110494f0bec
Author: Claude Paroz <claude@2xlibre.net>
@@ -2407,7 +2727,7 @@ Date: Fri Oct 16 23:53:53 2009 +0200
Updated French translation
po/fr.po | 807 ++++++++++++++++++++++++++++++--------------------------------
- 1 files changed, 390 insertions(+), 417 deletions(-)
+ 1 file changed, 390 insertions(+), 417 deletions(-)
commit f7da4928083f811897e7cd938ea331d18926f7b2
Author: Guido Günther <agx@sigxcpu.org>
@@ -2417,8 +2737,8 @@ Date: Fri Oct 9 19:49:06 2009 +0200
so it can still be closed if another window moves over it.
- src/krb5-auth-pwdialog.c | 49 +++++++++++++++++++++++++++++++--------------
- 1 files changed, 34 insertions(+), 15 deletions(-)
+ src/krb5-auth-pwdialog.c | 49 ++++++++++++++++++++++++++++++++--------------
+ 1 file changed, 34 insertions(+), 15 deletions(-)
commit 17f830245d522db0b950de993ff3e3fed5b56846
Author: Guido Günther <agx@sigxcpu.org>
@@ -2429,7 +2749,7 @@ Date: Tue Sep 29 14:08:50 2009 +0200
configure.ac | 1 +
preferences/Makefile.am | 2 ++
preferences/krb5-auth-dialog-preferences.1.in | 22 ++++++++++++++++++++++
- 3 files changed, 25 insertions(+), 0 deletions(-)
+ 3 files changed, 25 insertions(+)
commit 545556973cfcc5bb033a5f32592e7da958566722
Author: Guido Günther <agx@sigxcpu.org>
@@ -2440,7 +2760,7 @@ Date: Tue Sep 29 13:36:19 2009 +0200
so the dialog is pushed into the foreground when selected from the menu.
src/krb5-auth-tickets.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit beefba604239fbfb9ea4399af1c93139ad5b8bac
Author: Guido Günther <agx@sigxcpu.org>
@@ -2463,7 +2783,7 @@ Date: Tue Sep 29 12:34:46 2009 +0200
the dialog.
src/krb5-auth-dialog.xml | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit 64a5d362a0e5a615512e5a2fe3d2b8123c076e93
Author: Guido Günther <agx@sigxcpu.org>
@@ -2473,7 +2793,7 @@ Date: Mon Sep 28 18:35:14 2009 +0200
NEWS | 13 +++++++++++++
configure.ac | 2 +-
- 2 files changed, 14 insertions(+), 1 deletions(-)
+ 2 files changed, 14 insertions(+), 1 deletion(-)
commit 219b476f87afdabf57ab1ce2b715b3c343534e35
Author: Guido Günther <agx@sigxcpu.org>
@@ -2482,7 +2802,7 @@ Date: Mon Sep 28 18:40:30 2009 +0200
add src/krb5-auth-tickets.c
po/POTFILES.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit 126657ebfddb23aa3e3aa18f25f4afae00ecc24d
Author: Guido Günther <agx@sigxcpu.org>
@@ -2504,7 +2824,7 @@ Date: Tue Sep 15 18:30:04 2009 +0200
warn on unsupported cache types
src/krb5-auth-dialog.c | 17 ++++++++++-------
- 1 files changed, 10 insertions(+), 7 deletions(-)
+ 1 file changed, 10 insertions(+), 7 deletions(-)
commit ccaf4225dd658c84bef222cc530cc8d21069cd72
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -2513,7 +2833,7 @@ Date: Sun Sep 20 15:33:24 2009 +0200
Updated Spanish translation
po/es.po | 62 +++++++++++++++++++++++++++++++++++++++++++-------------------
- 1 files changed, 43 insertions(+), 19 deletions(-)
+ 1 file changed, 43 insertions(+), 19 deletions(-)
commit 78bed43978ec8d943abc0e55e9431a229fdc319e
Author: Fran Diéguez <fran.dieguez@glug.es>
@@ -2521,8 +2841,8 @@ Date: Tue Sep 15 23:17:09 2009 +0200
Updated Galician tRanslation
- po/gl.po | 74 ++++++++++++++++++++++++++++++++++++++-----------------------
- 1 files changed, 46 insertions(+), 28 deletions(-)
+ po/gl.po | 74 ++++++++++++++++++++++++++++++++++++++------------------------
+ 1 file changed, 46 insertions(+), 28 deletions(-)
commit 485b914708dfe900d83fe0082506a2cad2b35b02
Author: Guido Günther <agx@sigxcpu.org>
@@ -2548,7 +2868,7 @@ Date: Tue Sep 15 15:02:08 2009 +0200
BZ: #538225
src/krb5-auth-dialog.c | 44 ++++++++++++++++++++++++++++++--------------
- 1 files changed, 30 insertions(+), 14 deletions(-)
+ 1 file changed, 30 insertions(+), 14 deletions(-)
commit 5f2bb056c67528a3c0172131e8f6b7da12ed7fa6
Author: Guido Günther <agx@sigxcpu.org>
@@ -2557,7 +2877,7 @@ Date: Mon Sep 7 19:19:20 2009 +0200
prefs dialog launch error handling
src/krb5-auth-applet.c | 22 +++++++++++++++++++++-
- 1 files changed, 21 insertions(+), 1 deletions(-)
+ 1 file changed, 21 insertions(+), 1 deletion(-)
commit 3b00f2ad157ca80259c24e5490bea6fee7927eaa
Author: Guido Günther <agx@sigxcpu.org>
@@ -2566,7 +2886,7 @@ Date: Mon Sep 7 17:04:44 2009 +0200
enhance error message for UI xml loading
src/krb5-auth-applet.c | 13 ++++++++++---
- 1 files changed, 10 insertions(+), 3 deletions(-)
+ 1 file changed, 10 insertions(+), 3 deletions(-)
commit 68e5f7a533f46a1fd7e81056595c3d32ca6e4f9f
Author: Guido Günther <agx@sigxcpu.org>
@@ -2588,9 +2908,9 @@ Date: Thu Sep 3 19:11:35 2009 +0200
BZ: #593989
- .../krb5-auth-dialog-preferences.desktop.in | 1 +
- src/krb5-auth-dialog.desktop.in | 4 +++-
- 2 files changed, 4 insertions(+), 1 deletions(-)
+ preferences/krb5-auth-dialog-preferences.desktop.in | 1 +
+ src/krb5-auth-dialog.desktop.in | 4 +++-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
commit d247ce6bb749fdb84bb6826e66d3d416bc47e68e
Author: Guido Günther <agx@sigxcpu.org>
@@ -2601,7 +2921,7 @@ Date: Sun Aug 30 19:06:42 2009 +0200
BZ: #593389
preferences/krb5-auth-dialog-preferences.xml | 4 ----
- 1 files changed, 0 insertions(+), 4 deletions(-)
+ 1 file changed, 4 deletions(-)
commit 3c780a0aaa80b1a13684592f0bcda802116ea289
Author: Guido Günther <agx@sigxcpu.org>
@@ -2610,7 +2930,7 @@ Date: Sun Aug 30 19:04:41 2009 +0200
enhance error message for UI xml loading
preferences/krb5-auth-dialog-preferences.c | 12 ++++++++++--
- 1 files changed, 10 insertions(+), 2 deletions(-)
+ 1 file changed, 10 insertions(+), 2 deletions(-)
commit 0a5ebf8c8a68bffc6eb650e268f584bbdfba148c
Author: Guido Günther <agx@sigxcpu.org>
@@ -2620,7 +2940,7 @@ Date: Sun Aug 9 14:11:19 2009 +0200
preferences/Makefile.am | 1 +
preferences/krb5-auth-dialog-preferences.c | 3 +++
- 2 files changed, 4 insertions(+), 0 deletions(-)
+ 2 files changed, 4 insertions(+)
commit 4a84a570a4d3b0d1d91a4091a29b36ac5462125b
Author: Guido Günther <agx@sigxcpu.org>
@@ -2629,7 +2949,7 @@ Date: Wed Jul 29 10:29:12 2009 +0200
clear error on return path
src/krb5-auth-dbus.c | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
+ 1 file changed, 2 insertions(+), 1 deletion(-)
commit 920564fc9c42567e19b8cfa6d5a2cff271b95c6f
Author: Guido Günther <agx@sigxcpu.org>
@@ -2638,7 +2958,7 @@ Date: Sun Jul 26 13:36:22 2009 +0200
check for errors when sending notifications
src/krb5-auth-applet.c | 11 ++++++++++-
- 1 files changed, 10 insertions(+), 1 deletions(-)
+ 1 file changed, 10 insertions(+), 1 deletion(-)
commit 438f731923c5c1d9d80f63b640323783eb932148
Author: Guido Günther <agx@sigxcpu.org>
@@ -2647,7 +2967,7 @@ Date: Fri Jul 24 12:26:30 2009 +0200
free nm and g_option context
src/krb5-auth-dialog.c | 24 +++++++++++++++++++++---
- 1 files changed, 21 insertions(+), 3 deletions(-)
+ 1 file changed, 21 insertions(+), 3 deletions(-)
commit 53f36480b82cfd3649bf4488c287112a1d8676f2
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -2655,8 +2975,8 @@ Date: Fri Jul 24 19:36:00 2009 +0200
Updated Spanish translation
- po/es.po | 82 ++++++++++++++++++++++++++++++++++---------------------------
- 1 files changed, 46 insertions(+), 36 deletions(-)
+ po/es.po | 82 +++++++++++++++++++++++++++++++++++---------------------------
+ 1 file changed, 46 insertions(+), 36 deletions(-)
commit 466cd8af9f0fc53556d89680f7892f97f25ca641
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
@@ -2667,7 +2987,7 @@ Date: Thu Jul 23 06:28:44 2009 +0800
po/LINGUAS | 2 +
po/zh_HK.po | 1653 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
po/zh_TW.po | 1653 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 3 files changed, 3308 insertions(+), 0 deletions(-)
+ 3 files changed, 3308 insertions(+)
commit d1a21b6d78be240061fcbc6e19e7b41167fe2524
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
@@ -2676,7 +2996,7 @@ Date: Tue Jul 21 20:01:52 2009 +0200
Updated Spanish translation
po/es.po | 19 +++++++++++--------
- 1 files changed, 11 insertions(+), 8 deletions(-)
+ 1 file changed, 11 insertions(+), 8 deletions(-)
commit 944a5442ea99f894325be774b0767856ea31c7ac
Author: Antón Méixome <meixome@mancomun.org>
@@ -2686,7 +3006,7 @@ Date: Tue Jul 21 19:09:16 2009 +0200
po/LINGUAS | 1 +
po/gl.po | 1745 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 1746 insertions(+), 0 deletions(-)
+ 2 files changed, 1746 insertions(+)
commit 7e3239c48ce4d843f6569ccea1393a5c773e9cde
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -2695,7 +3015,7 @@ Date: Sun Jul 19 21:09:39 2009 +0200
Updated Spanish translation
po/es.po | 24 +++++++++++++-----------
- 1 files changed, 13 insertions(+), 11 deletions(-)
+ 1 file changed, 13 insertions(+), 11 deletions(-)
commit 290fd41d7848602f233ed90cf4b8862dd29b6158
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -2704,7 +3024,7 @@ Date: Sun Jul 19 13:15:18 2009 +0200
Updated Spanish translation
po/es.po | 24 ++++++++++++------------
- 1 files changed, 12 insertions(+), 12 deletions(-)
+ 1 file changed, 12 insertions(+), 12 deletions(-)
commit e27cf0a9b7c4cfe1416dddf9357b57812d82569d
Author: Guido Günther <agx@sigxcpu.org>
@@ -2714,7 +3034,7 @@ Date: Mon Jul 13 17:57:14 2009 +0200
NEWS | 13 +++++++++++++
configure.ac | 2 +-
- 2 files changed, 14 insertions(+), 1 deletions(-)
+ 2 files changed, 14 insertions(+), 1 deletion(-)
commit 9320ca0d8254d5ce931994eadbc0b6c3dbac97a7
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -2723,7 +3043,7 @@ Date: Sun Jul 12 21:59:49 2009 +0200
Updated Spanish translation
po/es.po | 23 ++++++++++++-----------
- 1 files changed, 12 insertions(+), 11 deletions(-)
+ 1 file changed, 12 insertions(+), 11 deletions(-)
commit ef4f8ae34046a6e81d67c3554ed1ce375bdf7678
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -2732,7 +3052,7 @@ Date: Sun Jul 12 13:00:44 2009 +0200
Updated Spanish translation
po/es.po | 24 ++++++++++++------------
- 1 files changed, 12 insertions(+), 12 deletions(-)
+ 1 file changed, 12 insertions(+), 12 deletions(-)
commit f5b7c656213a924e241f93fd896e66b25df4184d
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -2741,7 +3061,7 @@ Date: Thu Jul 9 21:19:31 2009 +0200
Updated Spanish translation
help/es/es.po | 16 ++++++++++++----
- 1 files changed, 12 insertions(+), 4 deletions(-)
+ 1 file changed, 12 insertions(+), 4 deletions(-)
commit ef074487d5299934241d0b77c4140e6f7c16a823
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -2750,7 +3070,7 @@ Date: Thu Jul 9 21:19:26 2009 +0200
Updated Spanish translation
po/es.po | 53 ++++++++++++++++++++++++-----------------------------
- 1 files changed, 24 insertions(+), 29 deletions(-)
+ 1 file changed, 24 insertions(+), 29 deletions(-)
commit c8ec676ac95a660a532adc12355ae52ed546e367
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
@@ -2759,7 +3079,7 @@ Date: Thu Jul 9 11:24:50 2009 +0300
Updated Ukrainian translation
po/LINGUAS | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit d93881444490f93499f2f7c3404246edc50b5a32
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
@@ -2768,7 +3088,7 @@ Date: Thu Jul 9 11:22:08 2009 +0300
Updated Ukrainian translation
po/uk.po | 1669 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 1669 insertions(+), 0 deletions(-)
+ 1 file changed, 1669 insertions(+)
commit 0ccbc9f426450aa8840f9166e6c98a48dd4fb54c
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -2777,7 +3097,7 @@ Date: Sun Jul 5 11:30:47 2009 +0200
Updated Spanish translation
po/es.po | 278 ++++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 154 insertions(+), 124 deletions(-)
+ 1 file changed, 154 insertions(+), 124 deletions(-)
commit 1a4aba5b7a71dc913d9ba215b023879766a41b91
Author: Guido Günther <agx@sigxcpu.org>
@@ -2827,7 +3147,7 @@ Date: Thu Jul 2 13:50:09 2009 +0200
as propoes by Andre Klapper
src/krb5-auth-applet.c | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit f772cc0efe41062fa494f9bf5dabb96993a2575e
Author: Guido Günther <agx@sigxcpu.org>
@@ -2837,8 +3157,8 @@ Date: Thu Jul 2 13:42:28 2009 +0200
they're never seen by the user
- gtksecentry/gtksecentry.c | 51 +++++++++++++++-----------------------------
- 1 files changed, 18 insertions(+), 33 deletions(-)
+ gtksecentry/gtksecentry.c | 51 ++++++++++++++++-----------------------------
+ 1 file changed, 18 insertions(+), 33 deletions(-)
commit ffc48dcc8e4328a531f31c8ae11c3151f184add4
Author: Guido Günther <agx@sigxcpu.org>
@@ -2850,7 +3170,7 @@ Date: Thu Jul 2 13:31:00 2009 +0200
BZ: #587199
help/C/krb5-auth-dialog.xml | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit d7678acba9c4f60b7b7342ed52a6a41976e44c74
Author: Guido Günther <agx@sigxcpu.org>
@@ -2861,7 +3181,7 @@ Date: Mon Jun 22 11:07:15 2009 +0200
and add filechooser dialog for certificates
configure.ac | 10 +
- preferences/krb5-auth-dialog-preferences.c | 160 +++++++++++++++-
+ preferences/krb5-auth-dialog-preferences.c | 160 ++++++++++++++-
preferences/krb5-auth-dialog-preferences.xml | 271 ++++++++++++++++----------
3 files changed, 332 insertions(+), 109 deletions(-)
@@ -2872,7 +3192,7 @@ Date: Tue Jun 23 01:57:44 2009 +0200
add back warning cflags
preferences/Makefile.am | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit d20d7e55ffe1d25c6fa7dc8d2f09ce5e944a26f3
Author: Guido Günther <agx@sigxcpu.org>
@@ -2881,7 +3201,7 @@ Date: Sun Jun 28 19:01:14 2009 +0200
switch to automatic ChangeLog generation
Makefile.am | 14 ++++++++++++++
- 1 files changed, 14 insertions(+), 0 deletions(-)
+ 1 file changed, 14 insertions(+)
commit d2f2b4d37d18b83d2aa83741dba3ce27a1678414
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -2890,7 +3210,7 @@ Date: Sun Jun 28 16:27:58 2009 +0200
Added translated figure
help/es/figures/ka-expired.png | Bin 11304 -> 11279 bytes
- 1 files changed, 0 insertions(+), 0 deletions(-)
+ 1 file changed, 0 insertions(+), 0 deletions(-)
commit c899e5ab5f3c64f26b155632ce4f7c19ed92e984
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -2899,7 +3219,7 @@ Date: Sun Jun 28 16:27:49 2009 +0200
Added translated figure
help/es/figures/ka-valid.png | Bin 11438 -> 11351 bytes
- 1 files changed, 0 insertions(+), 0 deletions(-)
+ 1 file changed, 0 insertions(+), 0 deletions(-)
commit 9b419a2e31402f443f0b78970964646ccbc7af27
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -2908,7 +3228,7 @@ Date: Sun Jun 28 16:24:14 2009 +0200
Added translated figure
help/es/figures/ka-valid.png | Bin 0 -> 11438 bytes
- 1 files changed, 0 insertions(+), 0 deletions(-)
+ 1 file changed, 0 insertions(+), 0 deletions(-)
commit f1c92168c9d145c8bb3696861447942fa32549c6
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -2917,7 +3237,7 @@ Date: Sun Jun 28 16:24:07 2009 +0200
Added translated figure
help/es/figures/ka-expiring.png | Bin 0 -> 11427 bytes
- 1 files changed, 0 insertions(+), 0 deletions(-)
+ 1 file changed, 0 insertions(+), 0 deletions(-)
commit d2fc464cbc637db5cf70f98b1c36f6a9938b8a06
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -2926,7 +3246,7 @@ Date: Sun Jun 28 16:23:56 2009 +0200
Added translated figure
help/es/figures/ka-expired.png | Bin 0 -> 11304 bytes
- 1 files changed, 0 insertions(+), 0 deletions(-)
+ 1 file changed, 0 insertions(+), 0 deletions(-)
commit 8c18e885af80ab7c8db2167058696fe843a7fbf4
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -2935,7 +3255,7 @@ Date: Sun Jun 28 16:23:27 2009 +0200
Updated Spanish translation
po/es.po | 138 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 69 insertions(+), 69 deletions(-)
+ 1 file changed, 69 insertions(+), 69 deletions(-)
commit 9e8e15d419f7b441848b5c57bbf5b3c5138e9ff5
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -2943,8 +3263,8 @@ Date: Sun Jun 28 15:57:59 2009 +0200
Updated Spanish translation
- help/es/es.po | 82 ++++++++++++++++++++++++++++++++++++++++++++++++--------
- 1 files changed, 70 insertions(+), 12 deletions(-)
+ help/es/es.po | 82 ++++++++++++++++++++++++++++++++++++++++++++++++---------
+ 1 file changed, 70 insertions(+), 12 deletions(-)
commit eae48680527a04366aebb397ab9453b0801b92ba
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -2952,8 +3272,8 @@ Date: Sun Jun 21 17:41:09 2009 +0200
Updated Spanish translation
- po/es.po | 65 ++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 32 insertions(+), 33 deletions(-)
+ po/es.po | 65 +++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 32 insertions(+), 33 deletions(-)
commit e24031b764e6067e91b117344ed2a96274ca3f1e
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -2962,7 +3282,7 @@ Date: Sun Jun 21 12:02:19 2009 +0200
Added initial Spanish translation
help/es/es.po | 514 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 514 insertions(+), 0 deletions(-)
+ 1 file changed, 514 insertions(+)
commit 7b6d6e6bf498be89c87bdc9ef64b0b2310885f73
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -2971,7 +3291,7 @@ Date: Sun Jun 21 12:01:57 2009 +0200
Added es to DOC_LINGUAS
help/Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 5db10b3a3d99ba04292c6608cfd1d175d0c2b426
Author: Daniel Nylander <po@danielnylander.se>
@@ -2980,7 +3300,7 @@ Date: Wed Jun 17 08:11:19 2009 +0200
Added sv to DOC_LINGUAS
help/Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 8de23cd7cc2a4765b49222b82953bb2d4d5e3f63
Author: Daniel Nylander <po@danielnylander.se>
@@ -2989,7 +3309,7 @@ Date: Wed Jun 17 08:10:43 2009 +0200
Added Swedish manual translation
help/sv/sv.po | 345 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 345 insertions(+), 0 deletions(-)
+ 1 file changed, 345 insertions(+)
commit 234fe14a7561561724bb4fb35e9a0d1eb4ea0559
Author: Guido Günther <agx@sigxcpu.org>
@@ -3000,7 +3320,7 @@ Date: Sat Jun 13 18:09:22 2009 +0200
ChangeLog | 5 +++++
NEWS | 17 +++++++++++++++++
configure.ac | 2 +-
- 3 files changed, 23 insertions(+), 1 deletions(-)
+ 3 files changed, 23 insertions(+), 1 deletion(-)
commit 99603d8759be22bb2098e1999ad19b6e32288eaa
Author: Guido Günther <agx@sigxcpu.org>
@@ -3009,7 +3329,7 @@ Date: Sat Jun 13 18:22:42 2009 +0200
update German translation
po/de.po | 681 ++++++++++++++++++++++++++++++--------------------------------
- 1 files changed, 325 insertions(+), 356 deletions(-)
+ 1 file changed, 325 insertions(+), 356 deletions(-)
commit a0740795f106d12b92240f5ccf940335f1416582
Author: Guido Günther <agx@sigxcpu.org>
@@ -3018,7 +3338,7 @@ Date: Mon Jun 15 17:56:40 2009 +0200
fix build of German translation
help/de/de.po | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit 9adf604dcea97e9862969863d83d53d3c4bc9ca0
Author: Mario Blättermann <mariobl@gnome.org>
@@ -3028,7 +3348,7 @@ Date: Mon Jun 15 11:51:17 2009 +0200
help/Makefile.am | 2 +-
help/de/de.po | 519 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 520 insertions(+), 1 deletions(-)
+ 2 files changed, 520 insertions(+), 1 deletion(-)
commit 288e248b5853ce0e3fadd4a362ee16e927f13620
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -3037,7 +3357,7 @@ Date: Sun Jun 14 12:32:52 2009 +0200
Updated Spanish translation
po/es.po | 588 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 291 insertions(+), 297 deletions(-)
+ 1 file changed, 291 insertions(+), 297 deletions(-)
commit 56fcbcd45506de6ae3a5a4f34213949d71180300
Author: Daniel Nylander <po@danielnylander.se>
@@ -3046,7 +3366,7 @@ Date: Sun Jun 14 11:47:27 2009 +0200
Updated sv translation (Daniel Nylander)
po/sv.po | 746 +++++++++++++++++++++++++++++---------------------------------
- 1 files changed, 345 insertions(+), 401 deletions(-)
+ 1 file changed, 345 insertions(+), 401 deletions(-)
commit 73c1baacc5ce8129020940a1789466e1579078c7
Author: Guido Günther <agx@sigxcpu.org>
@@ -3056,7 +3376,7 @@ Date: Sat Jun 13 18:18:51 2009 +0200
ChangeLog | 4 ++++
preferences/krb5-auth-dialog-preferences.xml | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit 5b7392d972f2e4aa9422af61a9bb0ec25f864925
Author: Guido Günther <agx@sigxcpu.org>
@@ -3067,7 +3387,7 @@ Date: Sat Jun 13 17:56:09 2009 +0200
ChangeLog | 5 +++++
etpo/lexer.l | 6 +++++-
src/dummy-strings.c | 5 +++++
- 3 files changed, 15 insertions(+), 1 deletions(-)
+ 3 files changed, 15 insertions(+), 1 deletion(-)
commit 4b6d744ac0b6eecd964bcf41d80d2d272d6c0726
Author: Guido Günther <agx@sigxcpu.org>
@@ -3099,7 +3419,7 @@ Date: Sat Jun 13 13:27:27 2009 +0200
Updated Spanish translation
po/es.po | 161 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 83 insertions(+), 78 deletions(-)
+ 1 file changed, 83 insertions(+), 78 deletions(-)
commit e5732ce229922e51866ef2c2c001a1f99a4aaf9c
Author: Claude Paroz <claude@2xlibre.net>
@@ -3109,7 +3429,7 @@ Date: Sat Jun 13 12:46:16 2009 +0200
po/LINGUAS | 1 +
po/fr.po | 1758 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 1759 insertions(+), 0 deletions(-)
+ 2 files changed, 1759 insertions(+)
commit 6a13af9075e7fc89e5398d747ba9802ccf7eb71d
Author: Claude Paroz <claude@2xlibre.net>
@@ -3122,7 +3442,7 @@ Date: Sat Jun 13 12:27:00 2009 +0200
items.
.../krb5-auth-dialog-preferences.desktop.in | 2 +-
- preferences/krb5-auth-dialog-preferences.xml | 54 +++++++++++--------
+ preferences/krb5-auth-dialog-preferences.xml | 54 +++++++++++---------
src/krb5-auth-applet.c | 1 +
3 files changed, 33 insertions(+), 24 deletions(-)
@@ -3133,7 +3453,7 @@ Date: Fri Jun 12 22:54:29 2009 +0200
update German translation
po/de.po | 26 ++++++++++++--------------
- 1 files changed, 12 insertions(+), 14 deletions(-)
+ 1 file changed, 12 insertions(+), 14 deletions(-)
commit 4c53e37b1fbde5e11782d354e6a306bc39da9053
Author: Guido Günther <agx@sigxcpu.org>
@@ -3142,10 +3462,10 @@ Date: Fri Jun 12 22:46:19 2009 +0200
update po
po/de.po | 137 +++++++++++++++++++++++++++++++++--------------
- po/es.po | 41 ++++++++-------
+ po/es.po | 41 +++++++-------
po/krb5-auth-dialog.pot | 129 ++++++++++++++++++++++++++++++--------------
po/nb.po | 135 ++++++++++++++++++++++++++++++++--------------
- po/pa.po | 43 ++++++++-------
+ po/pa.po | 43 +++++++--------
po/sv.po | 129 ++++++++++++++++++++++++++++++--------------
6 files changed, 413 insertions(+), 201 deletions(-)
@@ -3188,8 +3508,8 @@ Date: Sun Jun 7 17:36:30 2009 +0200
ChangeLog | 15 +++++++++++
.../krb5-auth-dialog-preferences.desktop.in | 2 +-
- preferences/krb5-auth-dialog-preferences.xml | 4 +-
- src/krb5-auth-applet.c | 27 ++++++++++++++-----
+ preferences/krb5-auth-dialog-preferences.xml | 4 +--
+ src/krb5-auth-applet.c | 27 +++++++++++++++-----
src/krb5-auth-applet.h | 2 +-
src/krb5-auth-dialog.c | 7 +----
src/krb5-auth-dialog.xml | 2 +-
@@ -3231,7 +3551,7 @@ Date: Mon Jun 8 07:01:48 2009 +0530
updating Translation for Gurmukhi
po/pa.po | 684 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 347 insertions(+), 337 deletions(-)
+ 1 file changed, 347 insertions(+), 337 deletions(-)
commit f359ac03f203f6031a3ad8f620c98bc1047fa43a
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -3240,7 +3560,7 @@ Date: Sun Jun 7 14:12:33 2009 +0200
Updated Spanish translation
po/es.po | 24 ++++++++++++------------
- 1 files changed, 12 insertions(+), 12 deletions(-)
+ 1 file changed, 12 insertions(+), 12 deletions(-)
commit 3ae8633c04b6105150c717a8cdb5befe42dada68
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -3249,7 +3569,7 @@ Date: Thu Jun 4 18:28:53 2009 +0200
Updated Spanish translation
po/es.po | 262 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 132 insertions(+), 130 deletions(-)
+ 1 file changed, 132 insertions(+), 130 deletions(-)
commit 35709df0b2719af477c7052a033e3188dd3c659c
Author: Guido Günther <agx@sigxcpu.org>
@@ -3260,7 +3580,7 @@ Date: Mon Jun 1 21:27:39 2009 +0200
ChangeLog | 6 ++++++
src/Makefile.am | 1 +
src/krb5-auth-applet.c | 4 +++-
- 3 files changed, 10 insertions(+), 1 deletions(-)
+ 3 files changed, 10 insertions(+), 1 deletion(-)
commit 141b1a264f5561ab4baa3ce25fb17fa0176e3a1c
Author: Guido Günther <agx@sigxcpu.org>
@@ -3281,10 +3601,10 @@ Date: Fri May 29 18:37:39 2009 +0200
ChangeLog | 17 ++++++++
po/POTFILES.in | 2 +-
preferences/Makefile.am | 2 +
- preferences/krb5-auth-dialog-preferences.c | 32 +-------------
+ preferences/krb5-auth-dialog-preferences.c | 32 ++------------
preferences/krb5-auth-dialog-preferences.xml | 1 +
src/Makefile.am | 2 +
- src/krb5-auth-applet.c | 23 +++++++++-
+ src/krb5-auth-applet.c | 23 ++++++++--
src/krb5-auth-tools.c | 58 ++++++++++++++++++++++++++
src/krb5-auth-tools.h | 33 +++++++++++++++
9 files changed, 137 insertions(+), 33 deletions(-)
@@ -3321,7 +3641,7 @@ Date: Tue May 26 19:10:08 2009 +0200
Updated Spanish translation
po/es.po | 42 +++++++++++++++++++++++++++---------------
- 1 files changed, 27 insertions(+), 15 deletions(-)
+ 1 file changed, 27 insertions(+), 15 deletions(-)
commit fe515c69334b2686788c04836e76ee63737f3a33
Author: A S Alam <aalam@users.sf.net>
@@ -3330,7 +3650,7 @@ Date: Tue May 26 06:21:56 2009 +0530
Updating Punjabi file with CHARSET varible and add to LINGUAS
po/LINGUAS | 1 +
- po/pa.po | 91 ++++++++++++++++++++++++++++++++---------------------------
+ po/pa.po | 91 ++++++++++++++++++++++++++++++++----------------------------
2 files changed, 50 insertions(+), 42 deletions(-)
commit c7c1ed3d1c730b9bb6202f025d0441f7f4d13c4c
@@ -3352,7 +3672,7 @@ Date: Mon May 25 18:12:24 2009 +0200
ChangeLog | 5 +++++
NEWS | 11 +++++++++++
configure.ac | 2 +-
- 3 files changed, 17 insertions(+), 1 deletions(-)
+ 3 files changed, 17 insertions(+), 1 deletion(-)
commit b1771efe77d21b277377a718015f04897143f5e5
Author: A S Alam <aalam@users.sf.net>
@@ -3361,7 +3681,7 @@ Date: Mon May 25 22:08:42 2009 +0530
Add Punjabi (Gurmukhi) Translation
po/pa.po | 1704 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 1704 insertions(+), 0 deletions(-)
+ 1 file changed, 1704 insertions(+)
commit dc0b6e007a86f2e4fdb85e0b45902d8b3f404aed
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -3369,8 +3689,8 @@ Date: Sun May 24 15:58:44 2009 +0200
Updated Spanish translation
- po/es.po | 63 +++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 34 insertions(+), 29 deletions(-)
+ po/es.po | 63 +++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 34 insertions(+), 29 deletions(-)
commit 6a3456925f6075b1def514d514bbe023030cdbd2
Author: Guido Günther <agx@sigxcpu.org>
@@ -3380,7 +3700,7 @@ Date: Fri May 22 15:40:43 2009 +0200
ChangeLog | 4 ++++
src/Makefile.am | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit e1e27672e7a5f81320f3abeca1c0ecd2f11e28d0
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -3389,7 +3709,7 @@ Date: Wed May 20 20:09:17 2009 +0200
Updated Spanish translation
po/es.po | 1708 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 1708 insertions(+), 0 deletions(-)
+ 1 file changed, 1708 insertions(+)
commit 111b4e82aa6546aebf172784be79929f7508102f
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -3398,7 +3718,7 @@ Date: Wed May 20 20:08:46 2009 +0200
Added es to LINGUAS
po/LINGUAS | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit 03e53f40fa38e61988b240aa1d99a570d0cbd2e1
Author: Guido Günther <agx@sigxcpu.org>
@@ -3406,13 +3726,13 @@ Date: Tue May 19 19:47:57 2009 +0200
allow notifications to be turned off
- ChangeLog | 13 ++++++
+ ChangeLog | 13 +++++++
src/krb5-auth-applet.c | 82 +++++++++++++++++++++++++++++++++------
- src/krb5-auth-dialog.c | 3 -
- src/krb5-auth-dialog.schemas.in | 39 ++++++++++++++++++
- src/krb5-auth-gconf-tools.c | 24 +++++++++++
+ src/krb5-auth-dialog.c | 3 --
+ src/krb5-auth-dialog.schemas.in | 39 +++++++++++++++++++
+ src/krb5-auth-gconf-tools.c | 24 ++++++++++++
src/krb5-auth-gconf-tools.h | 4 ++
- src/krb5-auth-gconf.c | 26 ++++++------
+ src/krb5-auth-gconf.c | 26 ++++++-------
src/krb5-auth-gconf.h | 3 +-
8 files changed, 165 insertions(+), 29 deletions(-)
@@ -3424,7 +3744,7 @@ Date: Fri May 15 18:33:07 2009 +0200
ChangeLog | 7 +
po/de.po | 3344 ++++++++++++-----------------------------------
- po/krb5-auth-dialog.pot | 3243 ++++++++++++----------------------------------
+ po/krb5-auth-dialog.pot | 3243 ++++++++++++---------------------------------
po/nb.po | 3219 +++++++++++++--------------------------------
po/sv.po | 3283 ++++++++++++----------------------------------
5 files changed, 3450 insertions(+), 9646 deletions(-)
@@ -3450,7 +3770,7 @@ Date: Fri May 15 17:30:26 2009 +0200
ChangeLog | 7 +
etpo/Makefile.am | 15 ++
- src/dummy-strings.c | 458 ++++----------------------------------------------
+ src/dummy-strings.c | 458 +++++----------------------------------------------
3 files changed, 59 insertions(+), 421 deletions(-)
commit f58a7c6edec6f163cf6b0fdca2a7ee64445feac7
@@ -3473,7 +3793,7 @@ Date: Wed May 13 22:10:04 2009 +0200
ChangeLog | 5 +++++
src/krb5-auth-dialog.c | 2 +-
- 2 files changed, 6 insertions(+), 1 deletions(-)
+ 2 files changed, 6 insertions(+), 1 deletion(-)
commit 64f39569a0afaf17800ee422808ec968b38adb71
Author: Guido Günther <agx@sigxcpu.org>
@@ -3483,7 +3803,7 @@ Date: Wed May 13 20:47:46 2009 +0200
ChangeLog | 4 ++++
etpo/lexer.l | 2 ++
- 2 files changed, 6 insertions(+), 0 deletions(-)
+ 2 files changed, 6 insertions(+)
commit f47765829bc612f9be8071f3d5629b73d5430d27
Author: Christian Persch <chpe@gnome.org>
@@ -3493,12 +3813,12 @@ Date: Mon May 11 23:51:57 2009 +0200
and use gconftool to install the schema.
- ChangeLog | 12 +++++++++
- configure.ac | 7 +++++
+ ChangeLog | 12 ++++++++++
+ configure.ac | 7 ++++++
po/POTFILES.in | 1 +
- preferences/Makefile.am | 2 -
- src/Makefile.am | 17 +++++++++----
- src/krb5-auth-dialog.schemas.in | 48 +++++++++++++++++++-------------------
+ preferences/Makefile.am | 2 --
+ src/Makefile.am | 17 ++++++++++----
+ src/krb5-auth-dialog.schemas.in | 48 +++++++++++++++++++--------------------
6 files changed, 56 insertions(+), 31 deletions(-)
commit e394f9883966af1a76d13e250627056f4f86e941
@@ -3510,9 +3830,9 @@ Date: Mon May 11 00:45:55 2009 +0200
BZ: #581901
ChangeLog | 10 +++++++
- configure.ac | 13 +-------
- preferences/Makefile.am | 28 ++++++++++++-------
- src/Makefile.am | 67 +++++++++++++++++++++++++++++++---------------
+ configure.ac | 13 ++-------
+ preferences/Makefile.am | 28 ++++++++++++--------
+ src/Makefile.am | 67 +++++++++++++++++++++++++++++++----------------
4 files changed, 74 insertions(+), 44 deletions(-)
commit be4484021df4bc0d2e1092099bb7023de0dde09f
@@ -3524,7 +3844,7 @@ Date: Sun May 10 22:19:57 2009 +0200
ChangeLog | 6 ++++++
preferences/.gitignore | 2 ++
src/.gitignore | 1 +
- 3 files changed, 9 insertions(+), 0 deletions(-)
+ 3 files changed, 9 insertions(+)
commit e27711ced53e56ff3d5557af5e6fdcfe58bd3a5f
Author: Guido Günther <agx@sigxcpu.org>
@@ -3536,7 +3856,7 @@ Date: Sun May 10 22:07:58 2009 +0200
configure.ac | 3 +++
preferences/Makefile.am | 4 ++++
src/Makefile.am | 8 +++++++-
- 4 files changed, 21 insertions(+), 1 deletions(-)
+ 4 files changed, 21 insertions(+), 1 deletion(-)
commit 3da2c17fb39462666942b187c2a770907f0bd61a
Author: Christian Persch <chpe@gnome.org>
@@ -3600,7 +3920,7 @@ Date: Sun May 3 17:13:40 2009 +0200
configure.ac | 4 +++-
src/Makefile.am | 1 +
src/krb5-auth-dialog.c | 1 +
- 4 files changed, 12 insertions(+), 1 deletions(-)
+ 4 files changed, 12 insertions(+), 1 deletion(-)
commit 943847b1cb563adc871a1c153b9824a8b5c0f15b
Author: Guido Günther <agx@sigxcpu.org>
@@ -3610,7 +3930,7 @@ Date: Sun May 3 17:07:16 2009 +0200
ChangeLog | 5 +++++
preferences/krb5-auth-dialog-preferences.c | 4 ++++
- 2 files changed, 9 insertions(+), 0 deletions(-)
+ 2 files changed, 9 insertions(+)
commit 553e864286cc56807280473680afcaa21a660619
Author: Guido Günther <agx@sigxcpu.org>
@@ -3630,7 +3950,7 @@ Date: Sun May 3 16:22:55 2009 +0200
.gitignore | 5 +++++
ChangeLog | 4 ++++
- 2 files changed, 9 insertions(+), 0 deletions(-)
+ 2 files changed, 9 insertions(+)
commit 8cf197f76d67a92da5b0be67271ce914e75cb2d1
Author: Guido Günther <agx@sigxcpu.org>
@@ -3653,7 +3973,7 @@ Date: Sun May 3 16:20:09 2009 +0200
ChangeLog | 4 ++++
configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit f86a7132ef409bf6c0bdcbc1d5a05ab84d92abc3
Author: Guido Günther <agx@sigxcpu.org>
@@ -3663,7 +3983,7 @@ Date: Thu Apr 30 18:07:46 2009 +0200
ChangeLog | 4 ++++
configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit ababced84c1b23fa8628c2cbe66333e953c8b7cf
Author: Guido Günther <agx@sigxcpu.org>
@@ -3673,7 +3993,7 @@ Date: Thu Apr 30 17:57:31 2009 +0200
ChangeLog | 5 +++++
src/Makefile.am | 1 +
- 2 files changed, 6 insertions(+), 0 deletions(-)
+ 2 files changed, 6 insertions(+)
commit ec60300c9c273d1110f067393bfcc81d305899a9
Author: Guido Günther <agx@sigxcpu.org>
@@ -3685,7 +4005,7 @@ Date: Fri Apr 24 10:42:21 2009 +0200
ChangeLog | 6 ++++++
src/krb5-auth-pwdialog.c | 6 ++++++
- 2 files changed, 12 insertions(+), 0 deletions(-)
+ 2 files changed, 12 insertions(+)
commit f98c6b79542082e03db771b990b4ffedae8ead80
Author: Guido Günther <agx@sigxcpu.org>
@@ -3709,7 +4029,7 @@ Date: Fri Apr 24 09:40:46 2009 +0200
add Matthias Clasen
AUTHORS | 3 +++
- 1 files changed, 3 insertions(+), 0 deletions(-)
+ 1 file changed, 3 insertions(+)
commit 6be2df896a34f1cfd22ea5acdff7a56f012a3717
Author: Guido Günther <agx@sigxcpu.org>
@@ -3731,7 +4051,7 @@ Date: Thu Apr 23 18:35:53 2009 +0200
ChangeLog | 4 ++++
configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit 2b18ebf83cdaf568132b3a83db0b28100e1eb2fa
Merge: e864b1d 6c8adc9
@@ -3748,7 +4068,7 @@ Date: Sun Mar 15 19:59:42 2009 +0100
ChangeLog | 4 ++++
NEWS | 15 +++++++++++++++
- 2 files changed, 19 insertions(+), 0 deletions(-)
+ 2 files changed, 19 insertions(+)
commit 082929a0feab7c2e05a7a72411d015c06bf2be7a
Author: Guido Günther <agx@sigxcpu.org>
@@ -3783,7 +4103,7 @@ Date: Sun Mar 15 19:59:42 2009 +0100
Update NEWS
NEWS | 15 +++++++++++++++
- 1 files changed, 15 insertions(+), 0 deletions(-)
+ 1 file changed, 15 insertions(+)
commit bd9906921b319351916ced169e57574359b2c36d
Author: Guido Günther <agx@sigxcpu.org>
@@ -3795,7 +4115,7 @@ Date: Thu Apr 9 12:55:16 2009 +0200
current principal name from gconf.
src/krb5-auth-dialog.c | 16 ++++++++--------
- 1 files changed, 8 insertions(+), 8 deletions(-)
+ 1 file changed, 8 insertions(+), 8 deletions(-)
commit bd85050180403b362e529dda521915eeebca9320
Author: Guido Günther <agx@sigxcpu.org>
@@ -3817,7 +4137,7 @@ Date: Sat Apr 18 00:15:37 2009 +0200
ChangeLog | 5 +++++
src/krb5-auth-gconf.c | 5 ++++-
- 2 files changed, 9 insertions(+), 1 deletions(-)
+ 2 files changed, 9 insertions(+), 1 deletion(-)
commit 8565f2fff3364540c0412c425be5f594123cb84d
Author: Guido Günther <agx@sigxcpu.org>
@@ -3826,7 +4146,7 @@ Date: Fri Apr 17 13:54:33 2009 +0200
add doap file
krb5-auth-dialog.doap | 17 +++++++++++++++++
- 1 files changed, 17 insertions(+), 0 deletions(-)
+ 1 file changed, 17 insertions(+)
commit 7bdc111f7d53597ec91bf118a2f0ee51217e7312
Author: Guido Günther <agx@sigxcpu.org>
@@ -3838,7 +4158,7 @@ Date: Tue Apr 14 19:03:50 2009 +0200
ChangeLog | 5 +++++
preferences/krb5-auth-dialog-preferences.glade | 8 +++++++-
- 2 files changed, 12 insertions(+), 1 deletions(-)
+ 2 files changed, 12 insertions(+), 1 deletion(-)
commit 94e4fb1e162eedb1093eb8791047b67bbb3d20e6
Author: Guido Günther <agx@sigxcpu.org>
@@ -3850,11 +4170,11 @@ Date: Mon Apr 13 18:30:55 2009 +0200
available.
ChangeLog | 27 +++++++++
- configure.ac | 27 ++++-----
+ configure.ac | 27 +++++----
preferences/krb5-auth-dialog-preferences.c | 74 +++++++++++++++++++++++-
preferences/krb5-auth-dialog-preferences.glade | 43 +++++++++++++-
src/krb5-auth-applet.c | 22 +++++++
- src/krb5-auth-dialog.c | 67 +++++++++++++++-------
+ src/krb5-auth-dialog.c | 67 ++++++++++++++-------
src/krb5-auth-dialog.schemas.in | 17 +++++-
src/krb5-auth-gconf-tools.h | 1 +
src/krb5-auth-gconf.c | 17 ++++++
@@ -3912,9 +4232,9 @@ Date: Sat Apr 4 09:29:48 2009 +0000
svn path=/trunk/; revision=139
- ChangeLog | 15 ++++++++
- src/krb5-auth-applet.c | 68 ++++++++++++++++++++++++++++++++++++--
- src/krb5-auth-dialog.c | 49 +++++++++++++++++++++------
+ ChangeLog | 15 +++++++++
+ src/krb5-auth-applet.c | 68 ++++++++++++++++++++++++++++++++++++---
+ src/krb5-auth-dialog.c | 49 +++++++++++++++++++++-------
src/krb5-auth-dialog.schemas.in | 39 ++++++++++++++++++++++
src/krb5-auth-gconf-tools.h | 3 ++
src/krb5-auth-gconf.c | 48 +++++++++++++++++++++++++++
@@ -3932,7 +4252,7 @@ Date: Sat Apr 4 09:29:44 2009 +0000
src/Makefile.am | 2 +
src/krb5-auth-gconf-tools.c | 102 +++++++++++++++++++++++++++++++++++++++++++
src/krb5-auth-gconf-tools.h | 38 ++++++++++++++++
- src/krb5-auth-gconf.c | 87 +------------------------------------
+ src/krb5-auth-gconf.c | 87 +-----------------------------------
5 files changed, 152 insertions(+), 86 deletions(-)
commit 5f1cbfe8202fb9e5e86ae7dcb02a5e01a29438de
@@ -3961,7 +4281,7 @@ Date: Fri Mar 27 07:06:49 2009 +0000
ChangeLog | 8 +++++
configure.ac | 3 ++
- src/krb5-auth-dialog.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++-
+ src/krb5-auth-dialog.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++--
3 files changed, 85 insertions(+), 2 deletions(-)
commit 1fd2cc3fe16f0ea52844b4f4294ba708a8a43f41
@@ -3997,7 +4317,7 @@ Date: Fri Mar 27 07:06:43 2009 +0000
svn path=/trunk/; revision=134
- ChangeLog | 7 +++++
+ ChangeLog | 7 ++++++
src/krb5-auth-dialog.c | 58 +++++++++++++++++++++++++++++-------------------
2 files changed, 42 insertions(+), 23 deletions(-)
@@ -4023,12 +4343,12 @@ Date: Wed Mar 11 16:25:58 2009 +0000
svn path=/trunk/; revision=132
- ChangeLog | 7 ++++++
- src/krb5-auth-applet.c | 48 ++++++++++++++++++++++++++-------------------
- src/krb5-auth-dialog.c | 36 ++++++++++++++++++++--------------
+ ChangeLog | 7 +++++++
+ src/krb5-auth-applet.c | 48 +++++++++++++++++++++++++++-------------------
+ src/krb5-auth-dialog.c | 36 +++++++++++++++++++---------------
src/krb5-auth-dialog.h | 2 +-
- src/krb5-auth-gconf.c | 6 +++-
- src/krb5-auth-pwdialog.c | 6 +++-
+ src/krb5-auth-gconf.c | 6 ++++--
+ src/krb5-auth-pwdialog.c | 6 ++++--
src/krb5-auth-pwdialog.h | 2 +-
7 files changed, 66 insertions(+), 41 deletions(-)
@@ -4043,7 +4363,7 @@ Date: Wed Mar 11 16:25:55 2009 +0000
ChangeLog | 7 ++++
acinclude.m4 | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 12 +++++--
- m4/compiler-flags.m4 | 40 ++++++++++++++++++++++
+ m4/compiler-flags.m4 | 40 +++++++++++++++++++++++
4 files changed, 144 insertions(+), 3 deletions(-)
commit 7bc813583189b77a7f3f3f42f808a29f9012874f
@@ -4054,9 +4374,9 @@ Date: Wed Mar 11 16:25:52 2009 +0000
svn path=/trunk/; revision=130
- ChangeLog | 11 ++++++++
+ ChangeLog | 11 +++++++++
src/krb5-auth-pwdialog.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 69 insertions(+), 0 deletions(-)
+ 2 files changed, 69 insertions(+)
commit d462f9c64b79e17e4d10f3f99c4ad93ec72623b6
Author: Guido Günther <guidog@src.gnome.org>
@@ -4069,14 +4389,14 @@ Date: Wed Mar 11 16:25:47 2009 +0000
ChangeLog | 12 +++
po/POTFILES.in | 1 +
src/Makefile.am | 2 +
- src/krb5-auth-applet.c | 69 +++-----------
+ src/krb5-auth-applet.c | 69 +++----------
src/krb5-auth-applet.h | 16 +--
src/krb5-auth-dbus.c | 1 +
src/krb5-auth-dialog.c | 236 +++++++++++++-------------------------------
src/krb5-auth-dialog.glade | 2 +-
src/krb5-auth-dialog.h | 1 +
src/krb5-auth-pwdialog.c | 186 ++++++++++++++++++++++++++++++++++
- src/krb5-auth-pwdialog.h | 66 ++++++++++++
+ src/krb5-auth-pwdialog.h | 66 +++++++++++++
11 files changed, 357 insertions(+), 235 deletions(-)
commit 195473836e04982a55efdbc948461be5914d1797
@@ -4107,9 +4427,9 @@ Date: Sat Feb 28 17:47:48 2009 +0000
svn path=/trunk/; revision=127
- ChangeLog | 6 ++++
- src/krb5-auth-dialog.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++-
- src/krb5-auth-dialog.h | 4 +-
+ ChangeLog | 6 +++++
+ src/krb5-auth-dialog.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++--
+ src/krb5-auth-dialog.h | 4 ++--
3 files changed, 66 insertions(+), 4 deletions(-)
commit aa6ada2845198866ea4b96de93c96e30dcfbbe91
@@ -4148,7 +4468,7 @@ Date: Sat Feb 28 13:27:07 2009 +0000
etpo/.gitignore | 4 ++++
po/.gitignore | 5 +++++
src/.gitignore | 5 +++++
- 5 files changed, 49 insertions(+), 0 deletions(-)
+ 5 files changed, 49 insertions(+)
commit 0a2135919b9ab1edb3669449298e72fc8289da7f
Author: Guido Günther <guidog@src.gnome.org>
@@ -4173,7 +4493,7 @@ Date: Thu Jan 15 18:53:37 2009 +0000
ChangeLog | 4 ++++
NEWS | 11 +++++++++++
- 2 files changed, 15 insertions(+), 0 deletions(-)
+ 2 files changed, 15 insertions(+)
commit e67ebf8d9a280042344c016dbd875b900a184439
Author: Daniel Nylander <dnylande@src.gnome.org>
@@ -4185,7 +4505,7 @@ Date: Thu Jan 15 16:21:23 2009 +0000
po/ChangeLog | 4 +
po/sv.po | 3298 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 3302 insertions(+), 0 deletions(-)
+ 2 files changed, 3302 insertions(+)
commit afbffb722e4cd571ec4f253c60becc4fd5852ced
Author: Guido Günther <guidog@src.gnome.org>
@@ -4216,7 +4536,7 @@ Date: Sun Jan 11 22:00:29 2009 +0000
AUTHORS | 1 +
ChangeLog | 4 ++++
MAINTAINERS | 4 ++++
- 3 files changed, 9 insertions(+), 0 deletions(-)
+ 3 files changed, 9 insertions(+)
commit 37027fb48731ecc4b42b84934489436e5a2e9fc1
Author: Guido Günther <guidog@src.gnome.org>
@@ -4228,7 +4548,7 @@ Date: Sat Jan 10 15:31:21 2009 +0000
ChangeLog | 4 ++++
configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit 9ff692e4b861a08b3a1a07583fafba4897d89517
Author: Guido Günther <guidog@src.gnome.org>
@@ -4242,7 +4562,7 @@ Date: Sat Jan 10 13:25:53 2009 +0000
configure.ac | 2 +-
po/ChangeLog | 4 +
po/de.po | 3293 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 4 files changed, 3302 insertions(+), 1 deletions(-)
+ 4 files changed, 3302 insertions(+), 1 deletion(-)
commit 4826ef590c1c7cc8e147f651b32b8ce6d25e6bc6
Author: Guido Günther <guidog@src.gnome.org>
@@ -4279,7 +4599,7 @@ Date: Sat Jan 10 13:25:48 2009 +0000
ChangeLog | 6 ++++++
po/POTFILES.in | 4 ++++
po/POTFILES.skip | 1 +
- 3 files changed, 11 insertions(+), 0 deletions(-)
+ 3 files changed, 11 insertions(+)
commit 904f7112dabeac824a5a4eb45fb1c234d8846070
Author: Guido Günther <guidog@src.gnome.org>
@@ -4291,7 +4611,7 @@ Date: Sat Jan 10 13:25:46 2009 +0000
ChangeLog | 4 ++++
src/Makefile.am | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit edd0791c4fe9468372001a2ba44f87c156bdad71
Author: Guido Günther <guidog@src.gnome.org>
@@ -4301,10 +4621,10 @@ Date: Sat Jan 10 13:25:44 2009 +0000
svn path=/trunk/; revision=111
- ChangeLog | 6 ++++
- src/Makefile.am | 9 ++++++
+ ChangeLog | 6 +++++
+ src/Makefile.am | 9 +++++++
src/krb5-auth-dialog.schemas.in | 55 +++++++++++++++++++++++++++++++++++++++
- 3 files changed, 70 insertions(+), 0 deletions(-)
+ 3 files changed, 70 insertions(+)
commit 16b6522497bc4a5af8b28bb011db15b3fb879996
Author: Guido Günther <guidog@src.gnome.org>
@@ -4316,10 +4636,10 @@ Date: Sat Jan 10 13:25:42 2009 +0000
svn path=/trunk/; revision=110
- ChangeLog | 12 +++++++
+ ChangeLog | 12 ++++++++
src/krb5-auth-applet.c | 80 +++++++++++++++++++++++++++++++-----------------
- src/krb5-auth-notify.c | 19 ++++++++---
- src/krb5-auth-notify.h | 4 --
+ src/krb5-auth-notify.c | 19 +++++++++---
+ src/krb5-auth-notify.h | 4 ---
4 files changed, 78 insertions(+), 37 deletions(-)
commit ab0c59f1d7c1cbac49ce7648d57a78fbab5856da
@@ -4350,7 +4670,7 @@ Date: Sat Jan 10 13:25:38 2009 +0000
ChangeLog | 5 +++++
src/krb5-auth-applet.c | 3 ++-
- 2 files changed, 7 insertions(+), 1 deletions(-)
+ 2 files changed, 7 insertions(+), 1 deletion(-)
commit af41f6f028d4323b077becb96eb6af1e06b078c9
Author: Guido Günther <guidog@src.gnome.org>
@@ -4364,7 +4684,7 @@ Date: Sat Jan 10 13:25:36 2009 +0000
README | 4 +
configure.ac | 21 ++++
src/krb5-auth-applet.h | 3 +-
- src/krb5-auth-dialog.c | 300 ++++++++++++++++++++++++++++++-----------------
+ src/krb5-auth-dialog.c | 300 ++++++++++++++++++++++++++++++------------------
src/krb5-auth-gconf.c | 16 +++
6 files changed, 249 insertions(+), 110 deletions(-)
@@ -4391,9 +4711,9 @@ Date: Sat Jan 10 13:25:32 2009 +0000
svn path=/trunk/; revision=105
- ChangeLog | 5 ++
+ ChangeLog | 5 +++
src/krb5-auth-applet.h | 1 +
- src/krb5-auth-dialog.c | 111 ++++++++++++++++++++++++++++++++---------------
+ src/krb5-auth-dialog.c | 111 ++++++++++++++++++++++++++++++++----------------
3 files changed, 81 insertions(+), 36 deletions(-)
commit df61913ad3ae0842da2a5b36cb7d0bad0658712c
@@ -4426,9 +4746,9 @@ Date: Sat Jan 10 13:25:28 2009 +0000
svn path=/trunk/; revision=103
- ChangeLog | 12 +++++++++++
- src/Makefile.am | 2 +
- src/krb5-auth-dialog.c | 45 ++++++++++++++++++++++++++++++++++++++++---
+ ChangeLog | 12 ++++++++++++
+ src/Makefile.am | 2 ++
+ src/krb5-auth-dialog.c | 45 ++++++++++++++++++++++++++++++++++++++++----
src/krb5-auth-dialog.glade | 2 +-
4 files changed, 56 insertions(+), 5 deletions(-)
@@ -4440,8 +4760,8 @@ Date: Sat Jan 10 13:25:26 2009 +0000
svn path=/trunk/; revision=102
- ChangeLog | 7 ++++
- src/Makefile.am | 2 +
+ ChangeLog | 7 +++++
+ src/Makefile.am | 2 ++
src/krb5-auth-dbus.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++
src/krb5-auth-dbus.h | 28 +++++++++++++++++
src/krb5-auth-dialog.c | 49 ++++--------------------------
@@ -4472,7 +4792,7 @@ Date: Sat Jan 10 13:25:23 2009 +0000
secmem/util.c | 139 ++
secmem/util.h | 66 +
src/Makefile.am | 2 +
- 15 files changed, 4488 insertions(+), 1 deletions(-)
+ 15 files changed, 4488 insertions(+), 1 deletion(-)
commit 61c36c96f0dcd42a44684447a66ccc153ce2fbd5
Author: Guido Günther <guidog@src.gnome.org>
@@ -4485,20 +4805,20 @@ Date: Sat Jan 10 13:25:20 2009 +0000
ChangeLog | 12 ++
Makefile.am | 2 +-
README | 14 ++-
- configure.ac | 94 ++++++++++++++--
+ configure.ac | 94 +++++++++++++--
etpo/Makefile.am | 20 +++-
icons/Makefile.am | 10 ++
icons/krb-no-valid-ticket.png | Bin 0 -> 1234 bytes
icons/krb-valid-ticket.png | Bin 0 -> 1126 bytes
- src/Makefile.am | 16 +++-
+ src/Makefile.am | 16 ++-
src/krb5-auth-applet.c | 238 ++++++++++++++++++++++++++++++++++++++
src/krb5-auth-applet.h | 68 +++++++++++
src/krb5-auth-dialog.c | 252 ++++++++++++++++++++++++++++-------------
src/krb5-auth-dialog.h | 30 +++++
src/krb5-auth-gconf.c | 206 +++++++++++++++++++++++++++++++++
src/krb5-auth-gconf.h | 28 +++++
- src/krb5-auth-notify.c | 57 +++++++++
- src/krb5-auth-notify.h | 32 +++++
+ src/krb5-auth-notify.c | 57 ++++++++++
+ src/krb5-auth-notify.h | 32 ++++++
17 files changed, 988 insertions(+), 91 deletions(-)
commit 37663e53c00fe229b721c48ce6739195b97f4b51
@@ -4514,7 +4834,7 @@ Date: Fri Sep 26 15:16:18 2008 +0000
ChangeLog | 6 ++++++
src/krb5-auth-dialog.glade | 1 -
- 2 files changed, 6 insertions(+), 1 deletions(-)
+ 2 files changed, 6 insertions(+), 1 deletion(-)
commit d466f8d0dad90d7ba3eadd2f92bffceb16a4f16e
Author: Guido Günther <guidog@src.gnome.org>
@@ -4528,7 +4848,7 @@ Date: Fri Sep 26 15:12:13 2008 +0000
ChangeLog | 4 ++++
src/krb5-auth-dialog.1.in | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit 0e9dd13bc21f68001c101183e7d03afe2f7966cb
Author: Guido Günther <guidog@src.gnome.org>
@@ -4605,7 +4925,7 @@ Date: Mon Jun 9 19:49:21 2008 +0000
ChangeLog | 8 ++++++++
src/krb5-auth-dialog.c | 1 +
- 2 files changed, 9 insertions(+), 0 deletions(-)
+ 2 files changed, 9 insertions(+)
commit edb2b61359fcf3ee836feec5ec4dae5a97a040da
Author: Colin Walters <walters@verbum.org>
@@ -4625,7 +4945,7 @@ Date: Mon Jun 9 19:08:47 2008 +0000
ChangeLog | 7 +++++++
configure.ac | 2 +-
- 2 files changed, 8 insertions(+), 1 deletions(-)
+ 2 files changed, 8 insertions(+), 1 deletion(-)
commit 32089598db7ba5b752df80b141f26c1d6119e05d
Author: Colin Walters <walters@verbum.org>
@@ -4684,7 +5004,7 @@ Date: Mon Jun 9 18:00:13 2008 +0000
ChangeLog | 8 ++++++++
src/krb5-auth-dialog.c | 1 +
- 2 files changed, 9 insertions(+), 0 deletions(-)
+ 2 files changed, 9 insertions(+)
commit e69859d9d731aec14a55c443ea5e9a81cdd4589c
Author: Colin Walters <walters@verbum.org>
@@ -4721,7 +5041,7 @@ Date: Sat Mar 22 04:26:58 2008 +0000
ChangeLog | 6 ++++++
src/krb5-auth-dialog.c | 6 ++++++
- 2 files changed, 12 insertions(+), 0 deletions(-)
+ 2 files changed, 12 insertions(+)
commit 2982c8d12ec3a47575adcc09e2b7eb3cc00fdcbc
Author: Colin Walters <walters@src.gnome.org>
@@ -4732,7 +5052,7 @@ Date: Sat Mar 22 04:26:46 2008 +0000
svn path=/trunk/; revision=69
MAINTAINERS | 7 +++++++
- 1 files changed, 7 insertions(+), 0 deletions(-)
+ 1 file changed, 7 insertions(+)
commit a33ff6eb801355abeb4a37fc109c85a3d11d9a05
Author: Kjartan Maraas,,23491770 <kmaraas@gnome.org>
@@ -4780,7 +5100,7 @@ Date: Sun Oct 29 17:42:34 2006 +0000
make things slightly more readable.
ChangeLog | 5 +++
- src/krb5-auth-dialog.c | 81 ++++++++++++++++-------------------------------
+ src/krb5-auth-dialog.c | 81 +++++++++++++++++-------------------------------
2 files changed, 33 insertions(+), 53 deletions(-)
commit b684283623c69ae8c1a69536628b79c531ff6bdd
@@ -4795,7 +5115,7 @@ Date: Mon Jul 24 17:59:24 2006 +0000
ChangeLog | 4 ++++
configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit 85eaba78ed017ec6765827f3d5b6b4afcc63af78
Author: Christopher Aillon <caillon@redhat.com>
@@ -4814,7 +5134,7 @@ Date: Mon Jul 24 17:48:24 2006 +0000
ChangeLog | 9 +++++++++
src/krb5-auth-dialog.c | 7 ++++++-
- 2 files changed, 15 insertions(+), 1 deletions(-)
+ 2 files changed, 15 insertions(+), 1 deletion(-)
commit 8e183b3018d90e2b5d984afcc69e98520eac966f
Author: Kjartan Maraas <kmaraas@gnome.org>
@@ -4846,8 +5166,8 @@ Date: Sat Mar 18 00:21:08 2006 +0000
* configure.ac: Add test to see whether we have krb5_get_renewed_creds
- ChangeLog | 8 ++
- configure.ac | 4 +
+ ChangeLog | 8 +++
+ configure.ac | 4 ++
src/krb5-auth-dialog.c | 177 +++++++++++++++++++++++++++---------------------
3 files changed, 111 insertions(+), 78 deletions(-)
@@ -4892,7 +5212,7 @@ Date: Wed Feb 1 18:05:34 2006 +0000
ChangeLog | 5 +++++
README | 2 +-
- 2 files changed, 6 insertions(+), 1 deletions(-)
+ 2 files changed, 6 insertions(+), 1 deletion(-)
commit 6de9f716fceb6bced274f219770cf05cbb7d6b66
Author: Nalin Dahyabhai <nalin@src.gnome.org>
@@ -4904,7 +5224,7 @@ Date: Wed Feb 1 18:05:14 2006 +0000
were passing an int where a pointer was expected
src/krb5-auth-dialog.c | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit 6cfda2bb58907f2ae1a11bf3e8a9fad00d170d6c
Author: Christopher Aillon <caillon@redhat.com>
@@ -4918,7 +5238,7 @@ Date: Tue Jan 31 06:49:30 2006 +0000
ChangeLog | 4 ++++
configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit ba5d724a795775f3c2cd2e3d7b7890142ff2e7fc
Author: Christopher Aillon <caillon@src.gnome.org>
@@ -4927,7 +5247,7 @@ Date: Tue Jan 31 06:48:30 2006 +0000
update the name and comment
src/krb5-auth-dialog.desktop.in | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit c5b37d1494adeaf9971dc0d91ef204b591486052
Author: Christopher Aillon <caillon@redhat.com>
@@ -4951,7 +5271,7 @@ Date: Tue Jan 31 05:41:57 2006 +0000
src/.cvsignore | 1 +
src/Makefile.am | 7 +++++++
src/krb5-auth-dialog.desktop.in | 9 +++++++++
- 5 files changed, 29 insertions(+), 0 deletions(-)
+ 5 files changed, 29 insertions(+)
commit 4a0ed93fc1a447cad2df858ffa6fb14d371708e4
Author: Christopher Aillon <caillon@src.gnome.org>
@@ -4960,7 +5280,7 @@ Date: Tue Jan 31 05:37:16 2006 +0000
fix whitespace
Makefile.am | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
+ 1 file changed, 3 insertions(+), 3 deletions(-)
commit dc8f27b4f10d1814882cf2a30655357c16bd681a
Author: Christopher Aillon <caillon@redhat.com>
@@ -4975,7 +5295,7 @@ Date: Tue Jan 31 05:19:15 2006 +0000
ChangeLog | 5 +++++
src/krb5-auth-dialog.glade | 1 -
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit 1074281745f36ee47f9a032ac8078567d0e44434
Author: Christopher Aillon <caillon@redhat.com>
@@ -4989,7 +5309,7 @@ Date: Tue Nov 8 19:45:41 2005 +0000
ChangeLog | 4 ++++
configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit 3e7c694ddce113e6b40c125ac4ab64ad82e30deb
Author: Christopher Aillon <caillon@src.gnome.org>
@@ -4998,7 +5318,7 @@ Date: Tue Nov 8 18:43:09 2005 +0000
get rid of spurious newline
src/krb5-auth-dialog.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 050ee55e0a75743ca237e973b7ba20fc93047956
Author: Christopher Aillon <caillon@src.gnome.org>
@@ -5007,7 +5327,7 @@ Date: Thu Nov 3 23:07:03 2005 +0000
Update .cvsignore to contain the generated manpage
src/.cvsignore | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
commit f0a0f0a4669b43d5fa4c80c50feb52393a31d36d
Author: Christopher Aillon <caillon@redhat.com>
@@ -5050,7 +5370,7 @@ Date: Wed Nov 2 23:50:54 2005 +0000
krb5-auth-dialog.spec.in | 1 +
src/Makefile.am | 4 +++-
src/krb5-auth-dialog.1.in | 37 +++++++++++++++++++++++++++++++++++++
- 4 files changed, 45 insertions(+), 1 deletions(-)
+ 4 files changed, 45 insertions(+), 1 deletion(-)
commit 56e4dbdc960a1c9cbf4a505ea1655afc7500b0b5
Author: Nalin Dahyabhai <nalin@src.gnome.org>
@@ -5095,7 +5415,7 @@ Date: Wed Nov 2 23:11:08 2005 +0000
ChangeLog | 7 ++++++-
etpo/grammar.y | 2 ++
etpo/lexer.l | 1 +
- 3 files changed, 9 insertions(+), 1 deletions(-)
+ 3 files changed, 9 insertions(+), 1 deletion(-)
commit 9cdca989ba151bf946d788a03f3b46b5201a00e1
Author: Nalin Dahyabhai <nalin@src.gnome.org>
@@ -5107,9 +5427,9 @@ Date: Wed Nov 2 23:10:01 2005 +0000
* src/krb5-auth-dialog.c: abstract out differences in how credential flags
and realm names are stored.
- ChangeLog | 7 +++
- configure.ac | 45 +++++++++++++++++++--
- src/krb5-auth-dialog.c | 98 ++++++++++++++++++++++++++++++++++++++++++++---
+ ChangeLog | 7 ++++
+ configure.ac | 45 +++++++++++++++++++---
+ src/krb5-auth-dialog.c | 98 ++++++++++++++++++++++++++++++++++++++++++++----
3 files changed, 138 insertions(+), 12 deletions(-)
commit 71f27e6c5ae6635e6da9a716e67f94fa50c7ad01
@@ -5119,7 +5439,7 @@ Date: Wed Nov 2 09:37:10 2005 +0000
Update
po/nb.po | 1254 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 629 insertions(+), 625 deletions(-)
+ 1 file changed, 629 insertions(+), 625 deletions(-)
commit 5b350fa28c3089b6bcae956550d97eecab5bad8f
Author: Christopher Aillon <caillon@redhat.com>
@@ -5133,7 +5453,7 @@ Date: Tue Nov 1 17:47:46 2005 +0000
ChangeLog | 4 ++++
configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit 97bd5dadd3551c8082529888a3b42835e2c9b75f
Author: Christopher Aillon <caillon@redhat.com>
@@ -5181,7 +5501,7 @@ Date: Mon Oct 31 22:01:17 2005 +0000
ChangeLog | 4 ++++
configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit b37ce6e5cb174556f6d1d502601787bdbfcb57a2
Author: Christopher Aillon <caillon@redhat.com>
@@ -5256,7 +5576,7 @@ Date: Mon Oct 31 07:22:41 2005 +0000
ChangeLog | 5 +++++
src/krb5-auth-dialog.c | 4 +++-
- 2 files changed, 8 insertions(+), 1 deletions(-)
+ 2 files changed, 8 insertions(+), 1 deletion(-)
commit 3b7aa460f83b8b07cfeee817064b68e5721e69ff
Author: Christopher Aillon <caillon@redhat.com>
@@ -5268,8 +5588,8 @@ Date: Mon Oct 31 07:05:30 2005 +0000
* src/krb5-auth-dialog.c: Update the credentials expiry time
- ChangeLog | 4 +++
- src/krb5-auth-dialog.c | 62 ++++++++++++++++++++++++++++++++++++++---------
+ ChangeLog | 4 ++++
+ src/krb5-auth-dialog.c | 62 ++++++++++++++++++++++++++++++++++++++----------
2 files changed, 54 insertions(+), 12 deletions(-)
commit 023f791dc1a2cf57879dc6a910f41de802033bd8
@@ -5315,10 +5635,10 @@ Date: Sat Oct 29 18:42:16 2005 +0000
* src/krb5-auth-dialog.c: Use libnm-glib for NetworkManager support
instead of the NetworkManager D-BUS API.
- ChangeLog | 7 ++
+ ChangeLog | 7 +++
configure.ac | 35 ++++++-----
src/Makefile.am | 2 +-
- src/krb5-auth-dialog.c | 152 +++++++++++++++--------------------------------
+ src/krb5-auth-dialog.c | 152 ++++++++++++++++--------------------------------
4 files changed, 76 insertions(+), 120 deletions(-)
commit 07816942fa9d84644a07948b77dce9a8f1f26af8
@@ -5356,7 +5676,7 @@ Date: Wed Nov 3 21:21:19 2004 +0000
Update BuildRequires
krb5-auth-dialog.spec.in | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ 1 file changed, 2 insertions(+)
commit 3276af0e6957288cccf57170879c5b0ca74d07ba
Author: Christopher Aillon <caillon@redhat.com>
@@ -5395,7 +5715,7 @@ Date: Thu Sep 2 05:00:59 2004 +0000
* src/krb5-auth-dialog.c (credentials_expiring): Don't
try to renew credentials if we're not online.
- ChangeLog | 14 ++++++-
+ ChangeLog | 14 +++++-
configure.ac | 20 ++++++++-
src/Makefile.am | 2 +-
src/krb5-auth-dialog.c | 110 +++++++++++++++++++++++++++++++++++++++++++++++-
@@ -5431,7 +5751,7 @@ Date: Thu Aug 19 15:20:15 2004 +0000
ChangeLog | 4 ++++
configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletions(-)
+ 2 files changed, 5 insertions(+), 1 deletion(-)
commit 712282241c5ed5e5739f7df6575357f7b5121d08
Author: Kjartan Maraas <kmaraas@gnome.org>
@@ -5447,7 +5767,7 @@ Date: Thu Aug 19 15:19:47 2004 +0000
po/ChangeLog | 5 +
po/nb.po | 3116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
po/no.po | 3116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 3 files changed, 6237 insertions(+), 0 deletions(-)
+ 3 files changed, 6237 insertions(+)
commit 1a214e68cf5d2512bf3fc50d5e0d3ee5661e4254
Author: Christopher Aillon <caillon@src.gnome.org>
@@ -5458,7 +5778,7 @@ Date: Wed Aug 18 21:39:53 2004 +0000
ChangeLog | 8 ++++++++
configure.ac | 2 +-
etpo/Makefile.am | 2 ++
- 3 files changed, 11 insertions(+), 1 deletions(-)
+ 3 files changed, 11 insertions(+), 1 deletion(-)
commit 036a91201e0c744935338b61418d126ff5cb1ea3
Author: Christopher Aillon <caillon@src.gnome.org>
@@ -5477,7 +5797,7 @@ Date: Tue Aug 17 19:31:14 2004 +0000
shut up CVS
etpo/.cvsignore | 6 ++++++
- 1 files changed, 6 insertions(+), 0 deletions(-)
+ 1 file changed, 6 insertions(+)
commit 915143d4e33c2258353fdae273ebd87fa61f012b
Author: Jonathan Blandford <jrb@src.gnome.org>
@@ -5486,7 +5806,7 @@ Date: Tue Aug 17 19:29:03 2004 +0000
forgot this
src/dummy-strings.c | 645 +++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 645 insertions(+), 0 deletions(-)
+ 1 file changed, 645 insertions(+)
commit 7d2c876c01b7e2ebed3ff4487d4939c921f119dc
Author: Jonathan Blandford <jrb@redhat.com>
@@ -5523,12 +5843,12 @@ Date: Tue Aug 17 17:55:09 2004 +0000
ChangeLog | 6 ++
Makefile.am | 2 +-
- README | 12 ++++-
+ README | 12 +++-
autogen.sh | 2 +-
configure.ac | 3 +
etpo/Makefile.am | 6 ++
etpo/README | 8 +++
- etpo/grammar.y | 76 ++++++++++++++++++++++++
+ etpo/grammar.y | 76 +++++++++++++++++++++++++
etpo/lexer.l | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
9 files changed, 279 insertions(+), 3 deletions(-)
@@ -5540,7 +5860,7 @@ Date: Tue Aug 17 17:43:39 2004 +0000
configure.ac | 1 +
src/krb5-auth-dialog.c | 11 ++++++++++-
- 2 files changed, 11 insertions(+), 1 deletions(-)
+ 2 files changed, 11 insertions(+), 1 deletion(-)
commit 3e72ab13d91302179ad763ad0794b778484d4e39
Author: Jonathan Blandford <jrb@src.gnome.org>
@@ -5549,7 +5869,7 @@ Date: Mon Aug 16 19:42:04 2004 +0000
update-po
po/krb5-auth-dialog.pot | 14 +++-----------
- 1 files changed, 3 insertions(+), 11 deletions(-)
+ 1 file changed, 3 insertions(+), 11 deletions(-)
commit 9357e0c877835924d924baef5fac295b23a94239
Author: Jonathan Blandford <jrb@src.gnome.org>
@@ -5560,7 +5880,7 @@ Date: Mon Aug 16 19:40:41 2004 +0000
.cvsignore | 1 +
configure.ac | 1 +
krb5-auth-dialog.spec.in | 41 +++++++++++++++++++++++++++++++++++++++++
- 3 files changed, 43 insertions(+), 0 deletions(-)
+ 3 files changed, 43 insertions(+)
commit e3447c1ddde1eb3aa6d29d0c56393920a5a5a197
Author: Jonathan Blandford <jrb@src.gnome.org>
@@ -5569,7 +5889,7 @@ Date: Mon Aug 16 19:23:17 2004 +0000
minor code cleanup
src/krb5-auth-dialog.c | 196 ++++++++++++++++++++++++------------------------
- 1 files changed, 98 insertions(+), 98 deletions(-)
+ 1 file changed, 98 insertions(+), 98 deletions(-)
commit 9b56d8959f80d463e4dde321c1bb645fd56fe71a
Author: Jonathan Blandford <jrb@src.gnome.org>
@@ -5582,7 +5902,7 @@ Date: Mon Aug 16 19:15:11 2004 +0000
README | 2 ++
po/.cvsignore | 3 +++
src/.cvsignore | 3 +++
- 5 files changed, 22 insertions(+), 0 deletions(-)
+ 5 files changed, 22 insertions(+)
commit c28fa3ea9736fc16427af635375c439c421e9e8e
Author: Jonathan Blandford <jrb@src.gnome.org>
@@ -5591,7 +5911,7 @@ Date: Mon Aug 16 19:10:50 2004 +0000
make some labels untranslatable
src/krb5-auth-dialog.glade | 8 ++++----
- 1 files changed, 4 insertions(+), 4 deletions(-)
+ 1 file changed, 4 insertions(+), 4 deletions(-)
commit 43cdd4ded927bd5e546ce1bc08ff56e8d92d4063
Author: Jonathan Blandford <jrb@src.gnome.org>
@@ -5615,4 +5935,4 @@ Date: Mon Aug 16 19:07:30 2004 +0000
src/Makefile.am | 17 +++
src/krb5-auth-dialog.c | 282 ++++++++++++++++++++++++++++++++++++++++++++
src/krb5-auth-dialog.glade | 253 +++++++++++++++++++++++++++++++++++++++
- 10 files changed, 921 insertions(+), 0 deletions(-)
+ 10 files changed, 921 insertions(+)
bgstack15