summaryrefslogtreecommitdiff
path: root/finch/gntrequest.c
Commit message (Collapse)AuthorAgeFilesLines
* Select the right account when a buddyname is selected from the suggest-list.Sadrul Habib Chowdhury2007-09-121-0/+23
|
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
| | | | This is a quick update done with a for loop, find, and sed.
* Fix building on older glib versions.Sadrul Habib Chowdhury2007-08-291-2/+2
| | | | Get rid of a couple of compiler warnings.
* Fix some crashes resulting from rejecting file-transfer requests.Sadrul Habib Chowdhury2007-07-011-5/+11
|
* Remember the open/save file locations.Sadrul Habib Chowdhury2007-07-011-1/+11
|
* Update search-api to not crash. Searching for users in xmpp/oscar works now.Sadrul Habib Chowdhury2007-06-291-2/+5
|
* Consider closing a request dialog equivalent to cancelling it.Sadrul Habib Chowdhury2007-06-281-4/+32
|
* Fix a few runtime warnings.Sadrul Habib Chowdhury2007-06-211-2/+2
|
* Re-fix the DBus list handling code by killing const GList* / const GSList*Richard Laager2007-06-161-3/+3
| | | | | | | | everywhere. Now we maintain a list of functions which return a GList or GSList which must not be freed. Ideally at some point this will be replaced with code that looks at the Doxygen comment for the function and honors @constreturn, which I've declared as a macro around @return that prints a @note about not modifying or freeing the returned value.
* disapproval of revision '2d8ea56b90971e7851442d96b7d74ecb4f052126'Richard Laager2007-06-161-1/+1
|
* Mark the return type const for the following functions. I noticed thisRichard Laager2007-06-071-1/+1
| | | | | | | | | | | | | | | | while fixing some DBus stuff which I'll commit shortly. * purple_accounts_get_all * purple_connections_get_all * purple_connections_get_connecting * purple_conv_chat_get_ignored * purple_conv_chat_get_users * purple_get_chats * purple_get_conversations * purple_get_ims * purple_notify_user_info_get_entries References #1344
* A change from o_sukhodolsky:Richard Laager2007-05-301-2/+5
| | | | | | | | Fix this warning: gntrequest.c: In function ?finch_request_save_in_prefs?: gntrequest.c:676: warning: dereferencing type-punned pointer will break strict-aliasing rules References #1344
* Death to more futuristic struct initialization. This should be the last.Richard Laager2007-05-191-7/+11
|
* Select the right account when adding a buddy after authorizing her.Sadrul Habib Chowdhury2007-05-071-1/+3
|
* Added account, who, and conversation parameters to the request API calls, ↵Evan Schoenberg2007-04-261-0/+5
| | | | 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.
* Implement the plugin-pref ui using the request api. The preferences for the ↵Sadrul Habib Chowdhury2007-04-221-1/+59
| | | | core plugins can now be modified from Finch. And no new strings.
* Rename the Doxygen group from gntui to finch and define the finch groupRichard Laager2007-04-161-1/+1
| | | | in finch.h so that Finch shows up in the modules list.
* Include header files, not source files. Bah.Sadrul Habib Chowdhury2007-04-151-1/+1
|
* fix file savingRichard Nelson2007-03-271-0/+2
|
* use file select dialogSadrul Habib Chowdhury2007-03-261-28/+12
|
* merge of 'e4c15762aafac1e097402a9bca2e7acfad7ff589'Mark Doliner2007-03-261-2/+2
|\ | | | | | | and '49c0e6c8c116a94115ffdb52a8c6d6b74076b055'
| * merge of '45e6793c221c1cdc1dedc4815edf0474ebcde787'Sadrul Habib Chowdhury2007-03-261-2/+2
| |\ | | | | | | | | | and '7401338df45b641419c8302df0350b6ca45917fa'
| | * Re-sed the copyright notices so they don't all talk about Purple.Richard Laager2007-03-211-2/+2
| | |
* | | disapproval of revision '7401338df45b641419c8302df0350b6ca45917fa'Sadrul Habib Chowdhury2007-03-261-10/+23
|/ /
* | Use the file selector for request-file.Sadrul Habib Chowdhury2007-03-201-23/+10
|/
* Group autocomplete for buddy addingRichard Nelson2007-03-191-0/+6
|
* s/gaim/purple/Sadrul Habib Chowdhury2007-03-191-7/+7
|
* merge of '4de1981757fc09240de68fe8f93e47f41a2432a4'Daniel Atallah2007-03-191-91/+91
|\ | | | | | | and '8997bafe667bc5c57a538a66209ff5fa7b2472db'
| * sed -ie 's/gaim/purple/g'Sean Egan2007-03-191-91/+91
| |
* | Add auto-complete support in request-entries that have 'screenname' hint ↵Sadrul Habib Chowdhury2007-03-191-0/+11
|/ | | | set. This can be useful in, for example, 'send im' dialog etc.
* renamed gaim-text to finchSean Egan2007-03-181-0/+619