Posts Tagged ‘pygtk’

New custom timeline widget

Tired of looking for a timeline widget in PyGTK for Vazaar I’ve decided to develop it  by myself. It’s very simple: 1 calendar and 3 treeviews. The user clicks a day in the calendar and with the selected date Vazaar asks to the database for those resources created that day, the day before and the [...]

PyGTK XDot Widget

XDot es un magnífico componente para representar grafos interactivos con Python, Graphviz y GTK. De la web del autor: xdot.py is an interactive viewer for graphs written in Graphviz’s dot language. It uses internally the graphviz’s xdot output format as an intermediate format, and PyGTK and Cairo for rendering. xdot.py can be used either as [...]

Vazaar 0.4 (aka Sacabambaspis) released

Hi everybody, a new version of vazaar have been released for testing purposes. Although it’s stable you can consider it as proof of concept. This version is a redesign of the previous one. While the old one was developed in C, the new one is being developed with Python. Also, I’ve been studying a new [...]

GUI improvements

After a long weekend coding and trying new design ideas finally I think I got a nice GUI. At least for the StartHere module: There are still too much glitches in the GUI but I’m trying to fix them as I go. But for now, I feel satisfied. Queries against the model are working as [...]

About Vazaar 0.4 Beta development

After months of improving my skills with Python and PyGTK and reading documents about semantic web and its integration with Desktops Interfaces (like GNOME or KDE) a lot of improvements have been made in Vazaar. This is an overview of the current state of development. The presentation layer, the GUI, is more difficult to develop [...]