Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | - install_steps_auto_install is not a interactive but still needs do_pkgs | Pascal Rigaux | 2004-01-12 | 3 | -14/+16 |
| | | | | | | - so making do_pkgs a class, and interactive and install_steps will inheritate from it - do_pkgs renamed into do_pkgs_common, containing the things common to do_pkgs_during_install and do_pkgs_standalone | ||||
* | 9.3-17mdk | Thierry Vignaud | 2004-01-12 | 1 | -1/+21 |
| | |||||
* | handle poulpy code | Thierry Vignaud | 2004-01-12 | 1 | -4/+4 |
| | |||||
* | rollback debug statements | Thierry Vignaud | 2004-01-12 | 1 | -7/+0 |
| | |||||
* | need insmod.old for kernel 2.4 | Pascal Rigaux | 2004-01-12 | 1 | -0/+1 |
| | |||||
* | make font removing working with --testing | Thierry Vignaud | 2004-01-12 | 1 | -2/+4 |
| | |||||
* | fix unstalling fonts | Thierry Vignaud | 2004-01-12 | 1 | -2/+2 |
| | |||||
* | show a finish button on last step | Thierry Vignaud | 2004-01-12 | 1 | -0/+1 |
| | |||||
* | exit once delete interface wizard has ended instead of then running the std | Thierry Vignaud | 2004-01-12 | 1 | -0/+1 |
| | | | | | add wizard... | ||||
* | list ppp interfaces too when offering to delete an interface | Thierry Vignaud | 2004-01-12 | 1 | -6/+6 |
| | |||||
* | only complain if a problem actually happened | Thierry Vignaud | 2004-01-12 | 1 | -1/+8 |
| | |||||
* | kill unused variables | Thierry Vignaud | 2004-01-12 | 1 | -20/+1 |
| | |||||
* | (put_font_dir) factorize some code into put_font_dir_real() | Thierry Vignaud | 2004-01-12 | 1 | -13/+10 |
| | |||||
* | fix chkfontpath call in --testing mode (/usr/sbin) not in path | Thierry Vignaud | 2004-01-12 | 1 | -1/+1 |
| | |||||
* | fix applications layout: | Thierry Vignaud | 2004-01-12 | 1 | -57/+30 |
| | | | | | | | | - remove spurious empty boxes - fix layout (aka do not uselessly resize main window) - sanitize layout (put legal warning between title and application list) - "[X] label" packing looks quite a less uglier than "label [X]" | ||||
* | fix about layout: | Thierry Vignaud | 2004-01-12 | 1 | -8/+17 |
| | | | | | | | | | - sanitize horrible line breaking (let pango do it for now, it know how to do it quite a lot better than we) - add myself in author list - split about translation in three pieces (copyright holders, std fsf header and thanks), enabling to share std fsf legal header among several programs | ||||
* | prevent useless spacing above button bar | Thierry Vignaud | 2004-01-12 | 1 | -1/+1 |
| | |||||
* | enforce class->new calling convention rather than "new class" one | Thierry Vignaud | 2004-01-12 | 1 | -78/+78 |
| |