commit 1fec2e02597926de3921da4b462610779a1333bf Author: Guido Günther Date: Tue Sep 6 12:37:28 2011 +0200 Bump version to 3.1.91 NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletions(-) commit becb3cadc883efcd444b9ffbccdd5ac535062feb Author: Guido Günther 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(-) commit 3fe50f6c8450f1eb38dbb249c89b92ff51032ed3 Author: Guido Günther Date: Sun Sep 4 21:52:47 2011 +0200 Add preferences dialog instead of using the cc-panel BZ: #657292 Makefile.am | 2 +- cc-panel/Makefile.am | 55 --- cc-panel/cc-ka-panel.c | 784 ----------------------------------- cc-panel/cc-ka-panel.h | 45 -- cc-panel/gnome-ka-panel.desktop.in | 17 - cc-panel/ka-module.c | 20 - cc-panel/ka-panel.ui | 732 --------------------------------- configure.ac | 1 - po/POTFILES.in | 4 +- src/Makefile.am | 2 + src/ka-applet.c | 3 + src/ka-main-window.c | 3 +- src/ka-preferences.c | 689 +++++++++++++++++++++++++++++++ src/ka-preferences.h | 21 + src/krb5-auth-dialog.ui | 794 ++++++++++++++++++++++++++++++++++++ 15 files changed, 1513 insertions(+), 1659 deletions(-) commit 58680535a6fb6e860276d05703341f5fc505149c Author: dmustieles Date: Mon Sep 5 13:54:59 2011 +0200 Updated Spanish translation po/es.po | 81 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 45 insertions(+), 36 deletions(-) commit 030d15751d0ab74b0624680f696248747fd1d562 Author: Guido Günther Date: Sun Sep 4 20:08:28 2011 +0200 Wire up about dialog src/ka-applet.c | 23 +---------------------- src/ka-main-window.c | 2 +- src/ka-tools.c | 28 ++++++++++++++++++++++++++++ src/ka-tools.h | 1 + 4 files changed, 31 insertions(+), 23 deletions(-) commit 604cd3bbf5ed06f45d06d89c62a13b05c85e6510 Author: Guido Günther 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.h | 2 +- src/krb5-auth-dialog.ui | 211 +++++++++++++++++++++++++++++++++++++---------- 3 files changed, 226 insertions(+), 51 deletions(-) commit 88d1f28b5aa86aba5cf4d46f719fe2ca5c9f1040 Author: Guido Günther Date: Sun Sep 4 19:20:12 2011 +0200 Name callbacks consistently src/ka-applet.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit 53dfb8407380dd82d32f80c5deed39da1f982cfa Author: Guido Günther Date: Sun Sep 4 18:47:32 2011 +0200 Update the main window's ticket list when the ccache changes Introduce a krb-ccache-changed signal for that. src/ka-applet-priv.h | 4 +++- src/ka-applet.c | 12 +++++++++--- src/ka-dbus.c | 2 +- src/ka-dialog.c | 7 ++++--- src/ka-main-window.c | 14 +++++++++++++- src/ka-main-window.h | 4 +++- 6 files changed, 33 insertions(+), 10 deletions(-) commit 47bdf47feaa0a4b5fd9fd05e96f4b1f4a4eca49c Author: Guido Günther Date: Sun Sep 4 15:31:44 2011 +0200 Make the tickets dialog the main window instead of a dialog po/POTFILES.in | 2 +- src/Makefile.am | 4 +- src/ka-applet.c | 10 ++-- src/ka-dialog.c | 2 +- src/ka-main-window.c | 123 +++++++++++++++++++++++++++++++++++++++++++++++ src/ka-main-window.h | 40 +++++++++++++++ src/ka-tickets.c | 116 -------------------------------------------- src/ka-tickets.h | 39 --------------- src/krb5-auth-dialog.ui | 61 +++++------------------- 9 files changed, 184 insertions(+), 213 deletions(-) commit 371720a2b70b968dfcaaf5b7de0d0826c985a050 Author: Guido Günther Date: Sun Sep 4 16:05:54 2011 +0200 Connect GtkBuilder signals src/ka-applet.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 8c1a20fbfee1c1ed6ad3002e169c939ad9e87477 Author: Fran Dieguez Date: Tue Aug 16 23:00:21 2011 +0200 Updated Galician translations po/gl.po | 293 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 166 insertions(+), 127 deletions(-) commit 7a7a51829f6fa07470f311b8d090569a9845c791 Author: Aron Xu 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(-) commit f12286399ca209b31ca17d4162fbf99ed6968b36 Author: Petr Kovar Date: Fri Jun 10 15:57:05 2011 +0200 Fix Czech translation po/cs.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 905cb444e01794557d038c4547d483a18f2a46cf Author: Petr Kovar 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(-)