summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* rename vbox2 as param_vboxThierry Vignaud2003-08-271-3/+3
|
* remove useless bbox8 (due to use of std dialog button box)Thierry Vignaud2003-08-271-2/+0
|
* get rid of useless/badly named bbox0Thierry Vignaud2003-08-271-23/+23
|
* rename combo1 as profile_comboThierry Vignaud2003-08-271-12/+14
|
* - fix hostname settingThierry Vignaud2003-08-271-1/+1
| | | | | | - set hostname at the same time we apply dns changes, that is when one ask to apply changes
* typo fixDamien Chaumette2003-08-271-1/+1
|
* hide profile in "internet config" dialog if profiles are disabledThierry Vignaud2003-08-261-2/+4
|
* fix "Internet Connection Configuration" dialog does not show up itsThierry Vignaud2003-08-261-8/+6
| | | | | contents
* rename --gui option as --skip-wizard option on interface team requestThierry Vignaud2003-08-261-1/+1
|
* only write conf & install packages on exit (Ok press) if somethingThierry Vignaud2003-08-261-9/+9
| | | | | | really has been altered so that we do not write the config twice if the user already pressed the "apply" button
* - "Configure hostname..." button: offer to configure DNS tooThierry Vignaud2003-08-261-38/+26
| | | | | - (configure_hostname) kill it since it only duplicate code from network/*pm
* fix buttons sensitive behaviorDamien Chaumette2003-08-261-10/+14
|
* still more dialogs cleanupsThierry Vignaud2003-08-261-70/+58
|
* add --gui in order to start in "mcc" state (aka not in wizard mode)Thierry Vignaud2003-08-261-1/+1
|
* more dialog misusage and some indent fixesThierry Vignaud2003-08-261-41/+32
|
* enfore gc style for gtk+2 widgets creationThierry Vignaud2003-08-261-46/+45
|
* more layout fixes: cance/ok order coherency, no VBoxes/HButtonBoxesThierry Vignaud2003-08-261-18/+14
| | | | | abuses, ...
* (configure_net) Gtk2::Dialog main area is already a vbox, so it'sThierry Vignaud2003-08-261-29/+24
| | | | | useless to pack a vbox there idem for action area and Gtk2::HButtonBox
* (get_intf_status) kill duplicateThierry Vignaud2003-08-261-5/+0
|
* net & lan configuration dialogs: prevent one to do concurrent configThierry Vignaud2003-08-261-16/+28
| | | | | changes from the gui
* (sensitive_buttons) fix itThierry Vignaud2003-08-261-2/+3
|
* - only allow to run one wizard at once (insensitive button if one isThierry Vignaud2003-08-261-19/+44
| | | | | | | | | | already started) - reload the configuration once the wizard exited - prevent one to do concurrent config changes from the gui while the wizard is run (proper fix involve both fix modality/transcientness when embedded and running the wizard within the same process instead of forking it]
* while bootstrapping, only write /etc/modules.conf only if we really altered itThierry Vignaud2003-08-261-1/+0
| | | | | (thus preventing depmod to be runned everytime)
* do embed WebDAV configuration (fix bug #4703)Pascal Rigaux2003-08-261-1/+0
|
* fix drakboot always showing advanced stuff even when --expert was notThierry Vignaud2003-08-251-2/+0
| | | | | passed
* Add /etc/modules for local hardware config.Stew Benedict2003-08-251-0/+3
|
* this tool really is gtk2 ported, so do not trash languages not handledThierry Vignaud2003-08-251-4/+0
| | | | | by gtk+-1.x
* rename $treeModel as $model since it really is a ListModel, not aThierry Vignaud2003-08-231-32/+32
| | | | | TreeModel anymore (cosmetic)
* - disable up button when selected rule is the first oneThierry Vignaud2003-08-231-1/+23
| | | | | | - disable down button when selected rule is the latest one or when next rule is non editable
* always add newly created setting at top of editable settings so thatThierry Vignaud2003-08-231-1/+8
| | | | | | we're we can sort them since they're no non editable items between old & new editable ones
* once we start to alter settings ordering, we need to save it on exit;Thierry Vignaud2003-08-231-0/+1
| | | | | so just tell it to drakperm
* - fix gtk bug on moving down lineThierry Vignaud2003-08-231-31/+14
| | | | | | - merge moving up & down callbacks - we do not have a hierarchy, so just use a s/tree/list/
* add new icon for drakpermThierry Vignaud2003-08-231-0/+0
|
* renew drakperm gui (interface team feedback):Thierry Vignaud2003-08-221-56/+56
| | | | | | - indicate if current setting is editable or not - only display current security level, editable settings or both
* translate default value in help tooltips tooThierry Vignaud2003-08-221-11/+12
|
* CJK fixes: use newly introduced Gtk2::WrappedLabel packageThierry Vignaud2003-08-221-13/+5
|
* fix crash on file select of "Other"Stew Benedict2003-08-221-43/+105
| | | | | finish custom cron configuration - normal users can now do cron backups
* workaround gtk bug #118047Thierry Vignaud2003-08-211-8/+2
|
* fix english (thanks to Reinout van Schouwen)Pascal Rigaux2003-08-211-1/+1
|
* only offer to configure xawtv if bttv was configuredThierry Vignaud2003-08-211-3/+3
|
* fix warnings with diagnostics pragmaThierry Vignaud2003-08-211-2/+2
|
* Changed back NC() to N() (functionality will be merged)Pablo Saratxaga2003-08-211-1/+1
|
* fixed English typosPablo Saratxaga2003-08-211-3/+3
|
* definition and use of an NC() function (translation with context, kde like)Pablo Saratxaga2003-08-211-1/+1
|
* annotate load for translators (Arpad Biro)Thierry Vignaud2003-08-201-1/+3
|
* only complain if an error really happenedThierry Vignaud2003-08-201-3/+3
|
* Text typos - Arpad BiroStew Benedict2003-08-202-7/+7
|
* mark one more string as translatable (spoted by Arpad Biro)Thierry Vignaud2003-08-192-2/+2
|
* translate one more string (already translated as this is a double)Thierry Vignaud2003-08-191-1/+1
|
* readd LANGUAGE=CThierry Vignaud2003-08-191-2/+2
|