aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Catalan translationFrancesc Pinyol Margalef2013-10-261-32/+78
|
* configure xhost to allow sudo usage by apanelMatteo Pasotti2013-08-241-6/+20
|
* SILENT: remove create_link scriptMatteo Pasotti2013-08-191-62/+0
|
* SILENT: move create_link.sh to setup.shMatteo Pasotti2013-08-191-0/+62
|
* SILENT: add vim modeline to fix tab sizeMatteo Pasotti2013-08-191-0/+1
|
* - drop USE_* variables (configurable privileges method)Matteo Pasotti2013-08-191-12/+5
|
* read apanel settings to retrieve the method to gain superuser privilegesMatteo Pasotti2013-08-191-1/+21
|
* - option priv_method added (change the method used by apanel to gain ↵Matteo Pasotti2013-08-191-0/+1
| | | | privileges through configuration file)
* - improved installation/uninstallation script (for developers only)Matteo Pasotti2013-08-191-21/+56
| | | | - only root should be able to use this script
* Russian translations by Russian Mageia TeamYuri Chornoivan2013-03-311-371/+551
|
* - removed debug print statementMatteo Pasotti2013-03-011-1/+0
|
* match latest rpm group updatesMatteo Pasotti2013-03-014-73/+64
|
* Align to centerAngelo Naselli2013-02-041-1/+1
|
* updated Turkish translationNuman Demirdöğen2013-01-221-381/+557
|
* added missing pkg status column to detail_listMatteo Pasotti2013-01-182-3/+12
|
* fixed gui.lst pathMatteo Pasotti2013-01-181-1/+1
|
* fixed filter shown at the application startMatteo Pasotti2013-01-171-0/+1
|
* fixed do_search (add_parent calls were called without tree reference)Matteo Pasotti2013-01-171-3/+4
|
* - gui.pm: rewrote get_description, get_details, get_url_link, get_main_textMatteo Pasotti2013-01-162-49/+67
| | | | | | | | - gui.pm: dropped gtk expanders from format_pkg_simplifiedinfo (Files and Changelog still missing) - gui.pm: added table_item_list hash (needed because of the -poor- YTable implementation) - rpmdragora: added detaillist_callback to handle detail_list double-click event - rpmdragora: switched info from YMultiLineEdit to YRichText widget
* - gurpm.pm: partially fixed gurpm windowMatteo Pasotti2013-01-152-8/+14
| | | | | - pkg.pm: removing some warnings
* - gui.pm: fixed some warningsMatteo Pasotti2013-01-153-12/+12
| | | | | | - icon.pm: renamed get_icon to get_icon_path - rpmdragora: fixed wrong viewbox_callback argument (hash by ref)
* fixed wait_msg subroutineMatteo Pasotti2013-01-151-10/+9
|
* fixed views selection at startMatteo Pasotti2013-01-141-0/+1
|
* fixed warning on comparison between string and integerMatteo Pasotti2013-01-141-1/+2
|
* - 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
|