Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix embedding | Thierry Vignaud | 2003-01-16 | 1 | -4/+9 |
| | |||||
* | add an option to skip jazz drives detection | Thierry Vignaud | 2003-01-15 | 1 | -1/+5 |
| | |||||
* | it's uneeded to force scalar context | Thierry Vignaud | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | this is not a per class help, but we told the user what | Thierry Vignaud | 2003-01-13 | 1 | -9/+2 |
| | | | | | he can achieve (aka not only on startup) | ||||
* | listlength() is obviously just "overhead" for arrays | Thierry Vignaud | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | use diskdrake to configure cdroms, dvroms, cd|dvd -burners, | Thierry Vignaud | 2003-01-13 | 1 | -2/+4 |
| | | | | | floppies and zip drives | ||||
* | saner default size (too big for 800x600 sadly) | Thierry Vignaud | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-13 | 1 | -2/+2 |
| | |||||
* | better english | Thierry Vignaud | 2002-12-12 | 1 | -2/+2 |
| | |||||
* | don't confuse people by altering sentences that could have been | Thierry Vignaud | 2002-12-12 | 1 | -2/+2 |
| | | | | | interpreted as questions | ||||
* | - s/::/:/ on cpu info | Thierry Vignaud | 2002-12-12 | 1 | -2/+2 |
| | | | | | - print field names in bold blue rather than just blue | ||||
* | no gratuitously tab | Thierry Vignaud | 2002-12-10 | 1 | -3/+2 |
| | |||||
* | Fixed some typos or bad English | Pablo Saratxaga | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | s/describe/describes/ | Thierry Vignaud | 2002-12-05 | 1 | -20/+22 |
| | |||||
* | - free objects non freeed by gtk+ (the eternal gobject vs boxed types | Thierry Vignaud | 2002-12-04 | 1 | -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 580 | 2002-12-04 | 1 | -2/+280 |
| | | | | | move its content to standalone/harddrake2 | ||||
* | drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2, | Thierry Vignaud | 2002-11-18 | 1 | -6/+0 |
| | | | | | net_monitor : final update for common cli options/help manager | ||||
* | ensure "common" is imported to have N() | Pascal Rigaux | 2002-11-10 | 1 | -0/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -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 console | Thierry Vignaud | 2002-09-20 | 1 | -1/+1 |
| | |||||
* | - document --test | Thierry Vignaud | 2002-09-06 | 1 | -1/+1 |
| | | | | | - mark usage as translatable | ||||
* | export license | Thierry Vignaud | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | move embedded and standalone managment from harddrake::ui to | Thierry Vignaud | 2002-08-01 | 1 | -1/+8 |
| | | | | | standalone/harddrake2 | ||||
* | no need to 'use strict' in "binary" | Thierry Vignaud | 2002-07-08 | 1 | -1/+0 |
| | |||||
* | various cleanups: | Thierry Vignaud | 2002-07-08 | 1 | -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 changes | Thierry Vignaud | 2002-07-06 | 1 | -0/+1 |
| | |||||
* | harddrake2: "the return of the vengeance son" | Thierry Vignaud | 2002-07-04 | 1 | -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 |