<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: libmaia: XML-RPC with Qt4</title>
	<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/</link>
	<description>Alice im grünen Bereich</description>
	<pubDate>Thu, 08 Jan 2009 14:18:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: dz</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-337</link>
		<author>dz</author>
		<pubDate>Thu, 24 Apr 2008 08:33:25 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-337</guid>
					<description>The lib is really nice, thx a lot.

but in the spec of xmlrpc the date is not so formated, like qt does! 

in libMaia - maiaObject.cpp

	} case QVariant::DateTime: {
	
//		QString textValue = arg.toDateTime().toString(Qt::ISODate);
		QString textValue = arg.toDateTime().toString("yyyyMMddThh:mm:ss");


Best regards
dz</description>
		<content:encoded><![CDATA[<p>The lib is really nice, thx a lot.</p>
<p>but in the spec of xmlrpc the date is not so formated, like qt does! </p>
<p>in libMaia - maiaObject.cpp</p>
<p>	} case QVariant::DateTime: {</p>
<p>//		QString textValue = arg.toDateTime().toString(Qt::ISODate);<br />
		QString textValue = arg.toDateTime().toString(&#8221;yyyyMMddThh:mm:ss&#8221;);</p>
<p>Best regards<br />
dz</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: wiedi</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-338</link>
		<author>wiedi</author>
		<pubDate>Thu, 24 Apr 2008 23:12:35 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-338</guid>
					<description>Oh, thanks, i'll fix it :)</description>
		<content:encoded><![CDATA[<p>Oh, thanks, i&#8217;ll fix it <img src='http://wiedi.frubar.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: dz</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-339</link>
		<author>dz</author>
		<pubDate>Fri, 25 Apr 2008 12:28:46 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-339</guid>
					<description>Wie ist es am sinnvollsten mehrere call nacheinander zu machen. zB login -&#62; abfrage -&#62; logout. ohne über die response Funktion das nächste zu triggern. zu ne Art Queue?

dz</description>
		<content:encoded><![CDATA[<p>Wie ist es am sinnvollsten mehrere call nacheinander zu machen. zB login -&gt; abfrage -&gt; logout. ohne über die response Funktion das nächste zu triggern. zu ne Art Queue?</p>
<p>dz</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: wiedi</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-356</link>
		<author>wiedi</author>
		<pubDate>Tue, 20 May 2008 22:58:54 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-356</guid>
					<description>Hmmm Login-&gt;Abfrage-&gt;Logout ist glaube ich vom Prinzip her ungeschickt. Besser wäre dafür HTTP Auth zu verwenden (das kann libmaia noch nicht).

Verkettete Calls könnte man aber an sich schon von einer Klasse managen lassen, welche die in einer Queue abarbeitet. Von der Response sollte das ja dann aber trotzdem getriggert werden, sonst braucht man ja keine Queue.

Die Queue Klasse kann auch alle Responses auf einen Slot connecten um dann weiter zu schalten, das ist ja kein Problem.

Falls du so etwas wo implementierst oder Lust hast HTTP Auth für libmaia zu basteln ... fände ich interessant :)</description>
		<content:encoded><![CDATA[<p>Hmmm Login->Abfrage->Logout ist glaube ich vom Prinzip her ungeschickt. Besser wäre dafür HTTP Auth zu verwenden (das kann libmaia noch nicht).</p>
<p>Verkettete Calls könnte man aber an sich schon von einer Klasse managen lassen, welche die in einer Queue abarbeitet. Von der Response sollte das ja dann aber trotzdem getriggert werden, sonst braucht man ja keine Queue.</p>
<p>Die Queue Klasse kann auch alle Responses auf einen Slot connecten um dann weiter zu schalten, das ist ja kein Problem.</p>
<p>Falls du so etwas wo implementierst oder Lust hast HTTP Auth für libmaia zu basteln &#8230; fände ich interessant <img src='http://wiedi.frubar.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: toemaz</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-363</link>
		<author>toemaz</author>
		<pubDate>Fri, 23 May 2008 19:22:24 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-363</guid>
					<description>Thanks for sharing the lib! 
Do you plan to publish it somewhere in e.g. code.google.com or any other project tracker?</description>
		<content:encoded><![CDATA[<p>Thanks for sharing the lib!<br />
Do you plan to publish it somewhere in e.g. code.google.com or any other project tracker?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: dz</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-562</link>
		<author>dz</author>
		<pubDate>Wed, 27 Aug 2008 11:53:56 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-562</guid>
					<description>Nochmal Kompliment, nette lib.

Wenn du libmaia unter lgpl bei sourceforge hostest, wurde ich mich "HTTP Auth" und https annehmen.</description>
		<content:encoded><![CDATA[<p>Nochmal Kompliment, nette lib.</p>
<p>Wenn du libmaia unter lgpl bei sourceforge hostest, wurde ich mich &#8220;HTTP Auth&#8221; und https annehmen.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: silver</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-918</link>
		<author>silver</author>
		<pubDate>Fri, 26 Sep 2008 12:05:15 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-918</guid>
					<description>Thanks for your work! Great lib! But it has small memory leak. To fix it, edit maiaXmlRpcServerConnection.cpp file to be like

...
MaiaXmlRpcServerConnection::~MaiaXmlRpcServerConnection() {
	clientConnection-&#62;deleteLater();
	delete header;        // </description>
		<content:encoded><![CDATA[<p>Thanks for your work! Great lib! But it has small memory leak. To fix it, edit maiaXmlRpcServerConnection.cpp file to be like</p>
<p>&#8230;<br />
MaiaXmlRpcServerConnection::~MaiaXmlRpcServerConnection() {<br />
	clientConnection-&gt;deleteLater();<br />
	delete header;        //</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: wiedi</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-922</link>
		<author>wiedi</author>
		<pubDate>Fri, 26 Sep 2008 17:28:58 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-922</guid>
					<description>thanks, fix committed</description>
		<content:encoded><![CDATA[<p>thanks, fix committed</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: last.fm support comming to QtMPC - rullzer</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-1925</link>
		<author>last.fm support comming to QtMPC - rullzer</author>
		<pubDate>Sun, 23 Nov 2008 23:08:13 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-1925</guid>
					<description>[...] this we found a nice library: libmaia. Beside a small bug I found (which reminds me I have to report it upstream). This works very well. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] this we found a nice library: libmaia. Beside a small bug I found (which reminds me I have to report it upstream). This works very well. [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: rullzer</title>
		<link>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-2793</link>
		<author>rullzer</author>
		<pubDate>Tue, 23 Dec 2008 21:56:05 +0000</pubDate>
		<guid>http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/#comment-2793</guid>
					<description>I noticed a small error.
You put true/false between the  tags. However according to the specs this should just be 0/1

Other than that this is a great lib :D</description>
		<content:encoded><![CDATA[<p>I noticed a small error.<br />
You put true/false between the  tags. However according to the specs this should just be 0/1</p>
<p>Other than that this is a great lib <img src='http://wiedi.frubar.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
</channel>
</rss>
