Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 | |||||
* | fixed typos | Pablo Saratxaga | 2004-01-10 | 2 | -2/+2 | |
| | ||||||
* | fix drakboot --boot embedding | Thierry Vignaud | 2004-01-09 | 1 | -1/+0 | |
| | ||||||
* | fix wizard when logdrake is embeded | Thierry Vignaud | 2004-01-09 | 1 | -0/+1 | |
| | ||||||
* | - apply and ok button now working | Damien Chaumette | 2004-01-09 | 1 | -20/+39 | |
| | | | | | - some clean up | |||||
* | share translations with harddrake | Thierry Vignaud | 2004-01-09 | 1 | -8/+10 | |
| | ||||||
* | information box fully fonctionnal for ethernet cards | Damien Chaumette | 2004-01-09 | 1 | -28/+35 | |
| | ||||||
* | - informations afford copy/paste (mac address) | Damien Chaumette | 2004-01-08 | 1 | -30/+27 | |
| | | | | | | - add module name to informations - perl_checker compliant | |||||
* | - integrate chkauth (which is now deprecated) | Pascal Rigaux | 2004-01-08 | 1 | -5/+8 | |
| | | | | | - new module authentication | |||||
* | first 'manage interface' implementatiimplementation | Damien Chaumette | 2004-01-08 | 1 | -6/+175 | |
| | ||||||
* | (configure_net) | Thierry Vignaud | 2004-01-08 | 1 | -11/+12 | |
| | | | | | | - make buttons smaller - follow button std order | |||||
* | move all options parsing pieces together | Thierry Vignaud | 2004-01-08 | 1 | -2/+1 | |
| | ||||||
* | restore exit_dialogsub | Thierry Vignaud | 2004-01-08 | 1 | -1/+1 | |
| | ||||||
* | (configure_net) | Thierry Vignaud | 2004-01-08 | 1 | -10/+7 | |
| | | | | | | | when there's no connection: - fix message for new drakconnect scheme - shrink code by reusing interactive | |||||
* | logging when __DIE__ing is dangerous: | Pascal Rigaux | 2004-01-07 | 1 | -2/+0 | |
| | | | | | | | - in diskdrake, logging the error via c::syslog caused $@ to be undefined, causing the error to be dropped! (esp "you need to reboot") - during install, no known error, but it's better to remove it anyway (bye bye the "warning: ..." in ddebug.log, sniff) | |||||
* | DVD+RW support, perl_checker, fix bogus cron message | Stew Benedict | 2004-01-07 | 1 | -19/+19 | |
| | ||||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 3 | -4/+1 | |
| | ||||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -1/+1 | |
| | ||||||
* | obsolete livedrake, live_install, live_update | Pascal Rigaux | 2004-01-06 | 1 | -40/+0 | |
| | ||||||
* | kill unused variables | Thierry Vignaud | 2004-01-06 | 1 | -3/+3 | |
| | ||||||
* | use $::prefix | Pascal Rigaux | 2004-01-06 | 1 | -4/+4 | |
| | ||||||
* | remove mkbootdisk support | Pascal Rigaux | 2004-01-06 | 1 | -1/+1 | |
| | ||||||
* | perl_checker cleanups | Thierry Vignaud | 2004-01-06 | 1 | -2/+2 | |
| | ||||||
* | do not discard 0 when perms are 0xx like | Thierry Vignaud | 2004-01-06 | 1 | -1/+1 | |
| | ||||||
* | perl_checker cleanups | Thierry Vignaud | 2004-01-06 | 2 | -41/+11 | |
| | ||||||
* | add missing argument | Thierry Vignaud | 2004-01-06 | 1 | -1/+1 | |
| | ||||||
* | kill unused variable | Thierry Vignaud | 2004-01-06 | 1 | -2/+0 | |
| | ||||||
* | write_conf() doesn't need $prefix anymore | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 | |
| | ||||||
* | split drakboot into bootloader and autologin configuration | Thierry Vignaud | 2004-01-05 | 1 | -18/+1 | |
| | ||||||
* | only die if an error actually happened... | Thierry Vignaud | 2004-01-05 | 1 | -1/+1 | |
| | ||||||
* | use new wizards API | Thierry Vignaud | 2004-01-05 | 1 | -1/+1 | |
| | ||||||
* | get rid of val_ref | Thierry Vignaud | 2004-01-05 | 1 | -7/+9 | |
| | ||||||
* | do not remve network interfaces in --testing mode | Thierry Vignaud | 2004-01-05 | 1 | -1/+1 | |
| | ||||||
* | fix delete wizard steps | Thierry Vignaud | 2004-01-05 | 1 | -7/+9 | |
| | ||||||
* | some suggestions from jmdault, perl_checker | Stew Benedict | 2003-12-29 | 1 | -15/+22 | |
| | ||||||
* | (wip but requested for string freeze) | Thierry Vignaud | 2003-12-29 | 1 | -34/+45 | |
| | | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs) | |||||
* | for removable devices, we've to remove/add them one by one, so when | Thierry Vignaud | 2003-12-29 | 1 | -16/+16 | |
| | | | | | | | | several devices of the same class are removed/added, we ask if we should handle them several time. let ask confirmation once per class instead (olivier blin, #6649) | |||||
* | do no ask several times the kernel to switch into verbose mode | Thierry Vignaud | 2003-12-29 | 1 | -1/+1 | |
| | | | | | (olivier blin) | |||||
* | really display which devices were removed | Thierry Vignaud | 2003-12-29 | 1 | -1/+1 | |
| | ||||||
* | add missing argument | Thierry Vignaud | 2003-12-29 | 1 | -1/+1 | |
| | ||||||
* | wip (for strings & interfaces) | Thierry Vignaud | 2003-12-22 | 1 | -15/+374 | |
| |