Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added POD and constructor description | Angelo Naselli | 2014-02-09 | 1 | -20/+76 |
| | |||||
* | Merge branch 'master' of ssh://git.mageia.org/software/adminpanel | Angelo Naselli | 2014-02-09 | 1 | -1/+0 |
|\ | |||||
| * | - dropped local::lib usage | Matteo Pasotti | 2014-02-09 | 1 | -1/+0 |
| | | |||||
* | | Added Locale to manage gettext and leave old style look calls | Angelo Naselli | 2014-02-09 | 1 | -0/+219 |
|/ | |||||
* | added development mode option support (skip auth using --dev arg) | Matteo Pasotti | 2014-02-09 | 1 | -5/+9 |
| | |||||
* | added busy cursor for enabling/disabling service also | Angelo Naselli | 2014-02-01 | 1 | -1/+2 |
| | |||||
* | Fixed POD | Angelo Naselli | 2014-02-01 | 3 | -241/+566 |
| | | | | | | | | Fixed Service status representation after restarting (some services were not represented correctly) Added busy cursor during start/stop operation Added refresh button to refresh services (and their status) usefull in case of xinetd enabling | ||||
* | POD on Module | Angelo Naselli | 2014-01-28 | 1 | -0/+46 |
| | |||||
* | change pane to panel to give readability | Angelo Naselli | 2014-01-28 | 1 | -6/+6 |
| | |||||
* | removed wrong file from MANIFEST | Angelo Naselli | 2014-01-28 | 1 | -1/+0 |
| | |||||
* | - fixed POD | Angelo Naselli | 2014-01-28 | 2 | -136/+244 |
| | | | | - better management for events | ||||
* | Fixed Shared POD | Angelo Naselli | 2014-01-28 | 1 | -4/+11 |
| | |||||
* | Fixed Mageia in about | Angelo Naselli | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | Added some notes to run with local::lib | Angelo Naselli | 2014-01-27 | 1 | -15/+16 |
| | |||||
* | Project structure change | Angelo Naselli | 2014-01-27 | 47 | -83/+489 |
| | |||||
* | Fixed gtk layout | Angelo Naselli | 2014-01-26 | 1 | -2/+2 |
| | | | | TODO investigate on layout weight in yui-gtk | ||||
* | FIxed license and apanel category | Angelo Naselli | 2014-01-26 | 2 | -1/+5 |
| | |||||
* | - extends Module, icon and name attributes defined | Matteo Pasotti | 2014-01-26 | 1 | -0/+11 |
| | |||||
* | - invoke GHosts constructor using hash with icon and name (adminpanel ↵ | Matteo Pasotti | 2014-01-26 | 1 | -2/+6 |
| | | | | integration) | ||||
* | - hostmanager added | Matteo Pasotti | 2014-01-26 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' of ssh://git.mageia.org/software/adminpanel | Matteo Pasotti | 2014-01-26 | 4 | -10/+397 |
|\ | |||||
| * | - Added AdminMouse | Angelo Naselli | 2014-01-25 | 3 | -0/+294 |
| | | | | | | | | - TODO saving configuration | ||||
| * | Added ask_fromList | Angelo Naselli | 2014-01-25 | 1 | -10/+103 |
| | | |||||
* | | - added the about button invoking the AboutDialog | Matteo Pasotti | 2014-01-26 | 1 | -2/+17 |
|/ | |||||
* | - fixed host aliases issue (undefined aliases where causing warnings and ↵ | Matteo Pasotti | 2014-01-25 | 1 | -3/+13 |
| | | | | crashes) | ||||
* | - implemented a generalized _manipulateHostDialog (was _addHostDialog) | Matteo Pasotti | 2014-01-25 | 1 | -7/+43 |
| | | | | | - _addHostDialog is now just a wrapper to _manipulateHostDialog - implemented _edtHostDialog as a wrapper to _manipulateHostDialog | ||||
* | - implemented _modifyHost | Matteo Pasotti | 2014-01-25 | 1 | -0/+7 |
| | |||||
* | - refreshing host table after insert/delete ops | Matteo Pasotti | 2014-01-25 | 1 | -5/+11 |
| | | | | - aliases are now shown correctly (fixed string replacement issue) | ||||
* | - updated license headers | Matteo Pasotti | 2014-01-25 | 2 | -1/+20 |
| | |||||
* | - initializing configHosts attribute using moose builder | Matteo Pasotti | 2014-01-25 | 1 | -2/+14 |
| | | | | - implemented _dropHost method | ||||
* | asking confirmation before dropping the selected host; writing changes when ↵ | Matteo Pasotti | 2014-01-25 | 1 | -2/+10 |
| | | | | pressing the ok button | ||||
* | Merge branch 'master' of ssh://git.mageia.org/software/adminpanel | Matteo Pasotti | 2014-01-19 | 10 | -124/+370 |
|\ | |||||
| * | wrong comma | Angelo Naselli | 2014-01-18 | 1 | -1/+1 |
| | | |||||
| * | Missed common::find dependency | Angelo Naselli | 2014-01-16 | 1 | -1/+2 |
| | | |||||
| * | Added License into Shared to be used by admin panel modules easily | Angelo Naselli | 2014-01-16 | 3 | -7/+67 |
| | | | | | | | | set back dependency from /usr/lib/libDrakX to use apanel without -I | ||||
| * | Added availability to instanziate once intead o many times | Angelo Naselli | 2014-01-16 | 4 | -46/+82 |
| | | | | | | | | Fixed return Category (now is the one we left) | ||||
| * | Increase speed startup lunching from apanel (slow exit now) | Angelo Naselli | 2014-01-16 | 1 | -18/+184 |
| | | | | | | | | | | todo add back service reload function if xinetd is enabled (drakxservice don't have it though) | ||||
| * | Fixed also admin service (title and icon) | Angelo Naselli | 2014-01-14 | 2 | -20/+10 |
| | | |||||
| * | Managed title and icon accordingly to the constructor | Angelo Naselli | 2014-01-14 | 3 | -33/+26 |
| | | |||||
* | | - now using Moose (hosts is now a class) | Matteo Pasotti | 2014-01-19 | 1 | -6/+24 |
| | | | | | | | | | | | | - _insertHost implemented - _writeHosts implemented - configHosts is an instance variable | ||||
* | | - now able to insert host entries | Matteo Pasotti | 2014-01-19 | 1 | -1/+33 |
|/ | | | | - cfgHosts is a instance variable | ||||
* | - dropping old comments | Matteo Pasotti | 2014-01-12 | 1 | -42/+2 |
| | |||||
* | Merge branch 'master' of ssh://git.mageia.org/software/adminpanel | Matteo Pasotti | 2014-01-12 | 1 | -0/+2 |
|\ | |||||
| * | fixed segfault: some windows were not correctly destroyed | Angelo Naselli | 2014-01-08 | 1 | -0/+1 |
| | | |||||
| * | added me too | Angelo Naselli | 2014-01-08 | 1 | -0/+1 |
| | | |||||
* | | - do not use AdminPanel::Shared | Matteo Pasotti | 2014-01-12 | 2 | -2/+1 |
| | | |||||
* | | - fixed typo | Matteo Pasotti | 2014-01-12 | 1 | -1/+1 |
| | | |||||
* | | - _getHosts subroutine fully implemented | Matteo Pasotti | 2014-01-12 | 1 | -4/+39 |
| | | |||||
* | | - setupTable implemented and layout fixed | Matteo Pasotti | 2014-01-12 | 1 | -17/+42 |
| | | |||||
* | | - fixed English grammar | Matteo Pasotti | 2014-01-11 | 1 | -1/+1 |
| | |