From 31185d465d8bfc8411533d46b8993b1cf5b7b13a Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 27 Oct 2014 20:13:59 +0100 Subject: New upstream version 3.15.1 --- ChangeLog | 611 +++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 502 insertions(+), 109 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9af2229..871566d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,398 @@ # Generated by Makefile. Do not edit. +commit db63dafaffbacf4974471259b9025eb2d23e423b +Author: Guido Günther +Date: Mon Oct 27 20:01:05 2014 +0100 + + Release 3.15.1 + + NEWS | 11 +++++++++++ + configure.ac | 2 +- + 2 files changed, 12 insertions(+), 1 deletion(-) + +commit fe4d9157fcfc3f547bd564fd626885ae3f2aaddb +Author: Guido Günther +Date: Mon Oct 27 12:59:22 2014 +0100 + + Drop now unused krb5-auth-dialog.ui + + po/POTFILES.in | 1 - + src/krb5-auth-dialog.ui | 816 ------------------------------------------------ + 2 files changed, 817 deletions(-) + +commit dddaa72bdda80fa7c8ae0bc415ea12603963646f +Author: Guido Günther +Date: Mon Oct 27 12:46:18 2014 +0100 + + Adjust header bar usage to the used desktop environment + + src/ka-preferences.c | 10 ++++++++-- + src/ka-pwdialog.c | 11 +++++++---- + 2 files changed, 15 insertions(+), 6 deletions(-) + +commit a6936220ddfefede7172cb7953be50e8409e8d13 +Author: Guido Günther +Date: Mon Oct 27 07:31:19 2014 +0100 + + Remove support for libnotify << 0.7 + + from 2010. We required that version in configure.ac anyway. + + src/ka-applet.c | 12 ------------ + 1 file changed, 12 deletions(-) + +commit a4d921f35cc65b14e4204cc855f0d2c3bbf68f29 +Author: Guido Günther +Date: Sun Oct 26 18:07:47 2014 +0100 + + Cleanup on SIGTERM and SIGQUIT + + This makes sure we don't leave any old notifiations around + + src/ka-applet.c | 27 +++++++++++++++++++++++++++ + 1 file changed, 27 insertions(+) + +commit 27f0e3523b4579cdad1d38492a7f8acbea556a8d +Author: Мирослав Николић +Date: Mon Oct 27 05:50:38 2014 +0100 + + Added Serbian translation + + po/sr.po | 94 +++++++++++++++++++++++++++++++++------------------------- + po/sr@latin.po | 94 +++++++++++++++++++++++++++++++++------------------------- + 2 files changed, 108 insertions(+), 80 deletions(-) + +commit 334a494b4931000954048d1057c50d9a8e999477 +Author: Piotr Drąg +Date: Sun Oct 26 15:45:31 2014 +0100 + + Updated POTFILES.in + + po/POTFILES.in | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) + +commit c62623e5433550d8c45127317a5291d339db5934 +Author: Guido Günther +Date: Sun Oct 26 14:41:17 2014 +0100 + + Silence status icon related deprecation warnings + + We want to support this mode for some time for e.g. XFCE + + src/ka-applet.c | 18 ++++++++++++++---- + 1 file changed, 14 insertions(+), 4 deletions(-) + +commit d1fd53f9455d927c57e542d88071de0ec5806e15 +Author: Guido Günther +Date: Sun Oct 26 14:57:34 2014 +0100 + + Don't log error about missing ticket cache at warning level + + so we can continue to use fatal-warnings. + + src/ka-kerberos.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 69f66f3f1f5d01f89ceb2b4fbe495e3c137863fb +Author: Guido Günther +Date: Sun Oct 26 10:52:13 2014 +0100 + + Introduce ka_log_error_message_at_level + + This allows us to log kerberos error message at different levels. + Sometimes they are expected and we don't want to issue a warning/ + critical in order to not trap on G_DEBUG=fatal-warnings. + + src/ka-kerberos.c | 19 +++++++++++++++---- + 1 file changed, 15 insertions(+), 4 deletions(-) + +commit dfb16eb28322ed1d0d0458bc40a172c4f9ddbad9 +Author: Guido Günther +Date: Sat Oct 25 13:37:50 2014 +0200 + + Update copyright + + src/ka-tools.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 90a9b3536dc804d9eda914f8b2bade9f075d31f7 +Author: Guido Günther +Date: Sat Oct 25 13:34:50 2014 +0200 + + Initially sync ticket properties + + to properly reflect the current gsettings. This also got broken + during the GConf to GSettings switch. + + src/ka-preferences.c | 9 ++++++--- + 1 file changed, 6 insertions(+), 3 deletions(-) + +commit 5342205c2a07299d6d05aa70018c139c097abd80 +Author: Guido Günther +Date: Fri Oct 24 16:24:15 2014 +0200 + + Don't try to set an empty property + + Resulting from a c'n'p error we still set old_path resulting in "" + being treated as property. + + src/ka-preferences.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 03e1903797b87685fe7cc21eb65228a98132f6f3 +Author: Guido Günther +Date: Fri Oct 24 16:16:31 2014 +0200 + + Fix pkinit property names + + This got broken by the move from GConf to GSettings + + src/ka-preferences.c | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit 373ae2c5d3eab708e9245deb93f65c3068f351e1 +Author: Guido Günther +Date: Fri Oct 24 13:56:16 2014 +0200 + + Make preferences a proper child of GtkDialog + + This gives us variants with and without header bar for free. + + src/ka-applet.c | 9 +- + src/ka-preferences.c | 513 ++++++++++++++++++++++--------------- + src/ka-preferences.h | 25 +- + src/resources/ui/ka-preferences.ui | 6 +- + 4 files changed, 341 insertions(+), 212 deletions(-) + +commit 8d3e1c9103e7837132eaeffc7736799e2fc95e77 +Author: Guido Günther +Date: Fri Oct 24 00:03:49 2014 +0200 + + Update POTFILES.in + + po/POTFILES.in | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +commit 4b84309343328567fde22d6e3dff6787d0229b24 +Author: Guido Günther +Date: Thu Oct 23 23:59:54 2014 +0200 + + Retrieve main window via GResource + + Not using a external glade file makes it simpler to run from the source + tree. + + src/Makefile.am | 8 +- + src/ka-applet.c | 20 +- + src/ka-main-window.c | 10 +- + src/ka-main-window.h | 2 +- + src/krb5-auth-dialog.gresource.xml | 1 + + src/resources/ui/ka-main-window.ui | 816 +++++++++++++++++++++++++++++++++++++ + 6 files changed, 827 insertions(+), 30 deletions(-) + +commit 5c38aea0f6a808f8379bb6e7e71a268e3f911be4 +Author: Guido Günther +Date: Thu Oct 23 23:46:18 2014 +0200 + + Retrieve prefs dialog via GResource + + Not using a external glade file makes it simpler to run from the source + tree. + + src/Makefile.am | 1 + + src/ka-applet.c | 2 +- + src/ka-preferences.c | 11 +- + src/ka-preferences.h | 2 +- + src/krb5-auth-dialog.gresource.xml | 1 + + src/resources/ui/ka-preferences.ui | 791 +++++++++++++++++++++++++++++++++++++ + 6 files changed, 801 insertions(+), 7 deletions(-) + +commit 643fc595e87c907d97c490a2911dc950ea46d7ca +Author: Guido Günther +Date: Thu Oct 23 23:31:59 2014 +0200 + + Retrieve app-menu via GResource + + Not using a external glade file makes it simpler to run from the source + tree. + + src/Makefile.am | 2 ++ + src/ka-applet.c | 19 ++++++++++++------- + src/krb5-auth-dialog.gresource.xml | 1 + + src/krb5-auth-dialog.ui | 24 ------------------------ + src/resources/ui/app-menu.ui | 28 ++++++++++++++++++++++++++++ + 5 files changed, 43 insertions(+), 31 deletions(-) + +commit f47460db49e3ec5cb7bf8b0ba44a1d4d5c46d1dc +Author: Guido Günther +Date: Thu Oct 23 23:05:26 2014 +0200 + + Remove ka_pwdialog_create + + and use ka_pwdialog_new instead + + src/ka-applet.c | 2 +- + src/ka-pwdialog.c | 76 +++++++++++++++++++++++++++---------------------------- + src/ka-pwdialog.h | 2 +- + 3 files changed, 40 insertions(+), 40 deletions(-) + +commit 6265b3c9bfb81c2b4f1a8fca8c0d4900cae88779 +Author: Guido Günther +Date: Thu Oct 23 22:56:28 2014 +0200 + + Pass on use-header-bar property to GtkDialog + + src/ka-pwdialog.c | 34 ++++++++++++++++++++++++++++++++++ + 1 file changed, 34 insertions(+) + +commit f3c9e040f0ac85193fd33c44f9ac8c96d9a87565 +Author: Guido Günther +Date: Thu Oct 23 21:09:19 2014 +0200 + + Make KaPwDialog a proper child of GtkDialog + + This gives us variants with and without header bar for free. + + .gitignore | 1 + + configure.ac | 3 + + src/Makefile.am | 10 +++ + src/ka-applet.c | 4 +- + src/ka-pwdialog.c | 55 +++++++------ + src/ka-pwdialog.h | 2 +- + src/krb5-auth-dialog.gresource.xml | 6 ++ + src/krb5-auth-dialog.ui | 163 ------------------------------------- + src/resources/ui/ka-pwdialog.ui | 150 ++++++++++++++++++++++++++++++++++ + 9 files changed, 201 insertions(+), 193 deletions(-) + +commit 5d15c67b20816cb9990d7cb6154ba8d1346ca90c +Author: Guido Günther +Date: Fri Oct 24 16:28:57 2014 +0200 + + Bump minimum required GTK+ version + + for the dialogs header bar handling. + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 0f7c9b06a79c28038e758473922f463df2b96336 +Author: Guido Günther +Date: Thu Oct 23 20:29:14 2014 +0200 + + Update .gitignore + + .gitignore | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +commit cb8b7aa9ec8253404c63b29b464dc60caa0e3c05 +Author: Guido Günther +Date: Thu Oct 23 19:50:21 2014 +0200 + + Release 3.14.0 + + NEWS | 9 +++++++++ + configure.ac | 2 +- + 2 files changed, 10 insertions(+), 1 deletion(-) + +commit 5951d74397bc1367403750b96f8c85990910110b +Author: Guido Günther +Date: Thu Oct 23 19:43:37 2014 +0200 + + Don't use deprecated GTK_STOCK_* + + src/ka-preferences.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 6e96831b5fdc0ab36a5fe6e4b8be553846a35d53 +Author: Guido Günther +Date: Thu Oct 23 19:36:36 2014 +0200 + + Don't use deprecated images in menus + + src/ka-applet.c | 11 ++++------- + 1 file changed, 4 insertions(+), 7 deletions(-) + +commit 6bb3c08904ff5ee373d3782004130ae341191437 +Author: Guido Günther +Date: Mon Oct 20 10:31:16 2014 +0200 + + Use current user name to determine principal + + This got broken when switching from GConf to GSettings. + + src/ka-kerberos.c | 4 ++++ + 1 file changed, 4 insertions(+) + +commit 935ee0fccb1b9cb6197ec2afbd8d64b5e0732903 +Author: Guido Günther +Date: Sun Oct 12 10:31:37 2014 +0200 + + Adjust format string + + Argument is size_t not int + + src/ka-kerberos.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit ff01590b7ec884afef7996d2f416564bf0857f89 +Author: Guido Günther +Date: Sun Oct 12 10:27:37 2014 +0200 + + Use g_debug instead of a custom debug macro + + set a log domain accordingly. This make rebuilding for debugging + superfluous. + + plugins/Makefile.am | 16 +++++++++++----- + src/Makefile.am | 1 + + src/ka-applet-priv.h | 9 +++------ + 3 files changed, 15 insertions(+), 11 deletions(-) + +commit cc0b7a4042245e7b023894f4e938302d1b11be78 +Author: Zdeněk Hataš +Date: Wed Aug 20 05:54:08 2014 +0200 + + Updated Czech translation + + po/cs.po | 44 ++++++++++++++++++++++++-------------------- + 1 file changed, 24 insertions(+), 20 deletions(-) + +commit 48e6e3e64f8d9154784b2907c5c7ca17a72e8c55 +Author: Olav Vitters +Date: Mon Aug 11 10:44:24 2014 +0200 + + revert putting into deprecated + + krb5-auth-dialog.doap | 1 - + 1 file changed, 1 deletion(-) + +commit 94956814d1ca6a33766fc62df2b730cc46893713 +Author: Olav Vitters +Date: Thu Jul 31 12:05:24 2014 +0200 + + doap category deprecated + + krb5-auth-dialog.doap | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit da9888ca4c42f08da84bd50c222a39a0123b611c +Author: Olav Vitters +Date: Thu Jul 31 12:00:22 2014 +0200 + + doap category deprecated + + krb5-auth-dialog.doap | 1 + + 1 file changed, 1 insertion(+) + +commit 474d999a201cf1ec92247188264aaf51c877ca36 +Author: Daniel Mustieles +Date: Fri Jun 20 13:23:55 2014 +0200 + + Updated Spanish translation + + po/es.po | 90 +++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 46 insertions(+), 44 deletions(-) + commit 02d1bbf5c2bafb62360b1b17d27afa8c2cf484af Author: Guido Günther Date: Thu Jun 19 20:02:44 2014 +0200 @@ -18,8 +411,8 @@ Date: Thu Jun 19 19:58:59 2014 +0200 to be consistent with other gnome apps - src/krb5-auth-dialog.ui | 72 +++++++++++++++++++++---------------------------- - 1 file changed, 31 insertions(+), 41 deletions(-) + src/krb5-auth-dialog.ui | 78 +++++++++++++++++++++---------------------------- + 1 file changed, 34 insertions(+), 44 deletions(-) commit d3c917a84b3c2e26fe58b8131923b9fa9455a9ba Author: MarMav @@ -222,8 +615,8 @@ Date: Fri Sep 13 22:12:56 2013 +0200 Updated Danish translation - po/da.po | 509 ++++++++++++++++++++++++++++++++------------------------------- - 1 file changed, 262 insertions(+), 247 deletions(-) + po/da.po | 515 ++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 265 insertions(+), 250 deletions(-) commit bcac5ee442c282b92f8c455b66566f29efe93b79 Author: Fran Diéguez @@ -315,8 +708,8 @@ Date: Tue Apr 2 00:35:52 2013 +0800 Update Simplified Chinese translation - po/zh_CN.po | 532 ++++++++++++++++++++++++++++++++---------------------------- - 1 file changed, 282 insertions(+), 250 deletions(-) + po/zh_CN.po | 538 ++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 285 insertions(+), 253 deletions(-) commit 37df9b921bf989102c7a77f46827cdc9b1d1fd23 Author: Marek Černocký @@ -351,8 +744,8 @@ Date: Fri Mar 29 23:15:40 2013 +0100 Updated Slovenian translation - po/sl.po | 134 ++++++++++++++++++++++++++++++++------------------------------- - 1 file changed, 69 insertions(+), 65 deletions(-) + po/sl.po | 138 ++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 71 insertions(+), 67 deletions(-) commit bfacebdfcbaf8928acabb39306684f02c0363894 Author: Daniel Mustieles @@ -510,20 +903,20 @@ Date: Mon Feb 20 21:54:30 2012 +0100 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.c | 149 ----------- src/ka-gconf-tools.h | 48 ---- - src/ka-gconf.c | 195 ------------- + 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.c | 453 +++++++++++--------------------- 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(-) + 21 files changed, 456 insertions(+), 958 deletions(-) commit 50451b28716e74612152511af44771f761b61c49 Author: Guido Günther @@ -579,8 +972,8 @@ 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(-) + po/pt_BR.po | 562 ++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 304 insertions(+), 258 deletions(-) commit 5510e8b0c8a2e905842962ef059b7e01a6fae24a Author: Marek Černocký @@ -606,8 +999,8 @@ Date: Fri Nov 9 12:04:12 2012 +0100 Updated Czech translation - po/cs.po | 319 ++++++++++++++++++++++++++++++++------------------------------- - 1 file changed, 162 insertions(+), 157 deletions(-) + po/cs.po | 339 ++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 172 insertions(+), 167 deletions(-) commit 1bbe1eec409d0b9df58c41bcc9296276ed71eb42 Author: Daniel Winzen @@ -642,8 +1035,8 @@ Date: Sun Jun 3 00:17:29 2012 +0200 Updated French translation - po/fr.po | 313 ++++++++++++++++++++++++++++++++------------------------------- - 1 file changed, 158 insertions(+), 155 deletions(-) + po/fr.po | 323 ++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 163 insertions(+), 160 deletions(-) commit 9109ec49c77b1daa2d9d9b85440bdbc8da1607c1 Author: Matej Urbančič @@ -651,8 +1044,8 @@ Date: Mon May 28 14:58:41 2012 +0200 Updated Slovenian translation - po/sl.po | 289 ++++++++++++++++++++++++++++++++------------------------------- - 1 file changed, 146 insertions(+), 143 deletions(-) + po/sl.po | 299 ++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 151 insertions(+), 148 deletions(-) commit 86a06ecad9849a4ca5508cf7cfdbcede89cdf15d Author: Daniel Mustieles @@ -660,8 +1053,8 @@ Date: Sun May 27 12:30:05 2012 +0200 Updated Spanish translation - po/es.po | 446 +++++++++++++++++++++++++++++++-------------------------------- - 1 file changed, 223 insertions(+), 223 deletions(-) + po/es.po | 454 +++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 227 insertions(+), 227 deletions(-) commit 771275702e1802b7150b9903c8ad915f604cc746 Author: Antoine Jacoutot @@ -680,8 +1073,8 @@ Date: Sat Mar 24 00:12:35 2012 +0100 Updated Galician translations - po/gl.po | 460 ++++++++++++++++++++++++++++++++------------------------------- - 1 file changed, 237 insertions(+), 223 deletions(-) + po/gl.po | 470 ++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 242 insertions(+), 228 deletions(-) commit f7414096623e564d9d26794b7cc1cb3ab680929d Author: Guido Günther @@ -818,8 +1211,8 @@ Date: Mon Sep 12 12:23:13 2011 +0200 since GtkApplication is 3.0 only - configure.ac | 32 ++++++-------------------------- - 1 file changed, 6 insertions(+), 26 deletions(-) + configure.ac | 30 +++++------------------------- + 1 file changed, 5 insertions(+), 25 deletions(-) commit d8efe4a8fe5152f8c53c005fb0830ef80fce8a9d Author: Guido Günther @@ -1011,8 +1404,8 @@ Date: Sun Sep 4 19:05:08 2011 +0200 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(-) + src/krb5-auth-dialog.ui | 213 +++++++++++++++++++++++++++++++++++++----------- + 3 files changed, 227 insertions(+), 52 deletions(-) commit 88d1f28b5aa86aba5cf4d46f719fe2ca5c9f1040 Author: Guido Günther @@ -1100,8 +1493,8 @@ Date: Fri Jun 10 15:52:51 2011 +0200 Update Czech translation by Zdenek Hatas - po/cs.po | 347 ++++++++++++++++++++++++++++++++++----------------------------- - 1 file changed, 187 insertions(+), 160 deletions(-) + po/cs.po | 351 ++++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 189 insertions(+), 162 deletions(-) commit 2b27db7f8d18d7d6d473a1efd093a1fe0e646981 Author: Guido Günther @@ -1133,8 +1526,8 @@ Date: Thu Apr 21 17:36:17 2011 +0200 Updated French translation - po/fr.po | 122 ++++++++++++++++++++++++++++++++++++++------------------------- - 1 file changed, 74 insertions(+), 48 deletions(-) + po/fr.po | 126 ++++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 76 insertions(+), 50 deletions(-) commit e75b2be5f1f8a6d1410a6ea5c37217c9e29513c1 Author: Joe Hansen @@ -1142,8 +1535,8 @@ Date: Wed Apr 6 22:33:14 2011 +0200 Updated Danish translation - po/da.po | 126 ++++++++++++++++++++++++++++++++++++++------------------------- - 1 file changed, 76 insertions(+), 50 deletions(-) + po/da.po | 128 ++++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 77 insertions(+), 51 deletions(-) commit 46edaee71f066bc961e319e0d589a15d44f97192 Author: Matej Urbančič @@ -1261,8 +1654,8 @@ Date: Tue Mar 29 16:16:32 2011 +0200 Updated Slovenian translation - po/sl.po | 158 ++++++++++++++++++++++++++++++++++----------------------------- - 1 file changed, 86 insertions(+), 72 deletions(-) + po/sl.po | 160 ++++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 87 insertions(+), 73 deletions(-) commit 9cf49075f942fb0ae67685458bedca8ef0449912 Author: Kjartan Maraas @@ -1270,8 +1663,8 @@ Date: Mon Mar 28 20:39:34 2011 +0200 Updated Norwegian bokmål translation - po/nb.po | 260 ++++++++++++++++++++++++++++++++------------------------------- - 1 file changed, 132 insertions(+), 128 deletions(-) + po/nb.po | 262 ++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 133 insertions(+), 129 deletions(-) commit 378378f939868df01669042d1a5f8e1541950b10 Author: Daniel Mustieles @@ -1469,11 +1862,11 @@ 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 | 247 ++++++++++++++++++++++++++++++++++++------------ src/ka-dbus.h | 12 +-- src/ka-dbus.xml | 30 ------ src/ka-dialog.c | 15 ++- - 11 files changed, 234 insertions(+), 140 deletions(-) + 11 files changed, 233 insertions(+), 139 deletions(-) commit d7fb06fed1ef841e854ede85980c9e5d6544e868 Author: Guido Günther @@ -1482,14 +1875,14 @@ Date: Thu Feb 24 21:59:36 2011 +0100 Reindent according to CodingStyle CodingStyle | 5 +- - src/ka-dbus.c | 134 +++-- + src/ka-dbus.c | 126 +++-- src/ka-dbus.h | 12 +- - src/ka-dialog.c | 1509 ++++++++++++++++++++++++++--------------------------- - src/ka-pwdialog.c | 403 +++++++------- + src/ka-dialog.c | 1399 ++++++++++++++++++++++++++--------------------------- + src/ka-pwdialog.c | 381 ++++++++------- src/ka-pwdialog.h | 21 +- src/ka-tickets.c | 147 +++--- src/ka-tickets.h | 18 +- - 8 files changed, 1132 insertions(+), 1117 deletions(-) + 8 files changed, 1062 insertions(+), 1047 deletions(-) commit 345521f0e3bd7e3ba0b9975da9db70702aec60e4 Author: Guido Günther @@ -1572,8 +1965,8 @@ Date: Tue Feb 15 22:16:17 2011 +0100 Updated Swedish translation - po/sv.po | 416 ++++++++++++++++++++++++++++++++------------------------------- - 1 file changed, 213 insertions(+), 203 deletions(-) + po/sv.po | 420 ++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 215 insertions(+), 205 deletions(-) commit 88acc9ee38f59eaf5800e49cd94c767d5dafdbc8 Author: Daniel Mustieles @@ -1708,8 +2101,8 @@ Date: Sat Feb 12 16:39:50 2011 +0100 BZ: #633420 configure.ac | 3 +- - src/ka-applet.c | 195 +++++++++++++++++++++++++++++++++++++++----------------- - 2 files changed, 140 insertions(+), 58 deletions(-) + src/ka-applet.c | 197 +++++++++++++++++++++++++++++++++++++++----------------- + 2 files changed, 141 insertions(+), 59 deletions(-) commit 61e967ec63309dc3a1629f140c4f63c5186e3b8c Author: Guido Günther @@ -1731,10 +2124,10 @@ Date: Fri Feb 11 17:06:52 2011 +0100 that simply pops up a dialog. Libnotify supports persistent notifications for this now. - configure.ac | 45 ++++++++++----------------------------------- + configure.ac | 43 +++++++++---------------------------------- src/ka-applet.c | 16 ---------------- src/ka-dialog.c | 32 +++++--------------------------- - 3 files changed, 15 insertions(+), 78 deletions(-) + 3 files changed, 14 insertions(+), 77 deletions(-) commit 68f52116adfe4b014cb8c4e2e146b377e71a5f3f Author: Matej Urbančič @@ -1921,8 +2314,8 @@ Date: Wed Oct 13 15:21:55 2010 +0300 Updated Ukrainian translation - po/uk.po | 161 +++++++++++++++++++++++++++++++++++---------------------------- - 1 file changed, 90 insertions(+), 71 deletions(-) + po/uk.po | 163 +++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 91 insertions(+), 72 deletions(-) commit 93f214594009fef14339c8e97e1b2e2c7d5ca9df Author: Andrej Žnidaršič @@ -2021,8 +2414,8 @@ Date: Tue Oct 5 12:52:35 2010 +0200 Reindent - src/ka-applet.c | 1313 +++++++++++++++++++++++++++---------------------------- - 1 file changed, 654 insertions(+), 659 deletions(-) + src/ka-applet.c | 1273 +++++++++++++++++++++++++++---------------------------- + 1 file changed, 634 insertions(+), 639 deletions(-) commit b780009127e58ced43eb49e6f8f6e00a114c59c3 Author: Guido Günther @@ -2042,8 +2435,8 @@ Date: Thu Sep 30 09:30:23 2010 +0200 instead of the deprecated libnm_glib_* functions - src/ka-dialog.c | 82 ++++++++++++++++++++++++++++----------------------------- - 1 file changed, 40 insertions(+), 42 deletions(-) + src/ka-dialog.c | 80 ++++++++++++++++++++++++++++----------------------------- + 1 file changed, 39 insertions(+), 41 deletions(-) commit 174d4d3582a6b36b94b7b282a805440b76a017e3 Author: Mario Blättermann @@ -2051,8 +2444,8 @@ Date: Wed Sep 22 21:48:14 2010 +0200 [i18n] Updated German doc translation - help/de/de.po | 232 ++++++++++++++++++++++++++++++++++++---------------------- - 1 file changed, 145 insertions(+), 87 deletions(-) + help/de/de.po | 228 ++++++++++++++++++++++++++++++++++++---------------------- + 1 file changed, 143 insertions(+), 85 deletions(-) commit 7c9386dbac2fee761a09044158c8cdccd742310a Author: Guido Günther @@ -2121,8 +2514,8 @@ Date: Thu Jul 29 12:24:44 2010 +0200 to select the GTK+ version used. Code taken from gtk-vnc. - configure.ac | 41 +++++++++++++++++++++++++++++++---------- - 1 file changed, 31 insertions(+), 10 deletions(-) + configure.ac | 37 +++++++++++++++++++++++++++++-------- + 1 file changed, 29 insertions(+), 8 deletions(-) commit 45f476929622b14a210dd8c6b493506a4f2889a9 Author: Jorge González @@ -2181,11 +2574,11 @@ Date: Wed Jul 7 17:28:12 2010 +0200 Reindent plugins - plugins/ka-plugin-dummy.c | 67 +++++++++++++++++------------------- + plugins/ka-plugin-dummy.c | 65 +++++++++++++++++------------------ plugins/ka-plugin-dummy.h | 13 ++----- - plugins/ka-plugin-pam.c | 88 +++++++++++++++++++++++------------------------ - plugins/ka-plugin-pam.h | 15 ++------ - 4 files changed, 82 insertions(+), 101 deletions(-) + plugins/ka-plugin-pam.c | 86 +++++++++++++++++++++++------------------------ + plugins/ka-plugin-pam.h | 15 ++------- + 4 files changed, 80 insertions(+), 99 deletions(-) commit e8232134f1ced866a56270ef4dc36fe29480c97d Author: Guido Günther @@ -2308,8 +2701,8 @@ Date: Sun Jun 6 17:59:12 2010 +0200 Update nb translation - po/nb.po | 995 +++++++++++++++++++++++++++++---------------------------------- - 1 file changed, 450 insertions(+), 545 deletions(-) + po/nb.po | 1009 ++++++++++++++++++++++++++++---------------------------------- + 1 file changed, 457 insertions(+), 552 deletions(-) commit 7a7832ce3a7c4adffca663fd5298ac76a47abf27 Author: Guido Günther @@ -2878,8 +3271,8 @@ Date: Sat Apr 3 10:02:12 2010 +0200 Updated Slovenian translation - po/sl.po | 1112 +++++++++++++++++++++++++++++++++----------------------------- - 1 file changed, 586 insertions(+), 526 deletions(-) + po/sl.po | 1120 +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 590 insertions(+), 530 deletions(-) commit 6657dffa9acf9bd9bc360709cc0b5d6a855df05a Author: Guido Günther @@ -3080,8 +3473,8 @@ Date: Mon Oct 19 23:26:42 2009 +0200 Updated German translation - po/de.po | 848 ++++++++++++++++++++++++++++++++++----------------------------- - 1 file changed, 463 insertions(+), 385 deletions(-) + po/de.po | 850 ++++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 464 insertions(+), 386 deletions(-) commit 4b6bf54f2f34e417619e4785af3fe110494f0bec Author: Claude Paroz @@ -3100,8 +3493,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 file changed, 34 insertions(+), 15 deletions(-) + src/krb5-auth-pwdialog.c | 47 +++++++++++++++++++++++++++++++++-------------- + 1 file changed, 33 insertions(+), 14 deletions(-) commit 17f830245d522db0b950de993ff3e3fed5b56846 Author: Guido Günther @@ -3186,8 +3579,8 @@ Date: Tue Sep 15 18:30:04 2009 +0200 warn on unsupported cache types - src/krb5-auth-dialog.c | 17 ++++++++++------- - 1 file changed, 10 insertions(+), 7 deletions(-) + src/krb5-auth-dialog.c | 15 +++++++++------ + 1 file changed, 9 insertions(+), 6 deletions(-) commit ccaf4225dd658c84bef222cc530cc8d21069cd72 Author: Jorge González @@ -3459,8 +3852,8 @@ Date: Sun Jul 5 11:30:47 2009 +0200 Updated Spanish translation - po/es.po | 278 +++++++++++++++++++++++++++++++++++---------------------------- - 1 file changed, 154 insertions(+), 124 deletions(-) + po/es.po | 282 +++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 156 insertions(+), 126 deletions(-) commit 1a4aba5b7a71dc913d9ba215b023879766a41b91 Author: Guido Günther @@ -3544,9 +3937,9 @@ 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.xml | 271 ++++++++++++++++----------- - 3 files changed, 332 insertions(+), 109 deletions(-) + preferences/krb5-auth-dialog-preferences.c | 160 ++++++++++++++- + preferences/krb5-auth-dialog-preferences.xml | 281 ++++++++++++++++----------- + 3 files changed, 337 insertions(+), 114 deletions(-) commit 2ad5e90d3191b417efe36a2a033ce6fab3830e76 Author: Guido Günther @@ -3728,8 +4121,8 @@ Date: Sun Jun 14 11:47:27 2009 +0200 Updated sv translation (Daniel Nylander) - po/sv.po | 746 +++++++++++++++++++++++++++++---------------------------------- - 1 file changed, 345 insertions(+), 401 deletions(-) + po/sv.po | 754 +++++++++++++++++++++++++++++---------------------------------- + 1 file changed, 349 insertions(+), 405 deletions(-) commit 73c1baacc5ce8129020940a1789466e1579078c7 Author: Guido Günther @@ -3824,13 +4217,13 @@ Date: Fri Jun 12 22:46:19 2009 +0200 update po - po/de.po | 137 +++++++++++++++++++++++++++++++++--------------- - po/es.po | 41 ++++++++------- - po/krb5-auth-dialog.pot | 129 +++++++++++++++++++++++++++++++-------------- - po/nb.po | 135 +++++++++++++++++++++++++++++++++-------------- - po/pa.po | 43 +++++++-------- - po/sv.po | 129 +++++++++++++++++++++++++++++++-------------- - 6 files changed, 413 insertions(+), 201 deletions(-) + po/de.po | 143 +++++++++++++++++++++++++++++++++--------------- + po/es.po | 41 +++++++------- + po/krb5-auth-dialog.pot | 131 ++++++++++++++++++++++++++++++-------------- + po/nb.po | 143 +++++++++++++++++++++++++++++++++--------------- + po/pa.po | 43 ++++++++------- + po/sv.po | 131 ++++++++++++++++++++++++++++++-------------- + 6 files changed, 422 insertions(+), 210 deletions(-) commit eede48773890ba17d15cfa93eee14cdcb276d1a0 Author: Guido Günther @@ -3913,8 +4306,8 @@ Date: Mon Jun 8 07:01:48 2009 +0530 updating Translation for Gurmukhi - po/pa.po | 684 ++++++++++++++++++++++++++++++++------------------------------- - 1 file changed, 347 insertions(+), 337 deletions(-) + po/pa.po | 692 ++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 351 insertions(+), 341 deletions(-) commit f359ac03f203f6031a3ad8f620c98bc1047fa43a Author: Jorge Gonzalez @@ -4106,11 +4499,11 @@ Date: Fri May 15 18:33:07 2009 +0200 update translatable strings ChangeLog | 7 + - po/de.po | 3344 ++++++++++++----------------------------------- - po/krb5-auth-dialog.pot | 3243 ++++++++++++--------------------------------- - po/nb.po | 3219 +++++++++++++-------------------------------- - po/sv.po | 3283 ++++++++++++---------------------------------- - 5 files changed, 3450 insertions(+), 9646 deletions(-) + po/de.po | 2888 ++++++++++----------------------------------- + po/krb5-auth-dialog.pot | 2869 ++++++++++----------------------------------- + po/nb.po | 2983 +++++++++++++---------------------------------- + po/sv.po | 2929 +++++++++++----------------------------------- + 5 files changed, 2740 insertions(+), 8936 deletions(-) commit 0ed20a2f652ab45c57c9369b8dad08ae2edb3605 Author: Guido Günther @@ -4403,8 +4796,8 @@ Date: Thu Apr 23 21:06:19 2009 +0200 based on a patch for 0.8 by Matthias Clasen ChangeLog | 9 +++++++++ - src/krb5-auth-applet.c | 35 ++++++++++++++++++++++++++++------- - 2 files changed, 37 insertions(+), 7 deletions(-) + src/krb5-auth-applet.c | 37 +++++++++++++++++++++++++++++-------- + 2 files changed, 38 insertions(+), 8 deletions(-) commit 3c27e64b15a084f7cdc3923b7f4085e5a6820222 Author: Guido Günther @@ -4936,8 +5329,8 @@ Date: Sat Jan 10 13:25:51 2009 +0000 svn path=/trunk/; revision=115 po/ChangeLog | 4 + - po/krb5-auth-dialog.pot | 1405 ++++++++++++++++++++++++++--------------------- - 2 files changed, 795 insertions(+), 614 deletions(-) + po/krb5-auth-dialog.pot | 1413 ++++++++++++++++++++++++++--------------------- + 2 files changed, 799 insertions(+), 618 deletions(-) commit fc1a25c2491681dfd61448bd9e0ac23cef1a929b Author: Guido Günther @@ -5047,9 +5440,9 @@ 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 | 298 +++++++++++++++++++++++++++++++------------------ src/krb5-auth-gconf.c | 16 +++ - 6 files changed, 249 insertions(+), 110 deletions(-) + 6 files changed, 248 insertions(+), 109 deletions(-) commit d485821fc3151f3082a43679894bd768cdd18ab4 Author: Guido Günther @@ -5462,9 +5855,9 @@ Date: Sun Oct 29 17:42:34 2006 +0000 * src/krb5-auth-dialog.c: Clean up the #ifdefs to make things slightly more readable. - ChangeLog | 5 ++++ - src/krb5-auth-dialog.c | 81 +++++++++++++++++--------------------------------- - 2 files changed, 33 insertions(+), 53 deletions(-) + ChangeLog | 5 +++ + src/krb5-auth-dialog.c | 93 ++++++++++++++++++-------------------------------- + 2 files changed, 39 insertions(+), 59 deletions(-) commit b684283623c69ae8c1a69536628b79c531ff6bdd Author: Christopher Aillon @@ -5951,9 +6344,9 @@ 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 ++++++++++++++++++++++++++++++++++++++++---------- - 2 files changed, 54 insertions(+), 12 deletions(-) + ChangeLog | 4 +++ + src/krb5-auth-dialog.c | 66 +++++++++++++++++++++++++++++++++++++++----------- + 2 files changed, 56 insertions(+), 14 deletions(-) commit 023f791dc1a2cf57879dc6a910f41de802033bd8 Author: Christopher Aillon @@ -6029,8 +6422,8 @@ Date: Sat Oct 29 06:25:42 2005 +0000 * src/krb5-auth-dialog.c: Reformat using tabs instead of spaces ChangeLog | 6 +- - src/krb5-auth-dialog.c | 652 +++++++++++++++++++++++++------------------------ - 2 files changed, 332 insertions(+), 326 deletions(-) + src/krb5-auth-dialog.c | 616 +++++++++++++++++++++++++------------------------ + 2 files changed, 314 insertions(+), 308 deletions(-) commit 6e04a5ef624e17d052a939957d49c21c4682a2c3 Author: Christopher Aillon -- cgit