Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (configure_net) Gtk2::Dialog main area is already a vbox, so it's | Thierry Vignaud | 2003-08-26 | 1 | -29/+24 |
| | | | | | useless to pack a vbox there idem for action area and Gtk2::HButtonBox | ||||
* | (get_intf_status) kill duplicate | Thierry Vignaud | 2003-08-26 | 1 | -5/+0 |
| | |||||
* | net & lan configuration dialogs: prevent one to do concurrent config | Thierry Vignaud | 2003-08-26 | 1 | -16/+28 |
| | | | | | changes from the gui | ||||
* | (sensitive_buttons) fix it | Thierry Vignaud | 2003-08-26 | 1 | -2/+3 |
| | |||||
* | - only allow to run one wizard at once (insensitive button if one is | Thierry Vignaud | 2003-08-26 | 1 | -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 it | Thierry Vignaud | 2003-08-26 | 1 | -1/+0 |
| | | | | | (thus preventing depmod to be runned everytime) | ||||
* | do embed WebDAV configuration (fix bug #4703) | Pascal Rigaux | 2003-08-26 | 1 | -1/+0 |
| | |||||
* | fix drakboot always showing advanced stuff even when --expert was not | Thierry Vignaud | 2003-08-25 | 1 | -2/+0 |
| | | | | | passed | ||||
* | Add /etc/modules for local hardware config. | Stew Benedict | 2003-08-25 | 1 | -0/+3 |
| | |||||
* | this tool really is gtk2 ported, so do not trash languages not handled | Thierry Vignaud | 2003-08-25 | 1 | -4/+0 |
| | | | | | by gtk+-1.x | ||||
* | rename $treeModel as $model since it really is a ListModel, not a | Thierry Vignaud | 2003-08-23 | 1 | -32/+32 |
| | | | | | TreeModel anymore (cosmetic) | ||||
* | - disable up button when selected rule is the first one | Thierry Vignaud | 2003-08-23 | 1 | -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 that | Thierry Vignaud | 2003-08-23 | 1 | -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 Vignaud | 2003-08-23 | 1 | -0/+1 |
| | | | | | so just tell it to drakperm | ||||
* | - fix gtk bug on moving down line | Thierry Vignaud | 2003-08-23 | 1 | -31/+14 |
| | | | | | | - merge moving up & down callbacks - we do not have a hierarchy, so just use a s/tree/list/ | ||||
* | add new icon for drakperm | Thierry Vignaud | 2003-08-23 | 1 | -0/+0 |
| | |||||
* | renew drakperm gui (interface team feedback): | Thierry Vignaud | 2003-08-22 | 1 | -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 too | Thierry Vignaud | 2003-08-22 | 1 | -11/+12 |
| | |||||
* | CJK fixes: use newly introduced Gtk2::WrappedLabel package | Thierry Vignaud | 2003-08-22 | 1 | -13/+5 |
| | |||||
* | fix crash on file select of "Other" | Stew Benedict | 2003-08-22 | 1 | -43/+105 |
| | | | | | finish custom cron configuration - normal users can now do cron backups | ||||
* | workaround gtk bug #118047 | Thierry Vignaud | 2003-08-21 | 1 | -8/+2 |
| | |||||
* | fix english (thanks to Reinout van Schouwen) | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | only offer to configure xawtv if bttv was configured | Thierry Vignaud | 2003-08-21 | 1 | -3/+3 |
| | |||||
* | fix warnings with diagnostics pragma | Thierry Vignaud | 2003-08-21 | 1 | -2/+2 |
| | |||||
* | Changed back NC() to N() (functionality will be merged) | Pablo Saratxaga | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | fixed English typos | Pablo Saratxaga | 2003-08-21 | 1 | -3/+3 |
| | |||||
* | definition and use of an NC() function (translation with context, kde like) | Pablo Saratxaga | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | annotate load for translators (Arpad Biro) | Thierry Vignaud | 2003-08-20 | 1 | -1/+3 |
| | |||||
* | only complain if an error really happened | Thierry Vignaud | 2003-08-20 | 1 | -3/+3 |
| | |||||
* | Text typos - Arpad Biro | Stew Benedict | 2003-08-20 | 2 | -7/+7 |
| | |||||
* | mark one more string as translatable (spoted by Arpad Biro) | Thierry Vignaud | 2003-08-19 | 2 | -2/+2 |
| | |||||
* | translate one more string (already translated as this is a double) | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | readd LANGUAGE=C | Thierry Vignaud | 2003-08-19 | 1 | -2/+2 |
| | |||||
* | pablo say that redefining LC_* is useless if LC_ALL is defined as the | Thierry Vignaud | 2003-08-19 | 1 | -2/+2 |
| | | | | | later overrides and take priority over the former | ||||
* | full pci probe does not freeze anymore, removing code work-arounding the freeze | Pascal Rigaux | 2003-08-19 | 2 | -2/+2 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-08-19 | 3 | -12/+13 |
| | |||||
* | remove unused variable | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | fix any::write_passwd_user() call | Pascal Rigaux | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | add perl_checker hint | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | "xxx or xxx" in list context is always bad! | Pascal Rigaux | 2003-08-19 | 1 | -2/+2 |
| | |||||
* | (update_intbutt) consolidate internet connection button switch code | Thierry Vignaud | 2003-08-19 | 1 | -6/+8 |
| | |||||
* | - use real known interface name everywhere not guessed one | Thierry Vignaud | 2003-08-19 | 1 | -34/+39 |
| | | | | | | | | | | (having eth0 and eth9 would resulting in displaying eth0 & eth1 before), thus enabling to get rid of get_eth_ip() - replace build_list() by update_list() that fix flicker on list update: only add/remove added/removed interfaces, just update fields for others | ||||
* | Fixed typos | Pablo Saratxaga | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2003-08-18 | 1 | -1/+1 |
| | |||||
* | splitted too big text into smaller chunks for translators | Pablo Saratxaga | 2003-08-18 | 1 | -33/+23 |
| | |||||
* | - fix up/down interface detection | Damien Chaumette | 2003-08-18 | 1 | -6/+7 |
| | | | | | | - do not wipe out IP and NETMASK when "No ip" is filled in - fix typo | ||||
* | display the right information when no selected device | Thierry Vignaud | 2003-08-18 | 1 | -0/+1 |
| | |||||
* | use new create_dialog api to get better modal dialogs | Thierry Vignaud | 2003-08-18 | 1 | -3/+4 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-08-18 | 1 | -5/+5 |
| | |||||
* | progess -> progress typo | Stew Benedict | 2003-08-18 | 1 | -3/+3 |
| |