summaryrefslogtreecommitdiff
path: root/finch/gntrequest.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merged default branchAnkit Vani2013-09-211-1/+1
|\ \
| * | Notify API: extend purple_notify_message with PurpleRequestCommonParametersTomasz Wasilczyk2013-09-211-1/+1
| | |
* | | Merged default branchAnkit Vani2013-09-191-3/+3
|\ \ \ | |/ / |/| |
| * | Merged default branchAnkit Vani2013-09-171-1/+2
| |\ \
| * \ \ Merged default branchAnkit Vani2013-09-121-24/+29
| |\ \ \
| * \ \ \ Merged default branchAnkit Vani2013-08-231-3/+3
| |\ \ \ \
| | * | | | Renamed PurpleBListNode back to PurpleBlistNodeAnkit Vani2013-07-251-2/+2
| | | | | |
| | * | | | Renamed buddy list functions to more appropriate/simler names.Ankit Vani2013-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replaced purple_blist_update_node_icon() with purple_blist_node_update() * Replaced purple_blist_update_buddy_status() with purple_buddy_update_status() * Replaced purple_blist_rename_buddy() with purple_buddy_set_name() * Replaced purple_blist_alias_contact() with purple_contact_set_alias() * Replaced purple_blist_alias_chat() with purple_chat_set_alias() * Replaced purple_blist_alias_buddy() with purple_buddy_set_local_alias() * Replaced purple_blist_server_alias_buddy() with purple_buddy_set_server_alias() * Replaced purple_blist_rename_group() with purple_group_set_name() * Replaced purple_blist_merge_contact() with purple_contact_merge() * Replaced purple_find_buddy_in_group() with purple_blist_find_buddy_in_group() * Replaced purple_find_buddy() with purple_blist_find_buddy() * Replaced purple_find_buddies() with purple_blist_find_buddies() * Replaced purple_find_group() with purple_blist_find_group()
| | * | | | Renamed PurpleBlistNode to PurpleBListNodeAnkit Vani2013-07-031-2/+2
| | | | | |
| | * | | | Global replace to use GObject-style macros. See details.Ankit Vani2013-07-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changed 'PURPLE_BLIST_NODE_IS_' to 'PURPLE_IS_' * Changed 'PURPLE_BUDDY_IS_ONLINE' to 'PURPLE_IS_BUDDY_ONLINE'
* | | | | | Request API: PURPLE_REQUEST_WAIT with progress barTomasz Wasilczyk2013-09-181-0/+1
| |_|_|/ / |/| | | |
* | | | | Request API: implement purple_request_waitTomasz Wasilczyk2013-09-171-1/+2
| |_|/ / |/| | |
* | | | Request API refactoring: custom PURPLE_REQUEST_CHOICE values, instead of indexesTomasz Wasilczyk2013-09-121-13/+19
| | | |
* | | | Request API: HTML featureTomasz Wasilczyk2013-09-111-0/+1
| | | |
* | | | Request API refactoring: switch purple_request_folder to ↵Tomasz Wasilczyk2013-09-101-2/+2
| | | | | | | | | | | | | | | | PurpleRequestCommonParameters
* | | | Request API refactoring: switch purple_request_file to ↵Tomasz Wasilczyk2013-09-101-5/+3
| | | | | | | | | | | | | | | | PurpleRequestCommonParameters
* | | | Request API refactoring: switch purple_request_fields to ↵Tomasz Wasilczyk2013-09-101-1/+1
| | | | | | | | | | | | | | | | PurpleRequestCommonParameters
* | | | Request API refactoring: switch purple_request_action to ↵Tomasz Wasilczyk2013-09-101-1/+1
| | | | | | | | | | | | | | | | PurpleRequestCommonParameters
* | | | Request API refactoring: switch purple_request_choice to ↵Tomasz Wasilczyk2013-09-101-1/+1
| | | | | | | | | | | | | | | | PurpleRequestCommonParameters
* | | | Request API refactoring: introduce PurpleRequestCommonParameters and switch ↵Tomasz Wasilczyk2013-09-101-1/+1
|/ / / | | | | | | | | | purple_request_input to it
* | | Fix finch warnings about -Wsign-compareTomasz Wasilczyk2013-08-221-2/+2
|/ /
* | Validation for Request API; use it in 'new IM' dialog.Tomasz Wasilczyk2012-07-291-3/+4
| |
* | Display a certificate request field in Pidgin and Finch by just usingElliott Sales de Andrade2012-02-261-0/+20
| | | | | | | | the display string of the certificate in a label.
* | Rather use the accessor functions directly.Andrew Victor2011-08-261-21/+15
|/
* Remove trailing whitespaceRichard Laager2011-01-041-1/+1
|
* Fix data selection in a list-type request-field.Sadrul Habib Chowdhury2010-07-041-5/+14
|
* Fix building finch & libgnt using older gcc or non-gcc compilers that doStu Tomlinson2009-12-311-1/+2
| | | | not understand G_GNUC_NULL_TERMINATED
* Don't include an internal header in the public finch headers.Elliott Sales de Andrade2009-07-181-0/+1
| | | | Fixes #9539.
* Do not show hidden request fields.Sadrul Habib Chowdhury2009-07-151-1/+5
|
* Change "screen name" to "username" or "buddy name" in a whole bunch ofMark Doliner2009-01-261-9/+9
| | | | | places in the code. I've been using the definitions from the jabber specs, where "user" is me and "buddy" is someone on my buddy list.
* Do the struct hiding differently.Sadrul Habib Chowdhury2008-11-261-0/+6
|
* Revert the last 'struct-hiding' change.Sadrul Habib Chowdhury2008-11-261-16/+16
|
* Hide the PurpleRequestField struct. I figured this one would be easy andRichard Laager2008-11-181-16/+17
| | | | I really needed to see one get fully hidden.
* Fix a compiler warning. Sadrul or someone should double-check this.Richard Laager2008-05-061-2/+4
|
* The required fields are not really required if the action is cancelled.Sadrul Habib Chowdhury2008-05-051-3/+8
|
* Make sure the required fields are all entered correctly. Underline theSadrul Habib Chowdhury2008-04-291-3/+15
| | | | labels for the required fields.
* Update finch to not touch the internals of PurpleGroup.Sadrul Habib Chowdhury2008-01-271-1/+1
|
* We will probably eventually use purple_object_[get|set]_ui_data. Until then, ↵Sadrul Habib Chowdhury2008-01-261-16/+16
| | | | this will do.
* Add API so Finch doesn't need to touch the internals of PurpleBlistNode.Sadrul Habib Chowdhury2008-01-261-1/+2
|
* Focus the button for the default action, if possible.Sadrul Habib Chowdhury2008-01-171-1/+6
|
* Add a function to get a widget for a request field.Sadrul Habib Chowdhury2008-01-061-0/+30
|
* Implement 'request_folder'. (so now the 'autoaccept' plugin cannot just be a ↵Sadrul Habib Chowdhury2007-12-181-150/+209
| | | | | | | Gtk plugin) This also includes some refactoring of code I did when I was playing with the cyclomatic complexity thingy.
* Do not connect to a signal with a NULL callback. Gets rid of a runtime warning.Sadrul Habib Chowdhury2007-09-301-0/+2
|
* applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defaRichard Laager2007-09-281-2/+3
| | | | through 133f2968e112c003cac1320d1ca0128d5da74066
* 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
|