log finch/gntrequest.c @ 22827:5c9d9df219af

age author description
Tue, 06 May 2008 05:10:40 +0000 Richard Laager Fix a compiler warning. Sadrul or someone should double-check this.
Mon, 05 May 2008 16:01:02 +0000 Sadrul Habib Chowdhury The required fields are not really required if the action is cancelled.
Tue, 29 Apr 2008 19:13:55 +0000 Sadrul Habib Chowdhury Make sure the required fields are all entered correctly. Underline the
Sun, 27 Jan 2008 04:12:46 +0000 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleGroup.
Sat, 26 Jan 2008 22:33:08 +0000 Sadrul Habib Chowdhury We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
Sat, 26 Jan 2008 20:32:26 +0000 Sadrul Habib Chowdhury Add API so Finch doesn't need to touch the internals of PurpleBlistNode.
Thu, 17 Jan 2008 08:01:02 +0000 Sadrul Habib Chowdhury Focus the button for the default action, if possible.
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:
Sat, 19 May 2007 06:54:15 +0000 Richard Laager Death to more futuristic struct initialization. This should be the last.
Mon, 07 May 2007 18:12:31 +0000 Sadrul Habib Chowdhury Select the right account when adding a buddy after authorizing her.
Thu, 26 Apr 2007 12:25:49 +0000 Evan Schoenberg Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
Sun, 22 Apr 2007 23:55:24 +0000 Sadrul Habib Chowdhury Implement the plugin-pref ui using the request api. The preferences for the core plugins can now be modified from Finch. And no new strings.
Mon, 16 Apr 2007 02:07:49 +0000 Richard Laager Rename the Doxygen group from gntui to finch and define the finch group
Sun, 15 Apr 2007 23:45:52 +0000 Sadrul Habib Chowdhury Include header files, not source files. Bah.
Tue, 27 Mar 2007 00:46:18 +0000 Richard Nelson fix file saving
Mon, 26 Mar 2007 04:06:15 +0000 Sadrul Habib Chowdhury use file select dialog
Mon, 26 Mar 2007 02:48:09 +0000 Mark Doliner merge of '04076a446ca2bc48c37d00b8b255bc1311b6c51c'
Mon, 26 Mar 2007 00:44:09 +0000 Sadrul Habib Chowdhury merge of '639aeb100fb910f3edcaf8b015a77e8d49ef250c'
Wed, 21 Mar 2007 09:00:54 +0000 Richard Laager Re-sed the copyright notices so they don't all talk about Purple.
Mon, 26 Mar 2007 01:11:46 +0000 Sadrul Habib Chowdhury disapproval of revision '88322be73f5336575c98479b2270ab9fcf2a8a75'
Tue, 20 Mar 2007 11:52:46 +0000 Sadrul Habib Chowdhury Use the file selector for request-file.
Mon, 19 Mar 2007 23:49:30 +0000 Richard Nelson Group autocomplete for buddy adding
Mon, 19 Mar 2007 15:52:43 +0000 Sadrul Habib Chowdhury s/gaim/purple/
Mon, 19 Mar 2007 13:31:34 +0000 Daniel Atallah merge of '921657d3f21f5190639852247331d608f5946095'
Mon, 19 Mar 2007 06:34:51 +0000 Sadrul Habib Chowdhury Add auto-complete support in request-entries that have 'screenname' hint set. This can be useful in, for example, 'send im' dialog etc.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sun, 18 Mar 2007 19:38:15 +0000 Sean Egan renamed gaim-text to finch