aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - gui.pm: added support for icons to tree and table; temporary disabled ↵Matteo Pasotti2013-01-124-186/+247
| | | | | | | | | format_name_n_summary - icon.pm: made get_icon indipendent from gtk - localization.pm: temporary workaround to let rpmdragora access rpmdrake ts - rpmdragora: now use the workaround as the other modules
* - fixed detail_list columnsMatteo Pasotti2013-01-111-5/+3
|
* - gui.pm: rewritten set_node_state, set_leaf_stateMatteo Pasotti2013-01-113-27/+116
| | | | | | | | - gui.pm: added subroutines group_tree, group_has_parent, group_parent - formatting.pm: imported escape_text_for_TextView_markup_format from ugtk2 - rpmdragora: added tree_callback
* - added LogViewer namespaceMatteo Pasotti2013-01-093-3/+41
| | | | | | | - added init module for logviewer - Rpmdragora/init.pm: fixed warn_about_user_mode message alignment - logviewer.pl: added call to LogViewer::warn_about_user_mode
* - rpmdragora: fixed warn_about_user_mode callMatteo Pasotti2013-01-094-18/+23
| | | | | | | | | - rpmdragora.pm: interactive_msg now returns ask_YesOrOk() return value - Shared.pm: ask_ routines now return boolean rather than string - Shared.pm: added missing module requirement (common from libDrakX) - init.pm: warn_about_user_mode rewritten to return boolean
* - added filter_box callbackMatteo Pasotti2013-01-081-45/+52
|
* - fixed view_box event callbackMatteo Pasotti2013-01-081-3/+5
|
* - fixed build_tree (call add_node with the right argument)Matteo Pasotti2013-01-081-13/+13
| | | | | - tree/detail_list cleaning fixed
* added menu exit management (as an example of menu event)Angelo Naselli2013-01-071-269/+277
|
* added trim subroutineMatteo Pasotti2013-01-071-1/+9
|
* fixed add_parent subroutine (groups visualization using treeview)Matteo Pasotti2013-01-071-38/+16
|
* using modelinesMatteo Pasotti2013-01-0712-0/+12
|
* added missing module (Glib)Matteo Pasotti2013-01-071-0/+1
|
* - imported rpmdragora module (still under development)Matteo Pasotti2013-01-07151-2/+314817
|
* - added Shared.pm: module contating routines shared by the modules (e.g. ↵Matteo Pasotti2013-01-052-119/+190
| | | | | | | | logviewer) - logviewer.pl: fixed warnings for missing prototypes - logviewer.pl: moved shared routines from it to Shared.pm
* - AdminPanel/Privileges.pm: added support to pam / consolehelperMatteo Pasotti2013-01-043-3/+32
| | | | | | - extras/README: added info to configure pam for apanel - apanel.pl: using pam as default
* SILENT: wrong pathAngelo Naselli2013-01-041-1/+1
|
* - Privileges.pm: added support to sudoMatteo Pasotti2013-01-042-3/+22
| | | | | - apanel.pl: using polkit as default
* Forgot apanel.plAngelo Naselli2013-01-041-0/+6
|
* added some usefull routines (NOTE they must be moved soon to a common place ↵Angelo Naselli2013-01-041-5/+117
| | | | to be used by other modules)
* Added a silly script to setup developer environmentAngelo Naselli2013-01-032-0/+25
|
* - improved polkit policyMatteo Pasotti2013-01-032-6/+5
| | | | | - switched logviewer module from old Auth to AdminPanel::Privileges
* updated READMEMatteo Pasotti2013-01-031-1/+1
|
* 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.