lp:~ian-clatworthy/pidgin/trunk

Created by Ian Clatworthy and last modified
Get this branch:
bzr branch lp:~ian-clatworthy/pidgin/trunk
Only Ian Clatworthy can upload to this branch. If you are Ian Clatworthy please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ian Clatworthy
Project:
Pidgin
Status:
Development

Recent revisions

18512. By darkrain42

ft: Fix ui_ops->ui_read being called too often (when it's not ready).

Also fix a deadlock case stemming from that, where ui_read() returns 0,
but when it next calls purple_xfer_ui_ready(), libpurple doesn't think the
prpl is ready.

18511. By darkrain42

merge of '3bd2c7a6603e3818db5888eda798d4a336a3665b'
     and '907b3271bb72546dc11ed711526b55cb20254b23'

18510. By darkrain42

jabber: Wrap XHTML-IM messages in <p/> for greater interoperability justice. Closes #11253

This is pretty simplistic, and doesn't check if the message already has a <p/>,
because fully checking that would require a lot more effort.

18509. By Bjoern Voigt

German translation update
Several corrections (e.g. consistent translation for "nick")
Thanks to Yves Forkl

18508. By darkrain42

Fix a corner case where purple_markup_html_to_xhtml generated malformed XHTML.

<FONT>blah</FONT> would turn into x</span>. This is pretty bad, since
that's what Adium passes to libpurple when the text had no markup, and is
what causes XMPP messages sent in Adium to look like:
<body>.</body><body xmlns='http://www.w3.org/1999/xhtml'>.</body>

18507. By <email address hidden>

Allow copying username (and other settings) for a connected account from
the account dialog.

18506. By <email address hidden>

Free allocated string from text-buffer.

18505. By darkrain42

gtkrequest: Handle a multiline text field being set as required properly.

The GtkTextView wasn't having setup_entry_field() called on it, which
listens for the changed signal if the field is required. The result was
that it was impossible to submit such a form because Pidgin never thought
it was sufficiently filled in.

18504. By darkrain42

jabber: Don't fetch Adhoc Commands for MUC chat members.

18503. By darkrain42

jabber: Pedantically this bothered me, but changing the message to
definitively say which was going to happen next would duplicate logic from
try_srv_connect().

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.