aboutsummaryrefslogtreecommitdiffstats
path: root/smime/gui/certificate-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Add comments around g_idle_add() changesMilan Crha2013-02-091-1/+3
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-091-1/+1
* Revert "Bug #683867 - Schedule actions with higher idle priority"Matthew Barnes2013-02-081-1/+1
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-081-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2013-01-111-2/+3
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-4/+0
* Use the same certificate-viewer as the trust-prompt from edsMilan Crha2012-12-121-1/+32
* Do not restore certificate manager columns when all are hiddenMilan Crha2012-12-111-1/+7
* Avoid using GdkEventButton directly in certain places.Matthew Barnes2012-11-301-3/+8
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-39/+59
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-3/+3
* Fix memory leaks around gtk_tree_model_get() functionMilan Crha2012-05-311-0/+7
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-13/+26
* Bug 664160 - Untranslated headers in certificates tableGabor Kelemen2012-02-011-3/+4
* Bug 660584 - Fix crash when removing user certificateDan Vrátil2011-10-011-14/+13
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-14/+20
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-27/+22
* Use email instead of e-mail spelling, like anywhere elseAndre Klapper2011-07-281-2/+2
* Bug #252670 - Remember columns settings in Certificates tabDan Vrátil2011-06-141-785/+688
* Coding style cleanups.Matthew Barnes2011-05-091-1/+1
* Bug 626066 - log in to NSS database on demand for changing trustDavid Woodhouse2010-09-141-7/+2
* Coding style cleanups.Matthew Barnes2010-09-131-33/+33
* Bug 626066 - log in to NSS database before invoking certificate managerDavid Woodhouse2010-09-131-1/+6
* Whitespace and coding style cleanup.Matthew Barnes2010-08-141-1/+0
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-111-12/+9
* Bug 624237 - Fails to start when smartcard is insertedMatthew Barnes2010-07-141-2/+10
* Bug #619218 - Should select imported certificate when succeededMilan Crha2010-06-121-6/+102
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-1/+3
* Bug #603342 - Memory leak fixesMilan Crha2009-12-151-1/+5
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-27/+21
* Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
* Fix some build issues.Matthew Barnes2009-07-141-3/+3
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-8/+8
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-13/+27
|\|
| * ** Fix for bug #539002Milan Crha2009-04-071-1/+4
| * ** Fix for bug #529745Milan Crha2009-04-071-0/+2
| * ** Fix for bug #572975Milan Crha2009-02-251-12/+21
| * License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-15/+15
* | Fix crash on startup.Matthew Barnes2009-02-191-3/+3
* | Documentation tweaks.Matthew Barnes2009-02-191-1/+3
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-15/+15
* | Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-051-1/+3
* | Progress update:Matthew Barnes2008-08-301-9/+15
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-11/+11
* Remove the --enable-file-chooser configure option.Matthew Barnes2007-09-141-24/+0
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Fix for bug #396645Srinivasa Ragavan2007-04-201-0/+36
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Do not set the sort column before the model is initialized. This is doneHarish Krishnaswamy2006-01-021-4/+0
* gui/ca-trust-dialog.c (ca_trust_dialog_show) gui/cert-trust-dialog.cTor Lillqvist2005-12-181-1/+9
* *gui/certificate-manager.c Changed cert to certificates Fixes #273075Sankar P2005-05-061-6/+6
* ** See bug #68592Not Zed2005-02-241-1/+7
* don't remove the tree node if deleting the cert failed. (delete_your):Not Zed2005-01-201-6/+6
* Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0Carlos Garnacho Parro2004-08-131-6/+58
* set some columns resizable. (initialize_contactcerts_ui): same.Not Zed2004-05-281-0/+5
* ** See bugs #52061 & #52669.Not Zed2004-05-281-1/+38
* [ fixes bug #52724 ]Chris Toshok2004-05-011-4/+23
* add BOOL:POINTER,POINTER,POINTER,POINTER for confirm_ca_cert_import.Chris Toshok2004-03-251-6/+49
* [ fixes bug #52667 ]Chris Toshok2004-03-201-2/+0
* Same.Jeffrey Stedfast2004-02-121-0/+5
* new function, implement the password dialog for PK11 slot authentication.Chris Toshok2004-01-061-134/+240
* add e-asn1-object.[ch]Chris Toshok2003-12-041-3/+3
* mostly implement a viewer for certificates.Chris Toshok2003-11-261-1/+69
* implement using the e-cert-trust foo. (e_cert_get_email): implement.Chris Toshok2003-11-131-13/+131
* don't init NSS here. it's done in e_cert_db_peek.Chris Toshok2003-11-121-56/+267
* add boilerplate.Chris Toshok2003-10-311-2/+4
* initial addition of s/mime foo.Chris Toshok2003-10-241-0/+346