aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - _getHosts subroutine fully implementedMatteo Pasotti2014-01-121-4/+39
|
* - setupTable implemented and layout fixedMatteo Pasotti2014-01-121-17/+42
|
* - fixed English grammarMatteo Pasotti2014-01-111-1/+1
|
* - layout fixed (ncurses input fields are now better sized)Matteo Pasotti2014-01-111-19/+21
|
* - added the hostmanager module for adminpanelMatteo Pasotti2014-01-111-0/+33
|
* - added hosts moduleMatteo Pasotti2014-01-111-0/+12
|
* - added _addHostDialog subroutine (not fully implemented)Matteo Pasotti2014-01-111-0/+250
|
* Merge remote-tracking branch 'github/master'Angelo Naselli2014-01-0780-279291/+0
|\
| * - dropped translations (not used)Matteo Pasotti2014-01-0780-279291/+0
| |
* | Added double click event on item to edit the selectedAngelo Naselli2014-01-071-0/+4
| |
* | Added configuration module to be added into categories.conf.d/Angelo Naselli2014-01-062-0/+20
| |
* | - Admin service is now splitted (gui and utility)Angelo Naselli2014-01-067-188/+424
|/ | | | | - Admin service extends Module - fixed load modules from categories.conf.d
* Configuration example for perl class managementAngelo Naselli2014-01-061-0/+7
|
* - Added a Base class for modules.Angelo Naselli2014-01-067-60/+300
| | | | | | | | | - Now configuration can be read also int /etc/categories.conf.d/ so that external modules can add their own configuration to be launched and added to admin panel - perl modules can be run by extending Module class, creating a start() method and configuring module entry in categories configuration as class element - Admin User now extends Module
* Typo on versionAngelo Naselli2014-01-041-1/+1
|
* Added Group edit functionalityAngelo Naselli2014-01-042-27/+380
|
* Edit user functionality completedAngelo Naselli2014-01-031-12/+142
| | | | TODO fix POD and Edit group
* User edit is doneAngelo Naselli2014-01-022-19/+76
| | | | TODO save changes, and group edit management
* Added Account Info, Password Info and GroupsAngelo Naselli2014-01-022-39/+332
| | | | TODO fix qt layout for groups, manage data and changes
* Last commit of the year:Angelo Naselli2013-12-311-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 reviewAngelo Naselli2013-12-311-90/+307
| | | | | - addded comments in routine that should not change any more - started importing edit functionality
* Added deleteGroupDialog to delete a groupAngelo Naselli2013-12-301-6/+115
|
* - Added GroupAdd functionAngelo Naselli2013-12-292-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 selectionAngelo Naselli2013-12-261-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 groupsAngelo Naselli2013-12-261-42/+305
| | | | | - manage user addition/deletion - manage refresh actions
* Fixed crash on user addAngelo Naselli2013-12-251-1/+1
|
* - started coding oo, using Moose and splitted some functionsAngelo Naselli2013-12-243-74/+202
| | | | | - user are loaded now (refresh is available only by change Groups/Users tabs)
* Improved user manager layoutAngelo Naselli2013-12-231-14/+127
|
* first step for User Management layout, menu and icon buttonsAngelo Naselli2013-12-222-5/+117
|
* Fixed documentationAngelo Naselli2013-12-221-38/+217
|
* Aligned to Yui-mga changesAngelo Naselli2013-12-202-25/+27
|
* Used our YMGA_CBTable from mga yui pluginAngelo Naselli2013-12-172-68/+69
|
* Fixed missed parameter and wrong labeledFrameBox definitionAngelo Naselli2013-12-111-7/+4
|
* Merge branch 'master' of ssh://git.mageia.org/software/adminpanelMatteo Pasotti2013-12-112-32/+131
|\
| * Used a YIntField instead of a YSliderAngelo Naselli2013-12-101-9/+2
| |
| * Added back GID/UID checksAngelo Naselli2013-12-092-24/+130
| |
* | using last YCBTable::selectItem(YItem*, bool) implementation for the ↵Matteo Pasotti2013-12-101-23/+34
| | | | | | | | toggle_all sub
* | moving checkboxes to the first columnMatteo Pasotti2013-12-101-1/+1
|/
* used security::levelAngelo Naselli2013-12-092-3/+5
|
* Fixed title and added a prototype for usermanager scriptAngelo Naselli2013-12-082-2/+23
|
* First attempt to port drakuser, welcome usermanager with mgaAddUser asAngelo Naselli2013-12-083-0/+427
| | | | | | drakadduser but username with dot are allowed TODO some GID/UID tests have to be ported yet improve layout
* Removed useless dependencyAngelo Naselli2013-12-081-1/+0
|
* Merge branch 'master' of ssh://git.mageia.org/software/adminpanelMatteo Pasotti2013-12-052-254/+64
|\
| * Added service management (start, stop and on boot settings)Angelo Naselli2013-12-032-254/+64
| | | | | | | | TODO su authentication and clean layout design
* | added gitignoreMatteo Pasotti2013-12-051-0/+1
| |
* | - now using libyui-mga plugins (YCBTable)Matteo Pasotti2013-12-051-8/+75
| | | | | | | | - partially handling toggle_all and fast_toggle
* | - interactive_list rewritten with yuiMatteo Pasotti2013-12-051-39/+35
| |
* | - dropped toggle_veloceMatteo Pasotti2013-12-051-34/+0
| |
* | disable some gtk-related stuffMatteo Pasotti2013-12-051-10/+14
| |
* | - sub treeview_children rewritten for yuiMatteo Pasotti2013-12-051-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