TheBlindCow

FreeSoftware to the fullest!

Page 8 of 15

Pairs and ugly applications

Hi!
Some time ago I blogged about a new game for KDE Edu, a memory-enhancing cards game. It was getting dusty in my scratch repository until Marco Calignano had the strength to push some features that it desperately needed and at the same time pushed me into gaining interest in the project again.

A lot has happened since: the name changed to Pairs (can be found in kde:pairs now) and it’s quite awesome already, I’d say. It lets us download themes from the Internet, supports different game types like image->image, image->word and some others, etc.

A couple of weeks ago we discussed about moving it to KDE Edu finally, although we decided not to and port it to QtQuick so that we can make it work in touch screens and we can get to have fancy GUI. In few days we managed to port it to QtQuick (somehow, there are some hacks :D) but now it’s a little ugly. WTH, not a little ugly, very ugly. It makes your eyes hurt and it’s on purpose.

Why would someone make such an ugly beast? Well, because we’re looking forward to find someone who can make it look nice. Now, those of you who have some pride in your artistic skills, please consider it: Could you please dedicate some time in your life to a community of hardcore developers without this sparkle for beauty? We don’t have much to offer other than considering your idea and hopefully it will get to be used by children from all around the world (now that I think of it, maybe it is something!).

What we need is quite simple:

  1. Check the video, when your eyes hurt just stop it.
  2. Think of what you think the GUI should look like.
  3. Here I’d love to say that you should be able to provide a QML file, if you can’t then just a mockup.
  4. Optionally (and preferably) you can check what it looks like by modifying the qml GUI and compiling the program. Here there are some instructions: http://techbase.kde.org/Getting_Started/Build/KDE_Applications
  5. Send it to me at aleixpol@kde.org. You can also send me any questions you have, as well as posting them as comments below, so that we can discuss it all together.

Cheers, for beauty! 🙂

PS: And elegance 😉

So KDE is getting older…

And from KDE Spain we don’t want to let the next 14th October to pass by without a proper birthday party.

kde2

That’s why we have put together 4 mini-events/birthday parties around the country to celebrate in A Coruña, Barcelona, Castelló and Málaga. We’ll have some talks and probably some dinner if people feels like going out a little :).

If you’re interested in coming to the event, check the schedule here: http://kde-espana.es/news.php#itemKDEcumple15aoshabrquecelebrarlo

If you’re interested in helping, don’t hesitate to ask me or anyone in KDE Spain! There’s plenty you can do, including organizing another in your city, we will provide some materials for you, we want you to be part of it as well!

konqi

And for the rest, whoever you are, don’t forget to spread the word! KDE is going to be 15 and needs your enthusiasm too, for the next joyful 15 years!

\o/

KAlgebra Mobile and QtQuick

Some years ago I’ve been talking, whining maybe, about how KAlgebra is more flexible than it looks, the proof is this post from 2009. A lot of time has passed since then, not as much work on KAlgebra as I’d have wanted, but we are much further. Having an N900 gived me the confidence to work on a KAlgebraMobile that probably nobody tried but most of you have installed on your system, yay! It was quite a disaster, bad timing (end of N900 era) and kdecore didn’t make it to the main repositories for some reason I can’t understand, so I that version will stay in our hearts and vcs logs but not much further.

I have this little flaw, whenever I find a new cool technology I fantasize about porting KAlgebra to it. Same happened with QtQuick (QML back then), it made sense: I always wanted to have KAlgebra working on a handheld device and there we had some good opportunity. The big problem was that I didn’t want to make KAlgebra Mobile a Harmattan application, or a Fremantle, or build the GUI from scratch, since most of you will know I’m no designer. The whole QtQuick application development process looked fuzzy to me (and still does, but less).

The whole thing changed when I was asked to try QtDesktop Components, mostly because I had to try it on something and I finally could invoke something like “Button {}”. Once I had it working, I created separate implementations for harmattan and desktop, so right now it’s quite easy to extend to different sets of components quite easily as long as they are a little API-equivalent.

In short, right now we have a KAlgebraMobile applications that can be tested and used on desktop and also used on Harmattan. It’s far more interesting the second case, mostly because on the desktop we’ve had a version of KAlgebra since many years and I didn’t have to blog about it. Anyway, as always, it’s on kde’s KAlgebra master branch, feel free to test it. If you don’t feel like, enjoy some pretty pictures!

And last but not least, big thanks to Laszlo Papp for working for KDE in Harmattan, without his work this wouldn’t have been possible. Also big thanks to Jens Bache-Wiig who is caring about desktop even if he can do mobile UI’s :). This kind of people make this community alive and prosper!!

KDE Spain is translatable

Hi!
As some of you might know in Spain many different languages are spoken and among the major goals of the KDE Spain association, we’re trying to push those to be properly available and usable in KDE.

Until some time ago, it was just possible to browse our website in Spanish, which wasn’t very coherent, that’s why we adapted the website for localization.

For the moment, besides Spanish, we just have Catalan and English which is a good start. 🙂

I hope you like it, cheers to anyone who helped! 🙂

PS: Of course it’s not like we speak that much English in Spain, it’s just in case you want to take a look…

Road to a better KDevelop newcomer experience

Hi fellow KDE!

Today I would like to talk a little about some work I’ve been doing recently in KDevelop in order to assure we have a good path for the new KDevelop user and KDE or free software Developer.

I think that KDevelop has been quite good at being adopted by people who know their way in the development process: in few words, people who already know the language they’re using and usually they can fill any lacking feature KDevelop might have, by doing some old-style terminal hacking :). No problem with that, but apparently not everyone is born with some wizard skills, so I’d like to improve this situation.

There are many aspects that can be improved and some have been lately. One of the most annoying things that we found (mostly in Randa, in the KDevelop team and some random spontaneous meeting) to be more annoying, was our “New Project” wizard, specially when it comes to start new technology based in KDE.

This is what it looked like before starting working on it:

There are some things I don’t like here: The tree view looks clumsy and doesn’t lead the user anywhere, so whenever I have considered to create a new project from this dialog, I’ve felt violated somehow. What I’m going to show here has to be taken as a first step towards where I want future KDE Developers experience to start (if they are starting a new project).

The idea here is that the user will select, first of all, what kind of application is going to be created, roughly: KDE Application, just a standard application, a web service or whatever it’s needed. Using KDE as an example, we’ll select if we want to create a console application, GUI application, Plasmoid, etc. Finally, we’ll select the language we want to use be C++, Python or whatever it’s available.

That last step change is important, because we’re adding more importance at what we are doing (a Plasmoid for example) than if we are going to do it in C++ or Python.

From this point there’s many things to be done:

  • Make it possible to create new applications from the KDE Examples
  • Add some category information, categories are not translatable right now and they can’t have an icon. I’d like to see this improved.
  • KNewStuff support to download new templates?
  • Make sure the KDE GUI application templates are equivalent for C++ or Python.
  • Improve the template’s description. Add links to techbase!
  • Think about the templates you always wanted as a kid and contribute them!
  • … many other things in your imagination 🙂

If someone is interested in helping, just ping me in IRC at #kdevelop in freenode, comment here or send me an e-mail, your call! 🙂

Oh! And last but not least, Big thanks to Àlex Fiestas for helping me sorting the templates and discussing the ideas, and Aurélien Gâteau for giving me a hand at making the GUI more usable.
After all this lonely KDE hacking, it feels great to sit down with someone else and try to take the best out of you on what you’re doing!

KDE and Free Software conferences @ home

Yesterday the Jornades del Programari Lliure finished. This event that was quite important to me, I’ll try to explain a little why and what conclusions did I extract from it. If you don’t really can’t bother about it, just stay with the thought that it was a great experience :).

I always like to go to free software events, regardless it’s a KDE event or not. It’s a good way to step back at what I’ve been doing for the last years and to process a little if it makes sense, if it’s worth it and to consider other’s positions to check why are they working in different stuff and if I should change my views (all in all, not everyone is working in KDE Edu and KDevelop,… surprisingly :)).

There were a lot of conversations and different opinions, I still do hear people claiming that we have to outcome the big proprietary projects. There’s been an important change here, now the best/biggest projects are those who use better Free Software (or Open Source like some people call it) wisely, I don’t think there’s that much of a battle with free software or not from the development perspective. We’re there, now we need to make KDE one of those communities that we want people to work with and to work on. That said, let’s get all this awesomeness to the end users, who usually aren’t aware of that.

Also it was nice to see more faces than in the usual meetings, it’s always good to see that there’s people who trust in what you do even if they’re not actively contributing. There’s a lot of profiles to fulfill in the free software world and we still need a lot of passionate people.

And, last but not least, thanks to the organization to put together some really nice conferences, to even bring some international speakers (hey Aaron! :)), to try to make us think a little about what what’s being done and to give us the opportunity to talk about our passion.

See you soon! \o/

The KDevelop bugs file

Every project has these things nobody looks into, like these corners nobody clean. For some reason today we realized that we ¿still? have, in our repository, some files like this.

Here there’s a good quote:

– KDE 2 is not supported, neither Qt 2.0. KDE 2 is in development and KDevelop will be ported after the next KDE 1.1.x release.

Of course, is not very clear that we’re going to port KDevelop 4 to KDE 2,… just yet. 🙂

Here’s the (not-so-)pretty picture of the day:

group picture

PS: Yes, we guess those were brought back by the git conversion but it’s still funny :).

KDevelop’s Randa Sprint, my take

As some of you will know, these days the KDevelop team is staying in Switzerland with a bunch of KDE developers where we’re having some sprints, for me it’s KDevelop sprint mostly although I’ve had very different and interesting conversations for the days here.

We’ve just got asked to tell what we’re working on. I prefered to keep it for myself so that you get surprised the next time you see it (keep in mind that a surprise can be either good or bad :)). Well anyway, here it goes:

– KDevelop Dashboard
This one actually comes from last summer, my GSoC contained the effort to create a Plasma-based Dashboard for KDevelop. Right now I decide to make some simplifications on what I came up with and now we have some place to start creating what we want this KDevelop Dashboard to be, probably after this week another post will come with what we’ve come up with. Here it comes the ¿pretty? picture:

KDevelop Dashboard

– VCS Project Integration
Those who have talked with me about KDevelop lately will know that I had this in mind for a while and that I think that here KDevelop can really make a difference when it comes to properly adapt to the user workflow. The idea is to have coding-time information about what’s the changes in our project. For now we have this screenshot, more will come later in the future :).

VCS Changes View

Oh, and last but not least, remember all this is in our public repositories, if you’re interested in it, just try it and talk to me if you want to help!

New KDE Edu website and logo, the making of

I’m quite happy to see that we finally made it for the new KDE Edu design. From my point of view it’s quite hard to make all these changes from our community perspective. KDE has been built fundamentally around software developers and it’s not easy to get contributions other than that, I guess that’s mainly because I can write the type checker for KAlgebra but I really can’t work on a website design. It’s usually quite hard to get people from the community willing to put their love in projects like the KDE Edu website.

kdeedu logo

They say that there are always solutions, this time it came from Agustín Benito, who used his white wizard powers to get us in contact with a couple of designers coming from ASOLIF companies that wanted to contribute to free software somehow, and this was the way.

ASOLIF

The experience went really well, I won’t say it was easy for me but I’d say it’s because it was my first time working like that and I didn’t know very much what to expect, but the thing is that people who worked with us are very good professionals (something that doesn’t happen always in our world as well, for good and bad) and I don’t think anyone can doubt of the quality of our result, like it or not. \o/ yay us!

edu tree

I won’t say everything was perfect, probably the whole process took too much time and communication could have been better probably, but I think it’s a great start and I’m really looking forward in seeing this collaboration paradigm gaining adoption inside KDE, and why not, taking part in these projects.

And last but not least, thanks to the KDE-www guys who were really helpful, specially Ingo Malchow and Matthias Meßmer who were really supportive with the project and helped us make the best out of it. Also thanks to Alex Fiestas who joined us in the KDE Edu sprint and broke some of his own KDE collaboration rules to give us a hand doing some development on the website.

Long life to KDE Edu and flowers! \o/

So… what’s cooking?

I’ve probably been talking lately too much about where I was going to spread my KDE love and talking too little about what I’ve been doing and what’s happening:

Akademy-es: Yes! we’re having the Akademy-es in Barcelona this year and I know you won’t miss it. Yay! Awesome. Well it takes some preparation, so it takes some time. I feel I’m quite lucky I could find a rather big team of local KDE enthusiasts, that way I don’t have to do it all by myself but truth is it’s time consuming and love consuming. By the way, if anybody wants to help, just poke me and remember to register if you want to come!

KDE Edu: We had our yearly meeting. In my opinion most of our group work was about getting the best out of GSoC and the rebranding. The GSoC results where out last week, I hope the best luck for all the GSoC student, as an ex-student I can remember the excitement of being accepted, so congrat’s to all of them :). About the rebranding, news will be coming soon :). On the KAlgebra side, the language has improved tons since 1 year ago, it’s quite hard to show that to the KAlgebra user I guess, but we’ll get there, for the moment rocs looks like it will be the next victim.

KDevelop: As some of you already know, I’m working on my final engineering project around KDevelop, doing some static analysis using our infrastructure. It’s still going forward but it’s keeping me to commit new features to KDevelop lately, I hope I’ll fix that soon, though… >:) I’ve got some crazy ideas to be put in place, since I don’t like to talk about something that’s not implemented, you’d better wait and see :). If anyone is interested in static analysis (on c++ for the moment) you can find me in irc/e-mail and we can talk about life and spring 🙂 oh and static analysis.

In the end, a lot of things are moving, I don’t have as much coding time as I’d like since there’s always something that sounds that if I don’t do it nobody will, probably I shouldn’t think like that… but oh well, I hope everyone will enjoy my KDE areas the way we all enjoy KDE.

Hugs for everyone! \o/

« Older posts Newer posts »

© 2025 TheBlindCow

Theme by Anders NorenUp ↑