From 8df5e375cde169377b8e14e0b87920263b187329 Mon Sep 17 00:00:00 2001 From: Steven Tucker Date: Tue, 6 Nov 2012 11:09:51 +0000 Subject: Initial commit of Admin Panel. Has basic functionality that you might expect from the core program, escalates priviledges, loads categories and modules dynamically from configuration file, launches modules and returns to the panel once the module has completed. Works within ncurses, gtk and qt environments using the native widget set. --- categories.conf | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 categories.conf (limited to 'categories.conf') diff --git a/categories.conf b/categories.conf new file mode 100644 index 00000000..256fc9e9 --- /dev/null +++ b/categories.conf @@ -0,0 +1,36 @@ + + + + Software Management + /usr/share/icons/applications_section.png + + Add Software + ./modules/test + /usr/share/icons/mageiaupdate.png + + + Remove Software + ./modules/test + /usr/share/icons/edit-urpm-sources.png + + + Update Software + ./modules/test + /usr/share/icons/mageiaupdate.png + + + Edit Sources + ./modules/test + /usr/share/icons/edit-urpm-sources.png + + + + Hardware + /usr/share/icons/configuration_section.png + + CD/DVD Config + ./modules/test + ./modules/pythonMod + + + -- cgit v1.2.1