summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/ui.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* - embeded mode:Thierry Vignaud2002-08-281-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-develThierry Vignaud2002-08-211-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 Vignaud2002-08-161-0/+0
|
* print fields values in blue, paint unknown module in redThierry Vignaud2002-08-121-0/+0
|
* consolidate create_factory_menuThierry Vignaud2002-08-121-0/+0
|
* - on exit, kill the running configurator if anyThierry Vignaud2002-08-121-0/+0
|
* - modules::get_parameters : consolidate some codeThierry Vignaud2002-08-121-0/+0
| | | | | - harddrake::ui : uses it
* - ugtk::gtkexpand : new functionThierry Vignaud2002-08-121-0/+0
| | | | | - harddrake::ui : uses it
* - perl_checker fixThierry Vignaud2002-08-121-0/+0
| | | | | - simplifications
* - put signals ids in %IDsThierry Vignaud2002-08-121-0/+0
| | | | | - consolidate duplicated disconnection code into disconnect
* tree_set_icon: new functionThierry Vignaud2002-08-121-0/+0
|
* - module configuration window:Thierry Vignaud2002-08-091-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 handlingPascal Rigaux2002-08-091-0/+0
| | | | | - enable the cancel on load_module__ask_options
* - export %modules::confThierry Vignaud2002-08-051-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_parametersThierry Vignaud2002-08-051-0/+0
|
* factorize some code in modparm::parameter_typeThierry Vignaud2002-08-051-0/+0
|
* s/__END__/1;Thierry Vignaud2002-08-051-0/+0
|
* updateThierry Vignaud2002-08-011-0/+0
|
* add_icon_path is exported in :variousThierry Vignaud2002-08-011-0/+0
|
* perl_checker fixesThierry Vignaud2002-08-011-0/+0
|
* perl_checker fixesThierry Vignaud2002-08-011-0/+0
|
* - workaround for the busy mouse cursor set byThierry Vignaud2002-08-011-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 licenseThierry Vignaud2002-08-011-0/+0
|
* move embedded and standalone managment from harddrake::ui toThierry Vignaud2002-08-011-0/+0
| | | | | standalone/harddrake2
* - bump harddrake versionThierry Vignaud2002-07-311-0/+0
| | | | | - module configuration is saved (todo: read the config)
* initial configuration window for modules. nothing is done yet.Thierry Vignaud2002-07-311-0/+0
|
* remove latest (?) gtk warningsThierry Vignaud2002-07-311-0/+0
|
* don't display bogus fieldsThierry Vignaud2002-07-311-0/+0
|
* in embedded mode, don't kill the main gtk app (aka drakconf) butThierry Vignaud2002-07-311-0/+0
| | | | | only harddrake
* - add embedded mode for drakconfThierry Vignaud2002-07-311-0/+0
|
* further simplificationThierry Vignaud2002-07-311-0/+0
|
* - the hw tree and the info text are auto-size nowThierry Vignaud2002-07-311-0/+0
| | | | | - further ui simplifications
* still more my_gtk simplificationsThierry Vignaud2002-07-311-0/+0
| | | | | | ui.pm | 49 ++++++++++++++++--------------------------------- 1 files changed, 16 insertions(+), 33 deletions(-)
* - simplify Gtk::Text fillingThierry Vignaud2002-07-311-0/+0
| | | | | - less gtk warnings get printed
* further my_gtk simplificationsThierry Vignaud2002-07-311-0/+0
|
* further my_gtk simplificationsThierry Vignaud2002-07-311-0/+0
|
* further use of my_gtkThierry Vignaud2002-07-311-0/+0
|
* - remove useless realizationsThierry Vignaud2002-07-311-0/+0
| | | | | - simplify ctree and frames creation
* - make used once callbacks be anonymous functionsThierry Vignaud2002-07-311-0/+0
| | | | | | | | | - replace scores of useless ->show() call by one show_all() call ui.pm | 82 +++++++++++++++++++++++++++--------------------------------------- 1 files changed, 34 insertions(+), 48 deletions(-)
* - s/channel/Channel/Thierry Vignaud2002-07-261-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 translatedPablo Saratxaga2002-07-261-0/+0
|
* remove all gtk's "no callback/signal to disconnect" warningsThierry Vignaud2002-07-251-0/+0
|
* add a fields data structure:Thierry Vignaud2002-07-251-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
* handle both old device name and new devfs nameThierry Vignaud2002-07-251-0/+0
|
* scanners support:Thierry Vignaud2002-07-241-0/+0
| | | | | | | - split scannerdrake:val into vendor and description - don't display bogus "val:%HASH"
* remove dead codeThierry Vignaud2002-07-231-0/+0
|
* remove dead argsThierry Vignaud2002-07-231-0/+0
|
* about and help windows: only show "OK" button, cancel one has noThierry Vignaud2002-07-231-0/+0
| | | | | purpose here
* - i18n: move $version out of translatable stringsThierry Vignaud2002-07-111-0/+0
| | | | | | | | | | | | - 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
* enhance cohenrency: step 1Thierry Vignaud2002-07-101-0/+0
| | | | | | | | | | | | | | - 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