Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't write fstab entries which are notFormatted | Pascal Rigaux | 2004-01-14 | 1 | -1/+1 |
| | |||||
* | use class->new rather than new class style | Thierry Vignaud | 2004-01-14 | 1 | -9/+9 |
| | |||||
* | minor cleanup | Thierry Vignaud | 2004-01-14 | 1 | -8/+3 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-01-14 | 1 | -3/+6 |
| | |||||
* | proper indenting | Thierry Vignaud | 2004-01-14 | 1 | -55/+56 |
| | |||||
* | Let list of printer models get sorted. | Till Kamppeter | 2004-01-14 | 1 | -1/+1 |
| | |||||
* | move bootloader title from drakboot | Thierry Vignaud | 2004-01-14 | 1 | -0/+1 |
| | |||||
* | - offer to configure bootsplash only on --splash | Thierry Vignaud | 2004-01-14 | 1 | -16/+16 |
| | | | | | | | - drop useless frames - set main window title according to current mode (autologin, bootloader or bootsplash) | ||||
* | clean splash management code | Florent Villard | 2004-01-14 | 1 | -123/+48 |
| | |||||
* | unused variable | Thierry Vignaud | 2004-01-14 | 1 | -1/+1 |
| | |||||
* | - kill unused variables | Thierry Vignaud | 2004-01-14 | 1 | -9/+8 |
| | | | | | | - fix gtk+2 notebook usage - perl_checker cleanups | ||||
* | alter message according to interface team suggestion | Thierry Vignaud | 2004-01-13 | 2 | -2/+2 |
| | |||||
* | alter message according to interface team suggestion | Thierry Vignaud | 2004-01-13 | 1 | -1/+1 |
| | |||||
* | - "Next->" => "Next" | Thierry Vignaud | 2004-01-13 | 1 | -2/+2 |
| | | | | | - "<-Previous" => "Previous" | ||||
* | add support for yes/no questions | Thierry Vignaud | 2004-01-13 | 1 | -0/+4 |
| | |||||
* | hide about butto b/c there's already mcc about dialog and there're | Thierry Vignaud | 2004-01-13 | 1 | -1/+1 |
| | | | | | already too much buttons | ||||
* | enable to access extra buttons $w->{buttons}{<label>} | Thierry Vignaud | 2004-01-13 | 1 | -2/+2 |
| | |||||
* | sanitize buttons through reusing create_okcancel() | Thierry Vignaud | 2004-01-13 | 7 | -129/+136 |
| | |||||
* | do not pack empty label before extra buttons if there'll be no button | Thierry Vignaud | 2004-01-13 | 1 | -2/+1 |
| | | | | | | | | | before it rationale: when there's no cancel button, packing an empty label instead of the cancel button results in extra buttons (eg: help, advanced) to be shifted with a space before; | ||||
* | upcase label | Thierry Vignaud | 2004-01-13 | 1 | -1/+1 |
| | |||||
* | better rely on the end field being set rather than on the last step to | Thierry Vignaud | 2004-01-13 | 1 | -1/+1 |
| | | | | | be named "end" (thus allowing to have several different last steps) | ||||
* | changing utf8 flag on an installed OS is not supported | Guillaume Cottenceau | 2004-01-13 | 1 | -1/+1 |
| | |||||
* | perl check | Guillaume Cottenceau | 2004-01-13 | 1 | -2/+3 |
| | |||||
* | allow DRIVER"regexp" in rpmsrate and use it to install xmms-alsa when we use ↵ | Guillaume Cottenceau | 2004-01-13 | 2 | -0/+4 |
| | | | | alsa sound driver | ||||
* | detect_devices::matching_driver -> matching_desc but matching driver names ↵ | Guillaume Cottenceau | 2004-01-13 | 4 | -4/+8 |
| | | | | (kernel modules) | ||||
* | lvm2 uses urandom | Pascal Rigaux | 2004-01-13 | 2 | -0/+2 |
| | |||||
* | - install lvm2 rpm instead of lvm (and using ->ensure_is_installed) | Pascal Rigaux | 2004-01-13 | 1 | -4/+2 |
| | | | | | - "vgdisplay" error status is not good, using "vgs" instead | ||||
* | perl_checker sometimes wrongly complain | Thierry Vignaud | 2004-01-13 | 1 | -1/+1 |
| | |||||
* | revert titi breaking the code, keeping the only valid change | Pascal Rigaux | 2004-01-13 | 1 | -7/+6 |
| | |||||
* | 9.3-18mdk | Thierry Vignaud | 2004-01-12 | 1 | -1/+14 |
| | |||||
* | Added functionality to configure a PostScript printer with a | Till Kamppeter | 2004-01-12 | 2 | -9/+146 |
| | | | | | manufacturer-supplied PPD file. | ||||
* | do not push anymore help menu at right (hig and kde guidelines are | Thierry Vignaud | 2004-01-12 | 1 | -1/+1 |
| | | | | | against this) | ||||
* | handle both kernel 2.4.x and 2.6.x (before size field was not properly | Thierry Vignaud | 2004-01-12 | 1 | -1/+2 |
| | | | | | | when switching between threes b/c we looked for module.ko instead of module.o.gz and the like) | ||||
* | adding spaces to please perl_checker | Pablo Saratxaga | 2004-01-12 | 1 | -2/+2 |
| | |||||
* | changed the Serbian cyrillic image to display using cyrillic. | Pablo Saratxaga | 2004-01-12 | 1 | -0/+0 |
| | |||||
* | Added to the language selection menu languages with recently appeared | Pablo Saratxaga | 2004-01-12 | 1 | -7/+13 |
| | | | | | translations in Gnome or KDE (fo, ia, ku, nds, ne, oc, wen, yi) | ||||
* | updated pot file | Pablo Saratxaga | 2004-01-12 | 2 | -350/+419 |
| | |||||
* | upcase first letter of error messages | Thierry Vignaud | 2004-01-12 | 1 | -3/+3 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2004-01-12 | 1 | -6/+2 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-01-12 | 1 | -1/+169 |
| | |||||
* | wacom support should be re-added :-/ | Pascal Rigaux | 2004-01-12 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-01-12 | 1 | -2/+2 |
| | |||||
* | used the ip from stage1 instead of using IPADDR which is not given for dhcp | Pascal Rigaux | 2004-01-12 | 1 | -2/+3 |
| | | | | | for auto_install file (as asked by Michael Riss) | ||||
* | new layout with subdialogs | Thierry Vignaud | 2004-01-12 | 1 | -214/+141 |
| | |||||
* | remove spurious minus at beginning of paragraph | Thierry Vignaud | 2004-01-12 | 1 | -1/+1 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2004-01-12 | 2 | -99/+103 |
| | |||||
* | bump perl(Gtk2) require | Thierry Vignaud | 2004-01-12 | 1 | -1/+1 |
| | |||||
* | XFree4 during install | Pascal Rigaux | 2004-01-12 | 3 | -122/+14 |
| | |||||
* | (per_entry_action_box) | Thierry Vignaud | 2004-01-12 | 1 | -9/+11 |
| | | | | | | - sanitieze buttons packing (do not eat extra space) - get rid of groupby2 | ||||
* | when offering to restart dm, offer yes/no as choice rather than | Thierry Vignaud | 2004-01-12 | 1 | -1/+1 |
| | | | | | ok/cancel (#6810) |