summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* fix $'s in i18n'ed stringsPascal Rigaux2002-08-201-6/+6
|
* when restarting X, don't kill kdm/gdm/xdm, they don't need this (worse, they ↵Pascal Rigaux2002-08-201-1/+1
| | | | don't respawn)
* a tool for bootsplash theme creationJonathan Gotti2002-08-201-0/+544
|
* remove unused subsStew Benedict2002-08-201-651/+540
| | | | | | disable forced "backup before restore" that erases previous backup more work towards tracking backed up files for future recovery
* s/progess/progress/ (Arpad Biro)Thierry Vignaud2002-08-191-3/+3
|
* - draksec is now in his own packageChristian Belisle2002-08-191-26/+0
|
* - harddrake::bttv is renamed harddrake::v4lThierry Vignaud2002-08-161-16/+15
| | | | | | | | | | - harddrake::v4l handle saa7134 too now (and not only bttv) - harddrake::v4l::config need a new driver parameter in order to be able to offer the right cards and tuners list - drakxtv: kill some old comments - add the list of cards supported by saa7134 - add a not to remember a potentiel speedup
* Allow non-root user to use program with personal config.Stew Benedict2002-08-151-151/+341
| | | | | | | | | Finish multisession support. Fix various crash scenarios in GUI in restore mode. Fix user restore mode to restore only what is requested. View archive contents before restore, user & sys mode. Add explanation of config file options for non-X users.
* - explanationsDaouda Lo2002-08-151-0/+1
|
* - add --incident : could be used by signal catcher to launch drakbugDaouda Lo2002-08-151-1/+11
| | | | | when app crash
* disable embedding of WebDAV configuration since it is brokenPascal Rigaux2002-08-141-0/+2
|
* $all_hds->{hds} must be filled in any case, not only in --hdPascal Rigaux2002-08-141-4/+1
|
* undo advanced_what_user I broke perl_checkingStew Benedict2002-08-141-13/+43
| | | | | multisession CD support
* rough WebDAV guiPascal Rigaux2002-08-131-1/+4
|
* check the config file isn't emptyThierry Vignaud2002-08-131-1/+1
|
* add "Australian Optus cable TV" support (need xawtv <= 3.76)Thierry Vignaud2002-08-131-0/+1
|
* GUI fixes, scp, rsync, webDAV, CD, tape support.Stew Benedict2002-08-101-520/+928
| | | | | | | | | Consolidate all net methods into one configure screen. Daemon mode, email fixed. Ran perl_checker and corrected. GUI feedback during various backup modes and result report. CD/Tape drive/media detection. Start to look at cataloging runs for locating restore media.
* - fix detecting use of MD5 and shadow passwordsPascal Rigaux2002-08-081-4/+4
| | | | | - cosmetic move of any::addUsers
* typo, change /etc/exports explanation in helpStew Benedict2002-08-061-1/+4
|
* - rename scanner::findScannerUsbport as scanner::detectThierry Vignaud2002-08-061-2/+2
| | | | | | as in mouse.pm - scanner::detect : detect SCSI scanners too
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-0515-36/+34
| | | | | (so that 'use strict' works)
* english fixesThierry Vignaud2002-08-051-2/+2
|
* - do not show empty wizard when save button clicked.Daouda Lo2002-08-051-12/+12
|
* - cleanup (remove all sms stuffs: code and labels)Daouda Lo2002-08-051-21/+10
| | | | | - do not expand mail address
* a few more fixes (thanks Jure Repinc & Richard Burt)Pascal Rigaux2002-08-051-3/+2
|
* kill $Log (487 useless lines supressed from drakxtools)Thierry Vignaud2002-08-054-458/+0
|
* - expand $email in cron scriptDaouda Lo2002-08-021-0/+6
|
* - disable sms alerts (free sms site too complicated toDaouda Lo2002-08-021-22/+30
| | | | | | | | | handle). Postponed - mail service should work now - clean up code - give the correct right to cron file to work correctly - fix titi mess
* minor bugfix in calling bootloader::readJonathan Gotti2002-08-021-1/+2
|
* - avoiding looping indefinitalely when selecting items in comboDaouda Lo2002-08-021-10/+15
|
* - add commandline arguments: drakbug --report name_appDaouda Lo2002-08-021-18/+27
|
* - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD}Pascal Rigaux2002-08-011-34/+41
| | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE
* perl_checker fixesThierry Vignaud2002-08-011-3/+3
|
* remove obsolote fileThierry Vignaud2002-08-011-53/+0
|
* perl_checker fixesThierry Vignaud2002-08-011-70/+73
|
* perl_checker fixesThierry Vignaud2002-08-011-87/+87
|
* perl_checker fixesThierry Vignaud2002-08-013-28/+31
|
* export licenseThierry Vignaud2002-08-011-1/+1
|
* move embedded and standalone managment from harddrake::ui toThierry Vignaud2002-08-011-1/+8
| | | | | standalone/harddrake2
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-3121-28/+22
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* - add non-wizard ability to XFdrakePascal Rigaux2002-07-311-2/+13
| | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :)
* what is needed for usbmouse is "hid mousedev usbmouse" not the weird ↵Pascal Rigaux2002-07-311-2/+2
| | | | "serial_usb"
* use configure_chooser when there is an existing configurationPascal Rigaux2002-07-311-2/+7
|
* - many changesDaouda Lo2002-07-311-37/+70
| | | | | | - command line support (--report name_of_program), to be used in tools - ergonomy fixes (use table to align widget correctly)
* make new perl_checker happyPascal Rigaux2002-07-313-10/+14
|
* - complete re-writeChristian Belisle2002-07-301-8/+2
|
* never EVER put $xxxx in to-be-translated strings!!Pascal Rigaux2002-07-301-2/+2
|
* don't translate useless strings (here: "\n")Thierry Vignaud2002-07-301-1/+1
|
* deush need to learn englishThierry Vignaud2002-07-301-2/+2
|
* use $o->{interactiveSteps} instead of ↵Pascal Rigaux2002-07-301-6/+6
| | | | @install_steps_auto_install::graphical_steps