summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker fixesPascal Rigaux2004-01-059-9/+7
|
* updated pot filePablo Saratxaga2004-01-052-786/+1477
|
* only die if an error actually happened...Thierry Vignaud2004-01-051-1/+1
|
* use new wizards APIThierry Vignaud2004-01-051-1/+1
|
* get rid of val_refThierry Vignaud2004-01-051-7/+9
|
* the #-PO: comment must be before the N("...") with nothing in betweenPascal Rigaux2004-01-051-2/+2
|
* do not remve network interfaces in --testing modeThierry Vignaud2004-01-051-1/+1
|
* fix delete wizard stepsThierry Vignaud2004-01-051-7/+9
|
* grub altconfigfile is kind of brokenPascal Rigaux2004-01-021-6/+0
|
* fix ask_dir dialog (#6152)Guillaume Cottenceau2003-12-301-1/+4
|
* _ask_dir: when a directory is selected, need a / in between the "filename" ↵Guillaume Cottenceau2003-12-301-1/+1
| | | | and the "selection" (#6152)
* some suggestions from jmdault, perl_checkerStew Benedict2003-12-291-15/+22
|
* (wip but requested for string freeze)Thierry Vignaud2003-12-298-797/+1010
| | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs)
* fix typoThierry Vignaud2003-12-291-2/+1
|
* fix localedrake linkThierry Vignaud2003-12-291-2/+3
|
* - die if empty page name or if non existent page nameThierry Vignaud2003-12-291-10/+64
| | | | | | | | | | | | | - only safely return after "end" step has been reached - enable data to be a code ref to prevent ugly use of val_ref, list_ref, and the like - post callback now override "next" field - pass current step as an arg to "pre" callback - pass current step result as an arg to "post" callback - enhanced documentation - introduce safe_process() that smoothly exit on wizard cancel - support interactive_help_id for installer
* for removable devices, we've to remove/add them one by one, so whenThierry Vignaud2003-12-291-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 modeThierry Vignaud2003-12-291-1/+1
| | | | | (olivier blin)
* really display which devices were removedThierry Vignaud2003-12-291-1/+1
|
* add missing argumentThierry Vignaud2003-12-291-1/+1
|
* try to have a better layout (at least when embedded): let's have only oneThierry Vignaud2003-12-291-3/+5
| | | | | | scrollbar that scroll the whole window (in non embedded case, there's the problem of the scrolled window size...)
* fix to enable drakconnect to be run in "install" mode while being a standaloneThierry Vignaud2003-12-291-1/+1
| | | | | tool
* this duplicate is now uselessThierry Vignaud2003-12-291-7/+0
|
* - simplify button layoutThierry Vignaud2003-12-291-11/+20
| | | | | | - really pack the two button sets at edgee by packing them in two different hboxes with "start" and "end" grouping style
* - simplify button layoutThierry Vignaud2003-12-291-2/+2
| | | | | | - really pack the two button sets at edgee by packing them in two different hboxes with "start" and "end" grouping style
* add the waitkey option for keys that have problems to be detected at bootGuillaume Cottenceau2003-12-233-0/+3
|
* wip (for strings & interfaces)Thierry Vignaud2003-12-221-15/+374
|
* Changes to support new etherboot floppy image syntax and file locations.Stew Benedict2003-12-221-9/+10
| | | | | perl_checker conpliance.
* alias scannerdrake => drakscannerThierry Vignaud2003-12-221-0/+1
|
* 9.3-13mdkThierry Vignaud2003-12-221-2/+21
|
* 9.3-12mdkThierry Vignaud2003-12-221-2/+15
|
* try to use asprintf a bit (hope it doesn't segfault too much)Guillaume Cottenceau2003-12-223-11/+21
|
* http proxy support for ftp/http install contributed by Olivier Blin <blino ↵Guillaume Cottenceau2003-12-224-39/+103
| | | | at mandrake.org>
* don't disallow ctrl-alt-del in drakx mode (we don't have sysreqs)Guillaume Cottenceau2003-12-221-0/+2
|
* - fix drakperm losing added entries on mode switch (eg custom+system filter =>Thierry Vignaud2003-12-221-10/+16
| | | | | | | custom only filter) - make deletion robust (i do not understand how it has "tomber en marche" but indeed it worked)
* clean that crappy codeThierry Vignaud2003-12-221-23/+10
|
* prevent one to open zillions of sub dialogsThierry Vignaud2003-12-221-0/+2
|
* (mail alert wizard) properly handle faillureThierry Vignaud2003-12-221-6/+6
|
* perl_checker cleanupThierry Vignaud2003-12-221-1/+1
|
* support HIDIOCAPPLICATION ioctl tooThierry Vignaud2003-12-221-1/+1
|
* (mail alert wizard) check if it's a valid user if it's not an email)Thierry Vignaud2003-12-221-2/+3
|
* let a step name be a callback in order to be able to generate dynamicThierry Vignaud2003-12-211-1/+2
| | | | | | messages (in the past gettext was called at step time, but now it's called at wizard data structure compile time)
* do not show useless "ignore" button when requesting root password through kdesuThierry Vignaud2003-12-191-1/+1
|
* perl_checker fixesThierry Vignaud2003-12-191-3/+2
|
* push help menu at rightThierry Vignaud2003-12-191-1/+1
|
* fix layout:Thierry Vignaud2003-12-191-15/+16
| | | | | | - let it fit when embedded - move ok/cancel buttons out of the frame (thus nicely separate them)
* fix button layout when embedded: pack buttons box at bottomThierry Vignaud2003-12-192-7/+8
|
* reuse WrappedLabelThierry Vignaud2003-12-191-1/+1
|
* Remove some packagesDavid Baudens2003-12-191-5/+4
|
* (process) add val_ref and list_ref support to ease data manipulationThierry Vignaud2003-12-191-0/+2
| | | | | | (as wizard data structure is built early at compile time, ref on single values aren't any more valid when values are setted)