summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakperm
Commit message (Collapse)AuthorAgeFilesLines
* 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