Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - getCPUs() : fix cpu fields parsing | Thierry Vignaud | 2002-11-07 | 1 | -7/+14 |
| | | | | | | | - harddrake::detect : o describe most cpu fields o print value of skipped fields | ||||
* | - describe cpu frequency | Thierry Vignaud | 2002-11-07 | 1 | -14/+20 |
| | | | | | | | | | - only display help topics related to currently displayed fields in right framea - if no device selected, display a message explaining the help dialog - simplify the unknow driver case for color choice - only display fields we described | ||||
* | perl checker fixes | Thierry Vignaud | 2002-11-07 | 1 | -6/+6 |
| | |||||
* | - add help for some cpu items | Thierry Vignaud | 2002-11-07 | 1 | -1/+6 |
| | | | | | | - only display choosen items - remove a dead statement | ||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -45/+45 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | reindent for lord pix | Thierry Vignaud | 2002-10-23 | 1 | -165/+168 |
| | |||||
* | don't print empty help for fields without any help | Thierry Vignaud | 2002-10-16 | 1 | -5/+5 |
| | |||||
* | - alphabetically sort help items | Thierry Vignaud | 2002-10-16 | 1 | -12/+17 |
| | | | | | - add help for some cpu fields | ||||
* | fix Gtk::CTree:insert_node inversing devices order | Thierry Vignaud | 2002-10-16 | 1 | -4/+1 |
| | |||||
* | -add cpus detection | Thierry Vignaud | 2002-10-16 | 1 | -2/+2 |
| | | | | | | | - update todo list - perl_checker fix | ||||
* | don't use ugtk directly | Thierry Vignaud | 2002-10-09 | 1 | -3/+19 |
| | |||||
* | add a few comments | Thierry Vignaud | 2002-09-24 | 1 | -0/+9 |
| | |||||
* | split harddrake part that configure a module into modules::interactive | Thierry Vignaud | 2002-09-24 | 1 | -16/+2 |
| | |||||
* | split devices listing ("detection") part into its own function | Thierry Vignaud | 2002-09-24 | 1 | -40/+62 |
| | | | | | (detect) for readability | ||||
* | don't print logs in console | Thierry Vignaud | 2002-09-20 | 1 | -1/+1 |
| | |||||
* | enforce unique ids | Thierry Vignaud | 2002-09-09 | 1 | -0/+1 |
| | |||||
* | add drakbug report entry in help menu | Thierry Vignaud | 2002-09-09 | 1 | -0/+2 |
| | |||||
* | - harddrake::data : consolidate common code in custom_id() | Thierry Vignaud | 2002-09-06 | 1 | -1/+1 |
| | | | | | | | - do some detection in dm stage - fix bad test - display better name | ||||
* | - don't list usb mouses as unknown hw | Thierry Vignaud | 2002-09-06 | 1 | -1/+1 |
| | | | | | | | - fix mouse detection (mouse::detect() needed modules::mergein_conf('/etc/modules.conf') first - don't skip mouse in --test mode | ||||
* | fix translated string | Thierry Vignaud | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | don't rely on ctree row number | Thierry Vignaud | 2002-09-05 | 1 | -9/+12 |
| | |||||
* | - add --test option to skip mice|modem|printer detection (now | Thierry Vignaud | 2002-09-04 | 1 | -0/+0 |
| | | | | | | | | | harddrake start instantaneously) - print probed class to show progression - fix tree moving by using a Gtk::CTree instead of a Gtk::Tree; side effect is some code cleaning which compensate above features (code lenght) | ||||
* | - let my_gtk handle embedded case | Thierry Vignaud | 2002-09-04 | 1 | -0/+0 |
| | | | | | - don't try to center window when embedded | ||||
* | display alternative drivers (oss, alsa) for sound cards | Thierry Vignaud | 2002-09-02 | 1 | -0/+0 |
| | |||||
* | embedded mode: exit on "quit" click | Thierry Vignaud | 2002-08-29 | 1 | -0/+0 |
| | |||||
* | English typos (Quitter->Quit, Informations->Information) | Pablo Saratxaga | 2002-08-29 | 1 | -0/+0 |
| | |||||
* | corrected English typos (no space before colon in English) | Pablo Saratxaga | 2002-08-29 | 1 | -0/+0 |
| | |||||
* | - embeded mode: | Thierry Vignaud | 2002-08-28 | 1 | -0/+0 |
| | | | | | | | o only display menu bar if not in embedded mode o add a "quit" button in embedded mode - make my_gtk ui be readable by indentation | ||||
* | - remove BuildRequires: e2fsprogs-devel | Thierry Vignaud | 2002-08-21 | 1 | -0/+0 |
| | | | | | | | | | - add draksound - typo fix - update harddrake toto - harddrake: increase main window height - don't offer to configure module for usb devices | ||||
* | insert a space between "field:" and "description" | Thierry Vignaud | 2002-08-16 | 1 | -0/+0 |
| | |||||
* | print fields values in blue, paint unknown module in red | Thierry Vignaud | 2002-08-12 | 1 | -0/+0 |
| | |||||
* | consolidate create_factory_menu | Thierry Vignaud | 2002-08-12 | 1 | -0/+0 |
| | |||||
* | - on exit, kill the running configurator if any | Thierry Vignaud | 2002-08-12 | 1 | -0/+0 |
| | |||||
* | - modules::get_parameters : consolidate some code | Thierry Vignaud | 2002-08-12 | 1 | -0/+0 |
| | | | | | - harddrake::ui : uses it | ||||
* | - ugtk::gtkexpand : new function | Thierry Vignaud | 2002-08-12 | 1 | -0/+0 |
| | | | | | - harddrake::ui : uses it | ||||
* | - perl_checker fix | Thierry Vignaud | 2002-08-12 | 1 | -0/+0 |
| | | | | | - simplifications | ||||
* | - put signals ids in %IDs | Thierry Vignaud | 2002-08-12 | 1 | -0/+0 |
| | | | | | - consolidate duplicated disconnection code into disconnect | ||||
* | tree_set_icon: new function | Thierry Vignaud | 2002-08-12 | 1 | -0/+0 |
| | |||||
* | - module configuration window: | Thierry Vignaud | 2002-08-09 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | o read current options o don't display ranges, we cannot really know when a range is needed and so display them in wrong cases (kill code, enable us to simplify modparm::parameters after o read & parse modules.conf only when configuring the module, not on each click in the tree o move up "require module" since we use it above o use get_options accessor instead of direct $conf access o split the options string into a hash{option => value} o don't call several times interactive->vnew o fix busy cursor on window exit because of the previous change | ||||
* | - fix module parameter dialog box handling | Pascal Rigaux | 2002-08-09 | 1 | -0/+0 |
| | | | | | - enable the cancel on load_module__ask_options | ||||
* | - export %modules::conf | Thierry Vignaud | 2002-08-05 | 1 | -0/+0 |
| | | | | | | | | | | | - kill modparm::raw_parameters and modparm::parameter_type which get merged back in modparm::parameters - add more parameters to modparm::parameters for harddrake harddrake/ui.pm | 19 ++++++++++--------- modparm.pm | 33 +++++++++------------------------ 2 files changed, 19 insertions(+), 33 deletions(-) | ||||
* | no one use second paramater of raw_parameters | Thierry Vignaud | 2002-08-05 | 1 | -0/+0 |
| | |||||
* | factorize some code in modparm::parameter_type | Thierry Vignaud | 2002-08-05 | 1 | -0/+0 |
| | |||||
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -0/+0 |
| | |||||
* | update | Thierry Vignaud | 2002-08-01 | 1 | -0/+0 |
| | |||||
* | add_icon_path is exported in :various | Thierry Vignaud | 2002-08-01 | 1 | -0/+0 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -0/+0 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -0/+0 |
| | |||||
* | - workaround for the busy mouse cursor set by | Thierry Vignaud | 2002-08-01 | 1 | -0/+0 |
| | | | | | | | | | | gtkset_mousecursor_wait() in my_gtk::destroy - remove debugging prints - don't handle "$::isEmbedded ? kill('USR1', $::CCPID) : Gtk->exit(0);", it's done by interactive->exit() | ||||
* | export license | Thierry Vignaud | 2002-08-01 | 1 | -0/+0 |
| |