log finch/gntrequest.c @ 22064:1af120c0fafd

age author description
Sun, 06 Jan 2008 18:53:47 +0000 Sadrul Habib Chowdhury Add a function to get a widget for a request field.
Tue, 18 Dec 2007 15:15:19 +0000 Sadrul Habib Chowdhury Implement 'request_folder'. (so now the 'autoaccept' plugin cannot just be a Gtk plugin)
Fri, 16 Nov 2007 23:30:03 +0000 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
Sun, 14 Oct 2007 00:26:00 +0000 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
Wed, 10 Oct 2007 22:57:51 +0000 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
Sat, 06 Oct 2007 15:55:47 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 1757e82b3ed17d8ad45db9d2c62f0187a8bee93d)
Sun, 30 Sep 2007 02:11:37 +0000 Sadrul Habib Chowdhury Do not connect to a signal with a NULL callback. Gets rid of a runtime warning.
Sat, 22 Sep 2007 09:48:07 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 025faf23aaac403798451974c320c4de6df470d5)
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Wed, 12 Sep 2007 19:11:38 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
Sat, 18 Aug 2007 19:54:50 +0000 Gabriel Schulhof Updated signatures in gntrequest.c - dunno how to implement transience
Wed, 12 Sep 2007 09:29:35 +0000 Sadrul Habib Chowdhury Select the right account when a buddyname is selected from the suggest-list.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 29 Aug 2007 06:18:49 +0000 Sadrul Habib Chowdhury Fix building on older glib versions.
Fri, 29 Jun 2007 12:45:08 +0000 Eric Polino propagate from branch 'im.pidgin.pidgin' (head 96be2c6bb0b910f823a48bf0ffc247135df4a988)
Thu, 28 Jun 2007 03:09:03 +0000 Eric Polino explicit merge of 'e53fe113efde971f9f1d14d8a7af937542ee2732'
Thu, 21 Jun 2007 20:37:57 +0000 Eric Polino propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)
Tue, 19 Jun 2007 19:40:06 +0000 Eric Polino merge of '0fa7cc4bced44eafda83b747f69a36db34078edc'
Tue, 19 Jun 2007 19:33:16 +0000 Eric Polino disapproval of revision 'c80d121e4fd54ef1ba9c1ce9e4afa059f6b777e9'
Tue, 19 Jun 2007 14:32:08 +0000 Eric Polino FIX: Setting an INT field in preferences wasn't working properly. We were checking for a FIELD_LIST but doing the same thing all the time.
Tue, 19 Jun 2007 19:39:52 +0000 Eric Polino FIX: INT fields weren't being updated properly
Sun, 01 Jul 2007 17:05:16 +0000 Sadrul Habib Chowdhury Fix some crashes resulting from rejecting file-transfer requests.
Sun, 01 Jul 2007 15:57:42 +0000 Sadrul Habib Chowdhury Remember the open/save file locations.
Fri, 29 Jun 2007 01:52:09 +0000 Sadrul Habib Chowdhury Update search-api to not crash. Searching for users in xmpp/oscar works now.
Thu, 28 Jun 2007 18:32:22 +0000 Sadrul Habib Chowdhury Consider closing a request dialog equivalent to cancelling it.
Thu, 21 Jun 2007 21:32:13 +0000 Sadrul Habib Chowdhury Fix a few runtime warnings.
Sat, 16 Jun 2007 19:44:59 +0000 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList*
Sat, 16 Jun 2007 19:00:35 +0000 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
Thu, 07 Jun 2007 04:22:42 +0000 Richard Laager Mark the return type const for the following functions. I noticed this
Wed, 30 May 2007 06:25:46 +0000 Richard Laager A change from o_sukhodolsky: