summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* fix embedding:Thierry Vignaud2004-01-121-2/+2
| | | | | | - prevent subwindows being too small - prevent subwindows breaking when canceled
* don't print refs in log when output is redirectedPascal Rigaux2004-01-121-5/+5
| | | | | (nice patch from blino :)
* update from sunny@opencurve.orgPascal Rigaux2004-01-121-42/+53
|
* allow a range of ports (anthill bug #267)Pascal Rigaux2004-01-121-3/+8
|
* big pot file updatePablo Saratxaga2004-01-102-21134/+21122
|
* fixed typosPablo Saratxaga2004-01-102-2/+2
|
* fix changelogThierry Vignaud2004-01-101-2/+2
|
* one more fixThierry Vignaud2004-01-101-0/+1
|
* fix drakboot --boot embeddingThierry Vignaud2004-01-091-1/+0
|
* 9.3-16mdkThierry Vignaud2004-01-091-1/+5
|
* handle exceptions with Glib-1.020/Gtk2-1.022Thierry Vignaud2004-01-091-0/+1
|
* fix wizard when logdrake is embededThierry Vignaud2004-01-091-0/+1
|
* 9.3-15mdkThierry Vignaud2004-01-091-2/+39
|
* (gtktext_insert) make it works with both Glib-0.95/Gtk2-0.95 andThierry Vignaud2004-01-091-2/+1
| | | | | Glib-1.020/Gtk2-1.022
* - apply and ok button now workingDamien Chaumette2004-01-091-20/+39
| | | | | - some clean up
* *** empty log message ***Pascal Rigaux2004-01-091-1/+71
|
* new do_pkgs package which get rid of pkgs_interactive::* which was in ↵Pascal Rigaux2004-01-093-129/+224
| | | | | | | install_any and standalone, and partially duplicated
* - remove network support from pcmcia.imgPascal Rigaux2004-01-091-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 Rigaux2004-01-091-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 Rigaux2004-01-091-0/+1
|
* share translations with harddrakeThierry Vignaud2004-01-091-8/+10
|
* when not enough room on a .img, generate a file explaining the modules, theirPascal Rigaux2004-01-091-2/+14
| | | | | size, their usage in pcitable
* information box fully fonctionnal for ethernet cardsDamien Chaumette2004-01-091-28/+35
|
* enable other packages to override libDrakx translations with thoseThierry Vignaud2004-01-091-1/+1
| | | | | | from their own domains (eg: prevent mcc to display "partition de demarrage" instead of "demarrage" in french for "boot" ...)
* get translated strings in directory gi/perl-install to have xxx.pm instead ↵Pascal Rigaux2004-01-091-4/+5
| | | | of ../../xxx.pm
* http://serv.mydomain/pub/install must get split into server:serv.mydomain andPascal Rigaux2004-01-091-104/+1
| | | | | directory:/pub/install, and not directory:pub/install
* tag megaraid controllers as scsi onesThierry Vignaud2004-01-091-2/+2
|
* perl_checker compliancePascal Rigaux2004-01-091-1/+1
|
* simplify, cleanupPascal Rigaux2004-01-091-23/+10
|
* simplifyPascal Rigaux2004-01-091-6/+2
|
* remove a few other SIG{__DIE__}Pascal Rigaux2004-01-092-4/+0
|
* - informations afford copy/paste (mac address)Damien Chaumette2004-01-081-30/+27
| | | | | | - add module name to informations - perl_checker compliant
* *** empty log message ***Pascal Rigaux2004-01-081-1/+182
|
* no need to log the error twice, errorInStep will take care of itPascal Rigaux2004-01-081-1/+0
|
* display the errorPascal Rigaux2004-01-082-1/+3
|
* better override formatError than replacing all the formatError with ↵Pascal Rigaux2004-01-081-3/+4
| | | | | | | formatError_and_log (goal: get log'ing even now that SIG{__DIE__} is not there anymore)
* - integrate chkauth (which is now deprecated)Pascal Rigaux2004-01-085-106/+251
| | | | | - new module authentication
* add formatError_and_log (to get log'ing even now that SIG{__DIE__} is not ↵Pascal Rigaux2004-01-081-1/+7
| | | | there anymore)
* add a separator below buttons on fredc requestThierry Vignaud2004-01-081-13/+16
|
* fordward sagem net_cnx_up fixThierry Vignaud2004-01-081-4/+4
|
* perl_checker compliancePascal Rigaux2004-01-082-4/+6
|
* first 'manage interface' implementatiimplementationDamien Chaumette2004-01-081-6/+175
|
* authentification is french, the english word is authenticationPascal Rigaux2004-01-082-2/+2
|
* i thought stage1 didn't call runinstall2 anymore... what's wrong with me??Pascal Rigaux2004-01-081-0/+1
|
* (configure_net)Thierry Vignaud2004-01-081-11/+12
| | | | | | - make buttons smaller - follow button std order