Qt SDK v1.2 released
Nokia have released version 1.2 of the Qt SDK, which features Qt v4.8.0 and an updated Qt Creator, v2.4.1, which is released today and is mostly a bug-fix release. Major new features:
- Qt v4.8.0, which includes the platform abstraction, Qt Quick v1.1, Qt WebKit v2.2 and threaded OpenGL
- More Qt Mobility examples for Nokia N9 and Symbian devices
- Ability to specify network proxy setting in the SDK Maintenance Tool
- Update to the Symbian Complementary Package introducing Analyze Tool plugin and new CODA 1.0.6 installation package
- An update to Notifications API improving the end user experience and fixing issues in the Nokia N9 implementation of the API.
Downloads available here. You can also download the libraries (without Qt Creator or the mobile development tools) from the same page.
- Login to post comments
Version 2.8.7 of CMake, the build tool used in KDE and a number of other major Qt-based projects, has been released. Major changes in this release:
- improved Eclipse support
- improvements to AUTOMOC
- more cryptographic hash implementations (SHA1, SHA224, SHA256, SHA384, SHA512)
- file(...) and string(...) command additions for computing hash values
- added LINKPUBLIC and LINKPRIVATE options to targetlinklibraries command
- new module: DeployQt4
- and, as always, various minor bug fixes
Source and binary releases (Windows and Mac installers, various Linux and Unix tarball binaries) can be found here.
- Login to post comments
Qt 4.8.0: release candidate available
Qt 4.8.0 Release Candidate available
A first release candidate of Qt v4.8.0 has been released. This release contains Qt Webkit v2.2.0, the Qt Lighthouse porting system, and various performance increase improvements (I cannot find what else is new, as the "What's New?" page still relates to Qt 4.7). The Linux binaries are built using Ubuntu 10.04 (Lucid Lynx), rather than 8.04 (Hardy Heron) as were the previous Linux binaries (due to new dependencies; also, Hardy has reached end-of-life on the desktop). It is available through the Qt SDK (see the download page); also, the tag "v4.8.0-rc1" will appear on the Qt Gitorious repository soon.
- Login to post comments
Qt Creator v2.3, Qt v4.7.4 released
Qt SDK Update introducing Qt Creator 2.3 and other updates
Version 4.7.4 of Qt has been released, along with it a new version of the IDE Qt Creator.
Changes in Qt Creator include (full changelog here):
- Improved coding styles for C++
- Support for generic remote Linux devices
- Qt Quick debugging for Symbian and Meego 1.2 devices with Qt 4.7.4 installed
- Improved Qt Quick live preview
Qt v4.7.4 now includes Qt Quick v1.1, which offers right-to-left text support and support for a split-screen virtual keyboard. There are also large number of bug fixes; see the full changelog. It is available either through the SDK (with Qt Creator) or as a library-only download; see here.
- Login to post comments
Qt accessibility on Linux
Qt Labs blogs: Accessibility on Linux
An alpha release of the Qt Accessibility Bridge has been issued, featuring improvements to the use of DBus, allowing major memory and CPU efficiencies.There are instructions at the link above for how to enable it on Orca, the GNOME screen reader.
- Login to post comments
KDE v4.7 released
Version 4.7 of the KDE platform and applications has been released. Major changes include:
- KWin now supports OpenGL ES; code clean-up and various performance improvements
- Plasma Activities now more prominent
- Improved networking support in Plasma
- Kontact reintegrated into KDE
- Dolphin has streamlined appearance (e.g. main menu hidden) and integration with source code management systems
- DigiKam 2.0: face detection and recognition, geotagging
- Technology preview of new "Telepathy" integrated instant messaging client
- Improvements to speed and stability of Nepomuk
- GRUB 2 support in the display manager (KDM)
Downloads available on the info page. Binary packages will be available over the next couple of days (OpenSUSE packages already available).
- Login to post comments
Qt 4.8 Beta released
Nokia have released a first beta of Qt v4.8. Main new features:
- Lighthouse, a clean abstraction layer for porting Qt to new GUI platforms
- Threaded OpenGL support
- Multithreaded HTTP
- Optimized file system access
- Native Symbian networking, Ipv6 and OpenGL Graphics, Symbian resource management
- New localisation and IP multicast APIs
- Right-to-left text support, on-screen keyboard support and improved image caching in Qt Quick
Downloads are available as updates to the Qt SDK v1.1. (They say it can also be downloaded from Gitorious, but it is reported that the beta has not been tagged yet.)
- Login to post comments
KDE v4.6.4 and new Kontact released
The latest maintenance release of KDE, version 4.6.4, has been released; this is a bug-fix release, and the fixes include 5 crashes (changelog here). Downloads (source and some binaries) available from the info page.
Also, the new version of Kontact, the personal information management suite (including the KMail email client) has been released, the first to be based on Akonadi. The new version includes much improved IMAP performance and interoperability with other PIM applications. There is also a mobile-oriented version of Kontact, titled Kontact Touch. It is available as part of the KDE Software Compilation.
- Login to post comments
KDE Releases Second Alpha of Necessitas | KDE.news
KDE Releases Second Alpha of Necessitas | KDE.news
The second alpha of KDE's port to Android, Necessitas, has been released; this time, it is part of KDE rather than a separate project. Major changes in this release:
- Support for SSL
- QtWebKit 2.1 with JIT support, which is 2.5x times faster than in the previous release
- Qt Creator 2.2
- A preview of QtMobility
- GDB 7.2 with Python support
- Fixes for the most annoying bugs
A mailing list is available here. This is an alpha release, not suitable for production use.
- Login to post comments
KDE 4.7: first beta released
A first beta of KDE v4.7 has been released; see the announcement. Major new features:
- OpenGL-ES 2.0 support in window manager, improving performance and mobile device support
- User interface improvements in Dolphin (file manager) and improved metadata searching
- KDM now interfaces with the Grub 2 bootloader
- Marble now supports offline address searching
Downloads available from the info page.
- Login to post comments
Thoughts about Qt 5
Nokia have published details of their plans for Qt 5, for which a release is expected in 2012. This release is expected to require OpenGL 2.0 to work and will be concentrated on the three main desktop platforms (Windows, Mac, and both X11 and Wayland on Linux). It will also be developed in the open from the start, rather than in a closed fashion within Nokia as was the case with Qt 4 and earlier releases. Anyone wishing to become a contributor should attend the Qt Contributor summit in Berlin on 16-18th June. There is a whitepaper (PDF) giving more details of the ideas behind Qt 5.
- Login to post comments
Qt Creator 2.2 released
Version 2.2 of Qt Creator, the official IDE from Nokia for Qt, has been released. Changes include:
- New Bazaar version control support
- Rewritten MSVC debugging support, allowing 32-bit or 64-bit debugging on any build of Qt Creator
- New configurable access to external tools, e.g. lupdate and lrelease
- New CODA Symbian debugging support
- Valgrind integration for Linux and Mac
- Specialised GL Shader editor
- Improved QML support and Qt Quick Designer
- Improved mixed C++/QML debugging
- Better support for manually configured toolchains
Full changelog here; source and binary downloads from the Qt Developers' Network.
- Login to post comments
Qt v4.7.3, Mobility 1.1.3 and SDK v1.1 released
Nokia have released version 4.7.3 of Qt, and with it version 1.1.3 of the Qt Mobility APIs and version 1.1 of the SDK. The new version of Qt contains mostly bug fixes for Symbian, with also a fix for SSL on all platforms. The SDK contains both new releases for all platforms except Maemo5, and Qt Creator v2.1. All downloads from the Qt Downloads page (Mobility is here).
- Login to post comments
KDE v4.6.2 released
Version 4.6.2 of KDE, the Qt-based desktop environment for X11 and cross-platform application toolkit, has been released. This is a bug-fix release, with the biggest changes being to Dolphin, Okular and Kopete (2 crashes in total). Full changelog here, official announcement here, with downloads available from the info page (binaries available for several major Linux distros, FreeBSD and Solaris).
- Login to post comments
Qt SDK 1.1 RC released
Nokia have released the first release candidate of the Qt SDK, v1.1. This includes Qt v4.7.3 (not currently available on its own), Qt Mobility v1.1.2, and the Notification API in additional rather than experimental APIs. You can either download an "online installer", which downloads the packages for you and installs them, or an offline one, which simply contains all the packages and lets you unpack them. This SDK supports both desktop and mobile platforms.
The SDK can be downloaded from the link above or from the Qt pre-release downloads page.
- Login to post comments