Submitted by sebp on Tue, 10/11/2011 - 15:51
I continued working on the Python GTK+ 3 Tutorial since I announced it almost a month ago. I added a section describing the Gtk.Grid widget, menus, dialogs and Gtk.TextView, the latter just added today. In addition, I added screenshots for all examples and merged a couple of grammar/typo fixes from other people. The current contents should cover the most important widgets and should allow you to create more complex applications.
Submitted by sebp on Fri, 09/16/2011 - 13:15
One of the big advantages of PyGTK is that it is documented very well. Unfortunately, despite the efforts to make PyGObject as compatible to PyGTK as possible, the differences are still huge. A big portion is due to the changes between GTK+ version 2 and 3, of course. To date, you basically have to look into the GIR file or C reference manual to try to figure out how things work. Once you are familiar with the way C functions are converted to Python, you can guess most methods.
Submitted by sebp on Sun, 09/11/2011 - 23:02
Submitted by sebp on Sat, 07/23/2011 - 16:01
The Past
I recently finished my Master thesis and can now call myself Master of Science. The thesis itself couldn't turn out any better as it did. The goal was to implement a method that is capable to predict the relative location along the longitudinal axis of a slice of a X-ray computed tomography (CT) volume. The motivation behind this is to speed up the process when a physician wants to compare two CT volumes against each other. Usually, the patient's data can be accessed over the network and a single CT volume can contain more than thousand images taking more than 1 GB disk space. In addition, most physicians are only interested in one particular area they want to compare. Accordingly, it would be waste of resources if one has to transfer and load two complete volumes and manually navigate to the area of interest. The methods developed in this thesis allow the physician to select the area of interest (on the longitudinal axis) in one volume and only transfer and load the corresponding area in the other volume. Obviously, you get the biggest benefit if the volume contains a large amount of images and the region of interest is relatively small.
Submitted by sebp on Mon, 05/23/2011 - 19:02
Last Wednesday marked the 3 year anniversary of GNOME DVB Daemon, all started with this commit. 1155 commits later, I am pleased to announce version 0.2.1. This release fixes a bug that localization in the GUI did not work correctly. In addition, DVB-T brute-force scan works correctly, again.
Submitted by sebp on Tue, 05/10/2011 - 15:04
This release fixes small issues in the in daemon and GUI. It should be considered the stable version for GNOME3.
About
DVB Daemon is a daemon written in Vala and based on GStreamer to setup your DVB devices, record and watch TV shows and browse EPG. It can be controlled via its D-Bus interface or the UIs it comes with.
Download
http://download.gnome.org/sources/gnome-dvb-daemon/0.2/
Submitted by sebp on Thu, 04/21/2011 - 17:42
As promised, I am pleased to announce GNOME DVB Daemon 0.1.90. This is first release to achieve GNOME3-compatibility. I started the porting process back in January when I attended the Python Hackfest in Prague. I've been busy doing other stuff since, mainly writing a master thesis.
Submitted by sebp on Mon, 04/18/2011 - 20:47
I decided to abandon Launchpad and move everything related to GNOME DVB Daemon over to the GNOME infrastructure. Therefore, the bug tracker is now located at Bugzilla, the source in GIT and translations in Damned Lies. The Bazaar branch at Launchpad is now a copy of git master.
Submitted by sebp on Mon, 04/18/2011 - 18:31
Submitted by sebp on Tue, 01/25/2011 - 16:05
Pages