UI: Started basic window
authorSimón Pena <spenap@gmail.com>
Mon, 17 May 2010 18:26:36 +0000 (20:26 +0200)
committerSimón Pena <spenap@gmail.com>
Thu, 20 May 2010 17:48:35 +0000 (19:48 +0200)
commit902809bb9f16b98dcb5dd67ca9bc4553b05c2490
treef38875e51e38c6ec822fe2d75d098b5443b987c3
parent49671db0a4f0668dc3d57ccfac0bfb69fb8a7d93
UI: Started basic window

A basic GTK Window is created. It just has three buttons, without
callbacks or any other functionality.

The goal is to implement the mockup at [1]

1. http://bit.ly/cIgcLw
ui/maevies [new file with mode: 0755]
ui/maeviesui/__init__.py [new file with mode: 0644]
ui/maeviesui/favorites/__init__.py [new file with mode: 0644]
ui/maeviesui/maeviesui/__init__.py [new file with mode: 0644]
ui/maeviesui/maeviesui/gui.py [new file with mode: 0644]
ui/maeviesui/util/__init__.py [new file with mode: 0644]