commit 1c89fe8b203c85dcb4ff06fb8da34e411eb56730 Author: Guido Günther Date: Mon Sep 26 22:13:36 2011 +0200 Bump version to 3.2.0 NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletions(-) commit 72886265ec4f518e32ef178cea806b336844ecec Author: Guido Günther 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(-) commit 42eaa5d3e594b69a555423e2a7c2c04fcb25465d Author: Mario Blättermann Date: Mon Sep 19 21:52:10 2011 +0200 [l10n] Updated German translation po/de.po | 358 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 183 insertions(+), 175 deletions(-) commit 8efd67bb6f69ee690ea51f48a37d21cdc766e2c2 Author: Guido Günther 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(-) commit bbe15a3a7c0d5154332e64a3bb7fbe2367056400 Author: Guido Günther 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(-) commit 9266c74980f52605d039cc0b6530c0a17917f6e2 Author: Guido Günther Date: Mon Sep 12 12:23:13 2011 +0200 Require GTK+3.0 since GtkApplication is 3.0 only configure.ac | 30 +++++------------------------- 1 files changed, 5 insertions(+), 25 deletions(-) commit d8efe4a8fe5152f8c53c005fb0830ef80fce8a9d Author: Guido Günther 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(-) commit 25d0d29c28cc7b6038a441f8f1ca97deefcd14db Author: Guido Günther Date: Mon Sep 12 10:51:06 2011 +0200 Rename ka-dialog to ka-kerberos We finally moved the startup code out there. configure.ac | 2 +- po/POTFILES.in | 2 +- src/Makefile.am | 4 +- src/ka-applet.c | 2 +- src/ka-dbus.c | 2 +- src/ka-dialog.c | 1110 -------------------------------------------------- src/ka-dialog.h | 35 -- src/ka-kerberos.c | 1110 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/ka-kerberos.h | 35 ++ src/ka-main-window.c | 2 +- src/ka-pwdialog.c | 2 +- 11 files changed, 1153 insertions(+), 1153 deletions(-) commit 9b3059c3b60f586d344d06cc3227ee9b7bee1bb6 Author: Guido Günther Date: Mon Sep 12 10:43:57 2011 +0200 Move main() into ka-applet src/ka-applet.c | 26 +++++++++++++++++++++++--- src/ka-dialog.c | 23 +---------------------- 2 files changed, 24 insertions(+), 25 deletions(-) commit 5de82603dd831a13754a139c6eb80d9d87d4b27d Author: Guido Günther Date: Sat Sep 10 14:57:34 2011 +0200 Remove NoDisplay=true from desktop file since we now use it to edit the prefs. src/krb5-auth-dialog.desktop.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit adc616b490faccbec37aed550002b3e3f8b0169c Author: Guido Günther 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-dialog.c | 61 ++++++++++++------------------- 2 files changed, 118 insertions(+), 50 deletions(-) commit 819f5ea45868fad8ed9ae47d2c99862520846eda Author: Guido Günther Date: Sun Sep 11 13:35:30 2011 +0200 Invoke Kerberos related initialization from applet instead from within main. src/ka-applet.c | 23 +++++++++++++++++++++++ src/ka-dialog.c | 43 +++++++++++++++++++++++++------------------ src/ka-dialog.h | 3 +++ 3 files changed, 51 insertions(+), 18 deletions(-) commit 072bf062baf562bcf35436c5ebb62919cdf069e4 Author: Guido Günther Date: Sun Sep 11 10:59:14 2011 +0200 Use GtkApplication to work towards better singleton operation. Since GApplication acquires the DBus name already don't try to own the name in ka-dbus again. src/ka-applet.c | 16 ++++++++++------ src/ka-dbus.c | 41 +++++++++-------------------------------- src/ka-dialog.c | 2 +- 3 files changed, 20 insertions(+), 39 deletions(-) commit 19bb938a2bb502640f53a25f452e400dd0f68d5a Author: Zdeněk Hataš Date: Fri Sep 9 12:01:57 2011 +0200 Updated Czech translation po/cs.po | 202 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 103 insertions(+), 99 deletions(-) commit 8b53aed4c6ae13782b68b51fbdafba83f2da61f8 Author: Andrej Žnidaršič Date: Wed Sep 7 21:28:35 2011 +0200 Updated Slovenian translation po/sl.po | 329 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 169 insertions(+), 160 deletions(-) commit 9687ba4ba4c547436a122f21129bc6251a8b4a49 Author: Vincent Untz Date: Tue Sep 6 16:36:32 2011 +0200 build: Really drop libgnome-control-center dependency https://bugzilla.gnome.org/show_bug.cgi?id=658364 configure.ac | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-)