Categories:
Tuesday, 27 April 2010
ISO Testers Needed
Jriddell
|
Candidate images for the Kubuntu 10.04 LTS release have started to appear. We needs as much testing as possible to make sure these can be given the golden stamp of LTS approval. Download, install, give us your results on IRC in #kubuntu-devel and the ISO tracker.
Read More
Tuesday, 27 April 2010
Plasma Scripting IRC Session
Jriddell
|
Aaron Seigo will be hosting a session on Plasma Desktop Scripting in #plasma on Freenode IRC network at 16:00UTC on Tuesday (today). It's intended for distro packagers but all welcome.
Monday, 26 April 2010
Cool Kubuntu Users
Jriddell
|
On the kubuntu.org front page we list a few interesting Kubuntu users of various shapes and sizes to give a feel for how diverse use is.
One rather cool user which is missing is Weta Digital. Whenever I've been out the flat this week I've seen adverts for the Avatar DVDs, those blue 3D faces are all made on Kubuntu desktops and a whopping 35,000 cluster of rendering machines. That must be a large proportion of computers in New Zealand running Kubuntu.
Read More
Thursday, 22 April 2010
Akademy Call for Papers deadline
As you are hopefully already aware, the deadline for this years Akademy Call for Papers is approaching quickly. You have until Friday, 23 April 2010 to get all your proposals for talks, lightning talks, workshops and BoFs in.
Read More
Monday, 19 April 2010
Kubuntu RC Candidates Need Testing
Jriddell
|
Kubuntu 10.04 Release is nearly upon us. This Thursday sees the Release Candidate with final release due a week on Thursday.
So we need ISO testing (and upgrade testing) pretty solidly between now and then.
Read More
Monday, 12 April 2010
File Transfers in KDE 4
Did you know every app built with KDE 4 can save files as easily to a FTP server or a remote computer using SSH as easily as it accesses your local hard disk? You should! This is a feature that I take for granted since it was introduced in the days of KDE 2.0, but it's easy to forget that the majority of KDE users only started using it since then.
Read More
Sunday, 11 April 2010
Which version of CMake are you using ?
Hi,
KDE 4.2, 4.3 and 4.4 all required at least CMake 2.6.2. I'd like to know how much "pain" it would be to increase this requirement for KDE 4.5 to CMake 2.6.3.
Read More
Friday, 9 April 2010
TagLib 1.6.2 Released
Lukáš, who's taken over TagLib maintainership these days, has just released the latest bug fix release for TagLib, also posted in his blog:
Changes from 1.6.1 are:
Read Vorbis Comments from the first FLAC metadata block, if there are multipe ones. Fixed a memory leak in FileRef's OGA format detection. Fixed compilation with the Sun Studio compiler. Handle WM/TrackNumber attributes with DWORD content in WMA files. More strict check if something is a valid MP4 file. Correctly save MP4 int-pair atoms with flags set to 0. Fixed compilation of the test runner on Windows. Store ASF attributes larger than 64k in the metadata library object. Ignore trailing non-data atoms when parsing MP4 covr atoms. Don't upgrade ID3v2.2 frame TDA to TDRC. As a side-note, some of my buddies from RethinkDB have been looking hard for good C++ folks out in Silicon Valley doing a MySQL backend for solid state devices. If you're a systems-y C++ wonk in search of a job at a hacker-friendly company, they're good folks. If you're interested and we know each other drop me a line and I'll do a little intro show-and-dance.
Read More
Thursday, 8 April 2010
api.kde.org down! so what?
KDE Developers may have noticed that the developer documentation server at api.kde.org is down. This is due to a hardware failure which will be recovered next week. That need not put the brakes on your work though, since if you have the source code on your system you can build the API docu locally yourself, as HTML, as man pages, or as Qt Assistant help files to view in Qt Assistant or Qt Creator.
Read More
Tuesday, 6 April 2010
GSOC 2010 Idea - Language Bindings Documentation Extractor
I've just added an idea for a Google Summer of Code project to the wiki; a Language Bindings Documentation Extractor/Generator tool.
For last years GSOC Arno Rehn wrote a tool called 'smokegen' which parses Qt and KDE C++ header files and generates language independent 'Smoke' libraries that are used by several bindings projects for Ruby, C#, Perl, PHP and JavaScript. It is plugin based, and the main part of the documentation extractor project would be to write a new plugin that would parse both headers and sources and extract doc comments and code snippets. For each different language the plugin would translate the C++ docs to a format suitable for the target language. Any embedded code snippets should also be translated as far as possible. Possibly it might be better to have seperate plugins for each language. Part of the project might be to write some sort of documentation viewer tool if one didn't already exist.
Read More