log pidgin/gtkcertmgr.c @ 23435:2f8866314c64

age author description
2008-02-03 Mark Doliner The Gnome Human Interface Guidelines say, "if pressing this button by
2008-02-03 Mark Doliner Slightly cleaner
2008-02-03 Mark Doliner Improve the spacing in Pidgin's certificate manager window
2008-02-03 Mark Doliner Add the list of certificates in Pidgin's certificate manager to a
2008-02-01 Mark Doliner Remove whitespace on empty lions
2008-01-17 Mark Doliner A few more of those "default_action" fixes
2008-01-12 Sadrul Habib Chowdhury It turns out the tree-models need to be unref'ed.
2008-01-02 Sadrul Habib Chowdhury Mark a string for translation.
2007-12-21 Sadrul Habib Chowdhury Make some more event handlers return appropriate gboolean values. This turns
2007-11-27 Sadrul Habib Chowdhury Add a utility function pidgin_dialog_add_button to add buttons to a dialog
2007-11-26 Sadrul Habib Chowdhury Patch from fmoo. This makes a lot of the windows closeable with Escape. There
2007-11-17 Richard Laager This merge has the effect of reverting the hinting code from trunk.
2007-11-16 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'
2007-11-16 Richard Laager merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
2007-11-16 Richard Laager disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
2007-11-10 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
2007-10-14 Richard Laager Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no
2007-11-16 Richard Laager disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
2007-10-14 Gabriel Schulhof Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
2007-11-16 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
2007-10-14 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
2007-10-10 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
2007-10-26 Ka-Hing Cheung Patch from Andrew Gaul to constify a bunch of static variables to reduce
2007-09-22 Gabriel Schulhof Updated hinting to be less invasive
2007-09-22 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 025faf23aaac403798451974c320c4de6df470d5)
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-13 William Ehlhardt - GTKCertMgr X.509 infothing now uses the
2007-09-12 Gabriel Schulhof Fixing g(tk|nt)certmgr.c
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-09-05 Mark Doliner Sort the certificates by hostname
2007-08-29 Daniel Atallah Remove some relics from when we didn't create the buddy list immediately.
2007-08-28 Daniel Atallah Fix printf(%s, NULL).
2007-08-28 Daniel Atallah Make the gtkcert stuff compile on GTK+ older than 2.8
2007-08-14 William Ehlhardt - Fix some overzealous g_asserts leading to a crash
2007-08-13 William Ehlhardt - Fix a memleak
2007-08-01 William Ehlhardt - Make tls_peers_mgmt delete button prompt for yes/no before removing
2007-08-01 William Ehlhardt - Make a rudimentary information button in tls_peers_mgmt
2007-08-01 William Ehlhardt - Export button now functional due to the magic of copy-paste coding
2007-07-30 William Ehlhardt - Import button now (more or less) functional
2007-07-30 William Ehlhardt - The tls_peers_mgmt import button should be enabled whether there are
2007-07-28 William Ehlhardt - HIG compliance improved
2007-07-28 William Ehlhardt - Delegate all button enabling/disabling in tls_peers_mgmt to its "is
2007-07-28 William Ehlhardt - Delete button now usable!
2007-07-28 William Ehlhardt - Code cosmetics
2007-07-28 William Ehlhardt - Make the tls_peers certmgr delete button do something
2007-07-27 William Ehlhardt - tls_peers certmgr now responds to certificate-stored,
2007-07-27 William Ehlhardt - Add a struct to hold various pieces of data for the tls_peers mgmt UI
2007-07-27 William Ehlhardt - Specify the selection mode on the tls_peers_mgmt listview (may not be
2007-07-27 William Ehlhardt - CertMgr now lists the certificates in the pool
2007-07-26 William Ehlhardt - More pretty (useless) GUI sugar
2007-07-20 William Ehlhardt - Add logic to allow tls_peers manager to properly uninit itself when
2007-07-19 William Ehlhardt - Mock tls_peers mgmt interface
2007-07-19 William Ehlhardt - Comment cosmetics
2007-07-18 William Ehlhardt - CertMgr window responds properly to delete_event
2007-07-18 William Ehlhardt - Make a real Certificate Manager dialog instead of a stupid popup. It
2007-07-17 William Ehlhardt - Add debug code to spit a list of all certificates in all pools when
2007-07-13 William Ehlhardt - Add a skeleton for the Pidgin Certificate Manager and include it in