aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rename org.freedesktop.policykit.pkexec.run-apanel --> ↵Matteo Pasotti2013-01-031-1/+1
| | | | org.mageia.policykit.pkexec.adminpanel
* rename org.freedesktop.policykit.pkexec.policy --> ↵Matteo Pasotti2013-01-031-0/+0
| | | | org.freedesktop.policykit.pkexec.adminpanel.policy
* updated READMEMatteo Pasotti2013-01-031-3/+8
|
* - rename Auth.pm --> Privileges.pmMatteo Pasotti2013-01-032-8/+7
| | | | | | - moved Privileges module to a dedicated namespace (AdminPanel) - Privileges module now use English (for readability)
* set label as headingAngelo Naselli2012-12-271-1/+1
|
* Added journalctl --all and with free parametersAngelo Naselli2012-12-081-25/+124
|
* Added calendar (date entry)Angelo Naselli2012-11-241-6/+26
| | | | | Note it is not implemented in yui ncurses
* more clean upAngelo Naselli2012-11-121-9/+13
|
* cleaned a bit the codeAngelo Naselli2012-11-121-18/+39
|
* Added a first log viewer module.Angelo Naselli2012-11-111-0/+435
| | | | Mail alert is not working yet
* - removed unaccessed code (code after exec)Matteo Pasotti2012-11-071-8/+4
| | | | | | - removed env parameter not required - fixed exec arguments
* - using modern perl idiomMatteo Pasotti2012-11-071-4/+3
|
* change code alignment using Angelo Naselli2012-11-068-150/+144
| | | | tabstop=4 shiftwidth=4 expandtab
* using yui::YCommandLine only for all, at the momentAngelo Naselli2012-11-061-5/+6
|
* fixed project nameAngelo Naselli2012-11-061-4/+4
|
* Initial commit of Admin Panel.Steven Tucker2012-11-0615-0/+1014
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.