Archive for May, 2008
Two more bugfixes to KStars
4 comments May 31, 2008
Astronomers actually use KStars to control their observatories!
Well, I didn’t expect that people would be using KStars to control observatories! I knew it was capable of that [Implements INDI protocol for control of instruments], but I didn’t know it would actually be used for that!
At the Vainu Bappu Observatory in Kavalur, they use Windows to control the 1m telescope observatory dome, CCD and capture images. [Ugh!]. The telescope control software for the 40″ is written in Delphi by someone in IIA, and cannot seek directly to an object. One has to look up the co-ordinates of the object in huge catalog books listing RA and Dec of various DSOs, Planet Ephemerides etc or go down to the computer lab and use SIMBAD to read the coordinates, and then slew the telescope manually to that RA / Dec. The software is only capable of reporting the current RA / Dec of the telescope, and slewing the dome appropriately to follow the telescope, if I remember right! I doubt it the telescope / CCD support INDI. I wish we could provide them with and request them to move to better FOSS solutions.
Add comment May 30, 2008
The find dialog works to my satisfaction, at last!
I used to find the Find Dialog in KStars rather inconvenient. I’d just hit Ctrl+F to fire it, type away “M 97″, hit enter, and it would land me at Andromeda Galaxy instead of Owl Nebula – Because that was the default selected entry in the List View and it would update the list view with the new search filter only after some delay (half a second, I think).
This commit fixes that by keeping track of whether the list has been filtered after the most recent text entry, and ensures that the list is filtered first thing after entering slotOk().
So you can simply hit Ctrl+F, type away the full name (or even a part of the name – Kentaurus landed me at Alpha Centauri
) and hit enter, and it’ll slew you to the right object instead of Andromeda Galaxy. I’ve tried to ensure that it is as bug-free as possible.
If you’re running on trunk and have kdeedu compiled, please do test it.
I’ve made 5 commits in 24 hours. This certainly means I need to get a life (and some sleep)!
3 comments May 30, 2008
Summer Cleaning for the KDE 4.1 Release
Today, I decided that I’ll stray away a bit from my GSoC work and do some summer cleaning (as against spring cleaning) for the KDE 4.1 release. Fixed a few minor bugs, and regressed one patch.
I made three commits:
1. Removing Earth from the Conjunctions tool UI
2. Regression on an earlier bugfix, because it was applied twice
3. Some more fixes for the Angular Distance tool
Add comment May 30, 2008
Fixing minor bug with the Find Dialog in KStars
With the find dialog, you couldn’t select genetive names of stars and click ok to find them earlier. The problem was that foo::findByName() would never look at the genetive names of stars. Overriding ListComponent::findByName() by StarComponent::findByName() and implementing a check against the genetive name solved the problem. Commit message here
Add comment May 29, 2008
My first independent commit!
I made my first independent KDE SVN commit [i.e. without having to request Jason to commit the patch] today. This is SVN commit #813015
The commit consists of some random documentation fixes and the two bugfixes I blogged about earlier.
Add comment May 27, 2008
MCabber DBus Glue / Filter patch
I decided to send out my unclean DBus / filter code for MCabber to the author as it is, because I knew I’d postpone cleaning it up ad infinitum, that too with the GSoC thread running with a rather low niceness value. So I’m putting the link up here as well. Do let me know if you make any improvements to this, so that I can use the new code as well
.
You should find the tarball containing all changes [except that to the Makefile] to mcabber-0.9.5 here.
Put the dbusglue.* and filter.* files into the src/ directory and edit the Makefile to include these. Apply the patch mcabber-patch [You may have to do it manually, because I didn't take much care to do the diff correctly. In fact, I don't know how to diff folder contents correctly, and any help towards this will be appreciated] and compile.
You can find an ugly mcabber-remote written using DBus for this patched version of mcabber 0.9.5 here. I use a small script to set my current playing track (retrieved from polling mocp -i at appropriate intervals. Google: there’s a script by someone to do this for pidgin or some other client) as my Google Talk status periodically using the same mcabber-remote.
1 comment May 26, 2008
Playing around with the Camera.
For some reason, I was not in a mood to sit at my computer tonight. I was lazing around when I noticed that the skies were clear and the moon, close to Jupiter, made a nice sight. I rushed to the terrace with my camera, but without my tripod. I was too lazy to get my tripod, so I did other interesting things than take boring constellation photographs from city skies. Here’s the outcome of one of them:

The writing is with the moon and the decorations are with a tubelight!
2 comments May 25, 2008
Got my KDE SVN account
Tom Albers created my KDE SVN account today. I still need to figure out how to use it to commit to the SVN. Many thanks to Pradeepto, Jason and Tom Albers for supporting me.
1 comment May 24, 2008
Our feature made it to the commit digest!
Issue #108 of the KDE commit digest features the Conjunctions tool for KStars.
Of course, the conjunctions tool is still far from what Jason or I want to see in it, and I hope to work in it inbetween my GSoC sometime, somehow!
Actually, much of that interface was ’stolen’ from the already existing modcalcplanets [The Planets module in the KStars calculator] and modified to run the KSConjunct::findClosestApproach [If I got the name right] method instead of findPosition, and with a list put there. It was done in-between my exam preparation, so I hadn’t done a lot of things. Jason, who reviewed the patch and fixed a few bugs and added some missing features probably did more work than I did.
BTW, I didn’t know there existed something called the commit digest till today, when Jason and Pradeepto pinged me about this!
1 comment May 24, 2008