aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1289
1 files changed, 855 insertions, 434 deletions
diff --git a/ChangeLog b/ChangeLog
index 40571d8..7d5e929 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,456 @@
# Generated by Makefile. Do not edit.
+commit fafdbcb7f61970470b4df095ce5bc2dfa9a626b7
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Nov 11 12:44:12 2017 +0100
+
+ Release 3.26.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2384bf0bd668a17dca6733dc63bdb8c1f1960bf9
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Jul 16 19:16:04 2017 +0200
+
+ Avoid warning when building with MIT Kerberos
+
+ Heimdal uses a long int for timestamps
+
+ src/ka-kerberos.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2691467aa5c4caccc894fbf11a2da27918d413db
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Jul 16 19:16:04 2017 +0200
+
+ Avoid warning when building with MIT Kerberos
+
+ Heimdal uses a size_t
+
+ src/ka-kerberos.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5aaa0459dc05386a7456d6aea2eb90e4ff83e0db
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Jul 16 19:16:04 2017 +0200
+
+ Don't assume there is a file when listing tickets
+
+ Instead of checking for the the existence of an actual file
+ use the Kerberos error code. This allows us to work for other
+ cache types too.
+
+ src/ka-kerberos.c | 23 +++++++++++------------
+ 1 file changed, 11 insertions(+), 12 deletions(-)
+
+commit 188a6bd32940db46a0fadd56860d9acecee96c39
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Jul 13 18:34:50 2017 +0200
+
+ Set pwdialog transient to the main window
+
+ Now that both can appear on the screen at the same time.
+
+ src/ka-applet.c | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 073c8432c6eb5849daffe841c56cdbefe29274d8
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Jul 7 16:19:27 2017 +0200
+
+ Add button to refresh credentials to main window's header bar
+
+ Useful if one closes the notifiation
+
+ src/ka-main-window.c | 32 ++++++++++++++++++++++++++++++++
+ src/resources/ui/ka-main-window.ui | 18 ++++++++++++++++--
+ 2 files changed, 48 insertions(+), 2 deletions(-)
+
+commit b2da1f9ef7ed6ade542dc105ac1185436faf3db7
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Jul 7 11:22:33 2017 +0200
+
+ Improve description of --auto
+
+ Thanks: Daniel Richard G.
+
+ src/krb5-auth-dialog.1.in | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 9c14e9701e61e4a78315e25e6dbd1b3809bf53f5
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Jul 7 09:25:13 2017 +0200
+
+ Don't try to destroy context menu if it's not initialized
+
+ src/ka-applet.c | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 23ba826890d60c3c556a8d1a021e97b8d3fb416c
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Jul 7 09:10:37 2017 +0200
+
+ credentials_expiring_real: check if kcontext is valid
+
+ othewise we might crash when the credentials_expiring_once fires but
+ we're already shutting down.
+
+ Reference: https://bugs.launchpad.net/bugs/1700468
+
+ src/ka-kerberos.c | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit d935d296b0c6c36b88e55627ce675cd82e765a44
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Jul 7 08:56:10 2017 +0200
+
+ Don't use non-ascii character
+
+ secmem/secmem.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 43bf01e5c31c4c6d9b9640f3d660f3959b01aabf
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Jul 7 08:44:21 2017 +0200
+
+ Drop parameter
+
+ src/ka-kerberos.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 381d597c1a41655312226369796eb5572e601b70
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Jun 8 19:48:54 2017 +0200
+
+ Ignore emacs temp files
+
+ .gitignore | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 6f119c14fca38d2113eced50cd4373de14dce946
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Jun 8 19:48:17 2017 +0200
+
+ Ignore files generated for help
+
+ .gitignore | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit fd163687db141c527ae5b477b1388a361555a768
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Jun 8 19:46:45 2017 +0200
+
+ Ignore cscope files
+
+ .gitignore | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 99bcfa4e24e577dae3fa7338362b20cfc15bf4c8
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Jun 8 19:43:40 2017 +0200
+
+ Use gtk_show_uri_on_window
+
+ instead of deprecated gtk_show_uri
+
+ src/ka-applet.c | 2 +-
+ src/ka-tools.c | 5 ++---
+ src/ka-tools.h | 2 +-
+ 3 files changed, 4 insertions(+), 5 deletions(-)
+
+commit 2d77bb8ab3f030120842445be752c65f744c4b41
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Wed Jun 7 19:58:19 2017 +0200
+
+ Use gdk_grab_seat
+
+ instead of deprecated gdk_device_grab
+
+ src/ka-pwdialog.c | 76 +++++++++++++------------------------------------------
+ 1 file changed, 18 insertions(+), 58 deletions(-)
+
+commit 69a40e67d788a8c8c7644414091bfa69a69a9a80
+Author: Piotr Drąg <piotrdrag@gmail.com>
+Date: Sun Jun 4 18:24:04 2017 +0200
+
+ Add Polish help translation
+
+ help/Makefile.am | 2 +-
+ help/pl/pl.po | 667 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 668 insertions(+), 1 deletion(-)
+
+commit f12760386094af148c6b16d4616a67700af19a61
+Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
+Date: Sun Feb 26 09:18:30 2017 +0100
+
+ Updated Serbian translation
+
+ po/sr.po | 26 ++++++++++++++++++++------
+ po/sr@latin.po | 26 ++++++++++++++++++++------
+ 2 files changed, 40 insertions(+), 12 deletions(-)
+
+commit 4af8b6fce2e450d885fffe4f01332564a26fc7c2
+Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
+Date: Wed Feb 1 18:08:13 2017 +0000
+
+ Update Swedish translation
+
+ po/sv.po | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 653d38cfa1be312692e000fca97d18e83fb21eb9
+Author: Piotr Drąg <piotrdrag@gmail.com>
+Date: Sat Jan 28 01:20:52 2017 +0100
+
+ Fix a translator comment
+
+ They need to be exactly one line above a string to show up in .po files.
+
+ src/ka-applet.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 14d7a8ca50e1b55178637c4d02e9f419295f72ce
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Jan 14 19:16:21 2017 +0100
+
+ Use libnm only
+
+ Requires network-manager 1.0 released December 2014.
+
+ configure.ac | 4 +---
+ src/ka-kerberos.c | 24 +-----------------------
+ 2 files changed, 2 insertions(+), 26 deletions(-)
+
+commit 49e9e86abac0640f534065d6a6a617cba3046a50
+Author: Lubomir Rintel <lkundrak@v3.sk>
+Date: Thu Jan 12 15:39:41 2017 +0100
+
+ Port to libnm
+
+ It's the perferred NetworkManager's library for a couple of years now
+ already. Keep compatibility with the older one, since it's reasonably
+ similar.
+
+ Signed-off-by: Guido Günther <agx@sigxcpu.org>
+
+ configure.ac | 8 ++++++--
+ src/ka-kerberos.c | 37 ++++++++++++++++++++++++++-----------
+ 2 files changed, 32 insertions(+), 13 deletions(-)
+
+commit 870a1c889c8014d2a0a042fd6eba173d1e1ece7e
+Author: Lubomir Rintel <lkundrak@v3.sk>
+Date: Thu Jan 12 15:39:42 2017 +0100
+
+ Fix accidental Python
+
+ Signed-off-by: Guido Günther <agx@sigxcpu.org>
+
+ src/ka-kerberos.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit b18aa99d779f1a85cd1675bd722c276beec9e2b1
+Author: Rafael Fontenelle <rafaelff@gnome.org>
+Date: Wed Dec 28 19:10:53 2016 +0000
+
+ Update Brazilian Portuguese translation
+
+ po/pt_BR.po | 172 ++++++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 93 insertions(+), 79 deletions(-)
+
+commit 6b8049b9681803f9c318bc910553a4ef03b499ff
+Author: Daniel Mustieles <daniel.mustieles@gmail.com>
+Date: Thu Dec 22 20:18:40 2016 +0100
+
+ Updated Spanish translation
+
+ po/es.po | 26 ++++++++++++++++++++------
+ 1 file changed, 20 insertions(+), 6 deletions(-)
+
+commit 4f2ed10895caf777e727edba9178910d30ece09f
+Author: Joe Hansen <joedalton2@yahoo.dk>
+Date: Sun Dec 4 14:54:57 2016 +0100
+
+ Updated Danish translation
+
+ po/da.po | 318 ++++++++++++++++++++++++++++++++++++---------------------------
+ 1 file changed, 183 insertions(+), 135 deletions(-)
+
+commit 0c0f1762f379275df0fe16c9f4526d175f1c5241
+Author: Christian Kirbach <Christian.Kirbach@gmail.com>
+Date: Fri Nov 4 21:27:34 2016 +0000
+
+ Update German translation
+
+ po/de.po | 63 +++++++++++++++++++++++++++++++++++++--------------------------
+ 1 file changed, 37 insertions(+), 26 deletions(-)
+
+commit a3c2d5c0de6b3451e6a3726229bb939d94a733cc
+Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
+Date: Thu Oct 20 21:49:29 2016 +0000
+
+ Update Swedish translation
+
+ po/sv.po | 22 +++++++++++++++++-----
+ 1 file changed, 17 insertions(+), 5 deletions(-)
+
+commit 0825391456d3bd74dba9822b9afe99f96f10cc79
+Author: Gábor Kelemen <kelemeng@openscope.org>
+Date: Wed Oct 19 03:26:31 2016 +0000
+
+ Update Hungarian translation
+
+ po/hu.po | 27 +++++++++++++++++++--------
+ 1 file changed, 19 insertions(+), 8 deletions(-)
+
+commit b08320b19cf7fe08a3061b4450623fcf01acffb0
+Author: Piotr Drąg <piotrdrag@gmail.com>
+Date: Sun Oct 9 08:35:49 2016 +0200
+
+ Update Polish translation
+
+ po/pl.po | 20 ++++++++++++++++----
+ 1 file changed, 16 insertions(+), 4 deletions(-)
+
+commit 2eca4701df6657af35762ecbdfbcb058bcdaa337
+Author: Zdeněk Hataš <zdenek.hatas@gmail.com>
+Date: Thu Oct 6 10:38:00 2016 +0200
+
+ Updated Czech translation
+
+ po/cs.po | 14 +++++++++++---
+ 1 file changed, 11 insertions(+), 3 deletions(-)
+
+commit df75d64baf7afdf8e0c1d6d1c2806b2b9c435b34
+Author: Piotr Drąg <piotrdrag@gmail.com>
+Date: Tue Oct 4 21:46:33 2016 +0200
+
+ Mark missing strings in the AppData file for translation
+
+ src/krb5-auth-dialog.appdata.xml.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c6380a518b958e4ef8801ba7bd87b20c003da25e
+Author: Zdeněk Hataš <zdenek.hatas@gmail.com>
+Date: Tue Oct 4 14:37:36 2016 +0200
+
+ Updated Czech translation
+
+ po/cs.po | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit c6fa60cedc22f795e3eea2cc29411b059aa4a56c
+Author: Balázs Meskó <meskobalazs@gmail.com>
+Date: Tue Oct 4 11:00:44 2016 +0000
+
+ Updated Hungarian translation
+
+ po/hu.po | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 19cb5dfa905e7f50b3eb5e485206c939a3cfbe3f
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Oct 4 08:12:40 2016 +0200
+
+ Update appdata fields
+
+ src/krb5-auth-dialog.appdata.xml.in | 21 +++++++++++++++------
+ 1 file changed, 15 insertions(+), 6 deletions(-)
+
+commit a6be6072d3028b5d13c4f4c33daf62b452b2f1cb
+Author: Debarshi Ray <debarshir@gnome.org>
+Date: Mon Oct 3 19:33:17 2016 +0200
+
+ typo: credentails -> credentials
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=772374
+
+ src/ka-applet.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 912087762d611cb65f7f1c042af15b610e60b6dd
+Author: Daniel Mustieles <daniel.mustieles@gmail.com>
+Date: Tue Sep 13 20:21:19 2016 +0200
+
+ Updated Spanish translation
+
+ po/es.po | 17 ++++++++---------
+ 1 file changed, 8 insertions(+), 9 deletions(-)
+
+commit fa890bf046f1a0b4c16220c23c9ed847d2af1751
+Author: Piotr Drąg <piotrdrag@gmail.com>
+Date: Fri Sep 9 04:15:16 2016 +0200
+
+ Updated Polish translation
+
+ po/pl.po | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 8447a24963ef6cad4a9692d3f680576ecb7cf8c0
+Author: Claude Paroz <claude@2xlibre.net>
+Date: Mon Sep 5 19:03:51 2016 +0200
+
+ Updated French translation
+
+ po/fr.po | 374 ++++++++++++++++++++++++++++++++++++---------------------------
+ 1 file changed, 214 insertions(+), 160 deletions(-)
+
+commit b462d0be841445e772d89fe498b387dd22aa421c
+Author: Piotr Drąg <piotrdrag@gmail.com>
+Date: Sun Aug 21 15:19:44 2016 +0200
+
+ Updated Polish translation
+
+ po/pl.po | 134 +++++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 65 insertions(+), 69 deletions(-)
+
+commit 09ba4d112a38fd8ccf8fb5fe16715c5dd39d5e1e
+Author: Zdeněk Hataš <zdenek.hatas@gmail.com>
+Date: Sun Aug 21 10:45:43 2016 +0200
+
+ Updated Czech translation
+
+ po/cs.po | 16 ++++++++++------
+ 1 file changed, 10 insertions(+), 6 deletions(-)
+
+commit 1070a722b0ccea2381e000740ec4d68c67d3e42b
+Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
+Date: Sat Aug 20 23:08:41 2016 +0200
+
+ Updated Serbian translation
+
+ po/sr.po | 16 ++++++++++------
+ po/sr@latin.po | 18 +++++++++++-------
+ 2 files changed, 21 insertions(+), 13 deletions(-)
+
+commit 8167d0057a30458550223757f7de9e4569db0679
+Author: Mario Blättermann <mario.blaettermann@gmail.com>
+Date: Thu Aug 4 11:10:30 2016 +0000
+
+ Updated German translation
+
+ po/de.po | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit 7b91d198229d72775f0fcefbda2596c145cef79a
+Author: Piotr Drąg <piotrdrag@gmail.com>
+Date: Sat Jul 23 22:43:43 2016 +0200
+
+ Add Language headers to po files
+
+ Future versions of gettext will fail if this header is missing.
+
+ po/es.po | 2 +-
+ po/fr.po | 1 +
+ po/nb.po | 2 +-
+ po/pa.po | 1 +
+ po/sl.po | 2 +-
+ po/sr@latin.po | 2 +-
+ po/uk.po | 1 +
+ po/zh_HK.po | 1 +
+ po/zh_TW.po | 1 +
+ 9 files changed, 9 insertions(+), 4 deletions(-)
+
commit eb60762b8dbbc1da4ddd827383687927af80c4f3
Author: Guido Günther <agx@sigxcpu.org>
Date: Thu Jul 21 13:05:56 2016 +0200
@@ -34,8 +485,8 @@ Date: Tue May 31 22:30:09 2016 +0000
Updated Swedish translation
- help/sv/sv.po | 847 +++++++++++++++++++++++++++++++++++++++++-----------------
- 1 file changed, 604 insertions(+), 243 deletions(-)
+ help/sv/sv.po | 815 ++++++++++++++++++++++++++++++++++++++++++----------------
+ 1 file changed, 588 insertions(+), 227 deletions(-)
commit e2c746d4d2d39167d81abb2c1211debe2976ef90
Author: Josef Andersson <josef.andersson@gmail.com>
@@ -107,8 +558,8 @@ Date: Wed Mar 23 08:19:02 2016 +0000
Updated Greek translation
- po/el.po | 289 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 148 insertions(+), 141 deletions(-)
+ po/el.po | 285 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 146 insertions(+), 139 deletions(-)
commit 6bd8ba1f232b84ab927a483ff6ad62bd057d4920
Author: Γιάννης Κουτσούκος <giankoyt@gmail.com>
@@ -116,8 +567,8 @@ Date: Wed Mar 23 08:18:38 2016 +0000
Updated Greek translation
- help/el/el.po | 521 +++++++++++++++++++++++++++++++++++++---------------------
- 1 file changed, 338 insertions(+), 183 deletions(-)
+ help/el/el.po | 517 ++++++++++++++++++++++++++++++++++++++--------------------
+ 1 file changed, 336 insertions(+), 181 deletions(-)
commit cd24d2624973fab825425409d6209aa6e067b051
Author: Mario Blättermann <mario.blaettermann@gmail.com>
@@ -125,8 +576,8 @@ Date: Tue Mar 22 11:00:48 2016 +0100
Updated German doc translation
- help/de/de.po | 448 ++++++++++++++++++++++++++++++++++++----------------------
- 1 file changed, 277 insertions(+), 171 deletions(-)
+ help/de/de.po | 444 ++++++++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 275 insertions(+), 169 deletions(-)
commit d4d7811ddf4d801cf38f62ec6e504c50be57a17f
Author: Necdet Yücel <necdetyucel@gmail.com>
@@ -144,8 +595,8 @@ Date: Fri Mar 18 06:51:28 2016 +0000
Updated Brazilian Portuguese translation
- po/pt_BR.po | 288 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 148 insertions(+), 140 deletions(-)
+ po/pt_BR.po | 284 +++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 146 insertions(+), 138 deletions(-)
commit 36890046705daf84daa1058e54c035e02d3d5dd6
Author: Mario Blättermann <mario.blaettermann@gmail.com>
@@ -153,8 +604,8 @@ Date: Mon Jan 4 20:02:27 2016 +0100
Updated German translation
- po/de.po | 608 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 326 insertions(+), 282 deletions(-)
+ po/de.po | 578 ++++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 311 insertions(+), 267 deletions(-)
commit c85a5f5b67e78ca8758534ccf769ef22b5ef37ee
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
@@ -162,9 +613,9 @@ Date: Wed Dec 30 12:24:42 2015 +0100
Updated Serbian translation
- po/sr.po | 290 ++++++++++++++++++++++++++++-----------------------------
- po/sr@latin.po | 290 ++++++++++++++++++++++++++++-----------------------------
- 2 files changed, 288 insertions(+), 292 deletions(-)
+ po/sr.po | 286 ++++++++++++++++++++++++++++-----------------------------
+ po/sr@latin.po | 286 ++++++++++++++++++++++++++++-----------------------------
+ 2 files changed, 284 insertions(+), 288 deletions(-)
commit 047a15b2cc90524a07b5ca85fcb67046156025b3
Author: Guido Günther <agx@sigxcpu.org>
@@ -183,8 +634,8 @@ Date: Thu Nov 12 12:56:24 2015 +0800
Update zh_CN translation
- po/zh_CN.po | 286 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 147 insertions(+), 139 deletions(-)
+ po/zh_CN.po | 282 +++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 145 insertions(+), 137 deletions(-)
commit 363b920e923e45bfa9af4181cc7a995a4aa4bd08
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
@@ -230,8 +681,8 @@ Date: Sat Jun 20 09:04:31 2015 +0200
Updated Czech translation
- po/cs.po | 282 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 140 insertions(+), 142 deletions(-)
+ po/cs.po | 278 +++++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 138 insertions(+), 140 deletions(-)
commit 23eb6c28c5368b73a1684b86134eabbb955d82c9
Author: Guido Günther <agx@sigxcpu.org>
@@ -272,8 +723,8 @@ Date: Sun Mar 15 21:52:35 2015 +0000
Updated Swedish translation
- po/sv.po | 536 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 289 insertions(+), 247 deletions(-)
+ po/sv.po | 496 ++++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 269 insertions(+), 227 deletions(-)
commit 644be16362c9f760f27b9b6a9e3b85eb3171af1c
Author: Samir Ribic <samir.ribic@etf.unsa.ba>
@@ -291,8 +742,8 @@ Date: Mon Jan 19 01:55:41 2015 +0100
Updated Czech translation
- help/cs/cs.po | 540 +++++++++++++++++++++++++++++++++++++++-------------------
- 1 file changed, 366 insertions(+), 174 deletions(-)
+ help/cs/cs.po | 560 +++++++++++++++++++++++++++++++++++++++-------------------
+ 1 file changed, 376 insertions(+), 184 deletions(-)
commit 35a58fe687d8b4d4805ae26d4dfb15c9ebc7f7d1
Author: David King <dking@redhat.com>
@@ -302,17 +753,16 @@ Date: Fri Jan 16 13:36:27 2015 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=743038
- Makefile.am | 4 -
- acinclude.m4 | 2 +-
- configure.ac | 2 +-
- help/C/index.docbook | 370 +++++++++++++++++++++++++++++++++++++++++++
- help/C/krb5-auth-dialog.xml | 370 -------------------------------------------
- help/Makefile.am | 16 +-
- help/krb5-auth-dialog.omf.in | 37 -----
- m4/gnome-doc-utils.m4 | 53 -------
- m4/yelp.m4 | 213 +++++++++++++++++++++++++
- src/ka-tools.c | 2 +-
- 10 files changed, 594 insertions(+), 475 deletions(-)
+ Makefile.am | 4 -
+ acinclude.m4 | 2 +-
+ configure.ac | 2 +-
+ help/C/{krb5-auth-dialog.xml => index.docbook} | 0
+ help/Makefile.am | 16 +-
+ help/krb5-auth-dialog.omf.in | 37 -----
+ m4/gnome-doc-utils.m4 | 53 ------
+ m4/yelp.m4 | 213 +++++++++++++++++++++++++
+ src/ka-tools.c | 2 +-
+ 9 files changed, 224 insertions(+), 105 deletions(-)
commit 67b6eebbe3446209711bbe1a6e21787f95cf71b3
Author: David King <dking@redhat.com>
@@ -649,10 +1099,10 @@ Date: Fri Oct 24 13:56:16 2014 +0200
This gives us variants with and without header bar for free.
src/ka-applet.c | 9 +-
- src/ka-preferences.c | 513 ++++++++++++++++++++++---------------
+ src/ka-preferences.c | 501 ++++++++++++++++++++++---------------
src/ka-preferences.h | 25 +-
src/resources/ui/ka-preferences.ui | 6 +-
- 4 files changed, 341 insertions(+), 212 deletions(-)
+ 4 files changed, 335 insertions(+), 206 deletions(-)
commit 8d3e1c9103e7837132eaeffc7736799e2fc95e77
Author: Guido Günther <agx@sigxcpu.org>
@@ -901,8 +1351,8 @@ Date: Thu Jun 19 19:58:59 2014 +0200
to be consistent with other gnome apps
- src/krb5-auth-dialog.ui | 78 +++++++++++++++++++++----------------------------
- 1 file changed, 34 insertions(+), 44 deletions(-)
+ src/krb5-auth-dialog.ui | 72 +++++++++++++++++++++----------------------------
+ 1 file changed, 31 insertions(+), 41 deletions(-)
commit d3c917a84b3c2e26fe58b8131923b9fa9455a9ba
Author: MarMav <mavridou@gmail.com>
@@ -1105,8 +1555,8 @@ Date: Fri Sep 13 22:12:56 2013 +0200
Updated Danish translation
- po/da.po | 515 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 265 insertions(+), 250 deletions(-)
+ po/da.po | 509 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 262 insertions(+), 247 deletions(-)
commit bcac5ee442c282b92f8c455b66566f29efe93b79
Author: Fran Diéguez <fran.dieguez@mabishu.com>
@@ -1198,8 +1648,8 @@ Date: Tue Apr 2 00:35:52 2013 +0800
Update Simplified Chinese translation
- po/zh_CN.po | 538 ++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 285 insertions(+), 253 deletions(-)
+ po/zh_CN.po | 532 ++++++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 282 insertions(+), 250 deletions(-)
commit 37df9b921bf989102c7a77f46827cdc9b1d1fd23
Author: Marek Černocký <marek@manet.cz>
@@ -1234,8 +1684,8 @@ Date: Fri Mar 29 23:15:40 2013 +0100
Updated Slovenian translation
- po/sl.po | 138 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 71 insertions(+), 67 deletions(-)
+ po/sl.po | 134 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 69 insertions(+), 65 deletions(-)
commit bfacebdfcbaf8928acabb39306684f02c0363894
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
@@ -1393,20 +1843,19 @@ 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.h | 29 --
+ src/ka-gconf.c | 195 -------------
src/ka-kerberos.c | 2 +-
src/ka-plugin-loader.c | 27 +-
- src/ka-preferences.c | 453 +++++++++++---------------------
+ src/ka-preferences.c | 467 +++++++++++---------------------
src/ka-preferences.h | 2 +
src/ka-settings.c | 58 ++++
- src/ka-settings.h | 43 +++
+ src/{ka-gconf.h => ka-settings.h} | 18 +-
src/krb5-auth-dialog.schemas.in | 146 ----------
src/org.gnome.KrbAuthDialog.convert | 13 +
src/org.gnome.KrbAuthDialog.gschema.xml | 65 +++++
- 21 files changed, 456 insertions(+), 958 deletions(-)
+ 20 files changed, 436 insertions(+), 938 deletions(-)
commit 50451b28716e74612152511af44771f761b61c49
Author: Guido Günther <agx@sigxcpu.org>
@@ -1462,8 +1911,8 @@ Date: Sun Feb 10 00:05:01 2013 -0200
Updated Brazilian Portuguese translation
- po/pt_BR.po | 562 ++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 304 insertions(+), 258 deletions(-)
+ po/pt_BR.po | 552 ++++++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 299 insertions(+), 253 deletions(-)
commit 5510e8b0c8a2e905842962ef059b7e01a6fae24a
Author: Marek Černocký <marek@manet.cz>
@@ -1489,8 +1938,8 @@ Date: Fri Nov 9 12:04:12 2012 +0100
Updated Czech translation
- po/cs.po | 339 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 172 insertions(+), 167 deletions(-)
+ po/cs.po | 319 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 162 insertions(+), 157 deletions(-)
commit 1bbe1eec409d0b9df58c41bcc9296276ed71eb42
Author: Daniel Winzen <d@winzen4.de>
@@ -1525,8 +1974,8 @@ Date: Sun Jun 3 00:17:29 2012 +0200
Updated French translation
- po/fr.po | 323 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 163 insertions(+), 160 deletions(-)
+ po/fr.po | 313 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 158 insertions(+), 155 deletions(-)
commit 9109ec49c77b1daa2d9d9b85440bdbc8da1607c1
Author: Matej Urbančič <mateju@svn.gnome.org>
@@ -1534,8 +1983,8 @@ Date: Mon May 28 14:58:41 2012 +0200
Updated Slovenian translation
- po/sl.po | 299 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 151 insertions(+), 148 deletions(-)
+ po/sl.po | 289 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 146 insertions(+), 143 deletions(-)
commit 86a06ecad9849a4ca5508cf7cfdbcede89cdf15d
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
@@ -1543,8 +1992,8 @@ Date: Sun May 27 12:30:05 2012 +0200
Updated Spanish translation
- po/es.po | 454 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 227 insertions(+), 227 deletions(-)
+ po/es.po | 446 +++++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 223 insertions(+), 223 deletions(-)
commit 771275702e1802b7150b9903c8ad915f604cc746
Author: Antoine Jacoutot <ajacoutot@gnome.org>
@@ -1563,8 +2012,8 @@ Date: Sat Mar 24 00:12:35 2012 +0100
Updated Galician translations
- po/gl.po | 470 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 242 insertions(+), 228 deletions(-)
+ po/gl.po | 460 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 237 insertions(+), 223 deletions(-)
commit f7414096623e564d9d26794b7cc1cb3ab680929d
Author: Guido Günther <agx@sigxcpu.org>
@@ -1701,8 +2150,8 @@ Date: Mon Sep 12 12:23:13 2011 +0200
since GtkApplication is 3.0 only
- configure.ac | 30 +++++-------------------------
- 1 file changed, 5 insertions(+), 25 deletions(-)
+ configure.ac | 32 ++++++--------------------------
+ 1 file changed, 6 insertions(+), 26 deletions(-)
commit d8efe4a8fe5152f8c53c005fb0830ef80fce8a9d
Author: Guido Günther <agx@sigxcpu.org>
@@ -1721,18 +2170,16 @@ Date: Mon Sep 12 10:51:06 2011 +0200
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(-)
+ 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 => ka-kerberos.c} | 2 +-
+ src/{ka-dialog.h => ka-kerberos.h} | 0
+ src/ka-main-window.c | 2 +-
+ src/ka-pwdialog.c | 2 +-
+ 9 files changed, 9 insertions(+), 9 deletions(-)
commit 9b3059c3b60f586d344d06cc3227ee9b7bee1bb6
Author: Guido Günther <agx@sigxcpu.org>
@@ -1894,8 +2341,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 | 213 +++++++++++++++++++++++++++++++++++++-----------
- 3 files changed, 227 insertions(+), 52 deletions(-)
+ src/krb5-auth-dialog.ui | 211 +++++++++++++++++++++++++++++++++++++-----------
+ 3 files changed, 226 insertions(+), 51 deletions(-)
commit 88d1f28b5aa86aba5cf4d46f719fe2ca5c9f1040
Author: Guido Günther <agx@sigxcpu.org>
@@ -1930,16 +2377,14 @@ Date: Sun Sep 4 15:31:44 2011 +0200
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(-)
+ po/POTFILES.in | 2 +-
+ src/Makefile.am | 4 +--
+ src/ka-applet.c | 10 +++---
+ src/ka-dialog.c | 2 +-
+ src/{ka-tickets.c => ka-main-window.c} | 35 +++++++++++--------
+ src/{ka-tickets.h => ka-main-window.h} | 5 +--
+ src/krb5-auth-dialog.ui | 61 +++++++---------------------------
+ 7 files changed, 45 insertions(+), 74 deletions(-)
commit 371720a2b70b968dfcaaf5b7de0d0826c985a050
Author: Guido Günther <agx@sigxcpu.org>
@@ -1983,8 +2428,8 @@ Date: Fri Jun 10 15:52:51 2011 +0200
Update Czech translation by Zdenek Hatas
- po/cs.po | 351 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 189 insertions(+), 162 deletions(-)
+ po/cs.po | 347 ++++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 187 insertions(+), 160 deletions(-)
commit 2b27db7f8d18d7d6d473a1efd093a1fe0e646981
Author: Guido Günther <agx@sigxcpu.org>
@@ -2016,8 +2461,8 @@ Date: Thu Apr 21 17:36:17 2011 +0200
Updated French translation
- po/fr.po | 126 ++++++++++++++++++++++++++++++++++++++-------------------------
- 1 file changed, 76 insertions(+), 50 deletions(-)
+ po/fr.po | 122 ++++++++++++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 74 insertions(+), 48 deletions(-)
commit e75b2be5f1f8a6d1410a6ea5c37217c9e29513c1
Author: Joe Hansen <joedalton2@yahoo.dk>
@@ -2025,8 +2470,8 @@ Date: Wed Apr 6 22:33:14 2011 +0200
Updated Danish translation
- po/da.po | 128 ++++++++++++++++++++++++++++++++++++++-------------------------
- 1 file changed, 77 insertions(+), 51 deletions(-)
+ po/da.po | 126 ++++++++++++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 76 insertions(+), 50 deletions(-)
commit 46edaee71f066bc961e319e0d589a15d44f97192
Author: Matej Urbančič <mateju@svn.gnome.org>
@@ -2144,8 +2589,8 @@ Date: Tue Mar 29 16:16:32 2011 +0200
Updated Slovenian translation
- po/sl.po | 160 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 87 insertions(+), 73 deletions(-)
+ po/sl.po | 158 ++++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 86 insertions(+), 72 deletions(-)
commit 9cf49075f942fb0ae67685458bedca8ef0449912
Author: Kjartan Maraas <kmaraas@gnome.org>
@@ -2153,8 +2598,8 @@ Date: Mon Mar 28 20:39:34 2011 +0200
Updated Norwegian bokmål translation
- po/nb.po | 262 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 133 insertions(+), 129 deletions(-)
+ po/nb.po | 260 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 132 insertions(+), 128 deletions(-)
commit 378378f939868df01669042d1a5f8e1541950b10
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
@@ -2352,11 +2797,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 | 247 ++++++++++++++++++++++++++++++++++++------------
+ src/ka-dbus.c | 249 ++++++++++++++++++++++++++++++++++++------------
src/ka-dbus.h | 12 +--
src/ka-dbus.xml | 30 ------
src/ka-dialog.c | 15 ++-
- 11 files changed, 233 insertions(+), 139 deletions(-)
+ 11 files changed, 234 insertions(+), 140 deletions(-)
commit d7fb06fed1ef841e854ede85980c9e5d6544e868
Author: Guido Günther <agx@sigxcpu.org>
@@ -2365,14 +2810,14 @@ Date: Thu Feb 24 21:59:36 2011 +0100
Reindent according to CodingStyle
CodingStyle | 5 +-
- src/ka-dbus.c | 126 +++--
+ src/ka-dbus.c | 134 +++--
src/ka-dbus.h | 12 +-
- src/ka-dialog.c | 1399 ++++++++++++++++++++++++++---------------------------
- src/ka-pwdialog.c | 381 ++++++++-------
+ src/ka-dialog.c | 1509 ++++++++++++++++++++++++++---------------------------
+ src/ka-pwdialog.c | 403 +++++++-------
src/ka-pwdialog.h | 21 +-
src/ka-tickets.c | 147 +++---
src/ka-tickets.h | 18 +-
- 8 files changed, 1062 insertions(+), 1047 deletions(-)
+ 8 files changed, 1132 insertions(+), 1117 deletions(-)
commit 345521f0e3bd7e3ba0b9975da9db70702aec60e4
Author: Guido Günther <agx@sigxcpu.org>
@@ -2433,12 +2878,11 @@ Date: Tue Feb 15 21:36:30 2011 +0100
Rename the UI definitions to .ui
- po/POTFILES.in | 2 +-
- src/Makefile.am | 2 +-
- src/ka-applet.c | 2 +-
- src/krb5-auth-dialog.ui | 216 +++++++++++++++++++++++++++++++++++++++++++++++
- src/krb5-auth-dialog.xml | 216 -----------------------------------------------
- 5 files changed, 219 insertions(+), 219 deletions(-)
+ po/POTFILES.in | 2 +-
+ src/Makefile.am | 2 +-
+ src/ka-applet.c | 2 +-
+ src/{krb5-auth-dialog.xml => krb5-auth-dialog.ui} | 0
+ 4 files changed, 3 insertions(+), 3 deletions(-)
commit 286054dfc9dabd0fa10d229ae1c71a9f2dd40326
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
@@ -2455,8 +2899,8 @@ Date: Tue Feb 15 22:16:17 2011 +0100
Updated Swedish translation
- po/sv.po | 420 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 215 insertions(+), 205 deletions(-)
+ po/sv.po | 416 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 213 insertions(+), 203 deletions(-)
commit 88acc9ee38f59eaf5800e49cd94c767d5dafdbc8
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
@@ -2591,8 +3035,8 @@ Date: Sat Feb 12 16:39:50 2011 +0100
BZ: #633420
configure.ac | 3 +-
- src/ka-applet.c | 197 +++++++++++++++++++++++++++++++++++++++-----------------
- 2 files changed, 141 insertions(+), 59 deletions(-)
+ src/ka-applet.c | 195 +++++++++++++++++++++++++++++++++++++++-----------------
+ 2 files changed, 140 insertions(+), 58 deletions(-)
commit 61e967ec63309dc3a1629f140c4f63c5186e3b8c
Author: Guido Günther <agx@sigxcpu.org>
@@ -2614,10 +3058,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 | 43 +++++++++----------------------------------
+ configure.ac | 45 ++++++++++-----------------------------------
src/ka-applet.c | 16 ----------------
src/ka-dialog.c | 32 +++++---------------------------
- 3 files changed, 14 insertions(+), 77 deletions(-)
+ 3 files changed, 15 insertions(+), 78 deletions(-)
commit 68f52116adfe4b014cb8c4e2e146b377e71a5f3f
Author: Matej Urbančič <mateju@svn.gnome.org>
@@ -2804,8 +3248,8 @@ Date: Wed Oct 13 15:21:55 2010 +0300
Updated Ukrainian translation
- po/uk.po | 163 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 91 insertions(+), 72 deletions(-)
+ po/uk.po | 161 +++++++++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 90 insertions(+), 71 deletions(-)
commit 93f214594009fef14339c8e97e1b2e2c7d5ca9df
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
@@ -2904,8 +3348,8 @@ Date: Tue Oct 5 12:52:35 2010 +0200
Reindent
- src/ka-applet.c | 1273 +++++++++++++++++++++++++++----------------------------
- 1 file changed, 634 insertions(+), 639 deletions(-)
+ src/ka-applet.c | 1313 +++++++++++++++++++++++++++----------------------------
+ 1 file changed, 654 insertions(+), 659 deletions(-)
commit b780009127e58ced43eb49e6f8f6e00a114c59c3
Author: Guido Günther <agx@sigxcpu.org>
@@ -2925,8 +3369,8 @@ Date: Thu Sep 30 09:30:23 2010 +0200
instead of the deprecated libnm_glib_* functions
- src/ka-dialog.c | 80 ++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 39 insertions(+), 41 deletions(-)
+ src/ka-dialog.c | 82 ++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 40 insertions(+), 42 deletions(-)
commit 174d4d3582a6b36b94b7b282a805440b76a017e3
Author: Mario Blättermann <mariobl@gnome.org>
@@ -2934,8 +3378,8 @@ Date: Wed Sep 22 21:48:14 2010 +0200
[i18n] Updated German doc translation
- help/de/de.po | 228 ++++++++++++++++++++++++++++++++++++----------------------
- 1 file changed, 143 insertions(+), 85 deletions(-)
+ help/de/de.po | 232 ++++++++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 145 insertions(+), 87 deletions(-)
commit 7c9386dbac2fee761a09044158c8cdccd742310a
Author: Guido Günther <agx@sigxcpu.org>
@@ -3004,8 +3448,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 file 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>
@@ -3064,11 +3508,11 @@ Date: Wed Jul 7 17:28:12 2010 +0200
Reindent plugins
- plugins/ka-plugin-dummy.c | 65 +++++++++++++++++------------------
+ plugins/ka-plugin-dummy.c | 67 +++++++++++++++++-------------------
plugins/ka-plugin-dummy.h | 13 ++-----
- plugins/ka-plugin-pam.c | 86 +++++++++++++++++++++++------------------------
- plugins/ka-plugin-pam.h | 15 ++-------
- 4 files changed, 80 insertions(+), 99 deletions(-)
+ plugins/ka-plugin-pam.c | 88 +++++++++++++++++++++++------------------------
+ plugins/ka-plugin-pam.h | 15 ++------
+ 4 files changed, 82 insertions(+), 101 deletions(-)
commit e8232134f1ced866a56270ef4dc36fe29480c97d
Author: Guido Günther <agx@sigxcpu.org>
@@ -3191,8 +3635,8 @@ Date: Sun Jun 6 17:59:12 2010 +0200
Update nb translation
- po/nb.po | 1009 ++++++++++++++++++++++++++++----------------------------------
- 1 file changed, 457 insertions(+), 552 deletions(-)
+ po/nb.po | 995 +++++++++++++++++++++++++++++----------------------------------
+ 1 file changed, 450 insertions(+), 545 deletions(-)
commit 7a7832ce3a7c4adffca663fd5298ac76a47abf27
Author: Guido Günther <agx@sigxcpu.org>
@@ -3400,20 +3844,18 @@ Date: Wed Apr 28 17:48:14 2010 +0200
Rename krb5-auth-applet.h to ka-applet-priv.h since these parts
shouldn't be used by modules.
- src/Makefile.am | 4 +-
- src/ka-applet-priv.h | 72 ++++
- src/ka-applet.c | 942 ++++++++++++++++++++++++++++++++++++++++++++++++
- src/ka-dbus.c | 2 +-
- src/ka-dbus.h | 2 +-
- src/ka-dialog.c | 2 +-
- src/ka-dialog.h | 2 +-
- src/ka-gconf.c | 2 +-
- src/ka-gconf.h | 2 +-
- src/ka-plugin-loader.c | 2 +-
- src/ka-pwdialog.c | 2 +-
- src/krb5-auth-applet.c | 943 -------------------------------------------------
- src/krb5-auth-applet.h | 70 ----
- 13 files changed, 1024 insertions(+), 1023 deletions(-)
+ src/Makefile.am | 4 ++--
+ src/{krb5-auth-applet.h => ka-applet-priv.h} | 4 +++-
+ src/{krb5-auth-applet.c => ka-applet.c} | 7 +++----
+ src/ka-dbus.c | 2 +-
+ src/ka-dbus.h | 2 +-
+ src/ka-dialog.c | 2 +-
+ src/ka-dialog.h | 2 +-
+ src/ka-gconf.c | 2 +-
+ src/ka-gconf.h | 2 +-
+ src/ka-plugin-loader.c | 2 +-
+ src/ka-pwdialog.c | 2 +-
+ 11 files changed, 16 insertions(+), 15 deletions(-)
commit 8ddcf3681b8a9a06a50b570497d9d49562cf9cfb
Author: Guido Günther <agx@sigxcpu.org>
@@ -3423,18 +3865,16 @@ Date: Wed Apr 28 17:45:06 2010 +0200
krb5-auth-dialog rename fix
- autogen.sh | 2 +-
- configure.ac | 2 +-
- src/Makefile.am | 4 +-
- src/ka-dbus.c | 2 +-
- src/ka-dialog.c | 1171 ++++++++++++++++++++++++++++++++++++++++++++++++
- src/ka-dialog.h | 32 ++
- src/ka-pwdialog.c | 2 +-
- src/ka-tickets.c | 2 +-
- src/krb5-auth-applet.c | 2 +-
- src/krb5-auth-dialog.c | 1171 ------------------------------------------------
- src/krb5-auth-dialog.h | 33 --
- 11 files changed, 1211 insertions(+), 1212 deletions(-)
+ autogen.sh | 2 +-
+ configure.ac | 2 +-
+ src/Makefile.am | 4 ++--
+ src/ka-dbus.c | 2 +-
+ src/{krb5-auth-dialog.c => ka-dialog.c} | 8 ++++----
+ src/{krb5-auth-dialog.h => ka-dialog.h} | 1 -
+ src/ka-pwdialog.c | 2 +-
+ src/ka-tickets.c | 2 +-
+ src/krb5-auth-applet.c | 2 +-
+ 9 files changed, 12 insertions(+), 13 deletions(-)
commit 01f5263f9eb76a11fb1c1207a323973e3b7c5efe
Author: Guido Günther <agx@sigxcpu.org>
@@ -3442,12 +3882,11 @@ Date: Wed Apr 28 17:35:28 2010 +0200
Reneme krb5-auth-applet-dbus.xml to ka-dbus.xml
- src/.gitignore | 2 +-
- src/Makefile.am | 8 ++++----
- src/ka-dbus.c | 2 +-
- src/ka-dbus.xml | 30 ++++++++++++++++++++++++++++++
- src/krb5-auth-applet-dbus.xml | 31 -------------------------------
- 5 files changed, 36 insertions(+), 37 deletions(-)
+ src/.gitignore | 2 +-
+ src/Makefile.am | 8 ++++----
+ src/ka-dbus.c | 2 +-
+ src/{krb5-auth-applet-dbus.xml => ka-dbus.xml} | 1 -
+ 4 files changed, 6 insertions(+), 7 deletions(-)
commit 26cfffab3ee5795c6216c31dd8030958fb20a01c
Author: Guido Günther <agx@sigxcpu.org>
@@ -3455,14 +3894,12 @@ Date: Wed Apr 28 17:30:13 2010 +0200
Rename krb5-auth-pwdialog.[ch] to ka-pwdialog.[ch]
- src/Makefile.am | 4 +-
- src/ka-pwdialog.c | 309 ++++++++++++++++++++++++++++++++++++++++++++++
- src/ka-pwdialog.h | 65 ++++++++++
- src/krb5-auth-applet.h | 2 +-
- src/krb5-auth-dialog.c | 2 +-
- src/krb5-auth-pwdialog.c | 310 -----------------------------------------------
- src/krb5-auth-pwdialog.h | 65 ----------
- 7 files changed, 378 insertions(+), 379 deletions(-)
+ src/Makefile.am | 4 ++--
+ src/{krb5-auth-pwdialog.c => ka-pwdialog.c} | 3 +--
+ src/{krb5-auth-pwdialog.h => ka-pwdialog.h} | 0
+ src/krb5-auth-applet.h | 2 +-
+ src/krb5-auth-dialog.c | 2 +-
+ 5 files changed, 5 insertions(+), 6 deletions(-)
commit ef9bb4179fba5c7fb77a2908aa618b0a204e518a
Author: Guido Günther <agx@sigxcpu.org>
@@ -3470,13 +3907,11 @@ Date: Wed Apr 28 17:27:54 2010 +0200
Rename krb5-auth-gconf.[ch] to ka-gconf.[ch]
- src/Makefile.am | 4 +-
- src/ka-gconf.c | 211 +++++++++++++++++++++++++++++++++++++++++++++++++
- src/ka-gconf.h | 29 +++++++
- src/krb5-auth-applet.c | 2 +-
- src/krb5-auth-gconf.c | 211 -------------------------------------------------
- src/krb5-auth-gconf.h | 29 -------
- 6 files changed, 243 insertions(+), 243 deletions(-)
+ src/Makefile.am | 4 ++--
+ src/{krb5-auth-gconf.c => ka-gconf.c} | 2 +-
+ src/{krb5-auth-gconf.h => ka-gconf.h} | 0
+ src/krb5-auth-applet.c | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
commit 2e6c29f113947f03b096e5f15c609712eaa01f4d
Author: Guido Günther <agx@sigxcpu.org>
@@ -3484,10 +3919,9 @@ Date: Wed Apr 28 17:26:13 2010 +0200
Rename krb5-auth-dialog-preferences.[ch] to ka-preferences.[ch]
- preferences/Makefile.am | 2 +-
- preferences/ka-preferences.c | 843 +++++++++++++++++++++++++++++
- preferences/krb5-auth-dialog-preferences.c | 843 -----------------------------
- 3 files changed, 844 insertions(+), 844 deletions(-)
+ preferences/Makefile.am | 2 +-
+ preferences/{krb5-auth-dialog-preferences.c => ka-preferences.c} | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
commit 26f51d8504f5ceaca538fbdb9dc0e94f74176a51
Author: Guido Günther <agx@sigxcpu.org>
@@ -3495,17 +3929,15 @@ Date: Wed Apr 28 17:24:45 2010 +0200
Rename krb5-auth-gconf-tools.[ch] to ka-gconf-tools.[ch]
- preferences/Makefile.am | 4 +-
- preferences/krb5-auth-dialog-preferences.c | 2 +-
- src/Makefile.am | 4 +-
- src/ka-gconf-tools.c | 149 ++++++++++++++++++++++++++++
- src/ka-gconf-tools.h | 48 +++++++++
- src/ka-plugin-loader.c | 2 +-
- src/krb5-auth-applet.c | 2 +-
- src/krb5-auth-gconf-tools.c | 150 -----------------------------
- src/krb5-auth-gconf-tools.h | 48 ---------
- src/krb5-auth-gconf.c | 2 +-
- 10 files changed, 205 insertions(+), 206 deletions(-)
+ preferences/Makefile.am | 4 ++--
+ preferences/krb5-auth-dialog-preferences.c | 2 +-
+ src/Makefile.am | 4 ++--
+ src/{krb5-auth-gconf-tools.c => ka-gconf-tools.c} | 3 +--
+ src/{krb5-auth-gconf-tools.h => ka-gconf-tools.h} | 0
+ src/ka-plugin-loader.c | 2 +-
+ src/krb5-auth-applet.c | 2 +-
+ src/krb5-auth-gconf.c | 2 +-
+ 8 files changed, 9 insertions(+), 10 deletions(-)
commit 7a282065467e986c3d0483be9720ca863d93c8e5
Author: Guido Günther <agx@sigxcpu.org>
@@ -3513,13 +3945,11 @@ Date: Wed Apr 28 17:12:13 2010 +0200
Rename krb5-auth-dbus.[ch] to ka-dbus.[ch]
- src/Makefile.am | 4 +-
- src/ka-dbus.c | 119 ++++++++++++++++++++++++++++++++++++++++++++++++
- src/ka-dbus.h | 37 +++++++++++++++
- src/krb5-auth-dbus.c | 120 -------------------------------------------------
- src/krb5-auth-dbus.h | 37 ---------------
- src/krb5-auth-dialog.c | 2 +-
- 6 files changed, 159 insertions(+), 160 deletions(-)
+ src/Makefile.am | 4 ++--
+ src/{krb5-auth-dbus.c => ka-dbus.c} | 3 +--
+ src/{krb5-auth-dbus.h => ka-dbus.h} | 0
+ src/krb5-auth-dialog.c | 2 +-
+ 4 files changed, 4 insertions(+), 5 deletions(-)
commit 7b20693fbe233fa6832bfa734f603cc46c3a5a72
Author: Guido Günther <agx@sigxcpu.org>
@@ -3527,16 +3957,14 @@ Date: Tue Apr 27 22:27:21 2010 +0200
Rename krb5-auth-tools.[ch] to ka-tools.[ch]
- preferences/Makefile.am | 4 +--
- preferences/krb5-auth-dialog-preferences.c | 2 +-
- src/Makefile.am | 4 +--
- src/ka-tools.c | 57 +++++++++++++++++++++++++++++
- src/ka-tools.h | 32 +++++++++++++++++
- src/krb5-auth-applet.c | 2 +-
- src/krb5-auth-dialog.c | 2 +-
- src/krb5-auth-tools.c | 58 ------------------------------
- src/krb5-auth-tools.h | 33 -----------------
- 9 files changed, 96 insertions(+), 98 deletions(-)
+ preferences/Makefile.am | 4 ++--
+ preferences/krb5-auth-dialog-preferences.c | 2 +-
+ src/Makefile.am | 4 ++--
+ src/{krb5-auth-tools.c => ka-tools.c} | 3 +--
+ src/{krb5-auth-tools.h => ka-tools.h} | 1 -
+ src/krb5-auth-applet.c | 2 +-
+ src/krb5-auth-dialog.c | 2 +-
+ 7 files changed, 8 insertions(+), 10 deletions(-)
commit a437955775ad6d795ba206ec178a57255201399f
Author: Guido Günther <agx@sigxcpu.org>
@@ -3544,14 +3972,12 @@ Date: Tue Apr 27 22:23:21 2010 +0200
Rename krb5-auth-tickets.[ch] to ka-tickets.[ch]
- src/Makefile.am | 4 +-
- src/ka-tickets.c | 115 +++++++++++++++++++++++++++++++++++++++++++++++
- src/ka-tickets.h | 39 ++++++++++++++++
- src/krb5-auth-applet.c | 2 +-
- src/krb5-auth-dialog.c | 2 +-
- src/krb5-auth-tickets.c | 116 ------------------------------------------------
- src/krb5-auth-tickets.h | 39 ----------------
- 7 files changed, 158 insertions(+), 159 deletions(-)
+ src/Makefile.am | 4 ++--
+ src/{krb5-auth-tickets.c => ka-tickets.c} | 3 +--
+ src/{krb5-auth-tickets.h => ka-tickets.h} | 0
+ src/krb5-auth-applet.c | 2 +-
+ src/krb5-auth-dialog.c | 2 +-
+ 5 files changed, 5 insertions(+), 6 deletions(-)
commit a3189fbe66795304751520338bf4b8013f5928bf
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -3761,8 +4187,8 @@ Date: Sat Apr 3 10:02:12 2010 +0200
Updated Slovenian translation
- po/sl.po | 1120 +++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 590 insertions(+), 530 deletions(-)
+ po/sl.po | 1112 +++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 586 insertions(+), 526 deletions(-)
commit 6657dffa9acf9bd9bc360709cc0b5d6a855df05a
Author: Guido Günther <agx@sigxcpu.org>
@@ -3963,8 +4389,8 @@ Date: Mon Oct 19 23:26:42 2009 +0200
Updated German translation
- po/de.po | 850 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 464 insertions(+), 386 deletions(-)
+ po/de.po | 848 ++++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 463 insertions(+), 385 deletions(-)
commit 4b6bf54f2f34e417619e4785af3fe110494f0bec
Author: Claude Paroz <claude@2xlibre.net>
@@ -3983,8 +4409,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 | 47 +++++++++++++++++++++++++++++++++--------------
- 1 file changed, 33 insertions(+), 14 deletions(-)
+ src/krb5-auth-pwdialog.c | 49 +++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 34 insertions(+), 15 deletions(-)
commit 17f830245d522db0b950de993ff3e3fed5b56846
Author: Guido Günther <agx@sigxcpu.org>
@@ -4069,8 +4495,8 @@ Date: Tue Sep 15 18:30:04 2009 +0200
warn on unsupported cache types
- src/krb5-auth-dialog.c | 15 +++++++++------
- 1 file changed, 9 insertions(+), 6 deletions(-)
+ src/krb5-auth-dialog.c | 17 ++++++++++-------
+ 1 file changed, 10 insertions(+), 7 deletions(-)
commit ccaf4225dd658c84bef222cc530cc8d21069cd72
Author: Jorge González <jorgegonz@svn.gnome.org>
@@ -4342,8 +4768,8 @@ Date: Sun Jul 5 11:30:47 2009 +0200
Updated Spanish translation
- po/es.po | 282 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 156 insertions(+), 126 deletions(-)
+ po/es.po | 278 +++++++++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 154 insertions(+), 124 deletions(-)
commit 1a4aba5b7a71dc913d9ba215b023879766a41b91
Author: Guido Günther <agx@sigxcpu.org>
@@ -4427,9 +4853,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 | 281 ++++++++++++++++-----------
- 3 files changed, 337 insertions(+), 114 deletions(-)
+ preferences/krb5-auth-dialog-preferences.c | 160 +++++++++++++++-
+ preferences/krb5-auth-dialog-preferences.xml | 271 ++++++++++++++++-----------
+ 3 files changed, 332 insertions(+), 109 deletions(-)
commit 2ad5e90d3191b417efe36a2a033ce6fab3830e76
Author: Guido Günther <agx@sigxcpu.org>
@@ -4611,8 +5037,8 @@ Date: Sun Jun 14 11:47:27 2009 +0200
Updated sv translation (Daniel Nylander)
- po/sv.po | 754 +++++++++++++++++++++++++++++----------------------------------
- 1 file changed, 349 insertions(+), 405 deletions(-)
+ po/sv.po | 746 +++++++++++++++++++++++++++++----------------------------------
+ 1 file changed, 345 insertions(+), 401 deletions(-)
commit 73c1baacc5ce8129020940a1789466e1579078c7
Author: Guido Günther <agx@sigxcpu.org>
@@ -4707,13 +5133,13 @@ Date: Fri Jun 12 22:46:19 2009 +0200
update po
- 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(-)
+ 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(-)
commit eede48773890ba17d15cfa93eee14cdcb276d1a0
Author: Guido Günther <agx@sigxcpu.org>
@@ -4769,26 +5195,23 @@ Date: Wed Jun 3 18:19:51 2009 +0200
and move icons from pkgdatadir to datadir
- ChangeLog | 11 +
- configure.ac | 3 +
- icons/22x22/Makefile.am | 10 +
- icons/22x22/krb-expiring-ticket.png | Bin 0 -> 1341 bytes
- icons/22x22/krb-no-valid-ticket.png | Bin 0 -> 1234 bytes
- icons/22x22/krb-valid-ticket.png | Bin 0 -> 1126 bytes
- icons/48x48/Makefile.am | 10 +
- icons/48x48/krb-expiring-ticket.png | Bin 0 -> 3571 bytes
- icons/48x48/krb-no-valid-ticket.png | Bin 0 -> 3724 bytes
- icons/48x48/krb-valid-ticket.png | Bin 0 -> 3383 bytes
- icons/Makefile.am | 21 +-
- icons/krb-expiring-ticket.png | Bin 1341 -> 0 bytes
- icons/krb-no-valid-ticket.png | Bin 1234 -> 0 bytes
- icons/krb-valid-ticket.png | Bin 1126 -> 0 bytes
- icons/scalable/Makefile.am | 11 +
- icons/scalable/krb-expiring-ticket.svg | 936 ++++++++++++++++++++++
- icons/scalable/krb-no-valid-ticket.svg | 1339 ++++++++++++++++++++++++++++++++
- icons/scalable/krb-valid-ticket.svg | 557 +++++++++++++
- src/Makefile.am | 1 +
- 19 files changed, 2890 insertions(+), 9 deletions(-)
+ ChangeLog | 11 +
+ configure.ac | 3 +
+ icons/22x22/Makefile.am | 10 +
+ icons/{ => 22x22}/krb-expiring-ticket.png | Bin
+ icons/{ => 22x22}/krb-no-valid-ticket.png | Bin
+ icons/{ => 22x22}/krb-valid-ticket.png | Bin
+ icons/48x48/Makefile.am | 10 +
+ icons/48x48/krb-expiring-ticket.png | Bin 0 -> 3571 bytes
+ icons/48x48/krb-no-valid-ticket.png | Bin 0 -> 3724 bytes
+ icons/48x48/krb-valid-ticket.png | Bin 0 -> 3383 bytes
+ icons/Makefile.am | 21 +-
+ icons/scalable/Makefile.am | 11 +
+ icons/scalable/krb-expiring-ticket.svg | 936 ++++++++++++++++++++
+ icons/scalable/krb-no-valid-ticket.svg | 1339 +++++++++++++++++++++++++++++
+ icons/scalable/krb-valid-ticket.svg | 557 ++++++++++++
+ src/Makefile.am | 1 +
+ 16 files changed, 2890 insertions(+), 9 deletions(-)
commit 137b6ab92e2e5c762e6f36044542abb9dd75406b
Author: A S Alam <aalam@users.sf.net>
@@ -4796,8 +5219,8 @@ Date: Mon Jun 8 07:01:48 2009 +0530
updating Translation for Gurmukhi
- po/pa.po | 692 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 351 insertions(+), 341 deletions(-)
+ po/pa.po | 684 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 347 insertions(+), 337 deletions(-)
commit f359ac03f203f6031a3ad8f620c98bc1047fa43a
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
@@ -4989,11 +5412,11 @@ Date: Fri May 15 18:33:07 2009 +0200
update translatable strings
ChangeLog | 7 +
- 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(-)
+ 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(-)
commit 0ed20a2f652ab45c57c9369b8dad08ae2edb3605
Author: Guido Günther <agx@sigxcpu.org>
@@ -5138,23 +5561,21 @@ Date: Tue May 5 00:16:47 2009 +0200
Switch from Libglade to GtkBuilder
- ChangeLog | 14 +
- configure.ac | 6 +-
- etpo/Makefile.am | 2 -
- po/POTFILES.in | 4 +-
- preferences/Makefile.am | 3 +-
- preferences/krb5-auth-dialog-preferences.c | 27 +-
- preferences/krb5-auth-dialog-preferences.glade | 620 -----------------------
- preferences/krb5-auth-dialog-preferences.xml | 657 +++++++++++++++++++++++++
- src/Makefile.am | 3 +-
- src/krb5-auth-applet.c | 2 +-
- src/krb5-auth-applet.h | 3 +-
- src/krb5-auth-dialog.c | 32 +-
- src/krb5-auth-dialog.glade | 138 ------
- src/krb5-auth-dialog.xml | 155 ++++++
- src/krb5-auth-pwdialog.c | 16 +-
- src/krb5-auth-pwdialog.h | 3 +-
- 16 files changed, 863 insertions(+), 822 deletions(-)
+ ChangeLog | 14 +
+ configure.ac | 6 +-
+ etpo/Makefile.am | 2 -
+ po/POTFILES.in | 4 +-
+ preferences/Makefile.am | 3 +-
+ preferences/krb5-auth-dialog-preferences.c | 27 +-
+ ...nces.glade => krb5-auth-dialog-preferences.xml} | 347 ++++++++++++---------
+ src/Makefile.am | 3 +-
+ src/krb5-auth-applet.c | 2 +-
+ src/krb5-auth-applet.h | 3 +-
+ src/krb5-auth-dialog.c | 32 +-
+ ...krb5-auth-dialog.glade => krb5-auth-dialog.xml} | 109 ++++---
+ src/krb5-auth-pwdialog.c | 16 +-
+ src/krb5-auth-pwdialog.h | 3 +-
+ 14 files changed, 306 insertions(+), 265 deletions(-)
commit caf8e1b7539269b91ec85500381dbbdaa6a6093b
Author: Guido Günther <agx@sigxcpu.org>
@@ -5286,8 +5707,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 | 37 +++++++++++++++++++++++++++++--------
- 2 files changed, 38 insertions(+), 8 deletions(-)
+ src/krb5-auth-applet.c | 35 ++++++++++++++++++++++++++++-------
+ 2 files changed, 37 insertions(+), 7 deletions(-)
commit 3c27e64b15a084f7cdc3923b7f4085e5a6820222
Author: Guido Günther <agx@sigxcpu.org>
@@ -5819,8 +6240,8 @@ Date: Sat Jan 10 13:25:51 2009 +0000
svn path=/trunk/; revision=115
po/ChangeLog | 4 +
- po/krb5-auth-dialog.pot | 1413 ++++++++++++++++++++++++++---------------------
- 2 files changed, 799 insertions(+), 618 deletions(-)
+ po/krb5-auth-dialog.pot | 1405 ++++++++++++++++++++++++++---------------------
+ 2 files changed, 795 insertions(+), 614 deletions(-)
commit fc1a25c2491681dfd61448bd9e0ac23cef1a929b
Author: Guido Günther <guidog@src.gnome.org>
@@ -5930,9 +6351,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 | 298 +++++++++++++++++++++++++++++++------------------
+ src/krb5-auth-dialog.c | 300 +++++++++++++++++++++++++++++++------------------
src/krb5-auth-gconf.c | 16 +++
- 6 files changed, 248 insertions(+), 109 deletions(-)
+ 6 files changed, 249 insertions(+), 110 deletions(-)
commit d485821fc3151f3082a43679894bd768cdd18ab4
Author: Guido Günther <guidog@src.gnome.org>
@@ -6116,11 +6537,11 @@ Date: Mon Jun 9 20:03:38 2008 +0000
2008-06-09 Colin Walters <walters@verbum.org>
- Bug 534867: should use g_timeout_add_seconds
+ Bug 534867: should use g_timeout_add_seconds
- * src/krb5-auth-dialog.c: Save power with
- g_timeout_add_seconds.
- Patch from from Guido Günther.
+ * src/krb5-auth-dialog.c: Save power with
+ g_timeout_add_seconds.
+ Patch from from Guido Günther.
@@ -6138,11 +6559,11 @@ Date: Mon Jun 9 19:58:45 2008 +0000
2008-06-09 Colin Walters <walters@verbum.org>
- Bug 534736: make i18n work
+ Bug 534736: make i18n work
- * src/krb5-auth-dialog.c: Set up i18n correctly.
- * src/Makefile.am: Pass in LOCALEDIR.
- Patch from from Guido Günther.
+ * src/krb5-auth-dialog.c: Set up i18n correctly.
+ * src/Makefile.am: Pass in LOCALEDIR.
+ Patch from from Guido Günther.
svn path=/trunk/; revision=77
@@ -6160,11 +6581,11 @@ Date: Mon Jun 9 19:49:21 2008 +0000
2008-06-09 Colin Walters <walters@verbum.org>
- Bug 534620: password field focus
+ Bug 534620: password field focus
- * src/krb5-auth-dialog.c: Be sure we focus the
- password field every time.
- Patch from from Guido Günther.
+ * src/krb5-auth-dialog.c: Be sure we focus the
+ password field every time.
+ Patch from from Guido Günther.
svn path=/trunk/; revision=76
@@ -6181,10 +6602,10 @@ Date: Mon Jun 9 19:08:47 2008 +0000
2008-06-09 Colin Walters <walters@verbum.org>
- Bug 534515: cleanups
+ Bug 534515: cleanups
- * configure.in: Look for dbus-glib and not libgnome.
- Patch from from Guido Günther.
+ * configure.in: Look for dbus-glib and not libgnome.
+ Patch from from Guido Günther.
svn path=/trunk/; revision=75
@@ -6201,10 +6622,10 @@ Date: Mon Jun 9 19:07:53 2008 +0000
2008-06-09 Colin Walters <walters@verbum.org>
- Bug 534515: cleanups
+ Bug 534515: cleanups
- * src/krb5-auth-dialog.c: Cleaner use of
- gboolean. Patch from from Guido Günther.
+ * src/krb5-auth-dialog.c: Cleaner use of
+ gboolean. Patch from from Guido Günther.
svn path=/trunk/; revision=74
@@ -6221,10 +6642,10 @@ Date: Mon Jun 9 19:06:52 2008 +0000
2008-06-09 Colin Walters <walters@verbum.org>
- Bug 534515: cleanups
+ Bug 534515: cleanups
- * src/krb5-auth-dialog.c: Use GOption instead of
- libgnome. Patch from Guido Günther.
+ * src/krb5-auth-dialog.c: Use GOption instead of
+ libgnome. Patch from Guido Günther.
svn path=/trunk/; revision=73
@@ -6239,11 +6660,11 @@ Date: Mon Jun 9 18:00:13 2008 +0000
+2008-06-09 Colin Walters <walters@verbum.org>
+
- + Bug 529220: set dialog icon
+ + Bug 529220: set dialog icon
+
- + * src/krb5-auth-dialog.c: Set an icon so we
- + look nicer in the window list. Patch from
- + Guido Günther.
+ + * src/krb5-auth-dialog.c: Set an icon so we
+ + look nicer in the window list. Patch from
+ + Guido Günther.
+
svn path=/trunk/; revision=72
@@ -6260,10 +6681,10 @@ Date: Sat Mar 22 05:07:06 2008 +0000
2008-03-22 Colin Walters <walters@verbum.org>
- + * src/krb5-auth-dialog.c: Grab a name on the
- + session bus to be doubly sure we don't have
- + multiple copies. Also don't connect to the
- + session manager, since it's not needed.
+ + * src/krb5-auth-dialog.c: Grab a name on the
+ + session bus to be doubly sure we don't have
+ + multiple copies. Also don't connect to the
+ + session manager, since it's not needed.
+
svn path=/trunk/; revision=71
@@ -6278,9 +6699,9 @@ Date: Sat Mar 22 04:26:58 2008 +0000
+2008-03-22 Colin Walters <walters@verbum.org>
+
- + * MAINTAINERS: New file.
- + * src/krb5-auth-dialog.c: Connect to session bus
- + to be sure we exit when the session dies.
+ + * MAINTAINERS: New file.
+ + * src/krb5-auth-dialog.c: Connect to session bus
+ + to be sure we exit when the session dies.
+
svn path=/trunk/; revision=70
@@ -6308,8 +6729,8 @@ Date: Fri Nov 2 12:29:30 2007 +0000
2007-11-02 Kjartan Maraas,,23491770 <kmaraas@gnome.org>
- * POTFILES.in: Add .desktop.in file.
- * nb.po: Updated Norwegian bokmål translation.
+ * POTFILES.in: Add .desktop.in file.
+ * nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=68
@@ -6326,9 +6747,9 @@ Date: Sun Oct 29 22:46:33 2006 +0000
2006-10-29 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c:
- Refactor code slightly, removing an #ifdef in favor
- of a wrapper. Consolidate coding style.
+ * src/krb5-auth-dialog.c:
+ Refactor code slightly, removing an #ifdef in favor
+ of a wrapper. Consolidate coding style.
ChangeLog | 2 +
src/krb5-auth-dialog.c | 103 +++++++++++++++++++++++++------------------------
@@ -6342,12 +6763,12 @@ Date: Sun Oct 29 17:42:34 2006 +0000
2006-10-29 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c: Clean up the #ifdefs to
- make things slightly more readable.
+ * src/krb5-auth-dialog.c: Clean up the #ifdefs to
+ make things slightly more readable.
- ChangeLog | 5 +++
- src/krb5-auth-dialog.c | 93 ++++++++++++++++++--------------------------------
- 2 files changed, 39 insertions(+), 59 deletions(-)
+ ChangeLog | 5 ++++
+ src/krb5-auth-dialog.c | 81 +++++++++++++++++---------------------------------
+ 2 files changed, 33 insertions(+), 53 deletions(-)
commit b684283623c69ae8c1a69536628b79c531ff6bdd
Author: Christopher Aillon <caillon@redhat.com>
@@ -6357,7 +6778,7 @@ Date: Mon Jul 24 17:59:24 2006 +0000
2006-07-24 Christopher Aillon <caillon@redhat.com>
- * configure.ac: Release 0.7
+ * configure.ac: Release 0.7
ChangeLog | 4 ++++
configure.ac | 2 +-
@@ -6371,12 +6792,12 @@ Date: Mon Jul 24 17:48:24 2006 +0000
2006-07-24 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c: Don't immediately retry
- to reach the KDC if it is unavailable. That will
- just loop forever (until the KDC becomes available).
- Bail out; we'll check (once!) to see whether it's
- there the next time our g_timeout callback gets
- invoked.
+ * src/krb5-auth-dialog.c: Don't immediately retry
+ to reach the KDC if it is unavailable. That will
+ just loop forever (until the KDC becomes available).
+ Bail out; we'll check (once!) to see whether it's
+ there the next time our g_timeout callback gets
+ invoked.
ChangeLog | 9 +++++++++
src/krb5-auth-dialog.c | 7 ++++++-
@@ -6390,8 +6811,8 @@ Date: Tue Apr 18 06:08:07 2006 +0000
2006-04-18 Kjartan Maraas <kmaraas@gnome.org>
- * configure.ac: Remove obsolete entry for no_NO
- * po/no.po: And the translation
+ * configure.ac: Remove obsolete entry for no_NO
+ * po/no.po: And the translation
ChangeLog | 5 +
configure.ac | 2 +-
@@ -6406,11 +6827,11 @@ Date: Sat Mar 18 00:21:08 2006 +0000
2006-03-17 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c: Check to see whether credentials
- are renewable; if so, renew them automatically. Implement this
- for the MIT implementation only. (Fixes #331210)
+ * src/krb5-auth-dialog.c: Check to see whether credentials
+ are renewable; if so, renew them automatically. Implement this
+ for the MIT implementation only. (Fixes #331210)
- * configure.ac: Add test to see whether we have krb5_get_renewed_creds
+ * configure.ac: Add test to see whether we have krb5_get_renewed_creds
ChangeLog | 8 +++
configure.ac | 4 ++
@@ -6424,9 +6845,9 @@ Date: Thu Feb 2 02:51:12 2006 +0000
keep track of whether or not the user explicitly canceled our last request
* src/krb5-auth-dialog.c: keep track of whether or not the user explicitly
- canceled our last request for information. If she did, then don't ask
- again while the expiration time remains unchanged. Change recursion
- inside of renew_credentials() into a loop in its calling function.
+ canceled our last request for information. If she did, then don't ask
+ again while the expiration time remains unchanged. Change recursion
+ inside of renew_credentials() into a loop in its calling function.
ChangeLog | 7 +++++++
src/krb5-auth-dialog.c | 26 +++++++++++++++++++++++---
@@ -6439,10 +6860,10 @@ Date: Wed Feb 1 22:11:34 2006 +0000
rename to avoid polluting the krb5 namespace. don't use time() to figure
* src/krb5-auth-dialog.c(krb5_gtk_prompter): rename to avoid polluting
- the krb5 namespace.
+ the krb5 namespace.
* src/krb5-auth-dialog.c: don't use time() to figure out what time it
- is -- we always compare against a krb5_timestamp, so use the libkrb5
- routines which return the current time instead.
+ is -- we always compare against a krb5_timestamp, so use the libkrb5
+ routines which return the current time instead.
ChangeLog | 7 +++++++
src/krb5-auth-dialog.c | 36 +++++++++++++++++++++++++-----------
@@ -6467,7 +6888,7 @@ Date: Wed Feb 1 18:05:14 2006 +0000
fix a warning where we were passing an int where a pointer was expected
* src/krb5-auth-dialog.c(renew_credentials): fix a warning where we
- were passing an int where a pointer was expected
+ were passing an int where a pointer was expected
src/krb5-auth-dialog.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -6480,7 +6901,7 @@ Date: Tue Jan 31 06:49:30 2006 +0000
2006-01-31 Christopher Aillon <caillon@redhat.com>
- * configure.ac: Release 0.6
+ * configure.ac: Release 0.6
ChangeLog | 4 ++++
configure.ac | 2 +-
@@ -6503,14 +6924,14 @@ Date: Tue Jan 31 05:41:57 2006 +0000
2006-01-31 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.desktop.in:
- Add desktop file for autostart
+ * src/krb5-auth-dialog.desktop.in:
+ Add desktop file for autostart
- * krb5-auth-dialog.spec.in:
- * src/Makefile.am:
- Install desktop file to the correct location
+ * krb5-auth-dialog.spec.in:
+ * src/Makefile.am:
+ Install desktop file to the correct location
- * src/.cvsignore: Add generated file
+ * src/.cvsignore: Add generated file
ChangeLog | 11 +++++++++++
krb5-auth-dialog.spec.in | 1 +
@@ -6536,8 +6957,8 @@ Date: Tue Jan 31 05:19:15 2006 +0000
2006-01-31 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.glade: Don't explicitly
- set the invisible_char to '*', get it from GTK+
+ * src/krb5-auth-dialog.glade: Don't explicitly
+ set the invisible_char to '*', get it from GTK+
ChangeLog | 5 +++++
src/krb5-auth-dialog.glade | 1 -
@@ -6551,7 +6972,7 @@ Date: Tue Nov 8 19:45:41 2005 +0000
2005-11-08 Christopher Aillon <caillon@redhat.com>
- * configure.ac: Release 0.5
+ * configure.ac: Release 0.5
ChangeLog | 4 ++++
configure.ac | 2 +-
@@ -6583,8 +7004,8 @@ Date: Thu Nov 3 23:05:10 2005 +0000
2005-11-03 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c: Consolidate how we figure out the
- expiry text
+ * src/krb5-auth-dialog.c: Consolidate how we figure out the
+ expiry text
ChangeLog | 5 +++++
src/krb5-auth-dialog.c | 37 +++++++++++++++++++++++--------------
@@ -6598,7 +7019,7 @@ Date: Thu Nov 3 21:13:33 2005 +0000
2005-11-03 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c: Use ngettext () where appropriate
+ * src/krb5-auth-dialog.c: Use ngettext () where appropriate
ChangeLog | 4 ++++
src/krb5-auth-dialog.c | 14 +++++++++++---
@@ -6625,10 +7046,10 @@ Date: Wed Nov 2 23:49:40 2005 +0000
make the minimum acceptable lifetime for new credentials the minimum that
* configure.ac,src/krb5-auth-dialog.c: make the minimum acceptable lifetime
- for new credentials the minimum that would force us to take action,
- not the amount of time we wait in between checks. Let the check
- interval be defined in seconds and the minimum lifetime be specified
- in minutes.
+ for new credentials the minimum that would force us to take action,
+ not the amount of time we wait in between checks. Let the check
+ interval be defined in seconds and the minimum lifetime be specified
+ in minutes.
ChangeLog | 8 ++++++++
configure.ac | 14 ++++++++++++++
@@ -6642,7 +7063,7 @@ Date: Wed Nov 2 23:26:57 2005 +0000
just test for the definitions of the flags directly.
* configure.ac,src/krb5-auth-dialog.c: just test for the definitions of the
- flags directly.
+ flags directly.
ChangeLog | 5 +++++
configure.ac | 2 --
@@ -6656,7 +7077,7 @@ Date: Wed Nov 2 23:11:08 2005 +0000
silence a couple of compiler warnings about implicitly-declared functions.
* etpo/lexer.l,etpo/grammar.y: silence a couple of compiler warnings about
- implicitly-declared functions.
+ implicitly-declared functions.
ChangeLog | 7 ++++++-
etpo/grammar.y | 2 ++
@@ -6671,7 +7092,7 @@ Date: Wed Nov 2 23:10:01 2005 +0000
* configure.ac: test for differences between the Heimdal and MIT Kerberos APIs
* src/krb5-auth-dialog.c: abstract out differences in how credential flags
- and realm names are stored.
+ and realm names are stored.
ChangeLog | 7 ++++
configure.ac | 45 ++++++++++++++++++++---
@@ -6695,7 +7116,7 @@ Date: Tue Nov 1 17:47:46 2005 +0000
2005-11-01 Christopher Aillon <caillon@redhat.com>
- * configure.ac: Release 0.4
+ * configure.ac: Release 0.4
ChangeLog | 4 ++++
configure.ac | 2 +-
@@ -6709,25 +7130,25 @@ Date: Tue Nov 1 13:35:01 2005 +0000
2005-11-01 Christopher Aillon <caillon@redhat.com>
- * Makefile.am:
- * krb5-auth-dialog.spec.in:
- * src/krb5-auth-dialog.c
- Patch from Nalin Dahyabhai <nalin@redhat.com>
- - Fix the .spec file so that it doesn't choke due to
- translations.
- - Include the .spec file in the dist tarball so that
- 'rpmbuild -ts' will work.
- - Correct a compiler warning.
- - Set forwardable/proxiable/lifetime from the current ccache,
- if there is one.
- - Add a "--always" flag to let us pinch-hit for 'kinit'.
- - Add a "--auto" flag to override it.
- - Interpret a preauthentication failure as a bad password.
- - If we already have a ccache, use its default principal as our
- default, in case it differs from the local user name. If the
- default principal changes out from under us, pick it up, too.
- - Don't give a bogus lifetime if the ccache is deleted between
- checks.
+ * Makefile.am:
+ * krb5-auth-dialog.spec.in:
+ * src/krb5-auth-dialog.c
+ Patch from Nalin Dahyabhai <nalin@redhat.com>
+ - Fix the .spec file so that it doesn't choke due to
+ translations.
+ - Include the .spec file in the dist tarball so that
+ 'rpmbuild -ts' will work.
+ - Correct a compiler warning.
+ - Set forwardable/proxiable/lifetime from the current ccache,
+ if there is one.
+ - Add a "--always" flag to let us pinch-hit for 'kinit'.
+ - Add a "--auto" flag to override it.
+ - Interpret a preauthentication failure as a bad password.
+ - If we already have a ccache, use its default principal as our
+ default, in case it differs from the local user name. If the
+ default principal changes out from under us, pick it up, too.
+ - Don't give a bogus lifetime if the ccache is deleted between
+ checks.
ChangeLog | 22 ++++++
Makefile.am | 3 +-
@@ -6743,7 +7164,7 @@ Date: Mon Oct 31 22:01:17 2005 +0000
2005-10-31 Christopher Aillon <caillon@redhat.com>
- * configure.ac: Release 0.3
+ * configure.ac: Release 0.3
ChangeLog | 4 ++++
configure.ac | 2 +-
@@ -6757,10 +7178,10 @@ Date: Mon Oct 31 21:55:46 2005 +0000
2005-10-31 Christopher Aillon <caillon@redhat.com>
- * Makefile.am:
- * src/Makefile.am:
- * src/dummy-strings.c:
- Make `make distcheck` happy
+ * Makefile.am:
+ * src/Makefile.am:
+ * src/dummy-strings.c:
+ Make `make distcheck` happy
ChangeLog | 7 +++++++
Makefile.am | 7 +++++++
@@ -6786,8 +7207,8 @@ Date: Mon Oct 31 19:45:12 2005 +0000
2005-10-31 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c: Memleak fixes
- Also, respect the hidden field of krb5_prompt
+ * src/krb5-auth-dialog.c: Memleak fixes
+ Also, respect the hidden field of krb5_prompt
ChangeLog | 5 +++++
src/krb5-auth-dialog.c | 39 +++++++++++++++++++--------------------
@@ -6801,9 +7222,9 @@ Date: Mon Oct 31 18:15:52 2005 +0000
2005-10-31 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c: Fix test to determine whether we
- are using krb5 using new get_tgt_from_ccache () function
- from Nalin Dahyabhai <nalin@redhat.com>
+ * src/krb5-auth-dialog.c: Fix test to determine whether we
+ are using krb5 using new get_tgt_from_ccache () function
+ from Nalin Dahyabhai <nalin@redhat.com>
ChangeLog | 6 +++++
src/krb5-auth-dialog.c | 72 +++++++++++++++++++++++++++++++++++++-------------
@@ -6817,8 +7238,8 @@ Date: Mon Oct 31 07:22:41 2005 +0000
2005-10-31 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c: Set the application name.
- Also, say less 'kerberos' in user visible text.
+ * src/krb5-auth-dialog.c: Set the application name.
+ Also, say less 'kerberos' in user visible text.
ChangeLog | 5 +++++
src/krb5-auth-dialog.c | 4 +++-
@@ -6832,11 +7253,11 @@ Date: Mon Oct 31 07:05:30 2005 +0000
2005-10-31 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c: Update the credentials expiry time
+ * src/krb5-auth-dialog.c: Update the credentials expiry time
- ChangeLog | 4 +++
- src/krb5-auth-dialog.c | 66 +++++++++++++++++++++++++++++++++++++++-----------
- 2 files changed, 56 insertions(+), 14 deletions(-)
+ ChangeLog | 4 ++++
+ src/krb5-auth-dialog.c | 62 ++++++++++++++++++++++++++++++++++++++++----------
+ 2 files changed, 54 insertions(+), 12 deletions(-)
commit 023f791dc1a2cf57879dc6a910f41de802033bd8
Author: Christopher Aillon <caillon@redhat.com>
@@ -6846,8 +7267,8 @@ Date: Mon Oct 31 06:01:46 2005 +0000
2005-10-31 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c: No need to pass around our GladeXML
- since its a static global
+ * src/krb5-auth-dialog.c: No need to pass around our GladeXML
+ since its a static global
ChangeLog | 5 +++++
src/krb5-auth-dialog.c | 7 +++----
@@ -6861,8 +7282,8 @@ Date: Mon Oct 31 05:55:04 2005 +0000
2005-10-31 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c: The dialog shouldn't have two labels
- reading 'Password:' so make the primary one have better text.
+ * src/krb5-auth-dialog.c: The dialog shouldn't have two labels
+ reading 'Password:' so make the primary one have better text.
ChangeLog | 5 +++++
src/krb5-auth-dialog.c | 35 ++++++++++++++++++++++++-----------
@@ -6876,10 +7297,10 @@ Date: Sat Oct 29 18:42:16 2005 +0000
2005-10-29 Christopher Aillon <caillon@redhat.com>
- * configure.ac:
- * src/Makefile.am:
- * src/krb5-auth-dialog.c: Use libnm-glib for NetworkManager support
- instead of the NetworkManager D-BUS API.
+ * configure.ac:
+ * src/Makefile.am:
+ * src/krb5-auth-dialog.c: Use libnm-glib for NetworkManager support
+ instead of the NetworkManager D-BUS API.
ChangeLog | 7 +++
configure.ac | 35 ++++++------
@@ -6895,7 +7316,7 @@ Date: Sat Oct 29 07:17:38 2005 +0000
2005-10-29 Christopher Aillon <caillon@redhat.com>
- * Makefile.in.in: this is generated, no need to live in repository
+ * Makefile.in.in: this is generated, no need to live in repository
po/ChangeLog | 4 +
po/Makefile.in.in | 254 ------------------------------------------------------
@@ -6909,11 +7330,11 @@ Date: Sat Oct 29 06:25:42 2005 +0000
2005-10-29 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c: Reformat using tabs instead of spaces
+ * src/krb5-auth-dialog.c: Reformat using tabs instead of spaces
ChangeLog | 6 +-
- src/krb5-auth-dialog.c | 616 +++++++++++++++++++++++++------------------------
- 2 files changed, 314 insertions(+), 308 deletions(-)
+ src/krb5-auth-dialog.c | 652 +++++++++++++++++++++++++------------------------
+ 2 files changed, 332 insertions(+), 326 deletions(-)
commit 6e04a5ef624e17d052a939957d49c21c4682a2c3
Author: Christopher Aillon <caillon@src.gnome.org>
@@ -6950,16 +7371,16 @@ Date: Thu Sep 2 05:00:59 2004 +0000
2004-09-02 Colin Walters <walters@verbum.org>
- * configure.in: Check for NetworkManager.
+ * configure.in: Check for NetworkManager.
- * Makefile.am: Add NETWORKMANAGER_LIBS.
+ * Makefile.am: Add NETWORKMANAGER_LIBS.
- * src/krb5-auth-dialog.c (am_online): New function,
- uses NetworkManager over D-BUS to determine
- whether or not we're online.
+ * src/krb5-auth-dialog.c (am_online): New function,
+ uses NetworkManager over D-BUS to determine
+ whether or not we're online.
- * src/krb5-auth-dialog.c (credentials_expiring): Don't
- try to renew credentials if we're not online.
+ * src/krb5-auth-dialog.c (credentials_expiring): Don't
+ try to renew credentials if we're not online.
ChangeLog | 14 ++++++-
configure.ac | 20 ++++++++-
@@ -6975,9 +7396,9 @@ Date: Sun Aug 29 19:55:25 2004 +0000
2004-08-28 Diego Gonzalez <diego@pemas.net>
- * configure.ac: add --with-heimdal
- * krb5-auth-dialog: modify to support heimdal if enabled
- * krb5-auth-dialog.glade: center the dialog
+ * configure.ac: add --with-heimdal
+ * krb5-auth-dialog: modify to support heimdal if enabled
+ * krb5-auth-dialog.glade: center the dialog
ChangeLog | 8 +++++++-
configure.ac | 5 +++++
@@ -6993,7 +7414,7 @@ Date: Thu Aug 19 15:20:15 2004 +0000
2004-08-19 Kjartan Maraas <kmaraas@gnome.org>
- * configure.ac: Added «nb» and «no» to ALL_LINGUAS.
+ * configure.ac: Added «nb» and «no» to ALL_LINGUAS.
ChangeLog | 4 ++++
configure.ac | 2 +-
@@ -7007,8 +7428,8 @@ Date: Thu Aug 19 15:19:47 2004 +0000
2004-08-19 Kjartan Maraas <kmaraas@gnome.org>
- * nb.po: Add this
- * no.po: and this
+ * nb.po: Add this
+ * no.po: and this
po/ChangeLog | 5 +
po/nb.po | 3116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bgstack15