Time flies when you're in good company, i planned to blog every day and now i realize we're on day 4 already.
Well, here comes some of the things i've been doing
* Participated in a few discussions about "the KDE SDK" Aleix seems very promising to recruit new developers :) Let's see if I can convince Aleix to blog about it
* KGeography port to KF5 started by David Gil is now complete.
* Started and finished Blinken port to KF5
* Made some patches for some frameworks while porting KGeography
Some of the cool things I've seen:
* kdenlive cleaning up their code to ease maintaince
* GCompris, a nice educational tool for children
* The KF5 Book is shaping up nicely
* Lots of KF5 porting and refining everywhere
Let's keep rolling!
A blog about random things and sometimes about my work translating and developing KDE and anything
Showing posts with label blinken. Show all posts
Showing posts with label blinken. Show all posts
Tuesday, August 12, 2014
Wednesday, November 16, 2011
KDE/Harmattan brings me back to Berlin!
Until this summer I had never been in Berlin. And now after going there this August for the Desktop Summit, I am going back this weekend for the KDE/Harmattan sprint. My plan for this sprint involves trying to port KTuberling to Harmattan, should not be too difficult after my Blinken port, investigate how to use a proper kdelibs instead of libkok and try to learn as much of possible from all the attendants :-)
Thursday, November 03, 2011
Blinken: First KDE App on the Nokia Store?
Today Nokia approved Blinken for the N9/N950 and it appeared in the Nokia store.
I started coding Blinken (back then known by the ksimon name) in February 2005 and a few months later it joined the KDE Education project.
The last few months I've been playing with the N950 that the nice people at Nokia lent me and soon I realized that thanks to the Document Viewer (based in Calligra) it has some sort of kdelibs on the device (by the name of libkok) so porting KDE applications to it became a bit easier.
With the aim of having Blinken on my phone I started to work and after a few ifdefs for the mouse hover handling and a bit of QML for bits of the UI I ended up with this commit that makes Blinken available for another platform and to my knowledge makes it the first KDE application in the Nokia Store.
I started coding Blinken (back then known by the ksimon name) in February 2005 and a few months later it joined the KDE Education project.
The last few months I've been playing with the N950 that the nice people at Nokia lent me and soon I realized that thanks to the Document Viewer (based in Calligra) it has some sort of kdelibs on the device (by the name of libkok) so porting KDE applications to it became a bit easier.
With the aim of having Blinken on my phone I started to work and after a few ifdefs for the mouse hover handling and a bit of QML for bits of the UI I ended up with this commit that makes Blinken available for another platform and to my knowledge makes it the first KDE application in the Nokia Store.
Monday, December 03, 2007
KDE-EDU Paris meeting summary
So here's my KDE-EDU Paris meeting summary:
* 14 nice people, some people already knew like annma and carsten and new faces like jpwhiting and SaroEngels
* Fixed issues everywhere ktuberling, kalzium, kgeography, blinken, kate, catalan translation, ... Ok, not all are KDE-EDU related but we are KDE developers after all too, right? ;-)
* Fixed an ugly bug together with Jure 'JLP' Repinc about kickoff search not finding items when their GenericName was not defined, it results in ktrader syntax you have to check that properties exist before using them or you get a tree evaluation error, so it is not (GenericName contains Foo) or (Name contains Foo) but ((GenericName exists) and (GenericName contains Foo)) or (Name contains Foo)
* Together with apol we helped a bit Vladimir making Step compilable standalone and as part of playground-edu and BTW if you have not tried Step, do it NOW! It totally ROCKS.
* Helped SaroEngels with an okular problem on CanNotSayTheNamePlatform, it seems KMimeType::findByPath always returns text/plain on the CanNotSayTheNamePlatform so it's actually not a problem in okular.
* 14 nice people, some people already knew like annma and carsten and new faces like jpwhiting and SaroEngels
* Fixed issues everywhere ktuberling, kalzium, kgeography, blinken, kate, catalan translation, ... Ok, not all are KDE-EDU related but we are KDE developers after all too, right? ;-)
* Fixed an ugly bug together with Jure 'JLP' Repinc about kickoff search not finding items when their GenericName was not defined, it results in ktrader syntax you have to check that properties exist before using them or you get a tree evaluation error, so it is not (GenericName contains Foo) or (Name contains Foo) but ((GenericName exists) and (GenericName contains Foo)) or (Name contains Foo)
* Together with apol we helped a bit Vladimir making Step compilable standalone and as part of playground-edu and BTW if you have not tried Step, do it NOW! It totally ROCKS.
* Helped SaroEngels with an okular problem on CanNotSayTheNamePlatform, it seems KMimeType::findByPath always returns text/plain on the CanNotSayTheNamePlatform so it's actually not a problem in okular.
Subscribe to:
Comments (Atom)