summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* - manage interfaces :Damien Chaumette2004-01-141-12/+44
| | | | | | | | o add Account page o speedtouch and sagem modems o build_notebook don't need $window anymore o cosmetic change to Infornations page
* typo fixThierry Vignaud2004-01-141-1/+1
|
* use class->new rather than new class styleThierry Vignaud2004-01-141-9/+9
|
* minor cleanupThierry Vignaud2004-01-141-8/+3
|
* perl_checker cleanupsThierry Vignaud2004-01-141-3/+6
|
* proper indentingThierry Vignaud2004-01-141-55/+56
|
* - offer to configure bootsplash only on --splashThierry Vignaud2004-01-141-16/+16
| | | | | | | - drop useless frames - set main window title according to current mode (autologin, bootloader or bootsplash)
* clean splash management codeFlorent Villard2004-01-141-123/+48
|
* unused variableThierry Vignaud2004-01-141-1/+1
|
* - kill unused variablesThierry Vignaud2004-01-141-9/+8
| | | | | | - fix gtk+2 notebook usage - perl_checker cleanups
* alter message according to interface team suggestionThierry Vignaud2004-01-132-2/+2
|
* alter message according to interface team suggestionThierry Vignaud2004-01-131-1/+1
|
* hide about butto b/c there's already mcc about dialog and there'reThierry Vignaud2004-01-131-1/+1
| | | | | already too much buttons
* sanitize buttons through reusing create_okcancel()Thierry Vignaud2004-01-137-129/+136
|
* upcase labelThierry Vignaud2004-01-131-1/+1
|
* perl_checker sometimes wrongly complainThierry Vignaud2004-01-131-1/+1
|
* do not push anymore help menu at right (hig and kde guidelines areThierry Vignaud2004-01-121-1/+1
| | | | | against this)
* handle both kernel 2.4.x and 2.6.x (before size field was not properlyThierry Vignaud2004-01-121-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 messagesThierry Vignaud2004-01-121-3/+3
|
* perl_checker fixesThierry Vignaud2004-01-121-6/+2
|
* perl_checker cleanupsThierry Vignaud2004-01-121-2/+2
|
* new layout with subdialogsThierry Vignaud2004-01-121-214/+141
|
* remove spurious minus at beginning of paragraphThierry Vignaud2004-01-121-1/+1
|
* when offering to restart dm, offer yes/no as choice rather thanThierry Vignaud2004-01-121-1/+1
| | | | | ok/cancel (#6810)
* make font removing working with --testingThierry Vignaud2004-01-121-2/+4
|
* fix unstalling fontsThierry Vignaud2004-01-121-2/+2
|
* show a finish button on last stepThierry Vignaud2004-01-121-0/+1
|
* exit once delete interface wizard has ended instead of then running the stdThierry Vignaud2004-01-121-0/+1
| | | | | add wizard...
* list ppp interfaces too when offering to delete an interfaceThierry Vignaud2004-01-121-6/+6
|
* kill unused variablesThierry Vignaud2004-01-121-20/+1
|
* (put_font_dir) factorize some code into put_font_dir_real()Thierry Vignaud2004-01-121-13/+10
|
* fix chkfontpath call in --testing mode (/usr/sbin) not in pathThierry Vignaud2004-01-121-1/+1
|
* fix applications layout:Thierry Vignaud2004-01-121-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 Vignaud2004-01-121-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 barThierry Vignaud2004-01-121-1/+1
|
* enforce class->new calling convention rather than "new class" oneThierry Vignaud2004-01-121-78/+78
|
* style only change; "fix" gtkpacking so that expand arg always precede theThierry Vignaud2004-01-121-166/+167
| | | | | widget it's about rather that following another widget
* fixed typosPablo Saratxaga2004-01-102-2/+2
|
* fix drakboot --boot embeddingThierry Vignaud2004-01-091-1/+0
|
* fix wizard when logdrake is embededThierry Vignaud2004-01-091-0/+1
|
* - apply and ok button now workingDamien Chaumette2004-01-091-20/+39
| | | | | - some clean up
* share translations with harddrakeThierry Vignaud2004-01-091-8/+10
|
* information box fully fonctionnal for ethernet cardsDamien Chaumette2004-01-091-28/+35
|
* - informations afford copy/paste (mac address)Damien Chaumette2004-01-081-30/+27
| | | | | | - add module name to informations - perl_checker compliant
* - integrate chkauth (which is now deprecated)Pascal Rigaux2004-01-081-5/+8
| | | | | - new module authentication
* first 'manage interface' implementatiimplementationDamien Chaumette2004-01-081-6/+175
|
* (configure_net)Thierry Vignaud2004-01-081-11/+12
| | | | | | - make buttons smaller - follow button std order
* move all options parsing pieces togetherThierry Vignaud2004-01-081-2/+1
|
* restore exit_dialogsubThierry Vignaud2004-01-081-1/+1
|
* (configure_net)Thierry Vignaud2004-01-081-10/+7
| | | | | | | when there's no connection: - fix message for new drakconnect scheme - shrink code by reusing interactive