2009-04-07 Milan Crha <mcrha@redhat.com>
** Fix for bug #539002
* gui/certificate-manager.c: (load_certs):
Show all other certificates in a contact tab.
svn path=/trunk/; revision=37500
2009-04-07 Milan Crha <mcrha@redhat.com>
** Fix for bug #529745
* gui/certificate-manager.c: (import_your), (import_contact):
Add more file types in a file filter.
svn path=/trunk/; revision=37499
2009-02-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #572975
* gui/smime-ui.glade: Center dialogs.
* gui/certificate-manager.c: (import_your), (import_contact),
(import_ca): Destroy file chooser dialog early enough to not have
hidden any other windows below it.
svn path=/trunk/; revision=37333
2008-05-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #534360
Migrate from deprecated GtkObject symbols to GObject equivalents.
Touches over 150 files in all components; too many to list.
svn path=/trunk/; revision=35526
2007-07-27 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
Collect all the required package versions in one place and
explicitly require GTK+ 2.10 or higher. (#380354)
* Adapt various Makefile.am files.
svn path=/trunk/; revision=33863
* lib/e-pkcs12.c (prompt_for_password):
* gui/component.c (smime_pk11_passwd), (smime_pk11_change_passwd):
Do not pass NULL for the domain parameter of
e_passwords_ask_password.
svn path=/trunk/; revision=32451
2006-06-15 Tor Lillqvist <tml@novell.com>
* lib/e-cert-db.c (initialize_nss): On Win32, NSS wants filenames
in system codepage, so convert UTF-8 filename to system codepage.
svn path=/trunk/; revision=32157
2006-01-30 Tor Lillqvist <tml@novell.com>
* lib/e-cert-db.c (install_loadable_roots): On Win32, don't bother
to attempt looking in Unix paths like /usr/lib or /opt/mozilla
for Mozilla's nssckbi module. If necessary, add code later to look
up the installation path of Mozilla or Firefox from the Registry.
svn path=/trunk/; revision=31382
2006-01-11 Simon Zheng <simon.zheng@sun.com>
Fix for 325748.
* lib/e-cert-db.c: (install_loadable_roots): Add an search path
which can be automatically retrieved when running configure.
svn path=/trunk/; revision=31128
2006-01-10 Simon Zheng <simon.zheng@sun.com>
* lib/e-cert.c:use e_utf8_strftime() in evolution-data-server/
libedataserver/e-data-server-util.c instead of the copy in
evolution/e-util/e-util.c.
svn path=/trunk/; revision=31121
2006-01-06 Andre Klapper <a9016009@gmx.de>
* lib/e-cert-c: marked LDAP specific strings as not translatable.
Fixes bug 273076.
svn path=/trunk/; revision=31086
2006-01-02 Harish Krishnaswamy <kharish@novell.com>
* gui/certificate-manager.c: (initialize_yourcerts_ui):
Do not set the sort column before the model is initialized.
This is done later by the function unload_certs.
Fixes#325472 (critical warning crasher).
svn path=/trunk/; revision=31015
2005-12-18 Tor Lillqvist <tml@novell.com>
* lib/e-cert-db.c
* lib/e-pkcs12.c: Use gstdio wrappers. Open file in binary mode.
svn path=/trunk/; revision=30858
2005-07-20 Tor Lillqvist <tml@novell.com>
* lib/Makefile.am: Use privsolib here, too. Link with libeutil and
CERT_UI_LIBS. Use NO_UNDEFINED.
svn path=/trunk/; revision=29812
2005-07-20 Tor Lillqvist <tml@novell.com>
* gui/Makefile.am: Use privsolib so the DLL gets installed in
bindir on Win32. (See ChangeLog entry in .. from 2005-06-18.) Link
with libeshell. Use NO_UNDEFINED.
svn path=/trunk/; revision=29811
2005-02-21 Not Zed <NotZed@Ximian.com>
** See bug #68592
* gui/certificate-manager.c (yourcerts_selection_changed): dont
pass backup to handle_selection_changed.
(certificate_manager_config_control_new): disable the backup
buttons always.
svn path=/trunk/; revision=28875
2005-02-04 Rodney Dawes <dobey@novell.com>
* gui/ca-trust-dialog.c (ca_trust_dialog_new): Set the border widths
for the dialog internal container widgets to be HIG compliant
* gui/smime-ui.glade: Set the vbox spacing to 12 for HIG compliance
svn path=/trunk/; revision=28712
2004-11-23 Not Zed <NotZed@Ximian.com>
* gui/certificate-manager.c (delete_ca): don't remove the tree
node if deleting the cert failed.
(delete_your): same.
(delete_contact): same. Hoorah for code-reuse.
svn path=/trunk/; revision=28456
2004-10-11 Not Zed <NotZed@Ximian.com>
* gui/e-cert-selector.c (e_cert_selector_new): dont try to
deference NULL nickname or emailAddr on the cert.
svn path=/trunk/; revision=27542
2004-09-03 Not Zed <NotZed@Ximian.com>
** See bug #64420.
* lib/e-pkcs12.c (prompt_for_password): set the outptr after we've
actually got a pointer for it allocated.
svn path=/trunk/; revision=27139
2004-08-12 Carlos Garnacho Parro <carlosg@gnome.org>
* gui/certificate-manager.c: Optionally use GtkFileChooser if
compiled against Gtk+ >= 2.4.0
svn path=/trunk/; revision=26895
2004-08-02 Jeffrey Stedfast <fejj@novell.com>
* lib/e-pkcs12.c (prompt_for_password): Fixed to work for both LE
and BE architectures.
svn path=/trunk/; revision=26794