summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some typos or bad EnglishPablo Saratxaga2002-12-051-1/+1
|
* s/describe/describes/Thierry Vignaud2002-12-051-20/+22
|
* - free objects non freeed by gtk+ (the eternal gobject vs boxed typesThierry Vignaud2002-12-041-11/+9
| | | | | | | | | | debat) - remove dead code - use ->append_set() everywhere - strip again vendor name from displayed string (aka keep only the model description) - enfoce pixel style : remove () from method calls
* kill "used by only one" harddrake::ui module,Mystery Man 5802002-12-041-2/+280
| | | | | move its content to standalone/harddrake2
* drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2,Thierry Vignaud2002-11-181-6/+0
| | | | | net_monitor : final update for common cli options/help manager
* ensure "common" is imported to have N()Pascal Rigaux2002-11-101-0/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-1/+1
| | | | | | | | | | | | | | | | | | | 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!
* don't print useless warnings in consoleThierry Vignaud2002-09-201-1/+1
|
* - document --testThierry Vignaud2002-09-061-1/+1
| | | | | - mark usage as translatable
* export licenseThierry Vignaud2002-08-011-1/+1
|
* move embedded and standalone managment from harddrake::ui toThierry Vignaud2002-08-011-1/+8
| | | | | standalone/harddrake2
* no need to 'use strict' in "binary"Thierry Vignaud2002-07-081-1/+0
|
* various cleanups:Thierry Vignaud2002-07-081-1/+1
| | | | | | | | - move all harddrake modules to harddrake namespace - replace two use by require so that it's not done at compil time but at runtime - there was a missing $ in harddrake::ui.pm
* add missing 'use lib' due to harddrak::ui changesThierry Vignaud2002-07-061-0/+1
|
* harddrake2: "the return of the vengeance son"Thierry Vignaud2002-07-041-0/+6
- harddrake/data.pm: the data structure - harddrake/ui.pm: the ui code - standalone/service_harddrake: the init.d service (which need a few polishing (timeout, ...) - standalone/harddrake2: the ui caller which need to be dadou/ln -fied