Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | one more fix | Thierry Vignaud | 2002-11-28 | 1 | -3/+3 |
| | |||||
* | - "use strict" fixes | Thierry Vignaud | 2002-11-28 | 1 | -144/+130 |
| | | | | | - perl_checker fixes | ||||
* | drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2, | Thierry Vignaud | 2002-11-18 | 1 | -4/+0 |
| | | | | | net_monitor : final update for common cli options/help manager | ||||
* | ensure "common" is imported to have N() | Pascal Rigaux | 2002-11-10 | 1 | -3/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -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 Vignaud | 2002-09-06 | 1 | -14/+10 |
| | | | | | code must be cleaned up through my_gtk usage though. | ||||
* | - really embbed | Thierry Vignaud | 2002-09-04 | 1 | -11/+2 |
| | | | | | | - kill stupid things (aka embedded window withouth any widget vs toplevel window) | ||||
* | changing bad save path for perm.local | Jonathan Gotti | 2002-09-04 | 1 | -10/+11 |
| | |||||
* | solving bugs on add and save functions | Jonathan Gotti | 2002-09-02 | 1 | -10/+45 |
| | |||||
* | Gui for file permission in msec | Jonathan Gotti | 2002-08-29 | 1 | -0/+393 |