log finch/gntaccount.c @ 32806:0dd2cbee5b80

age author description
2011-01-04 Richard Laager Remove trailing whitespace
2010-08-27 Paul Aurich finch: Add support for string lists as account options
2010-07-05 Sadrul Habib Chowdhury Some updates to the account window.
2009-12-08 Paul Aurich Fix all the remaining files for which internal.h doesn't end up being the first include.
2009-09-26 Sadrul Habib Chowdhury Allow unsetting account alias in finch.
2009-08-06 Stu Tomlinson Don't crash trying to modify the settings for an account where the prpl is
2009-07-18 Elliott Sales de Andrade Don't include an internal header in the public finch headers.
2009-04-06 Richard Nelson Activate the current status for an account being enabled
2009-03-23 Mike Ruprecht Remove some extra edits that snuck into Finch.
2009-03-02 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
2009-01-26 Mark Doliner Change "screen name" to "username" or "buddy name" in a whole bunch of
2008-12-15 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e36b0b63962b9c710ecd798a529e1d2b78d7879a)
2008-09-05 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 25e6cb3cd762fe0e3dbb5ce67dd017555c8a26a8)
2008-12-06 Paul Aurich A patch to clean up authorization request related stuff. Fixes #7695.
2008-09-04 Sadrul Habib Chowdhury datallah reminds me that my strings suck
2008-08-31 Sadrul Habib Chowdhury Press - or = in the accounts list to reorder accounts.
2008-05-27 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)
2008-02-06 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190)
2007-12-29 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)
2007-09-05 Sean Egan Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
2008-05-21 Sadrul Habib Chowdhury Allow account registration in a new account dialog.
2008-04-30 Mark Doliner Change the string "screen name" to "username" everywhere. I think most
2008-02-03 Mark Doliner The Gnome Human Interface Guidelines say, "if pressing this button by
2008-01-26 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleAccount. This also includes a change I made to reduce the Cyclomatic Complexity of one of the functions.
2008-01-03 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
2007-11-17 Evan Schoenberg merge of '76c07fcb434a2a7aa289734bb221c171a376d73b'
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-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-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-12 Gabriel Schulhof Fixing gntaccount.c
2007-09-12 Sadrul Habib Chowdhury Instead of just notifying the user about a connection error, give him options
2007-09-12 Sadrul Habib Chowdhury Don't prompt for the password again if the user entered it once in the account window.
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-08-23 Sadrul Habib Chowdhury Focus the modified/created account in the accounts window after modifying/
2007-08-10 Will Thompson Correct the types of the authorize_cb and deny_cb parameters of
2007-07-13 Sadrul Habib Chowdhury I changed a string during a string freeze\! Sorry\!
2007-07-13 Sadrul Habib Chowdhury Add utility function to trigger some button when some key is pressed with
2007-07-04 Sadrul Habib Chowdhury Do not crash when people run finch without 'make install'ing first.
2007-06-28 Sadrul Habib Chowdhury If the action-windows are already there, then bring them to front when
2007-06-20 Stu Tomlinson #include reorganizations to allow compiling with glib < 2.8 using the
2007-06-16 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
2007-06-07 Richard Laager Mark the return type const for the following functions. I noticed this
2007-06-05 Sadrul Habib Chowdhury merge of '9d95292d55daedb7f74c7df323ad2c69d347d384'
2007-06-04 Nathan Walp jabber can contain @ symbols and / in the resource, so we have to look for
2007-05-30 Sadrul Habib Chowdhury If there's no account at startup, sohw the 'New Account' dialog too.
2007-05-26 Sadrul Habib Chowdhury merge of '73e35014c64a318321f84ca240fbc590a80e4bec'
2007-05-26 Sadrul Habib Chowdhury Remove the confusing 'OK' button from the auth dialog.
2007-05-26 Sadrul Habib Chowdhury Show information about the user requesting authorization.
2007-05-26 Richard Nelson Finch autoreconnecting (largely copy/paste from pidgin)
2007-05-19 Richard Laager Death to more futuristic struct initialization. This should be the last.
2007-04-26 Gary Kramlich Fix a warning introduced with the request api changes.