|
Global keyboard shortcuts for applets, and an Amarok and "python expression" runner in Plasma. A Java test applet and various interaction improvements in Plasma. Simple network and CPU monitors in the system-monitor Plasmoid. Initial import of PeachyDock, a Plasma-based alternative panel. The Oxygen window decoration gets the "on-all-desktops" button. Continued development toward Amarok 2.0. KDevelop gets a new context browser, and various other improvements. Initial work on SVG theming in Parley and Step. Support for OpenGL rendering in Palapeli. Enhancements for KDiamond 4.2. Nonogram switches to its own package format, with the import of a collection of game files in this format. Planned developments start to materialise in KColorEdit. Map-based searches in Digikam. Digikam-related libraries move to kdegraphics for KDE 4.1. Enhanced printing support (selections, zooming) in KSpread. KThumb, a simple command-line utility for managing freedesktop.org thumbnails. Optimisations in Kate, Dolphin, and kjs-frostbyte. Ruby bindings for various KDE facilities (QtWebKit, NEPOMUK, etc). Decibel strips some of its KDE dependencies, and moves to kdesupport. KDiskManager is removed to make way for a replacement. Mailody moves to kdeextragear. KPilot, KMobileTools, and the Kontact Planner summary plugin are disabled for the KDE-PIM 4.1 release.
|
Nikolaj Hald Nielsen writes about various recent developments toward Amarok 2.0:
|
I have been asked to write up a small text about what has been happening on planet Amarok for the last few months. My big issue now, as always, is where to start, as so many cool things are being added all the time. Also, with some of our Summer of Code students starting to get up to speed, the pace is even faster than usual.
In general work has been progressing nicely all over the application. Feature additions, bug fixes, and updates to the look and feel are all coming in daily. A while back, we decided to try a new theme (again...) and for the first time, I think we have something that will stay until at least the first release. This new theme allows the different parts of Amarok to blend together smoothly, and allows us to achieve a look that is in many ways similar to the vision we started out with. The theme also supports the automatic color scheme adaption that we started working on with the last theme we tried. This is what my Amarok currently looks like:
While this theme might not be as fancy and colorful as some would have liked, it provides a good base to start from. Also, this theme introduces a new way of handling themes in Amarok 2. All the SVG elements are now loaded from a single, annotated, SVG file. This, along with a new D-Bus call to load a new theme file, without recompiling or even restarting Amarok, makes it much easier for artists to contribute, especially now that Project Neon (see below) is out. The theme is still being worked on, so lots of small details still need adjusting.
For quite some time now, our tireless (or maybe just sleep-deprived) release manager, Harald Sitter (aka. apachelogger) has been working on a nightly build system for Amarok 2 and all dependencies. This went live a while back, and we have lovingly codenamed this new service Neon. Neon allows you to test out fresh builds of Amarok 2 each day to track development, help find bugs, or work on artwork, all without having the compile a single line of pre-release code. This service has greatly increased the number of users running Amarok 2 and contributing suggestions and bug reports.
Of other cool new features, we now have a scripted service for listening to free, public domain, audio books from Librivox, our podcast support is coming together nicely, and along with the new video context applet, and the OPML Podcast directory service, we now have nice support for video podcasts. The Magnatune service now has support for the newly-launched Magnatune memberships, and Last.fm support via the new Last.fm service blows Amarok 1 out of the water. Work is also happening on making moving content between any of these collections or services completely transparent, so, for instance, filling up your MP3tunes locker with free audio books can be done just by selecting the books you would like and pointing them at the collection you would like to copy them to. This is still a work in progress though.
All this is without even touching on all the really cool stuff that is getting worked on as part of Google Summer of Code. We have 7 students hacking away on different parts of Amarok. Some of these things will hopefully make it into 2.0, while some will most likely get deferred to a later release.
All in all, Amarok 2 is shaping up to be something very different but still very much in the spirit of Amarok. And with the new frameworks in place we have a solid foundation for building cool features for many releases beyond 2.0.
If you want to read more about what is happening with Amarok 2, our blog is the place to go. Here you will also find a ton of screenshots from different stages of development.
|
|
Riccardo Iaconelli and several other people have a KDE development-related proposal titled "The Great History of Git, Gitorious and KDE (or, What Happens When Three Awesome FLOSS Projects Join Forces)":
|
A possible future migration of the KDE source code to a distributed version control system is a complex matter, and has to be thoroughly discussed before undertaking such task.
Distributed Version Control Systems (VCS) remove certain boundaries in the workflow that we have become quite familiar with by using regular a centralized VCS (such as Subversion, as currently used by KDE). Although DVCS's are still quite young, they have already proven their worth in various projects, ranging from small projects and scaling all the way to projects such as the Linux kernel and Mozilla. One of these new generation systems is Git.
Anyway, this article is not so much about the greatness of Git (there are plenty of great decentralized VCS's), rather it will discuss the merits of a migration to Git for KDE development, and will suggest tools and services which could be implemented to assist in a (hopefully!) seamless transition.
As of today, various people in the KDE community have been lobbying for a migration to some of the DVCS's. Lately, the diverse experimentation has focused on Git with the import of most KDE modules, including kdelibs and kdebase.
Git and its main merits: Git is great at merging because it keeps a history of merges so that repeating merges is not a painful task. Git also comes with a whole load of goodies, such as an editable commit history, automatic tracking of remote repositories, cherry picking commits you like from other branches, nice debugging features to check who's responsible for a particular piece of code, and so on. Mix all this with offline commits (so you can do many commits instead of a huge one when you're not connected) and great distributed functionality and you get the perfect fit for a distributed development environment such as KDE.
With Git and most DVCS's, every contributor has a full history of the repository. This way, everyone has a clone of the original repository and can commit to his own clone. The former makes it way easier to contribute to a project as one doesn't need an account or any permission to start committing to a KDE project.
Enough DVCS propaganda for now, let's talk about the GitoriousKDE project whose current specs/discussions can be found on this techbase page.
What is Gitorious: For those who don't know, Gitorious is a free web application which aims at making collaboration and keeping track of clones and branches easily by:
- Seeing what they're doing
- Knowing where they can be found
- Allowing anyone to contribute without being blessed with "commit bits"
- Making it easier for maintainers to accept contributions
GitoriousKDE: The goal is to have a "WebSVN on steroids", with collaboration, event tracking, and social features in mind. Naturally, it will be developed with input from the KDE community in order stay in line with the needs of KDE and not just add tons of unneeded features.
We really don't want to set any features in stone yet. For a quick overview of what we are thinking about, do visit the appropriate techbase page. Some people of the Gitorious team will try to attend Akademy this year, to further discuss development of GitoriousKDE, and helping out in making a migration plan for KDE.
That means meeting up with the developers who will have to use it on a daily basis, especially the groups which have been mostly left out from previous discussions: i18n and admins/release managers.
So, looking forward to see you there! =)
|
|
On a personal note, last week I finally jumped over to KDE 4, using the development snapshots of KDE 4.1 provided by OpenSUSE (this switch is *not* the reason for the delay in producing these Digests!).
I really like what I have seen so far. There are certainly rough edges, but they are outweighed by the positives (such as visual effects and much-improved support for colour schemes, and countless enhancements all around), and the experience will only get better looking ahead.
I feel another burst of excitement at the possibilities this solid base will provide in the coming releases.
Also, in the spirit of the season, I will be at Akademy 2009.
 |  | | I don't know which one I prefer! |
Rotten tomatoes may or may not be provided.
|
|