diff --git a/AUTHORS b/AUTHORS index ce42ec7..13d1138 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,3 +2,5 @@ J. Félix Ontañón Carmona Contributors: Juanje Ojeda +Javier Hernandez +Ed Catmur diff --git a/README.rst b/README.rst index 92366e2..dad2c64 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,7 @@ Dependencies: * gir1.2-gtk-3.0 * gir1.2-gconf-2.0 * gir1.2-gdkpixbuf-2.0 +* gnome-icon-theme-full Install udev-discover: ---------------------- diff --git a/TODO b/TODO index 953bca8..8dce3f9 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,6 @@ * filtering * regex filtering - * subsystem filtering * empowered events log: - * tell what has changed on a device when changed signal is throwed * different verbosity levels * Save log into a file * gui @@ -10,5 +8,4 @@ * show parents performance improvements * save columns with and order on devices treeview window * mallard help - * i18n * a11y diff --git a/data/udev-discover.ui b/data/udev-discover.ui index ec30521..0ae4595 100644 --- a/data/udev-discover.ui +++ b/data/udev-discover.ui @@ -49,10 +49,11 @@ 5 center-on-parent True + udev-discover.svg normal main_window udev-discover - 0.2 + 0.2.1 Copyright © 2010-2011 J. Félix Ontañón An browser tool for udev curious http://fontanon.org/udevdiscover @@ -735,7 +736,9 @@ Public License instead of this License. But first, please read Contributors: Juanje Ojeda <jojeda@emergya.es> -Javier Hernandez <jhernandez@emergya.es> +Javier Hernandez <jhernandez@emergya.es> +Ed Catmur <ed@catmur.co.uk> + (es) J. Félix Ontañón <fontanon@emergya.es> udev-discover.svg udev-discover True diff --git a/po/es.po b/po/es.po index 598de76..3e12e9a 100644 --- a/po/es.po +++ b/po/es.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: udev-discover 0.2\n" +"Project-Id-Version: udev-discover 0.2.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-08-17 17:32+0200\n" "PO-Revision-Date: 2011-08-17 17:33+0100\n" diff --git a/setup.py b/setup.py index 5878a9a..b49c26e 100644 --- a/setup.py +++ b/setup.py @@ -112,14 +112,14 @@ def _find_mo_files (self): setup( name='udev-discover', - version='0.2', + version='0.2.1', description='A GUI tool for exploring the present devices on the system', author='J. Félix Ontañón', author_email='fontanon@emergya.es', url='http://gitorious.org/udev-discover/udev-discover', classifiers=[ - 'Development Status :: 0.2 - Beta', + 'Development Status :: 0.2.1 - Beta', 'Environment :: Desktop Environment', 'Intended Audience :: System Administrators', 'License :: OSI Approved :: GNU General Public License (GPL)',