summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
Commit message (Collapse)AuthorAgeFilesLines
* English proofreadingPablo Saratxaga2003-01-241-8/+8
|
* fix embeddingThierry Vignaud2003-01-161-4/+9
|
* add an option to skip jazz drives detectionThierry Vignaud2003-01-151-1/+5
|
* it's uneeded to force scalar contextThierry Vignaud2003-01-131-1/+1
|
* this is not a per class help, but we told the user whatThierry Vignaud2003-01-131-9/+2
| | | | | he can achieve (aka not only on startup)
* listlength() is obviously just "overhead" for arraysThierry Vignaud2003-01-131-1/+1
|
* use diskdrake to configure cdroms, dvroms, cd|dvd -burners,Thierry Vignaud2003-01-131-2/+4
| | | | | floppies and zip drives
* saner default size (too big for 800x600 sadly)Thierry Vignaud2002-12-181-1/+1
|
* perl_checker fixesThierry Vignaud2002-12-131-2/+2
|
* better englishThierry Vignaud2002-12-121-2/+2
|
* don't confuse people by altering sentences that could have beenThierry Vignaud2002-12-121-2/+2
| | | | | interpreted as questions
* - s/::/:/ on cpu infoThierry Vignaud2002-12-121-2/+2
| | | | | - print field names in bold blue rather than just blue
* no gratuitously tabThierry Vignaud2002-12-101-3/+2
|
* 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