Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | fixes with new urpm library of urpmi. | Francois Pons | 2002-07-18 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | Damien Chaumette | 2002-07-17 | 2 | -0/+0 | |
| | ||||||
* | *** empty log message *** | Damien Chaumette | 2002-07-17 | 2 | -0/+0 | |
| | ||||||
* | Big Xconfigurator.pm cleanup/rework | Pascal Rigaux | 2002-07-17 | 1 | -36/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use $X instead of $o (to avoid name conflict with DrakX's $o) - {flag}{noclockprobe} unused, dropping it - rename {memory} into "VideoRam" - rename {ramdac} into {Ramdac} - rename {chipset} into {Chipset} - rename {clockchip} into {Clockchip} - rename {keyboard}{xkb_model} into {keyboard}{XkbModel} - rename {keyboard}{xkb_keymap} into {keyboard}{XkbLayout} - drop {mouse}{chordmiddle} (obsolete) - drop {mouse}{cleardtrrts} (obsolete, was not written to XF4 config) - &testConfig is unused, removing it - as a concequence, {clocklines} is never set, dropping it - when UNSUPPORTED remove {driver}, instead of setting {flag}{unsupported} - Cards+ now only provide {Chipset} for cards needing it => {flag}{needChipset} not needed anymore - moved setting needVideoRam in Cards+ (via NEEDVIDEORAM) (hoping it will work: since the regexp was broken, it was never done. (it was applied on the module field of pcitable, instead of the description)) - dropped modelines_text_Trident_TG_96xx case (it has never been used) - rename %xkb_options into %XkbOptions - rename {DRI_glx} into {DRI_GLX}, the value now comes from Cards+ instead of regexp'ing {identifier} - rename {Utah_glx} into {UTAH_GLX}, the value now comes from Cards+ instead of regexp'ing {identifier} - rename {Utah_glx_EXPERIMENTAL} into {UTAH_GLX_EXPERIMENTAL}, the value now comes from Cards+ instead of regexp'ing {identifier} - very_bad_card and bad_card are now the same, the value now comes from Cards+ (BAD_FB_RESTORE & BAD_FB_RESTORE_XF3) - drop unused @accelservers - remove $modelines_text_apple, use $modelines_text_ext instead - don't use a <Section "Modes"> together with <UseModes "Mac Modes">, put directly modelines in Section "Monitor" (why should ppc behave differently than others!?) - replace (conflicting) ModeLines "1280x1024 @ 74 Hz" and "1280x1024 @ 76 Hz" with "1280x1024 @ 75 Hz" (from ddcxinfos) - drop ModeLine "640x480 @ 72 Hz" (it conflicts, and anyway, it has no real use nowadays :) - drop comments about HorizSync, VertRefresh and ModeLine's from XF86Config - drop many unneeded stuff from XF86Config: AutoRepeat, Xqueue, Xleds, NoTrapSignals, XkbTypes, XkbKeycodes, XkbCompat, XkbRules, LeftAlt/RightAlt/ScrollLock/RightCtl - drop section comments from XF86Config - drop XF86_Mono configuration (it doesn't work anyway, seems like it needs a special ModeLine?) - drop 320x200 with XF86_SVGA (who can use this!?) - do not write Screen section "accel" if the server configured is not an accel one - drop the "Generic VGA" Device section for XF4 (this device is unused) - drop {monitor}{vendor}, {monitor}{model}, {card}{vendor}, {card}{model}, {card}{board} (only description strings, not useful for running the server) - use x_res instead of wres for things like 1024 in 1024x768 | |||||
* | re-write the part setting the security admin | Christian Belisle | 2002-07-16 | 1 | -38/+7 | |
| | ||||||
* | o finish moving draknet to drakconnect in standalone | Damien Chaumette | 2002-07-16 | 3 | -3/+3 | |
| | ||||||
* | fix "$" in translated string | Pascal Rigaux | 2002-07-16 | 1 | -1/+1 | |
| | ||||||
* | - isStandalone is set in standalone.pm, removed. | Daouda Lo | 2002-07-15 | 1 | -1/+0 | |
| | ||||||
* | - isStandalone is set in standalone.pm, removed | Daouda Lo | 2002-07-15 | 1 | -1/+0 | |
| | ||||||
* | - set isStandalone to 1 to center wait messages | Daouda Lo | 2002-07-15 | 1 | -0/+2 | |
| | ||||||
* | added patch from imz@altlinux.ru | Francois Pons | 2002-07-15 | 1 | -0/+20 | |
| | ||||||
* | - draknet_conf to drakconnect_conf | Damien Chaumette | 2002-07-12 | 1 | -6/+6 | |
| | ||||||
* | - draknet png renaming | Damien Chaumette | 2002-07-12 | 2 | -0/+0 | |
| | ||||||
* | - changing draknet to drakconnect | Damien Chaumette | 2002-07-12 | 2 | -0/+0 | |
| | ||||||
* | draknet is dead; viva el drakconnect | Thierry Vignaud | 2002-07-11 | 1 | -694/+0 | |
| | ||||||
* | update copyright | Thierry Vignaud | 2002-07-11 | 1 | -1/+1 | |
| | ||||||
* | changing draknet name to drakconnect | Damien Chaumette | 2002-07-11 | 1 | -0/+694 | |
| | ||||||
* | perltidy parsing. | Sebastien Dupont | 2002-07-11 | 2 | -2761/+4866 | |
| | ||||||
* | readd icons | Thierry Vignaud | 2002-07-10 | 26 | -0/+0 | |
| | ||||||
* | readd icons | Thierry Vignaud | 2002-07-10 | 26 | -0/+0 | |
| | ||||||
* | - code update | Daouda Lo | 2002-07-10 | 1 | -5/+5 | |
| | | | | | - use local http server for test. | |||||
* | - redirect stderr | Thierry Vignaud | 2002-07-09 | 1 | -5/+1 | |
| | | | | | - remove old commented stuff | |||||
* | - configurator got displayed | Thierry Vignaud | 2002-07-09 | 1 | -19/+19 | |
| | | | | | - move timeout around configurator asking (still not 100% ok) | |||||
* | time out after 200 seconds | Thierry Vignaud | 2002-07-09 | 1 | -1/+6 | |
| | ||||||
* | fix boot freeze on hw change: initscript was running us with stdout | Thierry Vignaud | 2002-07-09 | 2 | -13/+58 | |
| | | | | | redirected to /dev/null; just use a small sh wrapper to fix it | |||||
* | no need to 'use strict' in "binary" | Thierry Vignaud | 2002-07-08 | 1 | -1/+0 | |
| | ||||||
* | - only work on start | Thierry Vignaud | 2002-07-08 | 1 | -1/+9 | |
| | | | | | | - add "please wait" message - really don't cry when no previous config | |||||
* | skip configuration on firt run | Thierry Vignaud | 2002-07-08 | 1 | -1/+2 | |
| | ||||||
* | skip hw classes without configurator (which'll have a configurator | Thierry Vignaud | 2002-07-08 | 1 | -0/+1 | |
| | | | | | after porting updfstab) | |||||
* | - detect package automatically when app is chosen | Daouda Lo | 2002-07-08 | 1 | -7/+12 | |
| | ||||||
* | - fix options handling | Thierry Vignaud | 2002-07-08 | 1 | -6/+5 | |
| | | | | | | - use "perl -w" - s/bttv/harddrake::bttv/ due to recent changes | |||||
* | - standalone app | Daouda Lo | 2002-07-08 | 1 | -0/+127 | |
| | ||||||
* | various cleanups: | Thierry Vignaud | 2002-07-08 | 3 | -6/+4 | |
| | | | | | | | | - move all harddrake modules to harddrake namespace - replace two use by require so that it's not done at compil time but at runtime - there was a missing $ in harddrake::ui.pm | |||||
* | add harddrake2 icons | Thierry Vignaud | 2002-07-06 | 26 | -0/+0 | |
| | ||||||
* | add missing 'use lib' due to harddrak::ui changes | Thierry Vignaud | 2002-07-06 | 1 | -0/+1 | |
| |