A massive jump in the release number and now we have translation-filter 1.0 :) Download the source from here. What is translation-filter ? It is a tool to imporve l10n quality by helping in finding different corner cases. This is being developed as a part of aukur.org.in . It is having two GUI(s), one Gnome and one for KDE and a command line version. Couple of the features are only available in the command line version. Different features of translation-filter:
To know more about different options read here.
The post is brought to you by lekhonee v0.6
If you want one you can grab from here.
Pony is a simple image manager written in PyKDE4.
Few weeks back I lost my external hdd where I kept most of the photographs I took in last two year. It is kind of heartbreaking. But first thing came in my mind is not to get into this kind of situation again. So, decided to backup photos also in DVD(s).
But the problems started at the same time, if I do so, how can I figure out which photo is in which disk ? I know digikam is having a feature like this (to have external collections) but last time when I tried that it never worked. Though I am mostly a KDE user but I was using gthumb as image viewer except when I click on dolphin which opens up gwenview.
My workflow:
As I keep my photographs ordered in directories, gthumb is very helpful and I like the UI as it does not provide most of the fancy stuffs other image managers do.
After looking for few days I decided to write my own image manager which can suite properly with the simple workflow I follow.
The design goals:
Now this is a very basic form of the code base continously being hacked. Most of the planned stuffs still needs to be written. To get the thumbnails fast I kept them in db (still the db seems to be small ) and used a web framework based ORM to do so, yes it is Django :p. I know one may complain of this dependency but it is so nice that I couldn’t leave it :)
MathStuf and Kevin_Kofler in #fedora-kde , #qt and Riddell ,pinotree, annma helped a lot to learn different pieces of KDE and Qt. nicubunu did extensive testing from the very beginning. Thank you guys for your support.
I still need to improve the UI so any help is welcome :)
Btw, the name of the project came as suggestion from sankarshan and mether.
We talked and talked and kept on :) foss.in is a great event to meet all your friends and I love that part a lot. In day 1 after reaching the venue as we were standing just outside the main gate other speakers also started coming. Pradeepto landed with Sharan, Adriaan and Sayamindu were also there. We all went together towards the 750 hall for Harald’s keynote which was as good as expected.
After the keynote we all moved out, the kde-in local team (BMS lug people) also joined us and managed to setup the KDE stall with full of awesome posters including amarok posters :) We, the fedora people also sat down on the ground in the same stall and as they ran out of CDs I started putting Fedora 9 live CD to distribute. Rest of the day we just talked on everything. All other friends also came and joined us there. The hot topic of the first was the kde handbook. After the day ends we started moving out. At night I went through the details for my talk.
The second day started with Sayamindu’s talk on “Coding for education, coding for the last one billion”, this talk helped me personally a lot as I was not so much familiar with Sugar. He started with very basic details on Sugar and went on to the code level. After that we again came to the stall and put the XO(s) on the desk , Sayamindu was carrying two and I carrying one from office. It suddenly became a huge crowd puler as everyone was too much excited to see those little green wonders. We also distributed lot of stickers and live cds. My talk was scheduled just after lunch on the same day on “Getting Started with OLPC Activity Development” and this time I made only one jpeg image as slide (which I forgot to show anyway). I started vim and started to talk :) Within my talk I also copied code from Sayamindu’s Imageviewer and used it in my Jukebox to add a new feature. The talk was too much code oriented and no one asked a single question in the end. The review-o-matic workout was also started in the same time of my talk, my only contribution in that workout was giving git commit rights to rishi. tuxmaniac also joined the group from 2nd day.
Next day was full of KDE, we had some superb entry level talks on different parts of KDE and some high level ones also. Me and Soumya already made a plan to work on maps for Kgeography (Soumya made total 3 which I need to commit) and sat down in the stall with others , OLPCs were working as crowd puller anyway :) Someone suddenly came and told that he liked my talk :) Susmit also joined the Fedora team that day. At night we all went together to “Rasa” for dinner. Veg and Non veg people sat in different table and somehow we managed to make a hilarious scene while dividing the bill.
Day 4 we spent while chasing people with video camera and doing interviews and funny interviews :p . Again almost the whole day was spent in the stall , somehow people were really less in that day.
Everyone was tired on day 5 (usual story in the last day of any event). Kalyan’s end keynote was really mind blowing. I am trying to put the video up somewhere. The full photo set can be found here. Also read Sayamindu’s report and Soumya’s report.
I just released translation-filter 0.3. You can download it from here.
The scope of development is to create a rudimentary tool that can allow comparing the quality of string translations in an offline mode. For example, the KDE Project uses a web based tool that allows strings to be searched in translated content.
The current set of requirements for this offline tool are:
It uses PyQt4 for the gui, used QWebView to render the result. You will also require translate-toolkit (at least 1.0.1 version, available in Fedora 9).
Among the new features (mostly in the command line version) , using -t or –term you can search for any single term. You can even check for unattached dependent vowel signs of Indic languages using -d option.