summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakperm
Commit message (Collapse)AuthorAgeFilesLines
* o Gtk2Damien Chaumette2003-02-141-100/+78
| | | | | | | | o 'add a rule' works again o 'edit rule' too o get_rights get all rights, not just a few o little cleanup (more to come)
* perl_checker fixesThierry Vignaud2003-02-121-2/+2
|
* smoother guiThierry Vignaud2003-02-111-0/+1
|
* - further ugtk2 cleanupsThierry Vignaud2003-02-111-47/+48
| | | | | - (row_setting_dialog) : fix implosion
* phase 1 of drakperm clean up through ugtk2Thierry Vignaud2003-02-111-30/+21
|
* - gtk2 port of dialogs (poulpy)Thierry Vignaud2003-02-111-258/+257
| | | | | | | | | - one callback cleanup (me): o enforce strict mode (aka kill jonathanries) and introuce a permission data structure. o no need to keep global references on widget we pack through symbolic references; this is only namespace pollution
* English proofreadingPablo Saratxaga2003-01-241-2/+2
|
* English proofreadingPablo Saratxaga2003-01-221-2/+2
|
* replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"Pascal Rigaux2003-01-161-1/+1
|
* - basic gtk+-2 port (edition is not ready yet)Thierry Vignaud2002-12-181-82/+87
| | | | | - perl_checker fixes
* one more fixThierry Vignaud2002-11-281-3/+3
|
* - "use strict" fixesThierry Vignaud2002-11-281-144/+130
| | | | | - perl_checker fixes
* drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2,Thierry Vignaud2002-11-181-4/+0
| | | | | net_monitor : final update for common cli options/help manager
* ensure "common" is imported to have N()Pascal Rigaux2002-11-101-3/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-29/+29
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* use my_gtk for embedded mode.Thierry Vignaud2002-09-061-14/+10
| | | | | code must be cleaned up through my_gtk usage though.
* - really embbedThierry Vignaud2002-09-041-11/+2
| | | | | | - kill stupid things (aka embedded window withouth any widget vs toplevel window)
* changing bad save path for perm.localJonathan Gotti2002-09-041-10/+11
|
* solving bugs on add and save functionsJonathan Gotti2002-09-021-10/+45
|
* Gui for file permission in msecJonathan Gotti2002-08-291-0/+393