miércoles, 30 de julio de 2008

Git is awesome

This week Pablo and I decided to create a git repository to following the development of gtranslator. It is just great, we can create branches so easy and make commits and everything localy. It is just awesome.
Here it is the command to download gtranslator:
git clone git://github.com/nacho/gtranslator-git.git

The subversion plugins needs libsvn >= 1.5.0. So if you don't have that version please, don't try to compile the plugin.

Right now all patches less project manager are commited on that repository so would be great having some feedback.

sábado, 26 de julio de 2008

Playing with clutter

This is what I've been doing this week. Just funny.

jueves, 17 de julio de 2008

Clutter

This two days I've been working in a libtinymailui-clutter implementation, it is just for testing but if I am able to do what I want it is going to be great. As soon as I finish it I'll post the mandatory screenshot.

jueves, 10 de julio de 2008

Subversion plugin screenshots

Update dialog:
Commit dialog:

miércoles, 9 de julio de 2008

Subversion plugin for gtranslator

This days I've been working in the subversion plugin for gtranslator. Mainly it is a port of the subversion plugin of anjuta, and I think that is getting on well. As soon as I finish it I'll post adding some screenshots of the interface I've chosen for doing it.

lunes, 7 de julio de 2008

Finished backend for TM

Today I've finished the backend for TM. So now as soon as Juanjo review the patch, I'll commit it to subversion.

domingo, 6 de julio de 2008

Installing Gtranslator

What do you need to install gtranslator?

In case of debian/ubuntu you need to install these packages:
  • libgconf2-dev
  • libgtkspell-dev
  • libgtksourceview2.0-dev
  • libgtk2.0-dev
  • libglib2.0-dev
  • libsoup2.4-dev
  • libgucharmap-dev
  • libglade2-dev
  • libgdl-1-dev
  • gtk-doc-tools
  • libdb4.6-dev (Previously ones works too until 4.1)