Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | use all.rdz instead of network.rdz in tftp (network.rdz is deprecated) | Pascal Rigaux | 2004-01-12 | 2 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | style only change; "fix" gtkpacking so that expand arg always precede the | Thierry Vignaud | 2004-01-12 | 1 | -166/+167 |
| | | | | | widget it's about rather that following another widget | ||||
* | fix embedding: | Thierry Vignaud | 2004-01-12 | 1 | -2/+2 |
| | | | | | | - prevent subwindows being too small - prevent subwindows breaking when canceled | ||||
* | don't print refs in log when output is redirected | Pascal Rigaux | 2004-01-12 | 1 | -5/+5 |
| | | | | | (nice patch from blino :) | ||||
* | update from sunny@opencurve.org | Pascal Rigaux | 2004-01-12 | 1 | -42/+53 |
| | |||||
* | allow a range of ports (anthill bug #267) | Pascal Rigaux | 2004-01-12 | 1 | -3/+8 |
| | |||||
* | big pot file update | Pablo Saratxaga | 2004-01-10 | 2 | -21134/+21122 |
| | |||||
* | fixed typos | Pablo Saratxaga | 2004-01-10 | 2 | -2/+2 |
| | |||||
* | fix changelog | Thierry Vignaud | 2004-01-10 | 1 | -2/+2 |
| | |||||
* | one more fix | Thierry Vignaud | 2004-01-10 | 1 | -0/+1 |
| | |||||
* | fix drakboot --boot embedding | Thierry Vignaud | 2004-01-09 | 1 | -1/+0 |
| | |||||
* | 9.3-16mdk | Thierry Vignaud | 2004-01-09 | 1 | -1/+5 |
| | |||||
* | handle exceptions with Glib-1.020/Gtk2-1.022 | Thierry Vignaud | 2004-01-09 | 1 | -0/+1 |
| | |||||
* | fix wizard when logdrake is embeded | Thierry Vignaud | 2004-01-09 | 1 | -0/+1 |
| | |||||
* | 9.3-15mdk | Thierry Vignaud | 2004-01-09 | 1 | -2/+39 |
| | |||||
* | (gtktext_insert) make it works with both Glib-0.95/Gtk2-0.95 and | Thierry Vignaud | 2004-01-09 | 1 | -2/+1 |
| | | | | | Glib-1.020/Gtk2-1.022 | ||||
* | - apply and ok button now working | Damien Chaumette | 2004-01-09 | 1 | -20/+39 |
| | | | | | - some clean up | ||||
* | *** empty log message *** | Pascal Rigaux | 2004-01-09 | 1 | -1/+71 |
| | |||||
* | new do_pkgs package which get rid of pkgs_interactive::* which was in ↵ | Pascal Rigaux | 2004-01-09 | 3 | -129/+224 |
| | | | | | | | install_any and standalone, and partially duplicated | ||||
* | - remove network support from pcmcia.img | Pascal Rigaux | 2004-01-09 | 1 | -2/+2 |
| | | | | | - remove pcmcia from network.img (not very useful since we drop network.img, but...) | ||||
* | drop hd.img and network.img, in replacement we'll add: | Pascal Rigaux | 2004-01-09 | 1 | -1/+1 |
| | | | | | | - boot.iso - a grub floppy where you edit menu.lst to boot from hd | ||||
* | remove dtc from cdrom.img (not enough room) | Pascal Rigaux | 2004-01-09 | 1 | -0/+1 |
| |