Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 15 | -36/+34 |
| | | | | | (so that 'use strict' works) | ||||
* | english fixes | Thierry Vignaud | 2002-08-05 | 1 | -2/+2 |
| | |||||
* | - do not show empty wizard when save button clicked. | Daouda Lo | 2002-08-05 | 1 | -12/+12 |
| | |||||
* | - cleanup (remove all sms stuffs: code and labels) | Daouda Lo | 2002-08-05 | 1 | -21/+10 |
| | | | | | - do not expand mail address | ||||
* | a few more fixes (thanks Jure Repinc & Richard Burt) | Pascal Rigaux | 2002-08-05 | 1 | -3/+2 |
| | |||||
* | kill $Log (487 useless lines supressed from drakxtools) | Thierry Vignaud | 2002-08-05 | 4 | -458/+0 |
| | |||||
* | - expand $email in cron script | Daouda Lo | 2002-08-02 | 1 | -0/+6 |
| | |||||
* | - disable sms alerts (free sms site too complicated to | Daouda Lo | 2002-08-02 | 1 | -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::read | Jonathan Gotti | 2002-08-02 | 1 | -1/+2 |
| | |||||
* | - avoiding looping indefinitalely when selecting items in combo | Daouda Lo | 2002-08-02 | 1 | -10/+15 |
| | |||||
* | - add commandline arguments: drakbug --report name_app | Daouda Lo | 2002-08-02 | 1 | -18/+27 |
| | |||||
* | - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD} | Pascal Rigaux | 2002-08-01 | 1 | -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 fixes | Thierry Vignaud | 2002-08-01 | 1 | -3/+3 |
| | |||||
* | remove obsolote file | Thierry Vignaud | 2002-08-01 | 1 | -53/+0 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -70/+73 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -87/+87 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 3 | -28/+31 |
| | |||||
* | export license | Thierry Vignaud | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | move embedded and standalone managment from harddrake::ui to | Thierry Vignaud | 2002-08-01 | 1 | -1/+8 |
| | | | | | standalone/harddrake2 | ||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 21 | -28/+22 |
| | | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ | ||||
* | - add non-wizard ability to XFdrake | Pascal Rigaux | 2002-07-31 | 1 | -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 Rigaux | 2002-07-31 | 1 | -2/+2 |
| | | | | "serial_usb" | ||||
* | use configure_chooser when there is an existing configuration | Pascal Rigaux | 2002-07-31 | 1 | -2/+7 |
| | |||||
* | - many changes | Daouda Lo | 2002-07-31 | 1 | -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 happy | Pascal Rigaux | 2002-07-31 | 3 | -10/+14 |
| | |||||
* | - complete re-write | Christian Belisle | 2002-07-30 | 1 | -8/+2 |
| | |||||
* | never EVER put $xxxx in to-be-translated strings!! | Pascal Rigaux | 2002-07-30 | 1 | -2/+2 |
| | |||||
* | don't translate useless strings (here: "\n") | Thierry Vignaud | 2002-07-30 | 1 | -1/+1 |
| | |||||
* | deush need to learn english | Thierry Vignaud | 2002-07-30 | 1 | -2/+2 |
| | |||||
* | use $o->{interactiveSteps} instead of ↵ | Pascal Rigaux | 2002-07-30 | 1 | -6/+6 |
| | | | | @install_steps_auto_install::graphical_steps | ||||
* | - fix using deprecated Xconfig.pm | Pascal Rigaux | 2002-07-29 | 1 | -42/+18 |
| | | | | | | | | - document dam's hack for test mouse - cleanup - don't bother reading XFree mouse config (using keep_auxmouse_unchanged of mouse::write_conf) | ||||
* | make perl_checker happy | Pascal Rigaux | 2002-07-29 | 1 | -0/+2 |
| | |||||
* | (ask_for_X_restart): make it work | Pascal Rigaux | 2002-07-29 | 1 | -3/+4 |
| | |||||
* | read and wrote /etc/modules.conf | Thierry Vignaud | 2002-07-29 | 1 | -0/+2 |
| | |||||
* | - adapt to new Xconfig modules | Pascal Rigaux | 2002-07-28 | 1 | -28/+74 |
| | | | | | - try out the new "XFdrake resolution" and "XFdrake monitor" that'll get into DrakConf soon | ||||
* | Numerous GUI crash fixes, oddities. Install needed packages. Fix email, ↵ | Stew Benedict | 2002-07-28 | 1 | -4106/+2748 |
| | | | | | | | | daemon modes. Add rsync, webdav, cd, tape capabilities. Consolidate net method setup screens. Add CD device capability query. | ||||
* | Check for/install terminal-server and friends. More intelligent error ↵ | Stew Benedict | 2002-07-28 | 1 | -19/+33 |
| | | | | | | | message when mkisofs fails. Cleanup code for use strict. Fix crash when no backup dhcpd.conf. | ||||
* | - add browser list in case BROWSER env var isn't set | Daouda Lo | 2002-07-26 | 1 | -2/+7 |
| | |||||
* | - more consistency when back button hit in wizard mode | Daouda Lo | 2002-07-26 | 1 | -2/+9 |
| | | | | | - back button at last stage. | ||||
* | - don't display services that are not installed | Daouda Lo | 2002-07-25 | 1 | -17/+29 |
| | | | | | | - word wrap string correctly - cleanup | ||||
* | merge timeout and cancel cases | Thierry Vignaud | 2002-07-25 | 1 | -3/+1 |
| | |||||
* | simplify: | Thierry Vignaud | 2002-07-25 | 1 | -5/+1 |
| | | | | | | | - we don't need to set media_type, we don't use it - mouse and mass storage media use the same key, let merge their code path | ||||
* | use Xconfig::xfree to set the XkbLayout (better should&will come) | Pascal Rigaux | 2002-07-24 | 1 | -19/+8 |
| | |||||
* | - Big Move 1: interactive::* hierarchy | Thierry Vignaud | 2002-07-23 | 8 | -11/+17 |
| | |||||
* | faster service startup | Thierry Vignaud | 2002-07-23 | 1 | -11/+8 |
| | |||||
* | - complete app list | Daouda Lo | 2002-07-20 | 1 | -10/+15 |
| | |||||
* | rename $i in $X (to have the same as Xconfigurator.pm) | Pascal Rigaux | 2002-07-19 | 1 | -6/+6 |
| | |||||
* | - any::setup_thiskind_backend changed in any::load_category_no_message | Damien Chaumette | 2002-07-19 | 1 | -1/+1 |
| | |||||
* | don't pass the prefix parameter, not needed/wanted anymore | Pascal Rigaux | 2002-07-18 | 1 | -1/+1 |
| | |||||
* | create the main() function in security.pm | Christian Belisle | 2002-07-18 | 1 | -36/+4 |
| |