| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Last commit of the year: | Angelo Naselli | 2013-12-31 | 1 | -5/+198 |
| | | | | | | | | - first attempt to get user edit dialog with selected user data - something is not so clear into UserDrake, but asking for explanation seems to be hopeless (Good 2014 to everyone!) | ||||
| * | - some code review | Angelo Naselli | 2013-12-31 | 1 | -90/+307 |
| | | | | | | - addded comments in routine that should not change any more - started importing edit functionality | ||||
| * | Added deleteGroupDialog to delete a group | Angelo Naselli | 2013-12-30 | 1 | -6/+115 |
| | | |||||
| * | - Added GroupAdd function | Angelo Naselli | 2013-12-29 | 2 | -9/+127 |
| | | | | | | - Added a question more if GID is already in (not in userdrake) to be sure a non unique gid is really wanted | ||||
| * | - refresh now remove selection | Angelo Naselli | 2013-12-26 | 1 | -27/+97 |
| | | | | | | | | - removed edit/delete action if no item is selected - added them back when an item is selected (YUI needs an item selected first selection with a single click is not managed after removing the selection) | ||||
| * | - Added groups | Angelo Naselli | 2013-12-26 | 1 | -42/+305 |
| | | | | | | - manage user addition/deletion - manage refresh actions | ||||
| * | Fixed crash on user add | Angelo Naselli | 2013-12-25 | 1 | -1/+1 |
| | | |||||
| * | - started coding oo, using Moose and splitted some functions | Angelo Naselli | 2013-12-24 | 3 | -74/+202 |
| | | | | | | - user are loaded now (refresh is available only by change Groups/Users tabs) | ||||
| * | Improved user manager layout | Angelo Naselli | 2013-12-23 | 1 | -14/+127 |
| | | |||||
| * | first step for User Management layout, menu and icon buttons | Angelo Naselli | 2013-12-22 | 2 | -5/+117 |
| | | |||||
| * | Fixed documentation | Angelo Naselli | 2013-12-22 | 1 | -38/+217 |
| | | |||||
| * | Aligned to Yui-mga changes | Angelo Naselli | 2013-12-20 | 2 | -25/+27 |
| | | |||||
| * | Used our YMGA_CBTable from mga yui plugin | Angelo Naselli | 2013-12-17 | 2 | -68/+69 |
| | | |||||
| * | Fixed missed parameter and wrong labeledFrameBox definition | Angelo Naselli | 2013-12-11 | 1 | -7/+4 |
| | | |||||
| * | Merge branch 'master' of ssh://git.mageia.org/software/adminpanel | Matteo Pasotti | 2013-12-11 | 2 | -32/+131 |
| |\ | |||||
| | * | Used a YIntField instead of a YSlider | Angelo Naselli | 2013-12-10 | 1 | -9/+2 |
| | | | |||||
| | * | Added back GID/UID checks | Angelo Naselli | 2013-12-09 | 2 | -24/+130 |
| | | | |||||
| * | | using last YCBTable::selectItem(YItem*, bool) implementation for the ↵ | Matteo Pasotti | 2013-12-10 | 1 | -23/+34 |
| | | | | | | | | | toggle_all sub | ||||
| * | | moving checkboxes to the first column | Matteo Pasotti | 2013-12-10 | 1 | -1/+1 |
| |/ | |||||
| * | used security::level | Angelo Naselli | 2013-12-09 | 2 | -3/+5 |
| | | |||||
| * | Fixed title and added a prototype for usermanager script | Angelo Naselli | 2013-12-08 | 2 | -2/+23 |
| | | |||||
| * | First attempt to port drakuser, welcome usermanager with mgaAddUser as | Angelo Naselli | 2013-12-08 | 3 | -0/+427 |
| | | | | | | | drakadduser but username with dot are allowed TODO some GID/UID tests have to be ported yet improve layout | ||||
| * | Removed useless dependency | Angelo Naselli | 2013-12-08 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' of ssh://git.mageia.org/software/adminpanel | Matteo Pasotti | 2013-12-05 | 2 | -254/+64 |
| |\ | |||||
| | * | Added service management (start, stop and on boot settings) | Angelo Naselli | 2013-12-03 | 2 | -254/+64 |
| | | | | | | | | | TODO su authentication and clean layout design | ||||
| * | | added gitignore | Matteo Pasotti | 2013-12-05 | 1 | -0/+1 |
| | | | |||||
| * | | - now using libyui-mga plugins (YCBTable) | Matteo Pasotti | 2013-12-05 | 1 | -8/+75 |
| | | | | | | | | | - partially handling toggle_all and fast_toggle | ||||
| * | | - interactive_list rewritten with yui | Matteo Pasotti | 2013-12-05 | 1 | -39/+35 |
| | | | |||||
| * | | - dropped toggle_veloce | Matteo Pasotti | 2013-12-05 | 1 | -34/+0 |
| | | | |||||
| * | | disable some gtk-related stuff | Matteo Pasotti | 2013-12-05 | 1 | -10/+14 |
| | | | |||||
| * | | - sub treeview_children rewritten for yui | Matteo Pasotti | 2013-12-05 | 1 | -37/+135 |
| |/ | | | | | | | | - sub children rewritten for yui - toggle_all partially rewritten for yui (NOT fully working) - set_node_state now use methods available through YCBTable (yui-mga) - disown table items - sub fast_toggle made available outside the ask_browse_tree_given_widgets_for_rpmdragora scope | ||||
| * | First attempt to port drakxservice, welcome new baby servicemanager | Angelo Naselli | 2013-12-02 | 2 | -0/+809 |
| | | |||||
| * | MGA yui plugin implements createCBTable now | Angelo Naselli | 2013-11-24 | 1 | -1/+1 |
| | | |||||
| * | Fixed text layout | Angelo Naselli | 2013-11-23 | 2 | -9/+8 |
| | | |||||
| * | Correct way of using enumeration | Angelo Naselli | 2013-11-23 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' of ssh://git.mageia.org/software/adminpanel | Matteo Pasotti | 2013-11-22 | 2 | -8/+236 |
| |\ | |||||
| | * | Added AboutDialog | Angelo Naselli | 2013-11-22 | 2 | -3/+230 |
| | | | | | | | | | TODO fix text and mail presentation and link | ||||
| | * | Managed MODE to get title and icon | Angelo Naselli | 2013-11-21 | 1 | -5/+6 |
| | | | |||||
| * | | moved from standard YTable to the improved YCBTable provided by the ↵ | Matteo Pasotti | 2013-11-22 | 1 | -1/+9 |
| |/ | | | | libyui-mga plugin | ||||
| * | Added logo and title | Angelo Naselli | 2013-11-20 | 1 | -1/+13 |
| | | |||||
| * | Updated Catalan translation | Francesc Pinyol Margalef | 2013-10-26 | 1 | -32/+78 |
| | | |||||
| * | configure xhost to allow sudo usage by apanel | Matteo Pasotti | 2013-08-24 | 1 | -6/+20 |
| | | |||||
| * | SILENT: remove create_link script | Matteo Pasotti | 2013-08-19 | 1 | -62/+0 |
| | | |||||
| * | SILENT: move create_link.sh to setup.sh | Matteo Pasotti | 2013-08-19 | 1 | -0/+62 |
| | | |||||
| * | SILENT: add vim modeline to fix tab size | Matteo Pasotti | 2013-08-19 | 1 | -0/+1 |
| | | |||||
| * | - drop USE_* variables (configurable privileges method) | Matteo Pasotti | 2013-08-19 | 1 | -12/+5 |
| | | |||||
| * | read apanel settings to retrieve the method to gain superuser privileges | Matteo Pasotti | 2013-08-19 | 1 | -1/+21 |
| | | |||||
| * | - option priv_method added (change the method used by apanel to gain ↵ | Matteo Pasotti | 2013-08-19 | 1 | -0/+1 |
| | | | | | privileges through configuration file) | ||||
| * | - improved installation/uninstallation script (for developers only) | Matteo Pasotti | 2013-08-19 | 1 | -21/+56 |
| | | | | | - only root should be able to use this script | ||||
| * | Russian translations by Russian Mageia Team | Yuri Chornoivan | 2013-03-31 | 1 | -371/+551 |
| | | |||||
