Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 | |||||
* | sanitize buttons through reusing create_okcancel() | Thierry Vignaud | 2004-01-13 | 7 | -129/+136 | |
| | ||||||
* | upcase label | Thierry Vignaud | 2004-01-13 | 1 | -1/+1 | |
| | ||||||
* | perl_checker sometimes wrongly complain | Thierry Vignaud | 2004-01-13 | 1 | -1/+1 | |
| | ||||||
* | 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) | |||||
* | 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 | |
| | ||||||
* | perl_checker cleanups | Thierry Vignaud | 2004-01-12 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | when offering to restart dm, offer yes/no as choice rather than | Thierry Vignaud | 2004-01-12 | 1 | -1/+1 | |
| | | | | | ok/cancel (#6810) | |||||
* | 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 | |
| | ||||||
* | 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 | |
| |