commit bdc117a11f93ee152dd73e3b9509283bbf2cb1dd
Author: Stef Walter <
[email protected]>
Date: 2012-09-03
Release version 3.5.91
NEWS | 3 +++
configure.ac | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
commit 4a7e7b0ec5b2899d1eaa53661be59d436fb7bb4e
Author: Piotr Drąg <
[email protected]>
Date: 2012-08-22
Updated Polish translation
po/pl.po | 223 +++++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 131 insertions(+), 92 deletions(-)
commit 65062a63d0a1c220835de2ecf54b24044276ecb4
Author: Stef Walter <
[email protected]>
Date: 2012-07-16
Release version 3.5.4
NEWS | 7 +++++++
1 file changed, 7 insertions(+)
commit a76eb15551dff7148d91053f018fa39623d0dc0d
Author: Piotr Drąg <
[email protected]>
Date: 2012-06-29
Updated POTFILES.in
po/POTFILES.in | 2 ++
1 file changed, 2 insertions(+)
commit fc461e7ebefdffc88ff92730f9919cbddd760253
Author: Stef Walter <
[email protected]>
Date: 2012-06-29
Bump version number
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit f2044481fa173feba45eb15a55708bd73f58a77e
Author: Stef Walter <
[email protected]>
Date: 2012-06-29
Fix use of uninitialized variable
tool/seahorse-tool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 8abff8e3e7592bb85a6e1466afb5e68ca0ca9de4
Author: Stef Walter <
[email protected]>
Date: 2012-06-29
Use GtkComboBoxText correctly
* And remove check for old versions of GTK+
tool/seahorse-multi-encrypt.xml | 2 +-
tool/seahorse-tool-files.c | 8 --------
2 files changed, 1 insertion(+), 9 deletions(-)
commit f923946e3c0b0e70f2bad845d37484e2bcc5f345
Author: Stef Walter <
[email protected]>
Date: 2012-06-29
Don't use has_separator property in dialogs, deprecated
tool/seahorse-multi-encrypt.xml | 1 -
tool/seahorse-notify.xml | 1 -
tool/seahorse-progress.xml | 1 -
3 files changed, 3 deletions(-)
commit d673c20a6d376300accbec3f0da91b0d581fc465
Author: Stef Walter <
[email protected]>
Date: 2012-06-29
Don't use g_atexit now that its deprecated
tool/seahorse-libdialogs.h | 2 ++
tool/seahorse-notification.c | 17 ++++++++---------
tool/seahorse-tool.c | 2 ++
3 files changed, 12 insertions(+), 9 deletions(-)
commit e83548cf4f26ddac22940b0cff16f8d38b55f1a3
Author: Stef Walter <
[email protected]>
Date: 2012-06-29
Fix loading of UI files
* Path was built incorrectly
* Report errors during loading of UI files
tool/Makefile.am | 2 +-
tool/seahorse-widget.c | 7 ++++++-
2 files changed, 7 insertions(+), 2 deletions(-)
commit ff0c38ae75d14ae1df4c00e0c604cb2bd0a24f93
Author: Stef Walter <
[email protected]>
Date: 2012-06-29
Use GcrPrompt for prompting
* Now depends on gcr 3.4.0 or later
configure.ac | 7 +
tool/Makefile.am | 5 +-
tool/seahorse-passphrase.c | 387 +++++++++---------------------------------
tool/seahorse-passphrase.h | 4 -
tool/seahorse-secure-buffer.c | 196 ---------------------
tool/seahorse-secure-buffer.h | 57 -------
tool/seahorse-secure-memory.c | 128 --------------
tool/seahorse-secure-memory.h | 39 -----
tool/seahorse-tool.c | 3 -
9 files changed, 87 insertions(+), 739 deletions(-)
commit ecc8717bc14ec239e83f2ac58de96c437f1f31e3
Author: Stef Walter <
[email protected]>
Date: 2012-06-29
Migrate from GConf to GSettings
.gitignore | 1 +
Makefile.am | 1 +
configure.ac | 4 +-
data/Makefile.am | 15 ++
data/org.gnome.seahorse.nautilus.convert | 4 +
data/org.gnome.seahorse.nautilus.gschema.xml | 19 +++
.../org.gnome.seahorse.nautilus.window.gschema.xml | 14 ++
tool/Makefile.am | 1 -
tool/seahorse-gconf.c | 183 ---------------------
tool/seahorse-gconf.h | 55 -------
tool/seahorse-tool-files.c | 9 +-
tool/seahorse-tool.c | 12 +-
tool/seahorse-tool.h | 2 +
tool/seahorse-util.c | 1 -
tool/seahorse-widget.c | 107 +++++-------
tool/seahorse-widget.h | 1 +
16 files changed, 116 insertions(+), 313 deletions(-)