2009-05-25  Chihau Chau <chihau@gmail.com>
	Fixes bug #583793.
	* src/gevice.py: change on_action_save method for save model
	* src/gevicedatabase.py: added new methods to load interface and save
	model asking the database password
	* data/glade/gevice.glade: added window_database_save window to ask
	password and save model
	
2009-05-22  Alejandro Valdes jimenez  <avaldes@gnome.org>
	Fixes bug #583562.
	* src/gevice.py: use show_message().
	* src/gevicedatabase.py: use show_message().
	* src/geviceexport.py: use show_message().
	* src/gevicemaintainer.py: use show_message().
	* src/geviceprefer.py: use show_message().
	* README:
	* configure.ac: add checking necesary modules of python.

2009-05-21  Alejandro Valdes Jimenez  <avaldes@gnome.org>

	Fixes bug #583056.
	* data/glade/gevice.glade: change viewport for scrollwindows (tab user - window_prefer)
	* src/gevice.py: add functon set_listusers_on_combobox()
	* src/geviceprefer.py: add support for save/load users list in gconf.

2009-05-19  Alejandro Valdes Jimenez  <avaldes@gnome.org>

	* data/glade/gevice.glade: add new tab in window preferences. (lists of users)
	* src/gevice.py:
	* src/geviceprefer.py: load preferences from gconf.

2009-05-14  Alejandro Valdes Jimenez  <avaldes@utalca.cl>

	TAG GEVICE_0_5_1

	* README:
	* configure.ac: change version
	* data/glade/gevice.glade: modify some texts and remove old window print
	* src/config.py.in: change version
	* src/gevice.py: add support of gettext for glade file.
	* src/gevicedevice.py:
	* src/geviceexport.py:
	* src/gevicefind.py:
	* src/gevicemaintainer.py:
	* src/geviceprefer.py:

2009-05-14  Alejandro Valdes Jimenez  <avaldes@utalca.cl>

	* configure.ac: change es_ES to es.

2009-05-12  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* data/glade/gevice.glade:add new window for model maintainer
	* src/gevicedatabase.py:add functions for get lists of type of device and marks
	* src/gevice.py: add call to window maintainers
	* src/gevicemaintainer.py: add functios for select,insert,update and delete models

2009-05-05  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* /data/glade/gevice.glade: add window for maintainer.
	* src/gevice.py: add callback function for maintainer.
	* src/gevicedatabase.py: add function for update tables.
	* src/gevicemaintainer.py: add function for managing of tables.

2009-05-04  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* Move repository from sourceforget to git.gnome.org
	* Add new file INSTALL-DBASE: Basic steps for install database.
	* modify script file gevice.sql.

2009-04-30  Alejandro Valdes Jimenez  <alejandro@svn.gnome.org>
	* data/glade/gevice.glade: remove tab from notebook. User preferences.
	* src/gevice.py: Add GtkComboBox to uimanager.
	* src/geviceprefer.py: remove tab from notebook. User preferences.

2009-04-24  Alejandro Valdes Jimenez  <alejandro@svn.gnome.org>
	* src/gevice.py: add new vbox,hbox for container a ComboBox users.
	(used for connect to devices). 
	* src/gevicevte.py: now read user from combobox_user and not from
	preferences.

2008-10-28  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>
	* data/glade/gevice.glade: 
		- remove tab "Monitor" (window preferences)
		- add tab "CSV" (window preferences)
		- change Box for Tables (window preferences)
	* src/geviceprefer.py:
		- save/load new preference (csv separator)
	* src/geviceexport.py:
		- new script. Export data to CSV file.
	* src/geviceprint.py,gevicemonitor.py,geviceping.py,gevicexml.py: removed
	* data/xml/link.xml,device.xml,sample1.xml: removed
	* src/gevice.py:
		- new function update_statusbar(): show info into statusbar

2008-10-16  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* data/glade/gevice.glade:
	* src/gevice.py:
	* src/gevicedatabase.py:

2008-10-16  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* README: Describe new feature.
	* gevice.sql: Add script fot create tables in postgresql.
	* src/Makefile.am: Add new script: geviceexport.py
	* src/gevice.py: - remove old code.
			- add new menuitem (export)
	* src/geviceexport.py: new file.

2008-10-13  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/gevice.py: enable reorder tab.
	* src/gevicedatabase.py: change icon connect/disconnect

2008-10-10  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* data/glade/gevice.glade: remove some widget.
	* src/gevicedevice.py: repair code
	* src/gevicediagram.py: repair code.
	* src/geviceprint.py: 

2008-09-16  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/gevice.py: 
		- implemented connect/disconnect to database
		- add button "Refresh".
	* src/gevicefind.py: modify function find.
	* src/gevicedatabase.py: add support to modificate device

2008-09-15  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* data/glade/gevice.glade: remove widget.
	* src/config.py.in: change name of global variables
	* src/gevice.py: change icons.
	* src/gevicedatabase.py:
	* src/gevicedevice.py:
	* src/gevicemodel.py:
	* src/gevicexml.py:

2008-09-14  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>
	* Create Branch gevice-0-5-0.

	* README:
	* configure.ac:
	* data/glade/gevice.glade: add window to connect to database
	* data/samples/sample1.xml:
	* src/Makefile.am:
	* src/config.py.in:
	* src/gevice.py:
	* src/gevicedatabase.py: new file.
	* src/gevicedevice.py:
	* src/gevicemodel.py:
	* src/geviceprefer.py:

2008-09-02  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>
	* release version 0.4

	* src/gevice.py: add support for gettext.
	* src/gevicebrowser.py:add support for gettext.
	* src/gevicedevice.py:add support for gettext.
	* src/gevicediagram.py:add support for gettext.
	* src/gevicefind.py:add support for gettext.
	* src/gevicemodel.py:add support for gettext.
	* src/gevicemonitor.py:add support for gettext.
	* src/geviceping.py:add support for gettext.
	* src/geviceprefer.py:add support for gettext.
	* src/geviceprint.py:add support for gettext.
	* src/gevicevte.py:add support for gettext.
	* src/gevicexml.py:add support for gettext.

2008-09-02  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* configure.ac: add support for es_ES
	* po/README: removed
	* src/gevice.py: set grab_focus to vte.

2008-09-02  Alejandro Valdes Jimenez <avaldes@svn.gnome.org>

	* AUTHORS:
	* README:
	* src/gevice.py: Add new button to local conecction.
	* src/gevicevte.py: add param "proto" to function open_terminal()

2008-08-09  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>
	* MAINTAINERS: new file is created.

2008-06-19  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/gevicediagram.py: modify diagram.

2008-06-02  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* data/glade/gevice.glade:
	* data/samples/sample1.xml:
	* src/Makefile.am: add new file
	* src/gevice.py:
	* src/gevicedevice.py: reorder code
	* src/gevicediagram.py: reorder code
	* src/gevicefind.py: reorder code
	* src/gevicegraph.py: reorder code
	* src/gevicemonitor.py: 
	* src/geviceping.py: new file
	* src/geviceprefer.py: reorder code
	* src/geviceprint.py: reoder code
	* src/gevicevte.py: reorder code

2008-05-31  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* data/glade/gevice.glade:
	* src/gevice.py:
	* src/gevicegraph.py: remove call to function
	GevicePrefer.get_preferences()
	* src/geviceprefer.py: remove function GevicePrefer.get_preferences()
	* src/gevicevte.py: remove call to function
	GevicePrefer.get_preferences()

2008-05-29  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* data/glade/gevice.glade: add option "Link" on tab Diagram
	* data/samples/sample1.xml:
	* src/gevice.py:
	* src/gevicegraph.py:
	* src/gevicemodel.py:
	* src/gevicemonitor.py:
	* src/geviceprefer.py: save new preference show "Link" on Daigram
	* src/gevicexml.py:

2008-05-27  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* data/glade/gevice.glade: add gtk.ComboBox of Links.
	* data/images/Makefile.am: add new files.
	* data/images/foLH1000mbps.png: add new image.
	* data/images/foLH100mbps.png: add new image.
	* data/images/foLH10mbps.png: add new image.
	* data/images/foSX1000mbps.png: add new image.
	* data/images/foSX100mbps.png: add new image.
	* data/images/foSX10mbps.png: add new image.
	* data/images/nolink.png: add new image.
	* data/images/utp1000mbps.png: add new image.
	* data/images/utp100mbps.png: add new image.
	* data/images/utp10mbps.png: add new image.
	* data/samples/sample1.xml: add info of links to example.
	* data/xml/Makefile.am: add file.
	* data/xml/links.xml: new file with information of links.
	* src/Makefile.am: add file gevicemonitor.py
	* src/config.py.in: add new variables.
	* src/gevice.py:
	* src/gevicedevice.py:
	* src/gevicemodel.py:
	* src/gevicemonitor.py:
	* src/gevicexml.py: read new list of links.

2008-05-25  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* data/glade/gevice.glade: change table widget for horizontal and
	vertical container in tab of notebook (diagram preference)
	* src/gevice.py:.
	* src/gevicegraph.py: read preferences to concatenate name of nodes in
	diagram.
	* src/gevicemodel.py: add model to function get_iter_selected()
	* src/geviceprefer.py: return other preferences on function
	get_preferences()

2008-05-25  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/config.py.in: remove constant GRAPH_TMP.

2008-05-23  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* data/glade/gevice.glade: add new TAB (Diagram) in window preferences. 
	* src/gevicedevice.py: call to function get_iter_selected() modified
	* src/gevicegraph.py: remove pixbux from diagram.
	* src/gevicemodel.py: function get_iter_selected() modified.
	* src/geviceprefer.py: save/load new preferences

2008-05-19  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/gevice.py: remove support for HTTP protocol. the incompatible
	javascript cause very problems.
	* src/geviceprefer.py: remove http gconf preference.

2008-05-15  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/gevice.py: reorder code
	* src/gevicebrowser.py: reorder code
	* src/gevicevte.py: reorder code

2008-04-14  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/gevicefind.py: Add more filters for the search. Now filters are
	for: Name, IP and serial.

2008-04-14  Alejandro Valdes Jimenez  <avaldes@primate>

	* src/gevice.py:
	* src/gevicebrowser.py:
	* src/gevicevte.py:

2008-04-10  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/gevice.py: 
	* src/gevicevte.py: Set some properties.

2008-04-07  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/gevicefind.py: Set grab_focus in gtk.Entry() find.

2008-04-04  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* data/glade/gevice.glade: add new criteria for filter in search
	window.

2008-04-04  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* data/glade/gevice.glade: change string "graph" -> "diagram"
	* src/gevice.py:

2008-04-04  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* data/glade/gevice.glade: add tab for select color (back and
	foreground)
	* src/gevice.py: call to new function gevicepref.get_preferences()
	* src/geviceprefer.py: 
		- save/load color with gconf.
		- rename function get_type_connection -> get_preferences:
			- create dictionary with preferences and return this
			data.
	* src/gevicevte.py: set color from preferences

2008-04-04  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* gevice.in: removed call to GevicePref ()
	* src/gevice.py: Move call to GevicePref()  to init of Gevice() class.

2008-04-04  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/config.py.in: add constants
	* src/constant.py: remove file
	* src/gevice.py:
	* src/gevicebrowser.py:
	* src/gevicedevice.py:
	* src/gevicefind.py:
	* src/gevicegraph.py:
	* src/gevicemodel.py:
	* src/geviceprefer.py:
	* src/geviceprint.py:
	* src/gevicevte.py:
	* src/gevicexml.py:

	* change name of variables. (add config.VARIABLE)

2008-04-02  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* py-compile:: Remove file.
	* src/Makefile.am: Add config.in

2008-04-01  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/geviceprefer.py:
		- read user from gconf.

2008-04-01  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/gevice.py: remove some class.
	* src/gevicebrowser.py: new file with the GeviceBrowser Class.
	* src/gevicedevice.py: new file with the GeviceDevice Class.
	* src/gevicefind.py: change name of object
	* src/gevicemodel.py: new file with the GeviceModel Class.
	* src/geviceprefer.py: change name of object.
	* src/gevicevte.py: new file with the GeviceVte Class.
	* src/gevicexml.py: new file with the GeviceXml Class.

2008-04-01  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* gevice.in: rename call to model preferences.
	* src/gevice.py: remove some class.
	* src/gevicefind.py: new file with the GeviceFind Class.
	* src/gevicegraph.py: new file with the GeviceGraph Class.
	* src/geviceprefer.py: new file with the GevicePrefer Class.

2008-03-25  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/config.py: remove this file. It is automatically generated when
	make called.

2008-03-25  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>

	* src/config.py.in:-
	* src/constant.py: create this file with the constants
	* src/gevice.py: remove class GevicePrint
	* src/geviceprint.py: class GevicePrint

2008-03-24  Alejandro Valdes Jimenez  <avaldes@svn.gnome.org>
	* README: change some data
	* setup.py: remove this file (not used)

2008-03-24  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* gevice.in:
	* prepare-ChangeLog.pl: add this file.
	* src/config.py:

2008-03-19  Alejandro Valds Jimenez  <avaldes@svn.gnome.org>
	* Rewrite code using class.
	* Version 0.4

2008-01-16  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* src/geviceclass.py: 
		- new function, show_message()
	* setup.py:
		- set website of project
		- change path to install
	* src/constanst_gevice.py:
		- add validate for path install
	
	
2007-11-14  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* rename files:
		- constantst.py -> constantst_gevice.py
		- graph.py -> graph_gevice.py
		- models.py -> models_gevice.py
		- monitor.py -> monitor_gevice.py
		- preferences.py -> preferences_gevice.py
		- printer.py -> printer_gevice.py
		- xmljobs.py -> xmljobs_gevice.py

	* remove files:
		 constantst.py,graph.py,models.py,monitor.py,preferences.py,printer.py,xmljobs.py


2007-11-07  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* src/constanst.py:
		- add new menu: ViewMenu
	* src/gevice.py:
		- (show/hide vboxtreeview and notebook)

2007-11-06  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* use gconf to manager prefreneces...remove xml support for
	preferences
	* TODO:
		- review browser funtions

2007-11-04  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* update es_ES.mo
	* TODO:
		- review browser funtions
		

2007-11-02  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* Version 0.3 release.
	* TODO:
		- review function find
		- review browser funtions
		- generate new translations

2007-10-31  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* remove some widget from main window... add to UIManager RadioAction
	(ssh,telnet,http)

2007-10-23  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* add new file geviceclass.py.
	* use threads for monitoring device

2007-10-11  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* uses UIManager for menus and toolbar
	* delete somw widget from gevice.glade

2007-09-28  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* add show/hidden columns in preferences, save this in file of
	preferences.
	* update translate to es_ES

2006-09-10  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* add field "comment" to model
	* update translate to es_ES

2006-08-29  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* src/glade/gevice.glade:
		- set string to translate
	* src/*.py:
		- add correctly lines for gettext
	* src/po/es_ES.po:
		- translate strings to spanish
	* src/locale/es_ES/LC_MESSAGES/gevice.mo:
		- new release
	
2006-08-27  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* src/glade/gevice.glade:
		- change man vpaned for hpaned.
	* src/gevice.py:
		- set position of divider hpaned
	* src/preferences.py:
		- set new color to font/back
	* create TODO file.

2006-08-25  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* remove some files *.pyc

2006-08-23  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* release: v0.2
	* fixed:
		- show window-dialog when attemp delete at device.

2006-08-22  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* new version: 0.2
	* new features:
		- run gevice with parameter from terminal (gevice <file.xml>).
		- permit graphic of net segments. (python-pygraphviz)
		- add new device to list.
	* fixed:
		- close of about window.
	* others:
		- separate code, create new modules (xmljobs.py and
		monitor.py)
		- create xml file xml/device.xml
	* TODO:
		- show window-dialog when attemp delete at device
		- optimize monitor functions
		- close apropiate page of notebook

2006-08-09  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* nueva version 0.1.2

2006-08-07  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* se agrega el objecto gtkmozembed para insertar browsers
	* lee argumento (filename) al inicio.
	* agrega grafico de dispositivos
	* TODO:
		- habilitar monitoreo por tiempos
		- mejorar progressbar
		- implementar recuperar datos de configuracion desde los 
		equipos

2006-12-27  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* Escritura/Lectura archivo XML, OK.
	* nuevo archivo: models.py, tiene funciones para trabajar
	sobre los modelos de dispositivos y de tipos de dispositivos.
	* nuevo archivo: preferences.py, tiene funciones de manejo de
	las preferencias. Escritura/Lectura de preferencias en XML, OK.
	* insercion de mini browser 

2006-11-22  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* insertar correctamente el objeto VTE

2006-11-13  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* cambio de lenguaje a python.

2006-11-10  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* traduccion de archivo glade ok.
	* TODO:
		- implementar guardar preferencias
		- cerrar pestaas de notebook (cierra la que tiene el foco)
		- habilitar monitoreo por tiempos
		- mejorar progressbar
		- implementar conexion por SSH (ingreso de usuario)
		- implementar recuperar datos de configuracion desde los
		equipos.

2006-11-07  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* habilitado drag and drop
	* habilitada la modificacion
	* habilitado gettext
	* nuevos archivos:
		po/es_ES.po
		po/README
		po/header.po
		locale/es_ES/LC_MESSAGES/gevice.mo
	* TODO:
		- cerrar pestaas de notebook
		- traducir cadenas de archivo .glade (colocar textos en
		ejecucion??)
		- habilitar monitoreo por tiempos
		- mejorar progressbar
		- implementar conexion por SSH
		
2006-10-23  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* TODO;
		- habilitar edicion de los Cellrenderer
		- cerrar pestaas de notebook

2006-10-18  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* se agreg el monitoreo de los dispositivos
	* se agreg la impresin del modelo
	* elimin popup, uso de solo botones en la barra de herramientas
	* TODO:
		- habilitar edicion de los Cellrenderer
		- cerrar pestaas de notebook
		- monitoreo debe ser apartir del
		item seleccionado en el arbol.

2006-10-11  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* utilizacion de XML::Simple para guardar datos en archivo. La
	lectura se hace con XMLin() pero la escritura como un archivo mas.
	* al abrir sesion de telnet queda selecionada la pestaa
	* elementos utilizados:
		- <dispositivos> es el elemento raiz
		- <equipo> define un dispositivo:
			- <nombre>
			- <ip>
			- <tipo> (router,router-switch,switch,access-point)
			- <obs>
	* TODO:
		- al agregar item debe expandirse el arbol
		- reparar scroll de notebook

2006-10-06  Alejandro Valdes Jimenez  <avaldes@utalca.cl>
	* Inicio proyecto.
	* TODO:
		- guardar arbol de dispositivos en archivo XML
		- recuperar arbol de dispositivos desde archivo XML
		- al agregar item debe expandirse el arbol
		- al abrir sesion telnet, debe quedar seleccionada la pestaa
