Wed, 13 Jun 2007 02:28:38 +0000 |
Sean Egan |
Do not update the blist TreeStore if a node is currently being edited. Then, when the node is finished editing, force a refresh. Fixes #397 in which aliasing gets rudely cut off anytime the buddy list changes
|
Wed, 13 Jun 2007 02:20:11 +0000 |
Stu Tomlinson |
Make -l do something slightly more sane than it does now, even though it
|
Wed, 13 Jun 2007 00:52:35 +0000 |
Sean Egan |
merge of '10fd9d69da179933afa02f2731b53d2ee40d28ee'
|
Wed, 13 Jun 2007 00:45:53 +0000 |
Sean Egan |
merge of 'ebff6c3b8f2304c88a5769e8c4c25a763f3a5c1f'
|
Wed, 13 Jun 2007 00:40:20 +0000 |
Stu Tomlinson |
I suspect some people might like this to be buildable & installable. I
|
Wed, 13 Jun 2007 00:32:51 +0000 |
Stu Tomlinson |
This makes Conversation->More work for non-buddies and chats not on your
|
Tue, 12 Jun 2007 20:19:23 +0000 |
Stu Tomlinson |
merge of '239c3cd266bcc877339e2d4c9a486bcf2be02f82'
|
Wed, 13 Jun 2007 00:52:16 +0000 |
Sean Egan |
Add missing images files
|
Wed, 13 Jun 2007 00:44:27 +0000 |
Sean Egan |
Use the correct icon for new message
|
Tue, 12 Jun 2007 18:28:10 +0000 |
Sean Egan |
Icon updates from Hylke, including tray icons in 2 more sizes
|
Tue, 12 Jun 2007 07:40:31 +0000 |
Mark Doliner |
Another if!null
|
Tue, 12 Jun 2007 07:30:24 +0000 |
Mark Doliner |
Don't check for null before calling free. I can't help but get rid
|
Tue, 12 Jun 2007 05:22:44 +0000 |
Ethan Blanton |
GMSGFMT is apparently not required to be set, and requiring it causes
|
Mon, 11 Jun 2007 15:44:00 +0000 |
Ethan Blanton |
Over time, Windows users have been allowed to erroneously commmit +x
|
Mon, 11 Jun 2007 14:12:30 +0000 |
Daniel Atallah |
More robust hack to force Bonjour to use no proxy when directly connecting to buddy.
|
Mon, 11 Jun 2007 13:54:27 +0000 |
Stu Tomlinson |
Teach stats.pl about zh_HK
|
Mon, 11 Jun 2007 13:08:54 +0000 |
Stu Tomlinson |
merge of '3b80bf600e31f234766ed90a7bba5ea586178f08'
|
Mon, 11 Jun 2007 08:45:54 +0000 |
Mark Doliner |
Get outta my house. This adds a failsafe for the "Logged In"
|
Mon, 11 Jun 2007 08:28:17 +0000 |
Mark Doliner |
Get rid of the oscar time offset. This was an attempt at making sure
|
Mon, 11 Jun 2007 01:44:07 +0000 |
Stu Tomlinson |
merge of '3205351f2b94e04ee5972a3f2bc1c8218ac95fe6'
|
Mon, 11 Jun 2007 01:02:18 +0000 |
Mark Doliner |
These casts were causing warnings for Stu but not me.
|
Mon, 11 Jun 2007 01:00:27 +0000 |
Stu Tomlinson |
Fix pidgin_blist_node_is_contact_expanded() to not crash on buddy list
|
Mon, 11 Jun 2007 00:23:35 +0000 |
Stu Tomlinson |
merge of '1e340ceaf355a27660847defa34d87510ce35d6d'
|
Sun, 10 Jun 2007 22:22:36 +0000 |
Mark Doliner |
Compare the user-entered file extension to the GDK file extension
|
Sun, 10 Jun 2007 21:58:45 +0000 |
Mark Doliner |
When right-clicking on an image in a GtkIMHtml to save it, if the file
|
Sun, 10 Jun 2007 21:07:02 +0000 |
Mark Doliner |
Remove a pair of unneeded strlen's
|
Sun, 10 Jun 2007 20:39:59 +0000 |
Evan Schoenberg |
Removed line accidentally committed.
|
Sun, 10 Jun 2007 20:36:24 +0000 |
Evan Schoenberg |
If a message is known to be too long to send to a chat or IM, and it's an HTML message, strip the HTML, re-encode, and try again. The chat part is particularly useful given the short maximum message length and the fact that purple_markup_linkify() will have linkified long links to being twice the number of characters. The IM part is not triggerred in my experience because MAXMSGLEN seems to be far above the number of characters allowed; perhaps it is a number of bytes, not characters?
|