| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- add draksound
- typo fix
- update harddrake toto
- harddrake: increase main window height
- don't offer to configure module for usb devices
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- harddrake::ui : uses it
|
|
|
|
|
| |
- harddrake::ui : uses it
|
|
|
|
|
| |
- simplifications
|
|
|
|
|
| |
- consolidate duplicated disconnection code into disconnect
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
- enable the cancel on load_module__ask_options
|
|
|
|
|
|
|
|
|
|
|
| |
- 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(-)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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()
|
| |
|
|
|
|
|
| |
standalone/harddrake2
|
|
|
|
|
| |
- module configuration is saved (todo: read the config)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
only harddrake
|
| |
|
| |
|
|
|
|
|
| |
- further ui simplifications
|
|
|
|
|
|
| |
ui.pm | 49 ++++++++++++++++---------------------------------
1 files changed, 16 insertions(+), 33 deletions(-)
|
|
|
|
|
| |
- less gtk warnings get printed
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- simplify ctree and frames creation
|
|
|
|
|
|
|
|
|
| |
- replace scores of useless ->show() call by one show_all() call
ui.pm | 82 +++++++++++++++++++++++++++---------------------------------------
1 files changed, 34 insertions(+), 48 deletions(-)
|
|
|
|
|
|
|
| |
- bus_id is for usb devices too
- remove obsolete fields info and name
- add nbuttons, device, old_device descriptions
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
| |
- split scannerdrake:val into vendor and description
- don't display bogus "val:%HASH"
|
| |
|
| |
|
|
|
|
|
| |
purpose here
|
|
|
|
|
|
|
|
|
|
|
|
| |
- ui:
o increase default main window size
o put back the hw tree root
o eide devices: split info between vendor and model strings
- internals:
o give meaningful names to some variables
o cleanups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- ide and scsi devices use channel rather than bus to store their
physical connection, which is more logic (at least for eide)
- all devices have their connection bus in bus field, not in bus for
{pci,usb,...} and interface_type for {scsi,eide,other_block_devices}
- detect_devices:getIDE() : add eide_hds hash in order to be able to
split info field between model and vendor
- harddrake::ui : code reduction allowed by the above changes
|