2009-12-31 |
Stu Tomlinson |
Fix building finch & libgnt using older gcc or non-gcc compilers that do
|
2009-07-18 |
Elliott Sales de Andrade |
Don't include an internal header in the public finch headers.
|
2009-07-15 |
Sadrul Habib Chowdhury |
Do not show hidden request fields.
|
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-11-26 |
Sadrul Habib Chowdhury |
Do the struct hiding differently.
|
2008-11-26 |
Sadrul Habib Chowdhury |
Revert the last 'struct-hiding' change.
|
2008-11-18 |
Richard Laager |
Hide the PurpleRequestField struct. I figured this one would be easy and
|
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-06 |
Richard Laager |
Fix a compiler warning. Sadrul or someone should double-check this.
|
2008-05-05 |
Sadrul Habib Chowdhury |
The required fields are not really required if the action is cancelled.
|
2008-04-29 |
Sadrul Habib Chowdhury |
Make sure the required fields are all entered correctly. Underline the
|
2008-01-27 |
Sadrul Habib Chowdhury |
Update finch to not touch the internals of PurpleGroup.
|
2008-01-26 |
Sadrul Habib Chowdhury |
We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
|
2008-01-26 |
Sadrul Habib Chowdhury |
Add API so Finch doesn't need to touch the internals of PurpleBlistNode.
|
2008-01-17 |
Sadrul Habib Chowdhury |
Focus the button for the default action, if possible.
|
2008-01-06 |
Sadrul Habib Chowdhury |
Add a function to get a widget for a request field.
|
2007-12-18 |
Sadrul Habib Chowdhury |
Implement 'request_folder'. (so now the 'autoaccept' plugin cannot just be a Gtk plugin)
|
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-10-06 |
Gabriel Schulhof |
propagate from branch 'im.pidgin.pidgin' (head 1757e82b3ed17d8ad45db9d2c62f0187a8bee93d)
|
2007-09-30 |
Sadrul Habib Chowdhury |
Do not connect to a signal with a NULL callback. Gets rid of a runtime warning.
|
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 |
propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
|
2007-08-18 |
Gabriel Schulhof |
Updated signatures in gntrequest.c - dunno how to implement transience
|
2007-09-12 |
Sadrul Habib Chowdhury |
Select the right account when a buddyname is selected from the suggest-list.
|
2007-09-08 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
2007-08-29 |
Sadrul Habib Chowdhury |
Fix building on older glib versions.
|
2007-06-29 |
Eric Polino |
propagate from branch 'im.pidgin.pidgin' (head 96be2c6bb0b910f823a48bf0ffc247135df4a988)
|
2007-06-28 |
Eric Polino |
explicit merge of 'e53fe113efde971f9f1d14d8a7af937542ee2732'
|
2007-06-21 |
Eric Polino |
propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)
|
2007-06-19 |
Eric Polino |
merge of '0fa7cc4bced44eafda83b747f69a36db34078edc'
|
2007-06-19 |
Eric Polino |
disapproval of revision 'c80d121e4fd54ef1ba9c1ce9e4afa059f6b777e9'
|
2007-06-19 |
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.
|
2007-06-19 |
Eric Polino |
FIX: INT fields weren't being updated properly
|
2007-07-01 |
Sadrul Habib Chowdhury |
Fix some crashes resulting from rejecting file-transfer requests.
|
2007-07-01 |
Sadrul Habib Chowdhury |
Remember the open/save file locations.
|
2007-06-29 |
Sadrul Habib Chowdhury |
Update search-api to not crash. Searching for users in xmpp/oscar works now.
|
2007-06-28 |
Sadrul Habib Chowdhury |
Consider closing a request dialog equivalent to cancelling it.
|
2007-06-21 |
Sadrul Habib Chowdhury |
Fix a few runtime warnings.
|
2007-06-16 |
Richard Laager |
Re-fix the DBus list handling code by killing const GList* / const GSList*
|
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-05-30 |
Richard Laager |
A change from o_sukhodolsky:
|
2007-05-19 |
Richard Laager |
Death to more futuristic struct initialization. This should be the last.
|
2007-05-07 |
Sadrul Habib Chowdhury |
Select the right account when adding a buddy after authorizing her.
|
2007-04-26 |
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.
|
2007-04-22 |
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.
|
2007-04-16 |
Richard Laager |
Rename the Doxygen group from gntui to finch and define the finch group
|
2007-04-15 |
Sadrul Habib Chowdhury |
Include header files, not source files. Bah.
|
2007-03-27 |
Richard Nelson |
fix file saving
|
2007-03-26 |
Sadrul Habib Chowdhury |
use file select dialog
|
2007-03-26 |
Mark Doliner |
merge of '04076a446ca2bc48c37d00b8b255bc1311b6c51c'
|
2007-03-26 |
Sadrul Habib Chowdhury |
merge of '639aeb100fb910f3edcaf8b015a77e8d49ef250c'
|