<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/20293/Uses_Open_Source_Microsoft_code</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Wed, 25 Nov 2009 16:48:42 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>They should have used Qt</title>
			<link>http://osnews.com/thread?330413</link>
			<guid isPermaLink="true">http://osnews.com/thread?330413</guid>
			<description>They wanted to open source it anyway and with Qt we would be using Linux and Mac versions right now.</description>
			<pubDate>Tue, 16 Sep 2008 14:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (kragil)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: They should have used Qt</title>
			<link>http://osnews.com/thread?330415</link>
			<guid isPermaLink="true">http://osnews.com/thread?330415</guid>
			<description>No you wouldn't. Google has stated that they want to offer fully native versions for each platform, and Qt, while a very good platform, is NOT native to Windows and OS X.</description>
			<pubDate>Tue, 16 Sep 2008 14:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Thom_Holwerda)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: They should have used Qt</title>
			<link>http://osnews.com/thread?330416</link>
			<guid isPermaLink="true">http://osnews.com/thread?330416</guid>
			<description>It's a shame that they couldn't make it <i>look </i> native then.<br />
 <br />
 either way doesn't Qt use the native widgets in windows and osx? They could have done just the ui using qt instead of implementing their own.Edited 2008-09-16 14:30 UTC</description>
			<pubDate>Tue, 16 Sep 2008 14:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (_txf_)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: They should have used Qt</title>
			<link>http://osnews.com/thread?330418</link>
			<guid isPermaLink="true">http://osnews.com/thread?330418</guid>
			<description>QT uses native widgets in Windows and OSX so QT applications feel native in those environments.</description>
			<pubDate>Tue, 16 Sep 2008 14:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (getaceres)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: They should have used Qt</title>
			<link>http://osnews.com/thread?330419</link>
			<guid isPermaLink="true">http://osnews.com/thread?330419</guid>
			<description><div class="cquote">No you wouldn't. Google has stated that they want to offer fully native versions for each platform, and Qt, while a very good platform, is NOT native to Windows and OS X. </div><br />
<br />
That's interesting. I always thought native just meant it was compiled for that OS and now Wine type layer was in use. If not using native widgit's means it's not native doesn't that mean Google Chrome, Nero, WMP11, etc are not native either?</description>
			<pubDate>Tue, 16 Sep 2008 14:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (frood)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>...</title>
			<link>http://osnews.com/thread?330424</link>
			<guid isPermaLink="true">http://osnews.com/thread?330424</guid>
			<description>Making it with Qt would abligate Google to release it under the GPL, and it is abvious the didn't want that, They could have a Qt license an release it under the license they want it but anyone who wanted to contribute would have to buy a Qt license too. So please, stop the Qt non sense. Is to limitant.</description>
			<pubDate>Tue, 16 Sep 2008 15:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Manuma)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: They should have used Qt</title>
			<link>http://osnews.com/thread?330425</link>
			<guid isPermaLink="true">http://osnews.com/thread?330425</guid>
			<description>Opera doesn't. It's UI is a disaster on OS X.<br />
QT is anything-but &quot;native&quot;.</description>
			<pubDate>Tue, 16 Sep 2008 15:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kroc)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: They should have used Qt</title>
			<link>http://osnews.com/thread?330426</link>
			<guid isPermaLink="true">http://osnews.com/thread?330426</guid>
			<description>Actually QT doesn't really use native widgets, it sort of does, but not really. Take a look through the source code, QT handles all of its own messaging and most if its own drawing. Essentially, each widget is connected to something like a peer, kind of like Java Swing. It is horribly complex. <br />
  <br />
  Thats the reason why QT applications look absolutely God awful on the Mac and usually pretty bad on Windows (especially when compared with a true native WPF app on Windows or a Cocoa app on OSX). <br />
  <br />
  And yes, I know that there is a beta version of QT that uses Cocoa, but I took a look at the source, and it does the exact same thing. It still most of its own drawing, it just draws to a Cocoa window instead of a Carbon window. <br />
  <br />
  There is a reason why Apple ditched the bottom end of WebKit which was QT to a very light platform abstraction layer. There is a reason why  most decent cross platform applications use the real native toolkit on each platform and not some library like QT. QT is really only truly native on Unix where QT and GTK ARE the toolkits.Edited 2008-09-16 15:56 UTC</description>
			<pubDate>Tue, 16 Sep 2008 15:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (macman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: They should have used Qt</title>
			<link>http://osnews.com/thread?330427</link>
			<guid isPermaLink="true">http://osnews.com/thread?330427</guid>
			<description>But opera doesn't try to be native on any platform. In linux, even using KDE it feels out of place. I refer to applications like Skype for example (although I don't know how it looks on OSX, it seems native on Windows).</description>
			<pubDate>Tue, 16 Sep 2008 15:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (getaceres)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: ...</title>
			<link>http://osnews.com/thread?330428</link>
			<guid isPermaLink="true">http://osnews.com/thread?330428</guid>
			<description>No, since version 4.X (X is something I don't remember) QT license has an exception for open source projects so basically, if your project is open source, then you can use QT for free and apply to your sources the license you like.</description>
			<pubDate>Tue, 16 Sep 2008 15:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (getaceres)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: They should have used Qt</title>
			<link>http://osnews.com/thread?330429</link>
			<guid isPermaLink="true">http://osnews.com/thread?330429</guid>
			<description>Skype uses QT only on Linux,  On the Mac is uses Cocoa. You can find this out by looking at the exported names from the binary, only Cocoa and standard C names are used. It does not link or use QT in any way on the Mac. <br />
. <br />
 Same with tons of other applications, such as Mathematica which uses QT on Linux, Carbon on Mac and the standard GDI functions on Windows. <br />
 <br />
<br />
A lot of people seem to think that if an app uses QT on Linux, it uses QT on all other platforms. <br />
<br />
 One of big problems with QT is that non Mac users have no idea how terrible QT applications look and behave on the Mac.Edited 2008-09-16 16:08 UTC</description>
			<pubDate>Tue, 16 Sep 2008 16:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (macman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Highlight from the article</title>
			<link>http://osnews.com/thread?330431</link>
			<guid isPermaLink="true">http://osnews.com/thread?330431</guid>
			<description>From Chrome source <a href="http://src.chromium.org/viewvc/chrome/trunk/src/sandbox/src/dep.cc?revision=1287&amp;view=markup" rel="nofollow">http://src.chromium.org/viewvc/chrome/trunk/src/sandbox/src/dep.cc?...</a> <br />
<br />
// Completely undocumented from Microsoft. You can find this information by<br />
// disassembling Vista's SP1 kernel32.dll with your favorite disassembler.<br />
enum PROCESS_INFORMATION_CLASS {<br />
ProcessExecuteFlags = 0x22,<br />
}</description>
			<pubDate>Tue, 16 Sep 2008 16:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (Morph)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: ...</title>
			<link>http://osnews.com/thread?330432</link>
			<guid isPermaLink="true">http://osnews.com/thread?330432</guid>
			<description>If that were the case people would have applied the LPGL license to their projects, but they can't, The Qt 4.x license is just to make it a litle more complatible (in other words leech code) to other license like Apache and Eclipse.Edited 2008-09-16 16:16 UTC</description>
			<pubDate>Tue, 16 Sep 2008 16:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Manuma)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by Kroc</title>
			<link>http://osnews.com/thread?330433</link>
			<guid isPermaLink="true">http://osnews.com/thread?330433</guid>
			<description>Uh, so what?<br />
Isn't this what Open Source is supposed to be about?<br />
<br />
Anyone can modify and reuse it.<br />
<br />
There's no clause to say &quot;* except competitors&quot;.<br />
<br />
This is not news, it's flame-bait.</description>
			<pubDate>Tue, 16 Sep 2008 16:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kroc)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comment by Kroc</title>
			<link>http://osnews.com/thread?330435</link>
			<guid isPermaLink="true">http://osnews.com/thread?330435</guid>
			<description><div class="cquote">This is not news, it's flame-bait. </div><br />
<br />
It's interesting. Click the read more, and read the last line.<br />
<br />
<div class="cquote">&quot;It's always interesting to see open source at work. Hanselman's article is an interesting read, as it takes a closer look at how, exactly, the WTL code is being used by Chrome.&quot; </div></description>
			<pubDate>Tue, 16 Sep 2008 16:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (Thom_Holwerda)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: They should have used Qt</title>
			<link>http://osnews.com/thread?330437</link>
			<guid isPermaLink="true">http://osnews.com/thread?330437</guid>
			<description>wouldn't it be nice if QT developers learned to deligate the drawing to the native widgets?</description>
			<pubDate>Tue, 16 Sep 2008 16:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (modmans2ndcoming)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Good to hear</title>
			<link>http://osnews.com/thread?330438</link>
			<guid isPermaLink="true">http://osnews.com/thread?330438</guid>
			<description>Wow.  I had to recheck the story headline to confirm that it was about Chrome and WTL and not about QT.<br />
<br />
Think about it.  A piece of truly OSS code (with a BSDish license), released by Microsoft, has found genuine use in a major product from an industry competitor.  A few years ago we all would have been stunned.  Instead, today, we start quibbling about the relative benefits of QT.<br />
<br />
While I am hardly a Microsoft fan, and in fact actively dislike them, I think that a &quot;Welcome to the FOSS community, Microsoft&quot; is in order at this point.</description>
			<pubDate>Tue, 16 Sep 2008 16:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Comment by Kroc</title>
			<link>http://osnews.com/thread?330441</link>
			<guid isPermaLink="true">http://osnews.com/thread?330441</guid>
			<description>It was interesting maybe in 2004, when Microsoft released it but there is nothing 'magical' about Microsoft's code.<br />
<br />
Open source code is used everywhere, up and down the web, every day. Trying to paint WTL in Chrome as some kind of unholy matrimony is just pandering to Microsofties and Haters alike.<br />
<br />
Google obviously chose the right tool for the job; instead of &quot;I know, we'll use WTL - that'll really stick it to Microsoft!!!&quot;. How purile.</description>
			<pubDate>Tue, 16 Sep 2008 16:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kroc)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Comment by Kroc</title>
			<link>http://osnews.com/thread?330442</link>
			<guid isPermaLink="true">http://osnews.com/thread?330442</guid>
			<description><div class="cquote">Trying to paint WTL in Chrome as some kind of unholy matrimony is just pandering to Microsofties and Haters alike.  </div><br />
<br />
What are you talking about? Who's painting what as what? It's just a funny, interesting coincidence, that's all. And to make it even more interesting, the source article takes a detailed look at the code in question, and seeing quite a few of our readers are developers, this is a perfectly fine item to post.</description>
			<pubDate>Tue, 16 Sep 2008 16:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Thom_Holwerda)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Comment by Kroc</title>
			<link>http://osnews.com/thread?330443</link>
			<guid isPermaLink="true">http://osnews.com/thread?330443</guid>
			<description>I'm referring to the OSNews article title/summary rather than the article itself. OSNews is clearly looking for page views here.<br />
<br />
-- I should add that the DEP hacks are far more interesting and the OSNews article should have highlighted that.Edited 2008-09-16 17:03 UTC</description>
			<pubDate>Tue, 16 Sep 2008 16:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kroc)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Comment by Kroc</title>
			<link>http://osnews.com/thread?330444</link>
			<guid isPermaLink="true">http://osnews.com/thread?330444</guid>
			<description><div class="cquote">I'm referring to the OSNews article title/summary rather than the article itself. OSNews is clearly looking for page views here.  </div><br />
<br />
I honestly have no idea what brought you to that conclusion. Heck, not even sbergman took it that way, and that really says it all <img src="/images/emo/wink.gif" alt=";)" /> . If I was looking for page views, I could have made the OSNews summary/headline a lot more sensationalist than this humble little text.<br />
<br />
Seriously now, though, I think that if you try hard enough, you can see every item as looking for page views. Which would be rather idiotic, since we get nothing in return for having more page views at all.<br />
<br />
This is a perfectly fine, normal item.</description>
			<pubDate>Tue, 16 Sep 2008 16:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (Thom_Holwerda)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Comment by Kroc</title>
			<link>http://osnews.com/thread?330445</link>
			<guid isPermaLink="true">http://osnews.com/thread?330445</guid>
			<description>Fair enough; the community have spoken.</description>
			<pubDate>Tue, 16 Sep 2008 17:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kroc)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Good to hear</title>
			<link>http://osnews.com/thread?330453</link>
			<guid isPermaLink="true">http://osnews.com/thread?330453</guid>
			<description>It is not surprising that they've chosen to use WTL since many other projects already use it. On Windows if you're using Visual C++, the choice really boils down to MFC, pure Win32 or WTL. MFC is alright but it is fairly huge and it forces you to use it's DocView architecture. Nobody really writes in pure Win32 anymore so that leaves WTL, which is actually a very nice library. <br />
<br />
The major drawback of WTL is the lack of any decent documentation. There's nothing on MSDN, there are no books, there isn't a complete list of classes and what each method does. And this is what annoys me about Microsoft's approach to WTL. <br />
<br />
Instead of focusing manpower on documenting and developing WTL, they've just dropped the whole thing on Sourceforge. No documentation. No official support. Nada. That makes the barrier to entry for using WTL since the only reliable documentation is the code. That also means you need to be an expert at the Win32 API, ATL and MFC. <br />
<br />
Nevertheless, there are many commercial products that use WTL. Once you get the hang of it, nothing beats it for developing WIN32_LEAN_AND_MEAN applications <img src="/images/emo/smile.gif" alt=";)" /> .</description>
			<pubDate>Tue, 16 Sep 2008 17:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (evangs)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>google pwned!</title>
			<link>http://osnews.com/thread?330455</link>
			<guid isPermaLink="true">http://osnews.com/thread?330455</guid>
			<description>google pwned!</description>
			<pubDate>Tue, 16 Sep 2008 18:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (casuto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: They should have used Qt</title>
			<link>http://osnews.com/thread?330457</link>
			<guid isPermaLink="true">http://osnews.com/thread?330457</guid>
			<description><div class="cquote">Opera doesn't. It's UI is a disaster on OS X.<br />
QT is anything-but &quot;native&quot;. </div><br />
<br />
That's funny because Opera only uses Qt on Linux, and there only in a very limited sense (mostly for stuff like printing).  They actually have their own cross-platform toolkit called Swift if I remember correctly.</description>
			<pubDate>Tue, 16 Sep 2008 18:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (leos)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: They should have used Qt</title>
			<link>http://osnews.com/thread?330458</link>
			<guid isPermaLink="true">http://osnews.com/thread?330458</guid>
			<description>&quot;how terrible&quot;, &quot;God awful&quot; - what is that - technical evaluation of problem domain? :-)<br />
<br />
I really don't know, what is so terrible with apps looking differently. In fact, with REBOL, I prefer non native widgets. I even think, it is some kind of advantage - to be different, while preserve the same app across the platforms. More so nowadays, in the internet app era, when ppl are more forgiving.<br />
<br />
What is important imo is not look, but proper (system compatible) app behavior on certain platforms ....</description>
			<pubDate>Tue, 16 Sep 2008 18:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (-pekr-)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: They should have used Qt</title>
			<link>http://osnews.com/thread?330459</link>
			<guid isPermaLink="true">http://osnews.com/thread?330459</guid>
			<description>So what? that'll be using Xlib on Unix platforms then?</description>
			<pubDate>Tue, 16 Sep 2008 18:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (BSDfan)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: They should have used Qt</title>
			<link>http://osnews.com/thread?330460</link>
			<guid isPermaLink="true">http://osnews.com/thread?330460</guid>
			<description><div class="cquote">Actually QT doesn't really use native widgets, it sort of does, but not really. Take a look through the source code, QT handles all of its own messaging and most if its own drawing. Essentially, each widget is connected to something like a peer, kind of like Java Swing. It is horribly complex. </div><br />
 <br />
 Cross platform native apps are hard.  The code to handle it will be complex.  You won't find any toolkit that can do what Qt can and is any simpler.<br />
 <br />
 <div class="cquote">Thats the reason why QT applications look absolutely God awful on the Mac and usually pretty bad on Windows (especially when compared with a true native WPF app on Windows or a Cocoa app on OSX).  </div><br />
 <br />
 I don't use Qt on OS X, but on Windows they are pretty much indistinguishable.  Especially considering every single windows app looks slightly different, so there really is no &quot;native&quot; windows look.  Office, WMP, Explorer, Notepad, etc all look different, and those are from the same company.   I haven't received any complaints about my Qt software on windows from any clients.<br />
   <br />
 <div class="cquote">There is a reason why Apple ditched the bottom end of WebKit which was QT to a very light platform abstraction layer. There is a reason why  most decent cross platform applications use the real native toolkit on each platform and not some library like QT. QT is really only truly native on Unix where QT and GTK ARE the toolkits. </div><br />
 <br />
 If you talk to normal users (not computer geeks) you will realize that no one gives a crap about what happens under the hood.  However Qt does come with a lot more features, and since Chrome was supposed to be as lightweight as possible, I suspect that google went with something customized to keep down on overhead.  It's more of a tech demo anyway, I don't think anyone seriously believes that Chrome will be a major browser.Edited 2008-09-16 18:22 UTC</description>
			<pubDate>Tue, 16 Sep 2008 18:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (leos)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>osx app integration</title>
			<link>http://osnews.com/thread?330461</link>
			<guid isPermaLink="true">http://osnews.com/thread?330461</guid>
			<description>4 those of you who said qt does not integrate well into osx and integrates well with windows and kde<br />
<br />
<a href="http://img60.imageshack.us/my.php?image=picture6bh5.png" rel="nofollow">http://img60.imageshack.us/my.php?image=picture6bh5.png</a> <br />
<br />
<a href="http://code.google.com/p/arora/" rel="nofollow">http://code.google.com/p/arora/</a><br />
<br />
please bear in mind its fairly new browser</description>
			<pubDate>Tue, 16 Sep 2008 18:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (versekiller)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: They should have used Qt</title>
			<link>http://osnews.com/thread?330462</link>
			<guid isPermaLink="true">http://osnews.com/thread?330462</guid>
			<description><div class="cquote">It's more of a tech demo anyway, I don't think anyone seriously believes that Chrome will be a major browser. </div><br />
Speak for yourself.  Chrome is very likely to be a &quot;major browser&quot;.  Firefox garnered much of its popularity riding on the coattails (and pocketbook) of Google.  Remember all those years Mozilla/Firefox sat at low single digit market share?</description>
			<pubDate>Tue, 16 Sep 2008 18:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: They should have used Qt</title>
			<link>http://osnews.com/thread?330464</link>
			<guid isPermaLink="true">http://osnews.com/thread?330464</guid>
			<description><div class="cquote">Speak for yourself.  Chrome is very likely to be a &quot;major browser&quot;.  Firefox garnered much of its popularity riding on the coattails (and pocketbook) of Google.  Remember all those years Mozilla/Firefox sat at low single digit market share? </div><br />
<br />
Yes, Firefox has finally clawed some market share from IE, after so many years and years.  And Firefox has nothing but advantages over IE.  Better standards support, faster, better adblocker, better safety, better extensions (mostly adblock and flashblock for the normal user), it's open source, and works on all platforms.  <br />
<br />
I can easily make the argument to switch from IE to Firefox, but to Chrome?  It's open source sure, and its faster, and it has a couple nifty features..  But it's windows only (for now), it uses more RAM (by design, and this is crucial for many people who are still running $199 computers with 256MB of RAM), it doesn't have a good adblocker, and no extensions.   <br />
<br />
So why would anyone switch?  Don't get me wrong, Chrome is pretty neat, I really like some parts of it, but I can't see any real advantages over Firefox for the average Joe, while Firefox has many advantages of its own.  Chrome is speedy, but in real life, you won't see that much of a difference, and every browser is getting faster there too.<br />
<br />
It's much more likely that other browsers will absorb Chrome's ideas..</description>
			<pubDate>Tue, 16 Sep 2008 18:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (leos)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: They should have used Qt</title>
			<link>http://osnews.com/thread?330465</link>
			<guid isPermaLink="true">http://osnews.com/thread?330465</guid>
			<description>&quot;Native&quot; is one of my most hated words. The best thing is not to use it and say what you mean instead.</description>
			<pubDate>Tue, 16 Sep 2008 18:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bending Unit)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: osx app integration</title>
			<link>http://osnews.com/thread?330468</link>
			<guid isPermaLink="true">http://osnews.com/thread?330468</guid>
			<description>When people talk about integration, they generally mean look <i>and</i> feel. Screenshots can only convey the &quot;look&quot;. You'll only get to appreciate the &quot;feel&quot; when you're sat down and using the software on the target platform.</description>
			<pubDate>Tue, 16 Sep 2008 19:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (evangs)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: They should have used Qt</title>
			<link>http://osnews.com/thread?330469</link>
			<guid isPermaLink="true">http://osnews.com/thread?330469</guid>
			<description>You should have worked at Sun's PR. &quot;Java Swing is ugly, but it's equally ugly on <i>all</i> platforms. Give us credit for consistency!&quot;</description>
			<pubDate>Tue, 16 Sep 2008 19:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (evangs)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Highlight from the article</title>
			<link>http://osnews.com/thread?330470</link>
			<guid isPermaLink="true">http://osnews.com/thread?330470</guid>
			<description>There is Java and there is Lobo. And once upon a time there was HotJava. If they wnted to innovate they could sta HotGoogle. Otherwise I stay with my very native Kmeleon/Epiphany/Konqueror and Seamonkey/FFox.</description>
			<pubDate>Tue, 16 Sep 2008 19:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (fithisux)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[8]: They should have used Qt</title>
			<link>http://osnews.com/thread?330471</link>
			<guid isPermaLink="true">http://osnews.com/thread?330471</guid>
			<description>I think that your post is nearly not worth replying to. I occupy respected IT possition and don't need to be taught where should I work and what should I say. So please stop talking crap and start to actually use some arguments.<br />
<br />
Who said cross platform toolkit has to look ugly? What if something like that looks quite cool? And is consistent too? Then what?<br />
<br />
You sound like OS fanatic fanboy, who thinks that &quot;native&quot; is always consistent. Well then, what about Office 2007 and Microsoft with tonnes of their UI experts?</description>
			<pubDate>Tue, 16 Sep 2008 19:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (-pekr-)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: osx app integration</title>
			<link>http://osnews.com/thread?330483</link>
			<guid isPermaLink="true">http://osnews.com/thread?330483</guid>
			<description>I know what you mean.  Qt apps on Windows and OSX feel snappier i.e. respond more quickly than native windows and especially Cocoa apps.  So they feel lighter whereas Cocoa apps feel solid / heavy.<br />
<br />
But I like Qt apps so it does not bother me.</description>
			<pubDate>Tue, 16 Sep 2008 20:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (andrewg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: osx app integration</title>
			<link>http://osnews.com/thread?330489</link>
			<guid isPermaLink="true">http://osnews.com/thread?330489</guid>
			<description><div class="cquote">Qt apps on Windows and OSX feel snappier i.e. respond more quickly than native windows and especially Cocoa apps.  So they feel lighter whereas Cocoa apps feel solid / heavy.<br />
 </div><br />
<br />
I don't know if you're being sarcastic, or if you're serious. What applications are you using that feel so much snappier?</description>
			<pubDate>Tue, 16 Sep 2008 20:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (evangs)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>gtk desktop environment integration</title>
			<link>http://osnews.com/thread?330499</link>
			<guid isPermaLink="true">http://osnews.com/thread?330499</guid>
			<description>as you can see it looks good in a gtk desktop environment 2<br />
<a href="http://img255.imageshack.us/my.php?image=frereffegfxw4.png" rel="nofollow">http://img255.imageshack.us/my.php?image=frereffegfxw4.png</a></description>
			<pubDate>Tue, 16 Sep 2008 23:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (versekiller)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: They should have used Qt</title>
			<link>http://osnews.com/thread?330500</link>
			<guid isPermaLink="true">http://osnews.com/thread?330500</guid>
			<description>Oh yes, the speed does make a difference in &quot;real life&quot;. <br />
<br />
The overall speed, simplicity, and responsiveness make Chrome a pleasure to use, and this is something techies often underestimate. You don't need a plethora of new features to make good software. Google has the outreach to make people give it a try, and Chrome has the quality to make them want to stick with it.</description>
			<pubDate>Tue, 16 Sep 2008 23:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Daniel Borgmann)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: osx app integration</title>
			<link>http://osnews.com/thread?330503</link>
			<guid isPermaLink="true">http://osnews.com/thread?330503</guid>
			<description><div class="cquote">[q]Qt apps on Windows and OSX feel snappier i.e. respond more quickly than native windows and especially Cocoa apps.  So they feel lighter whereas Cocoa apps feel solid / heavy.<br />
 </div><br />
<br />
<br />
This has got to be a joke. Cocoa is the native toolkit, Carbon is a backwards compatibility wrapper around cocoa, and QT is a widget set that does most if its own drawing on top of carbon. So, QT on Mac is a wrapper on top of a wrapper on top of a wrapper. Plus, QT is a MASSIVE library that duplicates all of the standard c++ stuff, the libs alone are what about 15 MB, all that has to be loaded into memory.</description>
			<pubDate>Tue, 16 Sep 2008 23:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (macman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: osx app integration</title>
			<link>http://osnews.com/thread?330505</link>
			<guid isPermaLink="true">http://osnews.com/thread?330505</guid>
			<description><div class="cquote">"<i>Qt apps on Windows and OSX feel snappier i.e. respond more quickly than native windows and especially Cocoa apps.  So they feel lighter whereas Cocoa apps feel solid / heavy.<br />
 </div><br />
<br />
I don't know if you're being sarcastic, or if you're serious. What applications are you using that feel so much snappier? </i>"<br />
<br />
<br />
This has got to be a joke. Cocoa is the native toolkit, Carbon is a backwards compatibility wrapper around cocoa, and QT is a widget set that does most if its own drawing on top of carbon. So, QT on Mac is a wrapper on top of a wrapper on top of a wrapper. Plus, QT is a MASSIVE library that duplicates all of the standard c++ stuff, the libs alone are what about 15 MB, all that has to be loaded into memory.</description>
			<pubDate>Tue, 16 Sep 2008 23:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (macman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: osx app integration</title>
			<link>http://osnews.com/thread?330506</link>
			<guid isPermaLink="true">http://osnews.com/thread?330506</guid>
			<description><div class="cquote">"<i>[q]Qt apps on Windows and OSX feel snappier i.e. respond more quickly than native windows and especially Cocoa apps.  So they feel lighter whereas Cocoa apps feel solid / heavy.<br />
 </div><br />
<br />
<br />
This has got to be a joke. Cocoa is the native toolkit, Carbon is a backwards compatibility wrapper around cocoa, and QT is a widget set that does most if its own drawing on top of carbon. So, QT on Mac is a wrapper on top of a wrapper on top of a wrapper. Plus, QT is a MASSIVE library that duplicates all of the standard c++ stuff, the libs alone are what about 15 MB, all that has to be loaded into memory. </i>"<br />
<br />
<br />
15M????  oh my gods, I don't know if there is enough left to open any other apps...how will a person get by with only 1019M of ram left.<br />
<br />
Oh, the humanity</description>
			<pubDate>Wed, 17 Sep 2008 00:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (BluenoseJake)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Good to hear</title>
			<link>http://osnews.com/thread?330518</link>
			<guid isPermaLink="true">http://osnews.com/thread?330518</guid>
			<description><div class="cquote">The major drawback of WTL is the lack of any decent documentation. There's nothing on MSDN, there are no books, there isn't a complete list of classes and what each method does. And this is what annoys me about Microsoft's approach to WTL. Instead of focusing manpower on documenting and developing WTL, they've just dropped the whole thing on Sourceforge. No documentation. No official support. Nada. That makes the barrier to entry for using WTL since the only reliable documentation is the code. That also means you need to be an expert at the Win32 API, ATL and MFC. Nevertheless, there are many commercial products that use WTL. Once you get the hang of it, nothing beats it for developing WIN32_LEAN_AND_MEAN applications <img src="/images/emo/smile.gif" alt=";)" /> . </div><br />
<br />
<br />
<a href="http://msdn.microsoft.com/en-us/magazine/cc163305.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/magazine/cc163305.aspx</a> <br />
<br />
It seems pretty straightforward.</description>
			<pubDate>Wed, 17 Sep 2008 03:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (tomcat)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[8]: They should have used Qt</title>
			<link>http://osnews.com/thread?330523</link>
			<guid isPermaLink="true">http://osnews.com/thread?330523</guid>
			<description><div class="cquote">You should have worked at Sun's PR. &quot;Java Swing is ugly, but it's equally ugly on <i>all</i> platforms. Give us credit for consistency!&quot; </div><br />
<br />
Who says Swing is ugly? That might have been true three or four years ago but Swing produces attractive GUI's now. Due to the &quot;lowest common denominator&quot; syndrom it can be difficult to program, especially the non-thread-safe aspect, but I find the produced GUI appealing.</description>
			<pubDate>Wed, 17 Sep 2008 05:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (david87656)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: They should have used Qt</title>
			<link>http://osnews.com/thread?330528</link>
			<guid isPermaLink="true">http://osnews.com/thread?330528</guid>
			<description>QT3 used native widgets but QT4 does NOT!</description>
			<pubDate>Wed, 17 Sep 2008 07:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (mnem0)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: ...</title>
			<link>http://osnews.com/thread?330543</link>
			<guid isPermaLink="true">http://osnews.com/thread?330543</guid>
			<description>The details of that arrangement, well hidden-away, are at <a href="http://doc.trolltech.com/4.4/license-gpl-exceptions.html" rel="nofollow">http://doc.trolltech.com/4.4/license-gpl-exceptions.html</a></description>
			<pubDate>Wed, 17 Sep 2008 11:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (raboof)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: They should have used Qt</title>
			<link>http://osnews.com/thread?330545</link>
			<guid isPermaLink="true">http://osnews.com/thread?330545</guid>
			<description>Erm... WPF is not &quot;native&quot; by your definition either. WPF handles all of it's own drawing, and builds it's own messaging system on top of Windows's events. Just like Qt.<br />
<br />
Windows.Forms does this as well. So do the UI libraries used internally by Microsoft's various applications. So does Internet Explorer. So does Firefox.</description>
			<pubDate>Wed, 17 Sep 2008 11:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (ba1l)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: osx app integration</title>
			<link>http://osnews.com/thread?330552</link>
			<guid isPermaLink="true">http://osnews.com/thread?330552</guid>
			<description>You use only one application at a time? That's good to know.</description>
			<pubDate>Wed, 17 Sep 2008 12:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (evangs)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: osx app integration</title>
			<link>http://osnews.com/thread?330554</link>
			<guid isPermaLink="true">http://osnews.com/thread?330554</guid>
			<description>No, I use several, my point is, that 15M of ram is not a lot for an app/framework/toolkit to use.  It's not 1995</description>
			<pubDate>Wed, 17 Sep 2008 12:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (BluenoseJake)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[8]: osx app integration</title>
			<link>http://osnews.com/thread?330592</link>
			<guid isPermaLink="true">http://osnews.com/thread?330592</guid>
			<description><div class="cquote">No, I use several, my point is, that 15M of ram is not a lot for an app/framework/toolkit to use.  It's not 1995 </div><br />
<br />
And anyway, 15MB is overkill.  A simple Qt app will use about 7.   Anything non-trivial and the app itself will dwarf the size of the libs.</description>
			<pubDate>Wed, 17 Sep 2008 16:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (leos)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[9]: osx app integration</title>
			<link>http://osnews.com/thread?330620</link>
			<guid isPermaLink="true">http://osnews.com/thread?330620</guid>
			<description>With Qt4 they split up the library into a bunch of dlls because it was getting too large.  Most apps only require QtCore and QtGui dlls, which I think come to about 7-8MBs.<br />
<br />
Certainly not something you could call lightweight, but I think perfectly acceptable for a browser that's going to be using &gt; 100MB anyway.<br />
<br />
I haven't noticed any kind of speed, memory, or non-nativeness issues with the new .9.2 version of VLC, although it certainly has a bunch of UI design issues I wouldn't have made.</description>
			<pubDate>Wed, 17 Sep 2008 21:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (smitty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: They should have used Qt</title>
			<link>http://osnews.com/thread?330649</link>
			<guid isPermaLink="true">http://osnews.com/thread?330649</guid>
			<description><div class="cquote">No you wouldn't. Google has stated that they want to offer fully native versions for each platform, and Qt, while a very good platform, is NOT native to Windows and OS X. </div><br />
<br />
Er, yes it is.  If its not native on windows, then its not native on Linux, OSX or any other OS either.</description>
			<pubDate>Thu, 18 Sep 2008 02:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (pixel8r)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: They should have used Qt</title>
			<link>http://osnews.com/thread?330803</link>
			<guid isPermaLink="true">http://osnews.com/thread?330803</guid>
			<description>or Linux?  QT is not native to Windows, OS X or Linux. From the way you use the word. Linux also qualifies. I'm not saying thats what you meant but thats what it sounds like to me. What do people mean when they say native anyway?</description>
			<pubDate>Fri, 19 Sep 2008 13:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (antwarrior)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
