Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bug for running xfs | Pascal Rigaux | 2001-04-11 | 1 | -1/+1 |
| | |||||
* | - fix wiz_*.png removing | Pascal Rigaux | 2001-04-10 | 1 | -3/+3 |
| | | | | | - fix copying cardmgr* which included cardmgr.o | ||||
* | do not use french in i18n'ed msg yvounet!! | Guillaume Cottenceau | 2001-04-10 | 1 | -1/+1 |
| | |||||
* | add INTERFACE param in sysconfig parameter for smooth interoperation with ↵ | Guillaume Cottenceau | 2001-04-10 | 1 | -2/+9 |
| | | | | bastille-firewall | ||||
* | Added a missing translatable string | Pablo Saratxaga | 2001-04-10 | 1 | -1/+16 |
| | |||||
* | grub/lilo mode | Yves Duret | 2001-04-10 | 1 | -15/+8 |
| | |||||
* | use gtkset_tip | Pascal Rigaux | 2001-04-10 | 1 | -1/+1 |
| | | | | | (choosePackagesTree): fix "Show automatically selected packages" | ||||
* | create and use gtkset_tip | Pascal Rigaux | 2001-04-10 | 2 | -2/+7 |
| | |||||
* | use gtkset_tip (so that no tip is set when tip eq '') | Pascal Rigaux | 2001-04-10 | 1 | -9/+11 |
| | | | | | | | (create_boxradio): handle double_click (ask_from_entries_refW): use radio boxes instead of list/clist if small number of choices | ||||
* | (_create_window): XSetInputFocus done only on expose_event of the topmost window | Pascal Rigaux | 2001-04-10 | 1 | -3/+6 |
| | | | | | (new): ensure only one modal | ||||
* | fixed selection of CDs. | Francois Pons | 2001-04-10 | 1 | -3/+3 |
| | |||||
* | add viavoicemenu_{us,gr,fe} | Florent Villard | 2001-04-10 | 1 | -0/+1 |
| | |||||
* | (main): have an "Ok" button to leave | Pascal Rigaux | 2001-04-10 | 1 | -1/+1 |
| | |||||
* | Updated po files | Pablo Saratxaga | 2001-04-10 | 3 | -321/+351 |
| | |||||
* | (create_ctree): handle single click on node opens the node | Pascal Rigaux | 2001-04-10 | 1 | -11/+17 |
| | |||||
* | added input/event class of devices (necessary for usb wacom at install) | Francois Pons | 2001-04-10 | 1 | -9/+10 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-04-10 | 1 | -0/+35 |
| | |||||
* | get rid of ifcfg- | damien | 2001-04-10 | 1 | -1/+1 |
| | |||||
* | minor correction | damien | 2001-04-10 | 1 | -1/+1 |
| | |||||
* | corrected bad font | damien | 2001-04-10 | 1 | -1/+1 |
| | |||||
* | i18n fixes | Stefan Siegel | 2001-04-09 | 1 | -7/+7 |
| | |||||
* | typo | damien | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-04-09 | 1 | -0/+86 |
| | |||||
* | (install_grub): altconfigfile only if /boot is not reiserfs :-/ | Pascal Rigaux | 2001-04-09 | 1 | -2/+4 |
| | |||||
* | (setPackages): also have SOUND set in compssUsersChoice based on pciusbtable | Pascal Rigaux | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | - SOUND is now a flag | Pascal Rigaux | 2001-04-09 | 2 | -2/+5 |
| | | | | | - AUDIO is the group | ||||
* | button policy (thx gc) | Yves Duret | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | fixed i18n bug | Stefan Siegel | 2001-04-09 | 1 | -7/+7 |
| | |||||
* | deyvounification : remove some un-useful comments in code | Yves Duret | 2001-04-09 | 1 | -18/+3 |
| | |||||
* | fixed always 8bpp for autoDefaultDepth. | Francois Pons | 2001-04-09 | 1 | -1/+2 |
| | |||||
* | do not die when an initscript returns non-0 (initscripts too buggy) | Guillaume Cottenceau | 2001-04-09 | 1 | -1/+4 |
| | |||||
* | Updated Danish file | Pablo Saratxaga | 2001-04-09 | 3 | -466/+526 |
| | |||||
* | changed transaction error management this way: if a transaction fails, DrakX | Francois Pons | 2001-04-09 | 1 | -32/+33 |
| | | | | | | | | tries to make as many transaction as there are package that have failed to be installed (this means one transaction of only one package). This help installing most package that are correct (as a transaction that failed cause all remaining package to be not installed). | ||||
* | *** empty log message *** | Pascal Rigaux | 2001-04-09 | 1 | -0/+80 |
| | |||||
* | changed ISO_8859-1 TO ISO-8859-1 | Pablo Saratxaga | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | handle XkbModel (especially for abnt2 (br)) | Pascal Rigaux | 2001-04-09 | 3 | -6/+10 |
| | |||||
* | create to_utf8 from po strings, use it for kdm message | Pascal Rigaux | 2001-04-09 | 3 | -2/+27 |
| | |||||
* | (load_po): sets $lang::charset to the charset used in the po | Pascal Rigaux | 2001-04-09 | 1 | -1/+5 |
| | |||||
* | (main): sets umask (seems like default one is no more 022, kernel change?) | Pascal Rigaux | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | added lilo/grub | Yves Duret | 2001-04-09 | 1 | -22/+30 |
| | |||||
* | added lilo/grub mode | Yves Duret | 2001-04-09 | 1 | -5/+36 |
| | |||||
* | fix for when there is an already existing rc.firewall | Guillaume Cottenceau | 2001-04-09 | 1 | -4/+23 |
| | | | | | complies with old format of drakgw so that upgrades will work | ||||
* | *** empty log message *** | Pascal Rigaux | 2001-04-09 | 1 | -0/+215 |
| | |||||
* | (install_lilo): better handling of map-drive (there's not always only 2 disks!) | Pascal Rigaux | 2001-04-09 | 1 | -4/+7 |
| | |||||
* | corrected | damien | 2001-04-09 | 1 | -9/+28 |
| | |||||
* | (main): log the umask | Pascal Rigaux | 2001-04-09 | 1 | -0/+1 |
| | |||||
* | fixed mousedrake (with interactive.pm fixes applied). | Francois Pons | 2001-04-09 | 1 | -1/+2 |
| | |||||
* | (ask_from_treelistf): make it behaves correctly when "cancel" is clicked | Pascal Rigaux | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | (entry): add hd[ijkl]* | Pascal Rigaux | 2001-04-09 | 1 | -0/+2 |
| | |||||
* | fixed exit on cancel (should cause trouble in DrakConf only). | Francois Pons | 2001-04-09 | 1 | -32/+33 |
| |