Day 2 of Akademy / QtCon 2016

On the second day, I’ve decided to become a volunteer. I thought I know these kind of events, why not give a hand. So I went and registered, got my volunteer T-shirt, and I’ve been assigned a task. My first task was to be video operator in a room. That implies that I have to start/stop the streaming of the talk, make sure the streaming works, move the camera to capture the speaker and/or the slides.

[Read More]

Day 3 at Akademy / QtCon 2016

I’ve finished the Docker image for compiling KDevelop 5, first thing, before I even got out of bed. I’ve experimented something with the KDevelop 5 packaging for Kubuntu Xenial, but without much success.

Time to check out of the double room. It’s a dorm room for me and Phillip for the next night. We stored out luggage in the luggage room, and off to the venue we were.

As soon as we got there, we started hacking. I’ve started by fixing my blog’s tags and categories, so I can re-enable the feed for KDE Planet.

[Read More]

First day of Akademy / QtCon 2016

Being a huge lover of the KDE community and KDE software, I couldn’t stay away and not participate at Akademy this year as well. This time it’s held in Berlin, and it’s being held together with QtCon. Also participating to QtCon is VideoLAN and FSFE. Amongst the organization was also KDAB.

I’ve booked my trip in advance with a couple of months I think, and I booked a room at a hostel together with Phillip Muskovac (yofel) from Kubuntu. Since the stay was pretty long, it was rather difficult finding a single or double room spanning over so many nights. But we managed to get 5 Kubuntu members under the same roof. Valorie and Scarlett arrived first, then me, the day after, and the next day Phillip and Clive. By the end of the day (1st of September) we were all here.

[Read More]

KDevelop & Kate KDE Sprint in Berlin

At the beginning of this month, KDE held a sprint for KDevelop and Kate, where a bunch of us met and coded like crazy.

I was the first to arrive, in the morning of the 7th of October and around 10, and since I couldn’t get in the apartment till 14 I had some time to kill. So I decided to go for a little sight seeing in the nearby park.

In the evening people started to arrive, and started coding before unpacking. My first impression of them was: „These people really love to code”.

[Read More]

Plasma 5 and KF5 demo at UOS 2015

Two weeks ago was the release of the latest and greatest Kubuntu.

Kubuntu 15.04 Vivid Vervet brought to the market one very important and very significant change: It’s among the first distros to ship with Plasma 5 and the new KDE Frameworks 5.

In celebration of this, together with Aaron Honeycutt, Rick Timmis and of course Jonathan Riddell, I held a presentation of our new Kubuntu at the Ubuntu Online Summit 2015.

[Read More]

Use an enum with custom values with QComboBox

Hello world.

Daily coding brings up new opportunities to search for and discover new ways to accomplish things. Perhaps not always the best solutions but, in time, we’re getting there. Today, life brought upon me a new challenge: simplify previously written code. Among other useful thing I will probably mention in future posts, one needed me to insert a enum with custom values in a QComboBox. I’ll jump right to it. Here’s my enum:

[Read More]

My first Qt application

Good bye Java swing, Hello Qt.

Cross platform is very searched for these days, especially with the number of Linux users growing. The need to build an application that can be used everywhere existed for a very long time, and what I intend to present here is not something new, it’s just new to me.

Qt, pronounced „cute”, is a library for C++, but not limited to that, that can be used to write code that can be compiled on/for almost any operating system, including Linux, OS X, Windows, Android, and iOS(still under development).

[Read More]