summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* 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
|
* - 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)
* Fix daemon behavior, cron warnings. Anthill bug #204.Stew Benedict2003-12-181-13/+7
|
* perl_checker fixesThierry Vignaud2003-12-181-3/+3
|
* fix previous button place at install timeThierry Vignaud2003-12-181-1/+1
|
* fix spurious previous button at install time on wizards' first stepsThierry Vignaud2003-12-181-1/+6
|
* - Added button for installing/updating firmware in main window (only ifTill Kamppeter2003-12-182-39/+167
| | | | | | appropriate scanner is present). - Fixed small bug in building ScannerDB file from SANE description files.
* undeushize debug statementThierry Vignaud2003-12-171-1/+0
|
* no stock itemsThierry Vignaud2003-12-171-3/+3
|
* Temporary reinstall kdebase-kdm when KDE is installed to allow lock to workDavid Baudens2003-12-171-1/+1
|
* fix wrong message in error patch (catched by new perl_checker)Thierry Vignaud2003-12-171-2/+2
|
* updated pot filePablo Saratxaga2003-12-172-78/+278
|
* fix text layout by wrapping textThierry Vignaud2003-12-161-1/+1
|
* separate version/author/... from the license by spaceThierry Vignaud2003-12-161-1/+1
|
* reuse new wizard frameworkThierry Vignaud2003-12-161-60/+63
|
* - consolidate code from drakwizard for reussage by drakxtools wizard:Thierry Vignaud2003-12-161-0/+137
| | | | | | | | add a wizard layer on top of interactive that do proper backward/forward stepping for us - add documentation - remove useless fixed_{var|list}
* launch as shellNicolas Planel2003-12-161-1/+1
|
* fix bug (detected by perl_checker!)Pascal Rigaux2003-12-151-1/+1
|
* remove () to be perl_checker compliantNicolas Planel2003-12-151-1/+1
|
* generate modprobe.conf when writing modules.confNicolas Planel2003-12-151-0/+3
|
* Add kontactDavid Baudens2003-12-151-0/+1
|