aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel
Commit message (Collapse)AuthorAgeFilesLines
* - fixed detail_list columnsMatteo Pasotti2013-01-111-5/+3
|
* - gui.pm: rewritten set_node_state, set_leaf_stateMatteo Pasotti2013-01-112-15/+77
| | | | | | | | - 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-092-3/+35
| | | | | | | - 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-093-15/+19
| | | | | | | | | - 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
* - fixed build_tree (call add_node with the right argument)Matteo Pasotti2013-01-081-13/+13
| | | | | - tree/detail_list cleaning fixed
* 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-0711-0/+11
|
* added missing module (Glib)Matteo Pasotti2013-01-071-0/+1
|
* - imported rpmdragora module (still under development)Matteo Pasotti2013-01-0713-2/+5427
|
* - added Shared.pm: module contating routines shared by the modules (e.g. ↵Matteo Pasotti2013-01-051-0/+175
| | | | | | | | 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-041-2/+6
| | | | | | - extras/README: added info to configure pam for apanel - apanel.pl: using pam as default
* - Privileges.pm: added support to sudoMatteo Pasotti2013-01-041-2/+21
| | | | | - apanel.pl: using polkit as default
* - rename Auth.pm --> Privileges.pmMatteo Pasotti2013-01-031-0/+45
- moved Privileges module to a dedicated namespace (AdminPanel) - Privileges module now use English (for readability)