commit db63dafaffbacf4974471259b9025eb2d23e423b
Author: Guido Günther <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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: Мирослав Николић <miroslavnikolic@rocketmail.com>
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 <piotrdrag@gmail.com>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
Date:   Thu Oct 23 20:29:14 2014 +0200

    Update .gitignore

 .gitignore | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)