<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for LYNXLINE</title>
	<atom:link href="http://lynxline.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lynxline.com</link>
	<description>Professional Software Development Services using Qt frameworks</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:46:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Stack vs Heap, Pimpl, performance by yshurik</title>
		<link>http://lynxline.com/stack-vs-heap-pimpl-performance/comment-page-1/#comment-1762</link>
		<dc:creator>yshurik</dc:creator>
		<pubDate>Tue, 07 Feb 2012 18:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://lynxline.com/?p=470#comment-1762</guid>
		<description>jstaniek: that&#039;s possible of course, you can have some kind of pre-processing for compilation to have it in portable way. Not sure if the approach worths it, maybe for something heavy that requires a lot of tweaks. In this lab I just tried to make totally same class with d-pointer/d-array, but have full control of memory usage, and to show the danger for developers when heap is used implicitly.</description>
		<content:encoded><![CDATA[<p>jstaniek: that&#8217;s possible of course, you can have some kind of pre-processing for compilation to have it in portable way. Not sure if the approach worths it, maybe for something heavy that requires a lot of tweaks. In this lab I just tried to make totally same class with d-pointer/d-array, but have full control of memory usage, and to show the danger for developers when heap is used implicitly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stack vs Heap, Pimpl, performance by jstaniek</title>
		<link>http://lynxline.com/stack-vs-heap-pimpl-performance/comment-page-1/#comment-1759</link>
		<dc:creator>jstaniek</dc:creator>
		<pubDate>Tue, 07 Feb 2012 08:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://lynxline.com/?p=470#comment-1759</guid>
		<description>Nice idea :) 

The trick as BIC as using attributes inline, right?

BTW, I was wondering how to get automatic contant value of sizeof(Private) in a portable way. I am thinking about automated test running at build time e.g. by cmake in my case.</description>
		<content:encoded><![CDATA[<p>Nice idea <img src='http://lynxline.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>The trick as BIC as using attributes inline, right?</p>
<p>BTW, I was wondering how to get automatic contant value of sizeof(Private) in a portable way. I am thinking about automated test running at build time e.g. by cmake in my case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stack vs Heap, Pimpl, performance by Helmut Muelner</title>
		<link>http://lynxline.com/stack-vs-heap-pimpl-performance/comment-page-1/#comment-1757</link>
		<dc:creator>Helmut Muelner</dc:creator>
		<pubDate>Tue, 07 Feb 2012 08:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://lynxline.com/?p=470#comment-1757</guid>
		<description>See &lt;a href=&quot;http://www.gotw.ca/gotw/028.htm&quot; title=&quot;GotW #28&quot; rel=&quot;nofollow&quot;&gt;GotW #28&lt;/a&gt;: The Fast Pimpl Idiom</description>
		<content:encoded><![CDATA[<p>See <a href="http://www.gotw.ca/gotw/028.htm" title="GotW #28" rel="nofollow">GotW #28</a>: The Fast Pimpl Idiom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Undo in complex Qt projects by Scott Brown</title>
		<link>http://lynxline.com/undo-in-complex-qt-projects/comment-page-1/#comment-1700</link>
		<dc:creator>Scott Brown</dc:creator>
		<pubDate>Mon, 23 Jan 2012 15:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://lynxline.com/?p=163#comment-1700</guid>
		<description>This is the closest I have ever seen to someone talking about Qt Undo/Redo in the context of a large application with a variety of data views, etc. The Qt docs for undo/redo explain the concept, but the example simply doesn&#039;t scale.  I feel the same about their examples for Model-View, which focus on tree and table views rather than a large application that will have custom forms, inhomogeneous and hierarchical data, etc.  And this is coming from someone that thinks the Qt is one of the best documented developer APIs out there.

I was hoping that you would elaborate on the potential recursion issue and your &#039;cover&#039; property?  How/When does the &#039;cover&#039; property get initialized? A brief state-style description of how &#039;cover&#039; is protecting us from a recursion situation (and the harm that would create?) would be really appreciated.</description>
		<content:encoded><![CDATA[<p>This is the closest I have ever seen to someone talking about Qt Undo/Redo in the context of a large application with a variety of data views, etc. The Qt docs for undo/redo explain the concept, but the example simply doesn&#8217;t scale.  I feel the same about their examples for Model-View, which focus on tree and table views rather than a large application that will have custom forms, inhomogeneous and hierarchical data, etc.  And this is coming from someone that thinks the Qt is one of the best documented developer APIs out there.</p>
<p>I was hoping that you would elaborate on the potential recursion issue and your &#8216;cover&#8217; property?  How/When does the &#8216;cover&#8217; property get initialized? A brief state-style description of how &#8216;cover&#8217; is protecting us from a recursion situation (and the harm that would create?) would be really appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SuperHybrids part 2, now Qt + PySide by strattonbrazil</title>
		<link>http://lynxline.com/superhybrids-part-2-now-qt-pyside/comment-page-1/#comment-1631</link>
		<dc:creator>strattonbrazil</dc:creator>
		<pubDate>Fri, 13 Jan 2012 05:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://lynxline.com/?p=232#comment-1631</guid>
		<description>Is it possible to use pyside for calling python from C++ so one doesn&#039;t have to start the application from python?</description>
		<content:encoded><![CDATA[<p>Is it possible to use pyside for calling python from C++ so one doesn&#8217;t have to start the application from python?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Submiting a Qt App to Mac App Store by David</title>
		<link>http://lynxline.com/submiting-to-mac-app-store/comment-page-1/#comment-1445</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 17 Dec 2011 00:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://lynxline.com/?p=390#comment-1445</guid>
		<description>Actually - you can delete the last comment. The app was rejected because the file written to in ~/Library/Preferences/ didn&#039;t match my bundle id. At least - when I changed it to that format it was accepted. Apple was not clear on this point.</description>
		<content:encoded><![CDATA[<p>Actually &#8211; you can delete the last comment. The app was rejected because the file written to in ~/Library/Preferences/ didn&#8217;t match my bundle id. At least &#8211; when I changed it to that format it was accepted. Apple was not clear on this point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Submiting a Qt App to Mac App Store by David</title>
		<link>http://lynxline.com/submiting-to-mac-app-store/comment-page-1/#comment-1382</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 08 Dec 2011 00:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://lynxline.com/?p=390#comment-1382</guid>
		<description>Looks like the guidelines have changed since this blog was written.

I just had an app rejected because it wrote to this location: ~/Library/Preferences/
Doesn&#039;t matter that it was wasn&#039;t a trolltech file. 

See location guidelines here: http://developer.apple.com/library/mac/#releasenotes/General/SubmittingToMacAppStore/_index.html#//apple_ref/doc/uid/TP40010572

Don&#039;t know the solution yet ... researching...</description>
		<content:encoded><![CDATA[<p>Looks like the guidelines have changed since this blog was written.</p>
<p>I just had an app rejected because it wrote to this location: ~/Library/Preferences/<br />
Doesn&#8217;t matter that it was wasn&#8217;t a trolltech file. </p>
<p>See location guidelines here: <a href="http://developer.apple.com/library/mac/#releasenotes/General/SubmittingToMacAppStore/_index.html#//apple_ref/doc/uid/TP40010572" rel="nofollow">http://developer.apple.com/library/mac/#releasenotes/General/SubmittingToMacAppStore/_index.html#//apple_ref/doc/uid/TP40010572</a></p>
<p>Don&#8217;t know the solution yet &#8230; researching&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jongling Qt models 2, Composition Gem by Jongling Qt models</title>
		<link>http://lynxline.com/jongling-qt-models-2-composition-gem/comment-page-1/#comment-1104</link>
		<dc:creator>Jongling Qt models</dc:creator>
		<pubDate>Thu, 29 Sep 2011 21:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://lynxline.com/?p=437#comment-1104</guid>
		<description>[...] Read also Jongling Qt models 2, Composition Gem  This entry was posted in Blog, Models, Qt, Research. Bookmark the permalink. Post a comment or [...]</description>
		<content:encoded><![CDATA[<p>[...] Read also Jongling Qt models 2, Composition Gem  This entry was posted in Blog, Models, Qt, Research. Bookmark the permalink. Post a comment or [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jongling Qt models by Jongling Qt models 2, Composition Gem</title>
		<link>http://lynxline.com/jongling-qt-models/comment-page-1/#comment-1067</link>
		<dc:creator>Jongling Qt models 2, Composition Gem</dc:creator>
		<pubDate>Mon, 19 Sep 2011 12:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://lynxline.com/?p=190#comment-1067</guid>
		<description>[...] programming. Especially due to proxies to do filtering, sorting or even rearranging data (see Jongling Qt models) to be organized in any way that is good for you. You can have one data source model which you then [...]</description>
		<content:encoded><![CDATA[<p>[...] programming. Especially due to proxies to do filtering, sorting or even rearranging data (see Jongling Qt models) to be organized in any way that is good for you. You can have one data source model which you then [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Submiting a Qt App to Mac App Store by yshurik</title>
		<link>http://lynxline.com/submiting-to-mac-app-store/comment-page-1/#comment-988</link>
		<dc:creator>yshurik</dc:creator>
		<pubDate>Thu, 25 Aug 2011 16:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://lynxline.com/?p=390#comment-988</guid>
		<description>&gt; Sounds to me like you can create and sign your Certificate yourself, no? Or are there Mac App Store specific requirements (which are non-public) which require you to have your Certificate signed by Apple, as you suggest?

Yeah, I guess they do this check to know that you paid money to them</description>
		<content:encoded><![CDATA[<p>&gt; Sounds to me like you can create and sign your Certificate yourself, no? Or are there Mac App Store specific requirements (which are non-public) which require you to have your Certificate signed by Apple, as you suggest?</p>
<p>Yeah, I guess they do this check to know that you paid money to them</p>
]]></content:encoded>
	</item>
</channel>
</rss>

