<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>A Qt Blog</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/" />
    <link rel="self" type="application/atom+xml" href="http://www.blogistan.co.uk/qt/atom.xml" />
   <id>tag:www.blogistan.co.uk,2009:/qt//1</id>
    <link rel="service.post" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1" title="A Qt Blog" />
    <updated>2009-06-06T09:41:25Z</updated>
    <subtitle>The blog where it&apos;s OK to feed the Trolls</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.24-en</generator>
 

<entry>
    <title>PyQt v4.5 released</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/06/pyqt_v45_released.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6123" title="PyQt v4.5 released" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6123</id>
    
    <published>2009-06-06T09:33:06Z</published>
    <updated>2009-06-06T09:41:25Z</updated>
    
    <summary>Riverbank Computing has announced the release of version 4.5 of PyQt, their Python bindings for Qt 4. Major changes: support for Python v3 support for Qt v4.5.1 added the QInputContextFactory class a new, more Pythonic, API has been added for...</summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="Qt Bindings" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p><a href="http://www.riverbankcomputing.co.uk/news/pyqt-45">Riverbank Computing has announced</a> the release of version 4.5 of PyQt, their Python bindings for Qt 4.  Major changes:</p>

<ul>
<li>support for Python v3</li>
<li>support for Qt v4.5.1</li>
<li>added the QInputContextFactory class</li>
<li>a new, more Pythonic, API has been added for connecting signals and slots which does not require knowledge of C++ data types</li>
<li>new signals can now be defined using pyqtSignal as a more Pythonic replacement of the <strong>pyqtSignals</strong> class attribute.</li>
<li>added the pyqtSlot decorator as a more Pythonic replacement of the pyqtSignature decorator</li>
<li>the "type" argument to pyqtProperty() can also be a Python type object</li>
<li>the "type" argument to Q_ARG() can also be a Python type object</li>
<li>the "type" argument to Q<em>RETURN</em>ARG() can also be a Python type object</li>
<li>added QT<em>TR</em>NOOP_UTF8()</li>
<li>super() works without restrictions</li>
<li>replaced the old qtdemo example launcher with a port of the newer version</li>
<li>added the editabletreemodel.py and fetchmore.py examples</li>
<li>replaced the old tutorial with the newer Address Book tutorial.</li>
</ul>

<p>Downloads <a href="http://www.riverbankcomputing.co.uk/software/pyqt/download">here</a>.  Available under the GPL (v2 or v3) or a commercial licence, as was Qt.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>QScintilla v2.4 released; SIP &amp; PyQT updates</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/06/qscintilla_v24_released_sip_py.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6122" title="QScintilla v2.4 released; SIP &amp; PyQT updates" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6122</id>
    
    <published>2009-06-05T12:35:07Z</published>
    <updated>2009-06-06T09:42:02Z</updated>
    
    <summary>Riverbank Computing has announced the release of version 2.4 of QScintilla, their Qt port of the C++ editing library Scintilla. Major changes: based on Scintilla v1.78 added the QsciLexerCustom, QsciStyle and QsciStyledText classes added annotate(), annotation(), clearAnnotations(), setAnnotationDisplay() and annotationDisplay()...</summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="Qt Bindings" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p><a href="http://www.riverbankcomputing.co.uk/news">Riverbank Computing has announced</a> the release of version 2.4 of <a href="http://www.riverbankcomputing.co.uk/software/qscintilla/intro">QScintilla</a>, their Qt port of the C++ editing library Scintilla.  Major changes:</p>

<ul>
<li>based on Scintilla v1.78 </li>
<li>added the QsciLexerCustom, QsciStyle and QsciStyledText classes </li>
<li>added annotate(), annotation(), clearAnnotations(), setAnnotationDisplay() and annotationDisplay() to QsciScintilla </li>
<li>added setMarginText(), clearMarginText(), setMarginType() and marginType() to QsciScintilla </li>
<li>added QsciLexer::lexerId() so that container lexers can be implemented </li>
<li>added editor() and styleBitsNeeded() to QsciLexer </li>
<li>added setDollarsAllowed() and dollarsAllowed() to QsciLexerCPP </li>
<li>added setFoldScriptComments(), foldScriptComments(), setFoldScriptHeredocs() and foldScriptHeredocs() to QsciLexerHTML </li>
<li>added setSmartHighlighting() and smartHighlighting() to QsciLexerPascal </li>
<li>added setFoldPackages(), foldPackages(), setFoldPODBlocks() and foldPODBlocks() to QsciLexerPerl </li>
<li>added setV2UnicodeAllowed(), v2UnicodeAllowed(), setV3BinaryOctalAllowed(), v3BinaryOctalAllowed(), setV3BytesAllowed and v3BytesAllowed() to QsciLexerPython </li>
<li>added setScriptsStyled() and scriptsStyled() to QsciLexerXML </li>
<li>added Spanish translations.</li>
</ul>

<p>Downloads <a href="http://www.riverbankcomputing.co.uk/software/qscintilla/download">here</a>.  Available under the old Qt dual licensing system.</p>

<p>Also, RBC have released updates for SIP, their engine for generating Python bindings for C++ libraries, and PyQt 3.  SIP v4.8 (download <a href="http://www.riverbankcomputing.co.uk/software/sip/download">here</a>) now supports Python 3, Sphinx-based documentation and "the ability to supply alternate super-types and meta-types for wrapped objects".  PyQt v3.18 (download <a href="http://www.riverbankcomputing.co.uk/software/pykde/download3">here</a>) is a maintainance release for compatibility with SIP v4.8.  SIP is under the same licence as Python; PyQt is under the old Qt dual licence arrangement.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Apologies for lack of activity</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/06/apologies_for_lack_of_activity.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6121" title="Apologies for lack of activity" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6121</id>
    
    <published>2009-06-05T12:26:04Z</published>
    <updated>2009-06-05T12:26:04Z</updated>
    
    <summary>I would like to apologise for anyone who has been following this blog and wondered why I have missed the release of KOffice v2.0 and the latest maintenance release of KDE. The reason is that I am transitioning this blog...</summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p>I would like to apologise for anyone who has been following this blog and wondered why I have missed the release of KOffice v2.0 and the latest maintenance release of KDE.  The reason is that I am transitioning this blog to Drupal, and am winding down my use of Movable Type, with which I have been having a few problems lately.  I hope to be back up within a week or two.  The feed is likely to have changed; please leave a comment with your email address if you want me to let you know where the new feed is.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>KDE 4.3: first beta released</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/05/kde_43_first_beta_released.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6118" title="KDE 4.3: first beta released" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6118</id>
    
    <published>2009-05-14T18:44:54Z</published>
    <updated>2009-05-14T18:44:57Z</updated>
    
    <summary>K Desktop Environment - KDE 4.3 Beta 1 Release Announcement A first beta of version 4.3 of KDE, the desktop environment for Unix based on Qt 4, has been released. Major new features include: Integration of new technologies, such as...</summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="KDE Development" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p><a title = "K Desktop Environment - KDE 4.3 Beta 1 Release Announcement" href="http://kde.org/announcements/announce-4.3-beta1.php">K Desktop Environment - KDE 4.3 Beta 1 Release Announcement</a></p>

<p>A first beta of version 4.3 of <a href="http://www.kde.org/" title="KDE">KDE</a>, the desktop environment for Unix based on Qt 4, has been released.  Major new features include:</p>

<ul>
<li>Integration of new technologies, such as PolicyKit and geolocation services</li>
<li>New Window animation effects, a more usable Run Command popup and many new and improved addons in Plasma</li>
<li>Many bugfixes and improvements across all applications and more integration of features coming with the KDE 4 platform</li>
</ul>

<p>For full changelog, see the announcement.  For source downloads, and links to binaries, see the <a href="http://kde.org/info/4.2.85.php#binary">info page</a>.  The final release is expected in late July.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Qt Git repositories opened; Jambi v4.5 released</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/05/qt_git_repositories_opened_jam.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6114" title="Qt Git repositories opened; Jambi v4.5 released" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6114</id>
    
    <published>2009-05-11T15:09:51Z</published>
    <updated>2009-05-11T15:14:08Z</updated>
    
    <summary><![CDATA[Qt now open for community contributions &mdash; Qt -- A cross-platform application and UI framework Qt Software has published a community repository for Qt at Gitorious: qt.gitorious.org. The repository model is explained on this page; contributions of code, translations, examples...]]></summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="Qt Bindings" />
    
        <category term="Qt Development" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p><a title = "Qt now open for community contributions &mdash; Qt -- A cross-platform application and UI framework" href="http://www.qtsoftware.com/about/news/qt-contribution-model-announced">Qt now open for community contributions &mdash; Qt -- A cross-platform application and UI framework</a></p>

<p>Qt Software has published a community repository for Qt at Gitorious: <a href="http://qt.gitorious.org/">qt.gitorious.org</a>.  The repository model is explained on <a href="http://qt.gitorious.org/">this page</a>; contributions of code, translations, examples and "other related material" are welcome, although they are still subject to Qt Software's technical and legal review before being included in the actual library.  Anyone who has been using Gitorious should notice that there have been changes to Gitorious itself, including a new owner and new SSH keys, and their version of Git has been updated to v1.6.1 (see the <a href="http://blog.gitorious.org/">change notice</a> and <a href="http://gitorious.org/about/faq">FAQ</a>).  Some of the updates to Gitorious have been assisted by funding from, and collaboration with, Qt Software (see <a href="http://labs.trolltech.com/blogs/2009/05/11/qt-public-repository-launched/">Qt Labs report</a>).</p>

<p>Also, a final feature release of Qt Jambi has been released; Jambi is being "outsourced" to the community while Qt Software will focus on Qt itself.  Qt Jambi v4.5.0_01 can be downloaded from <a href="http://www.qtsoftware.com/downloads">Qt's downloads</a> page and is released under the LGPL.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Yakuake v2.9.5 released</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/05/yakuake_v295_released.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6113" title="Yakuake v2.9.5 released" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6113</id>
    
    <published>2009-05-11T08:37:46Z</published>
    <updated>2009-05-11T08:38:07Z</updated>
    
    <summary>From KDE Apps: Version 2.9.5 of Yakuake, a drop-down terminal (based on Konsole) similar to the console in the Quake games, has been released. Changes include: Added a new framework, referred to as the visual event overlay, to display notifications...</summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="KDE Apps" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p><a href="http://www.kde-apps.org/content/show.php/Yakuake?content=29153" title="Yakuake KDE-Apps.org">From KDE Apps:</a></p>

<p>Version 2.9.5 of Yakuake, a drop-down terminal (based on Konsole) similar to the console in the Quake games, has been released.  Changes include:</p>

<ul>
<li>Added a new framework, referred to as the visual event overlay, to display notifications (and potentially other information) on top of the terminals. It's used for a number of new features found in this release, as described in their separate entries.</li>
<li>Added an option to visually indicate the newly-focussed terminal when moving focus in a session with multiple terminals (i.e. via splits), or the currently focussed terminal when switching to a session with multiple terminals.</li>
<li>Added a feature to disable keyboard input for all or individual terminals in a session</li>
<li>Added a feature to lock a session to prevent it from being closed accidentally</li>
<li>Added various new D-Bus interfaces</li>
<li>Bug fixes, including 2 crashes</li>
<li>Fixed linking with the new gold linker in binutils</li>
</ul>

<p>For full changelog, screenshots and downloads, see the KDE Apps page.  Requires KDE 4.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>KDE v4.2.3 released</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/05/kde_v423_released.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6110" title="KDE v4.2.3 released" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6110</id>
    
    <published>2009-05-06T19:22:27Z</published>
    <updated>2009-05-06T19:22:27Z</updated>
    
    <summary>From KDE Dot News: Version 4.2.3 of KDE, the Qt4-based desktop environment for Unix, has been released (see official announcement). Major changes in this release, codenamed Cugamire (after a character in Family Guy), include: Fix to IMAP filtering in KMail...</summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="KDE" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p><a href="http://dot.kde.org/2009/05/06/kde-team-releases-cuagmire-kde-423" title="KDE Team Releases Cuagmire (KDE 4.2.3) | KDE.news">From KDE Dot News:</a></p>

<p>Version 4.2.3 of <a href="http://www.kde.org/">KDE</a>, the Qt4-based desktop environment for Unix, has been released (see <a href="http://kde.org/announcements/announce-4.2.3.php">official announcement</a>).  Major changes in this release, codenamed Cugamire (after a character in <em>Family Guy</em>), include:</p>

<ul>
<li>Fix to IMAP filtering in KMail</li>
<li>KMail's system tray icon now reacts to changes to folder properties and updates the number of emails shown there automatically </li>
<li>Bugfixes and performance improvements in KHTML, including painting and web standards interoperability</li>
</ul>

<p>Full changelog <a href="http://www.kde.org/announcements/changelogs/changelog4_2_2to4_2_3.php">here</a>; downloads and links to binaries and build instructions <a href="http://kde.org/info/4.2.3.php">here</a>.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>CMake v2.6.4 released</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/05/cmake_v264_released.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6097" title="CMake v2.6.4 released" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6097</id>
    
    <published>2009-05-01T21:04:22Z</published>
    <updated>2009-05-01T21:04:22Z</updated>
    
    <summary>Version 2.6.4 of CMake, the build configuration tool used in KDE 4, Scribus and many other Qt-based projects, has been released. This is a bug-fix release; for changes see the announcement or the changelog....</summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="CMake" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p>Version 2.6.4 of <a href="http://www.cmake.org/">CMake</a>, the build configuration tool used in KDE 4, Scribus and many other Qt-based projects, has been released.  This is a bug-fix release; for changes see the <a href="http://www.cmake.org/pipermail/cmake/2009-May/029169.html">announcement</a> or the <a href="http://www.cmake.org/files/v2.6/CMakeChangeLog-2.6.4">changelog</a>.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Kubuntu v9.04 released</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/04/kubuntu_v904_released.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6092" title="Kubuntu v9.04 released" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6092</id>
    
    <published>2009-04-23T22:55:21Z</published>
    <updated>2009-04-23T22:55:21Z</updated>
    
    <summary>Kubuntu 9.04 Out in the Wild | Kubuntu Version 9.04, codenamed Jaunty Jackalope (or just Jaunty), of Kubuntu, the KDE variant of the Ubuntu Linux distro, has been released. Major changes: KDE v4.2.2, Amarok v2.0.2, new KDE Network Manager plasma...</summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="Admin" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p><a title = "Kubuntu 9.04 Out in the Wild | Kubuntu" href="http://www.kubuntu.org/news/9.04-release">Kubuntu 9.04 Out in the Wild | Kubuntu</a></p>

<p>Version 9.04, codenamed Jaunty Jackalope (or just Jaunty), of Kubuntu, the KDE variant of the Ubuntu Linux distro, has been released.  Major changes:</p>

<ul>
<li>KDE v4.2.2, Amarok v2.0.2, new KDE Network Manager plasma applet to replace the old system tray applet</li>
<li>Qt v4.5</li>
<li>New Intel Atom (LPIA) version, for netbooks</li>
<li>GTK app integration into KDE using QtCurve</li>
</ul>

<p>This is part of the general Ubuntu release (see <a href="http://www.blogistan.co.uk/qt/2009/04/kubuntu_v904_release_candidate.php">earlier entry</a> for major new features).</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Updates to Qt toolkit and Creator, with Visual Studio add-in</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/04/updates_to_qt_toolkit_and_crea.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6091" title="Updates to Qt toolkit and Creator, with Visual Studio add-in" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6091</id>
    
    <published>2009-04-23T22:03:32Z</published>
    <updated>2009-04-23T22:03:32Z</updated>
    
    <summary><![CDATA[Updates to Qt, Qt Creator released &mdash; Qt -- A cross-platform application and UI framework Qt Software has released new versions of the Qt toolkit and the IDE, Qt Creator. Qt v4.5.1 contains numerous bug fixes in several classes and...]]></summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="Qt" />
    
        <category term="Qt Development Tools" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p><a title = "Updates to Qt, Qt Creator released &mdash; Qt -- A cross-platform application and UI framework" href="http://www.qtsoftware.com/about/news/updates-to-qt-qt-creator-released">Updates to Qt, Qt Creator released &mdash; Qt -- A cross-platform application and UI framework</a></p>

<p>Qt Software has released new versions of the Qt toolkit and the IDE, Qt Creator.  Qt v4.5.1 contains numerous bug fixes in several classes and most of the tools (changelog <a href="http://www.qtsoftware.com/developer/changes/changes-4.5.1">here</a>); Qt Creator v1.1 includes JavaScript support in the editor and Subversion v1.6 support (full changelog <a href="http://www.qtsoftware.com/developer/changes/changes-qtcreator-1.1">here</a>).  There is also a new Visual Studio add-in, allowing open source licensees to use Qt with Visual Studio; that is available <a href="http://www.qtsoftware.com/downloads">here</a>.  The toolkit and IDE are available (either as a source download or a binary SDK download, which is three times as big) <a href="http://www.qtsoftware.com/downloads">here</a>.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Kubuntu v9.04 release candidate out</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/04/kubuntu_v904_release_candidate.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6086" title="Kubuntu v9.04 release candidate out" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6086</id>
    
    <published>2009-04-17T09:16:30Z</published>
    <updated>2009-04-17T09:16:30Z</updated>
    
    <summary>Kubuntu 9.04 RC available A release candidate (likely to be the only one) of Kubuntu v9.04, codenamed Jaunty Jackalope or just Jaunty, has been released. This version includes KDE v4.2.2 and Digikam v0.10.0, neither of which had been released at...</summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="Operating Systems" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p><a title = "JauntyJackalope/RC/Kubuntu - Ubuntu Wiki" href="http://www.kubuntu.org/news/9.04-rc">Kubuntu 9.04 RC available</a></p>

<p>A release candidate (likely to be the only one) of Kubuntu v9.04, codenamed Jaunty Jackalope or just Jaunty, has been released.  This version includes KDE v4.2.2 and Digikam v0.10.0, neither of which had been released at the time of the beta.  For full information, including download locations and important changes, see <a href="https://wiki.kubuntu.org/JauntyJackalope/RC/Kubuntu">here</a>.  This is part of the forthcoming Ubuntu release, which includes Linux kernel version 2.6.28, Ext4 file system support, GNOME 2.26, X.org server v1.6 and Eucalyptus, which facilitates cloud computing; for more information see <a href="http://www.ubuntu.com/getubuntu/releasenotes/904overview">here</a>.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Johan Thelin launches Learn Qt blog</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/04/johan_thelin_launches_learn_qt.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6083" title="Johan Thelin launches Learn Qt blog" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6083</id>
    
    <published>2009-04-11T19:02:58Z</published>
    <updated>2009-04-11T19:02:58Z</updated>
    
    <summary>Learn Qt Johan Thelin, the author of Foundations of Qt Development, has started a new blog entitled Learn Qt, dedicated to teaching Qt in small increments (to make them easier to digest and easier for him to write than full...</summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="Qt Community" />
    
        <category term="Training" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p><a title = "Learn Qt" href="http://thelins.se/learnqt/">Learn Qt</a></p>

<p><a href="http://www.thelins.se/index.php?title=Main_Page">Johan Thelin</a>, the author of <a href="http://www.amazon.com/Foundations-Development-Experts-Voice-Source/dp/1590598318/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1239476560&amp;sr=8-2">Foundations of Qt Development</a>, has started a new blog entitled <a href="http://thelins.se/learnqt/">Learn Qt</a>, dedicated to teaching Qt in small increments (to make them easier to digest and easier for him to write than full book chapters).  </p>
]]>
        

    </content>
</entry>

<entry>
    <title>PC-BSD 7.1 released with KDE 4.2</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/04/pc-bsd_71_released_with_kde_42.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6082" title="PC-BSD 7.1 released with KDE 4.2" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6082</id>
    
    <published>2009-04-11T18:57:31Z</published>
    <updated>2009-04-11T18:57:31Z</updated>
    
    <summary>Version 7.1 of PC-BSD, a desktop-targeted operating system derived from FreeBSD, has been released. This is the first to feature KDE 4 (version 4.2.2); the BSD backend is updated to FreeBSD 7.1, making it the first to offer a journalled...</summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="Operating Systems" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p>Version 7.1 of <a href="http://www.pcbsd.org/">PC-BSD</a>, a desktop-targeted operating system derived from FreeBSD, has been released.  This is the first to feature KDE 4 (version 4.2.2); the BSD backend is updated to FreeBSD 7.1, making it the first to offer a journalled filesystem (FreeBSD's own, not Linux compatible).  Other changes:</p>

<ul>
<li>Xorg v7.4</li>
<li>New print manager, removing need to use CUPS web interface</li>
<li>Software &amp; Updates application, consolidating "Add/remove Programs" tool and the updater</li>
<li>Updater Tray streamlined into tray-only update notifier</li>
<li>FreeBSD ports and packages can now be created by utilizing the "runports" command</li>
<li>Greater stability for Flash 9 allows users to get higher quality from Flash sites such as Hulu and Youtube</li>
<li>Enhancements to installer, including option to upgrade while preserving the userland</li>
<li>Fixes to Wi-Fi and networking, and to Linux emulation</li>
</ul>

<p>Full changelog <a href="http://www.pcbsd.org/content/view/104/30/">here</a>; downloads for both old-style and 64-bit PCs <a href="http://www.pcbsd.org/content/view/106/11/">here</a>.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>New community site QtOverload started</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/04/new_community_site_qtoverload.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6072" title="New community site QtOverload started" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6072</id>
    
    <published>2009-04-01T20:25:44Z</published>
    <updated>2009-04-01T20:25:44Z</updated>
    
    <summary>A new Qt community blog, QtOverload.com, has been started, demonstrating &quot;cute things you can do with Qt&quot;, among them using a Nokia N800 to watch your bird box and a CSS-based candy widget theme. Also, don&apos;t forget Qt Centre which...</summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="Qt Community" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p>A new Qt community blog, <a href="http://www.qtoverload.com">QtOverload.com</a>, has been started, demonstrating "cute things you can do with Qt", among them using a Nokia N800 to watch your bird box and a CSS-based candy widget theme.  Also, don't forget <a href="http://www.qtcentre.org/">Qt Centre</a> which has a forum and a wiki and plenty of content, but which isn't new and has a boring green and white theme.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>New KDE e.V. report published</title>
    <link rel="alternate" type="text/html" href="http://www.blogistan.co.uk/qt/2009/03/new_kde_ev_report_published.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.blogistan.co.uk/mt4/mt-atom.cgi/weblog/blog_id=1/entry_id=6068" title="New KDE e.V. report published" />
    <id>tag:www.blogistan.co.uk,2009:/qt//1.6068</id>
    
    <published>2009-03-22T20:20:22Z</published>
    <updated>2009-03-22T21:20:36Z</updated>
    
    <summary>From KDE Dot News: A new report from the KDE e.V., the body which represents KDE for legal and financial purposes, has been published, for the third and fourth quarters of 2008. The five-page report lists the activities the KDE...</summary>
    <author>
        <name>Indigo Jo</name>
        <uri>http://www.blogistan.co.uk/blog/</uri>
    </author>
    
        <category term="KDE Community" />
    
    <content type="html" xml:lang="en" xml:base="http://www.blogistan.co.uk/qt/">
        <![CDATA[<p><a href="http://dot.kde.org/2009/03/21/kde-ev-quarterly-report-2008-q3q4-now-available">From KDE Dot News:</a></p>

<p>A new report from the <a href="http://ev.kde.org/">KDE e.V.</a>, the body which represents KDE for legal and financial purposes, has been published, for the third and fourth quarters of 2008.  The five-page report lists the activities the KDE team has been involved in (conferences etc) and gives a brief financial statement listing its incomes (not including donations) and expenses, and a foreword from Aaron Seigo.  </p>
]]>
        

    </content>
</entry>

</feed> 

