Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix indentation | Pascal Rigaux | 2005-08-09 | 1 | -32/+32 |
| | |||||
* | better that way | Pascal Rigaux | 2005-08-09 | 1 | -1/+1 |
| | |||||
* | revamp code | Pascal Rigaux | 2005-08-09 | 1 | -52/+52 |
| | |||||
* | simplify | Pascal Rigaux | 2005-08-09 | 1 | -1/+1 |
| | |||||
* | no need to explicitly show | Pascal Rigaux | 2005-08-09 | 1 | -2/+2 |
| | |||||
* | updated Brazilian po file | Pablo Saratxaga | 2005-08-09 | 1 | -38/+33 |
| | |||||
* | 10.3-0.42mdk | Thierry Vignaud | 2005-08-09 | 1 | -1/+16 |
| | |||||
* | map more closely to dmidecode behaviour's, aka mmap(/dev/mem) and find/read | Gwenolé Beauchesne | 2005-08-09 | 1 | -66/+89 |
| | | | | | the raw DMI table in a whole. | ||||
* | update | Thierry Vignaud | 2005-08-09 | 1 | -3/+2 |
| | |||||
* | readd lost comments | Thierry Vignaud | 2005-08-09 | 1 | -1/+3 |
| | |||||
* | we can't differentiate all the scim+xxx IMs, so we ensure we prefer ↵ | Pascal Rigaux | 2005-08-09 | 1 | -1/+1 |
| | | | | "scim+(default)" | ||||
* | create lang::write_and_install() which takes a $do_pkgs | Pascal Rigaux | 2005-08-09 | 5 | -22/+28 |
| | |||||
* | fix typo | Pascal Rigaux | 2005-08-09 | 1 | -1/+2 |
| | |||||
* | tuxracer => ppracer | Frederic Lepied | 2005-08-09 | 1 | -1/+1 |
| | |||||
* | there's no kernel-enterprise anymore | Pascal Rigaux | 2005-08-09 | 1 | -1/+0 |
| | |||||
* | simplify | Pascal Rigaux | 2005-08-09 | 1 | -4/+3 |
| | |||||
* | - it's better to use $locale->{lang} whenever possible | Pascal Rigaux | 2005-08-09 | 1 | -7/+7 |
| | | | | | - less generic name for %locale2encoding | ||||
* | move %IM2packages into %IM_config | Pascal Rigaux | 2005-08-09 | 1 | -29/+21 |
| | |||||
* | - get rid of %IM_XIM_program, replacing it with a more powerful XIM_PROGRAM ↵ | Pascal Rigaux | 2005-08-09 | 1 | -33/+35 |
| | | | | | | | field - in read(), use more fields to recognise the IM | ||||
* | - move extra scim combinations in %IM_config | Pascal Rigaux | 2005-08-09 | 1 | -16/+16 |
| | | | | | - drop set_default_im(), moving data directly in %IM_config | ||||
* | simplify (we access get_default_im with short lang name) | Pascal Rigaux | 2005-08-09 | 1 | -3/+3 |
| | |||||
* | some fixes | rstandtke | 2005-08-09 | 1 | -7/+8 |
| | |||||
* | remove wrong unused line | Pascal Rigaux | 2005-08-09 | 1 | -1/+0 |
| | |||||
* | simplify (not useful since values and main key are equal) | Pascal Rigaux | 2005-08-09 | 1 | -3/+0 |
| | |||||
* | - simplify IM choice using {format} to its full power | Pascal Rigaux | 2005-08-09 | 2 | -16/+12 |
| | | | | | - {IM} is '' instead of either '' or 'None' | ||||
* | don't apply {format} twice | Pascal Rigaux | 2005-08-09 | 1 | -1/+1 |
| | |||||
* | cleanup IM2packages() | Pascal Rigaux | 2005-08-09 | 1 | -4/+7 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2005-08-08 | 1 | -0/+34 |
| | |||||
* | differentiate (nfs)servers on ip first to have less dups (bugzilla #17236) | Pascal Rigaux | 2005-08-08 | 1 | -1/+2 |
| | |||||
* | keep MS_DNS1, MS_DNS2 and DOMAIN variables in ifcfg files | Olivier Blin | 2005-08-08 | 1 | -1/+4 |
| | |||||
* | initial IPv6 support (6to4 tunnel) | Olivier Blin | 2005-08-08 | 2 | -4/+19 |
| | |||||
* | rebuild keymaps with NR_KEYS==256 when it was previously 255 | Pascal Rigaux | 2005-08-08 | 1 | -0/+0 |
| | |||||
* | in standalone, use monitor-edid's new option --try-in-console | Pascal Rigaux | 2005-08-08 | 2 | -2/+4 |
| | |||||
* | do not write aliases interfaces in iftab | Olivier Blin | 2005-08-08 | 1 | -1/+2 |
| | |||||
* | typo fix | Thierry Vignaud | 2005-08-08 | 1 | -1/+1 |
| | |||||
* | fix bug #17255 | Antoine Ginies | 2005-08-08 | 1 | -0/+1 |
| | |||||
* | fix bug #17255 (modify empty /etc/exports file) | Antoine Ginies | 2005-08-08 | 1 | -0/+1 |
| | |||||
* | write /etc/mdadm.conf when creating a new md (bugzilla #15502) | Pascal Rigaux | 2005-08-08 | 2 | -2/+3 |
| | |||||
* | fix update_for_renumbered_partitions (bugzilla #16786) | Pascal Rigaux | 2005-08-08 | 1 | -2/+8 |
| | |||||
* | fix color for selected item | Pascal Rigaux | 2005-08-08 | 1 | -1/+6 |
| | |||||
* | move is_xbox from common to detect_devices | Olivier Blin | 2005-08-08 | 1 | -6/+1 |
| | |||||
* | fix User ID help (#17321) | Antoine Ginies | 2005-08-08 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2005-08-08 | 1 | -1/+1 |
| | |||||
* | when we have only one "best" keyboard to propose, we don't display it, but ↵ | Pascal Rigaux | 2005-08-08 | 1 | -3/+4 |
| | | | | in that case we must not remove it from the list of proposed keyboards (bugzilla #16873) | ||||
* | catch error earlier (bugzilla #16993) (doesn't really fix the pb as wanted ↵ | Pascal Rigaux | 2005-08-08 | 1 | -0/+1 |
| | | | | in bugzilla report, but i've not time for it) | ||||
* | *** empty log message *** | Pascal Rigaux | 2005-08-08 | 1 | -0/+133 |
| | |||||
* | add mandriva macros for rpm so that _hkp_keyserver_query is nil | Pascal Rigaux | 2005-08-08 | 1 | -0/+2 |
| | |||||
* | really make the wizard banner icon a warning instead of an error | Pascal Rigaux | 2005-08-08 | 1 | -1/+5 |
| | |||||
* | more explicit error | Pascal Rigaux | 2005-08-08 | 1 | -3/+3 |
| | |||||
* | help debugging | Pascal Rigaux | 2005-08-08 | 1 | -1/+1 |
| |