Mercurial > pidgin.yaz
graph
-
merge of '4d861866c16a8e87cc915a0d71b0b5a9365cbb3c'2007-11-12, by John Bailey
-
kill another compile warning2007-11-12, by Stu Tomlinson
-
Leak fix, cleanup and code reuse.2007-11-12, by Daniel Atallah
-
Don't strip the silc dlls.2007-11-12, by Daniel Atallah
-
Some platforms require additional includes before net/if.h, and this2007-11-27, by Ethan Blanton
-
Update the win32 SILC Toolkit to 1.1.5.2007-11-12, by Daniel Atallah
-
Squish some warnings here too, with evil(?) casts2007-11-12, by Stu Tomlinson
-
Silence a warning about blist_node_extended_menu defined but not used by2007-11-12, by Stu Tomlinson
-
Fix usage of purple_request_action_with_hint() (again?), hint and user_data2007-11-12, by Stu Tomlinson
-
Fix build.2007-11-12, by Daniel Atallah
-
propagate from branch 'im.pidgin.pidgin' (head d2826de9438a8a8756c77368c1f585807a3984d0)2007-11-11, by Will Thompson
-
Mention PidginMiniDialog in ChangeLog.API2007-11-11, by Will Thompson
-
Use the error icon rather than the disconnect icon in connection error2007-11-11, by Will Thompson
-
Switch to purple_connection_error_reason in msnp9, and a few places I missed in2007-11-11, by Will Thompson
-
Don't open a dialog window on connection errors --- they're shown in the buddy2007-11-11, by Will Thompson
-
Clarify PURPLE_CONNECTION_ERROR_INVALID_USERNAME slightly.2007-11-11, by Will Thompson
-
Use PURPLE_CONNECTION_ERROR_INVALID_USERNAME in oscar and yahoo, which were2007-11-11, by Will Thompson
-
I don't think that incorrect passwords can be helpfully distinguished from2007-11-11, by Will Thompson
-
Consensus on #pidgin is that certificate errors and AUTHENTICATION_IMPOSSIBLE2007-11-11, by Will Thompson
-
Add PURPLE_CONNECTION_ERROR_{INVALID_USERNAME,INCORRECT_PASSWORD}, to be used2007-11-11, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 0f99eebc17d3efab8dac3d72feb857ab25b06cb7)2007-11-11, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 18b9b46acf72ed063fad2e2779a5202fd6d8126b)2007-11-11, by Will Thompson
-
Propagating ipp to im.pidgin.cpw.resiak.disconnectreason caused2007-11-10, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)2007-11-10, by Will Thompson
-
Make mini-dialogs follow the blist's size changes.2007-11-07, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 58a7a68ec9891c7989ec16c0a3d52f9756de75db)2007-11-05, by Will Thompson
-
Really actually hide the description label inside a minidialog, even when2007-11-05, by Will Thompson
-
De-magic-number (and correct) the width request of PidginMiniDialog's labels.2007-11-05, by Will Thompson
-
Say that an account has been disabled if it has been in the title of a generic2007-11-05, by Will Thompson
-
Remove a redundant hbox around PidginMiniDialog's description label.2007-11-05, by Will Thompson
-
Hide the description label of the PidginMiniDialog used for signed on elsewhere2007-11-05, by Will Thompson
-
Use PidginMiniDialog to display signed in elsewhere errors in the blist.2007-11-05, by Will Thompson
-
Remove redundant gtk_widget_show_all()s.2007-11-05, by Will Thompson
-
Don't override any of the GtkContainer API in PidginMiniDialog. It's more2007-11-05, by Will Thompson
-
Add pidgin_mini_dialog_get_num_children(), a convenient way to check how many2007-11-04, by Will Thompson
-
Use an idle callback to destroy PidginMiniDialogs when a button is pressed.2007-11-04, by Will Thompson
-
Don't leak all bar one of the closure structs allocated by2007-11-04, by Will Thompson
-
Add some padding to PidginMiniDialogClass. Padding is not needed in2007-11-04, by Will Thompson
-
Make PidginMiniDialog do more things right when used as a GtkContainer. _add,2007-11-04, by Will Thompson
-
Create a PidginMiniDialog widget; make pidgin_make_mini_dialog() in gtkutils.c2007-11-04, by Will Thompson
-
Display all connection errors in a scrollbook, which is packed inside2007-11-03, by Will Thompson
-
Fix iterating over accounts_signed_on_elsewhere while doing things that will2007-11-03, by Will Thompson
-
Remove padding and size-grouping from buttons in minidialogs to save horizontal2007-11-03, by Will Thompson
-
Use minidialogs rather than horrifying buttons with red text to notify the user2007-11-03, by Will Thompson
-
Work around a bug in vim's bracket matching, whereby it doesn't realise that2007-11-03, by Will Thompson
-
Add a tooltip to each account's label in the signed on elsewhere minidialog,2007-11-03, by Will Thompson
-
Restore error notifications on the buddy list after a restart. Make the Ignore2007-11-03, by Will Thompson
-
purple_account_clear_current_error is public API, so should not be static.2007-11-03, by Will Thompson
-
Save accounts' current errors to accounts.xml, and restore them at startup.2007-11-03, by Will Thompson
-
PurpleConnectionErrorInfo.description should not be const.2007-11-03, by Will Thompson
-
Extract setting an account's current error to a static function. In the2007-11-02, by Will Thompson
-
Add purple_account_clear_current_error(), which does what it says on the tin.2007-11-02, by Will Thompson
-
Fix the return type of pidgin_make_mini_dialog() to be GtkWidget * rather than2007-11-02, by Will Thompson
-
Don't pop up a separate error dialog when an account is disconnected by2007-10-31, by Will Thompson
-
Re-set URGENT on the buddy list when a new account is added to a pre-existing2007-10-31, by Will Thompson
-
Group all NAME_IN_USE errors together into one neat mini-dialog on the buddy2007-10-31, by Will Thompson
-
Document that callbacks for mini-dialogs may be NULL.2007-10-31, by Will Thompson
-
Break creating and removing generic error boxes by account into their own2007-10-31, by Will Thompson
-
Improve the documentation of pidgin_make_mini_dialog().2007-10-31, by Will Thompson
-
I have no idea why checking for an OFFLINE status type on an account would be2007-10-30, by Will Thompson
-
Fix a type error. I could have sworn I did this before committing...2007-10-30, by Will Thompson
-
* When an account error changes, just recreate its button rather than every2007-10-30, by Will Thompson
-
Document exactly how long the PurpleConnectionErrorInfo pointers given out by2007-10-30, by Will Thompson
-
The two PurpleConnectionErrorInfo parameters are meant to be const.2007-10-28, by Will Thompson
-
Mark pointed out that PurpleConnectionErrorPair is not a very good name for the2007-10-28, by Will Thompson
-
Document the gc parameter of purple_connection_error_reason to shut doxygen up.2007-10-28, by Will Thompson
-
Deprecate pidgin_blist_update_account_error_state() and2007-10-28, by Will Thompson
-
PurpleConnectionErrorPair is a better name for struct { PurpleConnectionError;2007-10-28, by Will Thompson
-
Add the old error to the account-error-changed signal.2007-10-28, by Will Thompson
-
merge of '37c3d8dfb803b6da542ca98ccd64739e1943072c'2007-10-28, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head a6e1d13e8af0e00ac47c87b5e118bb3c7ed5064f)2007-10-27, by Will Thompson
-
Connect to connection-error in account.c so that the account error is actually2007-10-28, by Will Thompson
-
Call pidgin_blist_update_account_error_state in response to2007-10-27, by Will Thompson
-
Remove repeated calls to purple_*_get_handle().2007-10-27, by Will Thompson
-
Changelog purple_account_get_current_error() and account-error-changed.2007-10-27, by Will Thompson
-
Make PurpleAccount keep track of the last connection error suffered (or not, if2007-10-27, by Will Thompson
-
Document connection-error signal.2007-10-27, by Will Thompson
-
I figured a signal firing on a connection error would be useful.2007-10-24, by Will Thompson
-
Having read the XMPP SASL specification, these errors seem more accurate.2007-10-24, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 08acda06a60a49c86dd22b679a931a22c62e3c13)2007-10-24, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 365b126365cc18309aea7f8eef0e9b2a19e6bda8)2007-10-17, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head bd8f1d754a1b94e5ade30c3b135178b236f7b49a)2007-10-15, by Will Thompson
-
Document that the char * parameter of purple_connection_error{,_reason} may2007-10-14, by Will Thompson
-
Rename:2007-10-14, by Will Thompson
-
rlaager suggested using the last element of the PurpleDisconnectReason enum2007-10-14, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 6f090c623ea4e9357e5b4238348a888b4c869ab7)2007-10-13, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 4018add8ebbf0e7dfc0fa002ebaeedb7048a26a6)2007-10-12, by Will Thompson
-
merge of '1037fab539d2a95db4fc657f42420566f7e53440'2007-11-16, by Richard Laager
-
merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'2007-11-16, by Richard Laager
-
merge of '12ad71995f63338f624cb01c1e25710a0307ca31'2007-11-16, by Richard Laager
-
merge of '55275a531f00a6cabade1b8bfe74eafa3c2db4ba'2007-11-16, by Richard Laager
-
merge of '1d521d53265eb98ae00fd955fb78a1d39e4c8ba6'2007-11-16, by Richard Laager
-
merge of '88ea7f54513c734e65a7fc3f4318f393093f6fb6'2007-11-16, by Richard Laager
-
merge of '2b4dccc8587d65d95c8698baa12619b506cec2f7'2007-11-16, by Richard Laager