Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make perl_checker happier :-) | Thierry Vignaud | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | - dont detect undef devices | Thierry Vignaud | 2002-08-06 | 1 | -2/+2 |
| | |||||
* | detect modem too | Thierry Vignaud | 2002-08-06 | 1 | -1/+5 |
| | |||||
* | - rename scanner::findScannerUsbport as scanner::detect | Thierry Vignaud | 2002-08-06 | 1 | -1/+1 |
| | | | | | | as in mouse.pm - scanner::detect : detect SCSI scanners too | ||||
* | - 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 | 2 | -1/+1 |
| | |||||
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | update | Thierry Vignaud | 2002-08-01 | 2 | -0/+4 |
| | |||||
* | 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 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -3/+6 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 2 | -13/+13 |
| | |||||
* | - 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 |
| | |||||
* | move embedded and standalone managment from harddrake::ui to | Thierry Vignaud | 2002-08-01 | 2 | -0/+1 |
| | | | | | standalone/harddrake2 | ||||
* | update | Thierry Vignaud | 2002-07-31 | 1 | -9/+5 |
| | |||||
* | - bump harddrake version | Thierry Vignaud | 2002-07-31 | 3 | -1/+4 |
| | | | | | - module configuration is saved (todo: read the config) | ||||
* | initial configuration window for modules. nothing is done yet. | Thierry Vignaud | 2002-07-31 | 1 | -0/+0 |
| | |||||
* | remove latest (?) gtk warnings | Thierry Vignaud | 2002-07-31 | 1 | -0/+0 |
| | |||||
* | don't display bogus fields | Thierry Vignaud | 2002-07-31 | 1 | -0/+0 |
| | |||||
* | in embedded mode, don't kill the main gtk app (aka drakconf) but | Thierry Vignaud | 2002-07-31 | 2 | -2/+4 |
| | | | | | only harddrake | ||||
* | - add embedded mode for drakconf | Thierry Vignaud | 2002-07-31 | 2 | -1/+1 |
| | |||||
* | further simplification | Thierry Vignaud | 2002-07-31 | 1 | -0/+0 |
| | |||||
* | - the hw tree and the info text are auto-size now | Thierry Vignaud | 2002-07-31 | 1 | -0/+0 |
| | | | | | - further ui simplifications | ||||
* | still more my_gtk simplifications | Thierry Vignaud | 2002-07-31 | 1 | -0/+0 |
| | | | | | | ui.pm | 49 ++++++++++++++++--------------------------------- 1 files changed, 16 insertions(+), 33 deletions(-) | ||||
* | - simplify Gtk::Text filling | Thierry Vignaud | 2002-07-31 | 1 | -0/+0 |
| | | | | | - less gtk warnings get printed | ||||
* | further my_gtk simplifications | Thierry Vignaud | 2002-07-31 | 1 | -0/+0 |
| | |||||
* | further my_gtk simplifications | Thierry Vignaud | 2002-07-31 | 1 | -0/+0 |
| | |||||
* | further use of my_gtk | Thierry Vignaud | 2002-07-31 | 1 | -0/+0 |
| | |||||
* | - remove useless realizations | Thierry Vignaud | 2002-07-31 | 1 | -0/+0 |
| | | | | | - simplify ctree and frames creation | ||||
* | - make used once callbacks be anonymous functions | Thierry Vignaud | 2002-07-31 | 1 | -0/+0 |
| | | | | | | | | | - replace scores of useless ->show() call by one show_all() call ui.pm | 82 +++++++++++++++++++++++++++--------------------------------------- 1 files changed, 34 insertions(+), 48 deletions(-) | ||||
* | - bump version number | Thierry Vignaud | 2002-07-31 | 2 | -11/+15 |
| | | | | | | | | | | | | | | | | - fix pcmcia network card detection (no more unknown) - fix scsi detection : o fix SCSI controllers detection (no more unknown) o fix misdetection of scsi devices as scsi host adapter o fix double scsi devices detection (both unknown and real category) - update TODO list | ||||
* | - s/channel/Channel/ | Thierry Vignaud | 2002-07-26 | 1 | -0/+0 |
| | | | | | | | - bus_id is for usb devices too - remove obsolete fields info and name - add nbuttons, device, old_device descriptions | ||||
* | changed _("") -> "" empty strings must not be translated | Pablo Saratxaga | 2002-07-26 | 1 | -0/+0 |
| | |||||
* | dadou said "no expert mode" | Thierry Vignaud | 2002-07-26 | 1 | -8/+15 |
| | |||||
* | remove all gtk's "no callback/signal to disconnect" warnings | Thierry Vignaud | 2002-07-25 | 1 | -0/+0 |
| | |||||
* | add a fields data structure: | Thierry Vignaud | 2002-07-25 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | - put together field translation and field description - this enable to get rid of %reverse_fields usage & creation - this ensure all field names & translations are marked translatables for gettext - move $wait declaration around its usage and explicit its destruction - remove usb debugging message needed to trace the null description bug i fixed in ldetect - simplify the device fields rendering "because of" the above - simplify the help window creation/display/destruction (only one statement left) - explicitely call interactive->exit | ||||
* | only do one probeall here (there's still many in detect_devices, | Thierry Vignaud | 2002-07-25 | 1 | -3/+3 |
| | | | | | probing caching should go there) | ||||
* | still less things to do | Thierry Vignaud | 2002-07-25 | 1 | -9/+7 |
| | |||||
* | update | Thierry Vignaud | 2002-07-25 | 1 | -18/+10 |
| | |||||
* | handle both old device name and new devfs name | Thierry Vignaud | 2002-07-25 | 1 | -0/+0 |
| | |||||
* | scanners support: | Thierry Vignaud | 2002-07-24 | 1 | -0/+0 |
| | | | | | | | - split scannerdrake:val into vendor and description - don't display bogus "val:%HASH" | ||||
* | don't account scanners as unknown devices | Thierry Vignaud | 2002-07-24 | 1 | -1/+1 |
| | |||||
* | update | Thierry Vignaud | 2002-07-23 | 1 | -4/+1 |
| | |||||
* | remove dead code | Thierry Vignaud | 2002-07-23 | 1 | -0/+0 |
| | |||||
* | remove dead args | Thierry Vignaud | 2002-07-23 | 1 | -0/+0 |
| | |||||
* | s/drakconnet/drakconnect | Thierry Vignaud | 2002-07-23 | 1 | -1/+1 |
| |