Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - add get_info_from_fstab() | Pascal Rigaux | 2003-02-27 | 1 | -1/+1 | |
| | | | | | - use it when reading existing fstab (to get for example devfs mount) | |||||
* | allow removing device "non kudzu flagged" (for harddrake) | Pascal Rigaux | 2003-02-27 | 1 | -3/+4 | |
| | ||||||
* | handle configurators with options (eg: "diskdrake --removable=scd0") | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 | |
| | ||||||
* | Do not ask for the port when the user has chosen an HP MF device as scanner ↵ | Till Kamppeter | 2003-02-27 | 1 | -4/+4 | |
| | | | | model. | |||||
* | fix too big internet configuration window | Thierry Vignaud | 2003-02-27 | 1 | -43/+46 | |
| | ||||||
* | fix embedding | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 | |
| | ||||||
* | make it fit in embedded mode, large enough else | Thierry Vignaud | 2003-02-27 | 1 | -21/+15 | |
| | ||||||
* | read more carefully the existing network configuration | Florin Grad | 2003-02-27 | 1 | -12/+11 | |
| | ||||||
* | - better check /sbin/ifconfig is executable rather than simply exists | Thierry Vignaud | 2003-02-27 | 1 | -3/+3 | |
| | | | | | - fix lan configuration window filling ... | |||||
* | fixed cancel on configure_net, fixed bad fields setted up in configure_lan, | Francois Pons | 2003-02-27 | 1 | -4/+2 | |
| | | | | | fixed Data::Dumper->Dump on stdout on startup. | |||||
* | fix scrolling when embedded | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 | |
| | ||||||
* | fix mousedrake in embedded mode | Guillaume Cottenceau | 2003-02-27 | 1 | -1/+6 | |
| | ||||||
* | the function is called read_dhcpd_conf not read_dhcpd_conf_raw | Florin Grad | 2003-02-27 | 1 | -9/+9 | |
| | ||||||
* | read the dhcpd conf file before hand | Florin Grad | 2003-02-27 | 1 | -11/+15 | |
| | ||||||
* | remove debugging print | Thierry Vignaud | 2003-02-27 | 1 | -1/+0 | |
| | ||||||
* | - gtk+2 port | Thierry Vignaud | 2003-02-27 | 1 | -260/+215 | |
| | | | | | | | | - clean the code through ugtk2 - too many fixes to count - clean, clean it, ... (thus shrinking the code by 20%) - ... | |||||
* | small perl_checker fix | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 | |
| | ||||||
* | - disable autologin settings when autologin is disabled | Thierry Vignaud | 2003-02-27 | 1 | -7/+12 | |
| | | | | | | - make embedded app look better - add vertical separators | |||||
* | - consolidate menu titles translations | Thierry Vignaud | 2003-02-27 | 1 | -26/+54 | |
| | | | | | | | | | - add two pull down menu that enable one to access options and help when embedded - (popup_menu) provide this callback for embedded pull down menus - cleanup various other embedding stuff - convert all object creations to gc blessed style | |||||
* | More gtk2 updates. May have finally suppressed the hanging. | Stew Benedict | 2003-02-27 | 1 | -172/+157 | |
| | ||||||
* | added code to handle more smootly if apache or apache-mod_perl is installed, or | Francois Pons | 2003-02-26 | 1 | -1/+1 | |
| | | | | | try using apache2. | |||||
* | untabify | Thierry Vignaud | 2003-02-26 | 1 | -1/+1 | |
| | ||||||
* | - kill used once only bootlook module | Thierry Vignaud | 2003-02-26 | 1 | -12/+309 | |
| | | | | | | | | - inline oneliners use only once - kill unused variables - strict pragma fixes - ... | |||||
* | fixed unablities to launch Internet configuration dialog. | Francois Pons | 2003-02-26 | 1 | -3/+5 | |
| | ||||||
* | add explicit probe for netcnx type. | Francois Pons | 2003-02-26 | 1 | -1/+3 | |
| | ||||||
* | on laurent request, strip the empty lines and add a end-of-line character on | Thierry Vignaud | 2003-02-26 | 1 | -1/+2 | |
| | | | | | last line | |||||
* | switched to apache2 instead of apache (avoid problem with apache-mod_perl). | Francois Pons | 2003-02-26 | 1 | -1/+1 | |
| | ||||||
* | - remove unused variable (hey perl_checker, why didn't you see it ?) | Thierry Vignaud | 2003-02-26 | 1 | -6/+6 | |
| | | | | | | - (rename_field) better use the parameter we passed than relying on $_ be set to the right value in that context even if it was correct | |||||
* | Gtk2 port. Bugzilla reports. Some perl_checker errors still, but cleaner. | Stew Benedict | 2003-02-26 | 1 | -179/+164 | |
| | | | | | (some are generated by calls from other modules used) | |||||
* | handle floppes, zip drives, dvd-rom, cdrom and burners at startup time | Thierry Vignaud | 2003-02-25 | 1 | -12/+13 | |
| | ||||||
* | do not display alternatives oss/alsa drivers if there's none | Thierry Vignaud | 2003-02-25 | 1 | -1/+2 | |
| | ||||||
* | - factorize code into harddrake::data::set_removable_configurator() | Thierry Vignaud | 2003-02-25 | 1 | -5/+8 | |
| | | | | | | | - really do not offer to configure module for removable devices - do not put zip drives in unknown devices class - reuse Yes|No translations in harddrake::ui | |||||
* | don't black out the screen if not needed | Thierry Vignaud | 2003-02-25 | 1 | -2/+3 | |
| | ||||||
* | - don't offer to configure module for removable media | Thierry Vignaud | 2003-02-25 | 1 | -2/+18 | |
| | | | | | | - usb devices (such as zip): display vendor, description and a more detailled media type | |||||
* | we already use diagnostics pragma, so -w will just slow down normal execution | Thierry Vignaud | 2003-02-25 | 1 | -1/+1 | |
| | ||||||
* | only list physically present floppies | Thierry Vignaud | 2003-02-25 | 1 | -1/+2 | |
| | ||||||
* | reuse MDK::Common | Thierry Vignaud | 2003-02-25 | 1 | -3/+1 | |
| | ||||||
* | - fix stupid copy 'n past of copyright header | Thierry Vignaud | 2003-02-25 | 1 | -3/+3 | |
| | | | | | - update copyright years | |||||
* | fix #???? : switch the "expert mode" toggle button label regarding the current | Thierry Vignaud | 2003-02-25 | 1 | -14/+18 | |
| | | | | | mode (beginner or expert) | |||||
* | display media capacity too (DVD and/or burning ability) | Thierry Vignaud | 2003-02-25 | 1 | -0/+1 | |
| | ||||||
* | - remove debug statements | Thierry Vignaud | 2003-02-24 | 1 | -3/+1 | |
| | | | | | - print an error message if we die on something other than wizcancel | |||||
* | fix mail alert generation | Thierry Vignaud | 2003-02-24 | 1 | -20/+19 | |
| | | | | | | | - do not crash without any message in strict mode (wizcancel die miscatched) - make the generated script be 'use strict' and perl_checker compliant | |||||
* | fix #1771 | Thierry Vignaud | 2003-02-24 | 1 | -11/+12 | |
| | ||||||
* | level should not be editable | Thierry Vignaud | 2003-02-24 | 1 | -0/+1 | |
| | ||||||
* | - fix packing (#1760) | Thierry Vignaud | 2003-02-24 | 1 | -5/+7 | |
| | | | | | | - --expert command line option switch to expert mode by default - only hide expert stuff if not in expert mode at startup | |||||
* | fix size when embedded | Thierry Vignaud | 2003-02-24 | 1 | -3/+4 | |
| | ||||||
* | looks better like this | Thierry Vignaud | 2003-02-24 | 1 | -4/+1 | |
| | ||||||
* | simplify | Thierry Vignaud | 2003-02-24 | 1 | -1/+1 | |
| | ||||||
* | fix embedding (even if we don't embbed it, it's better) | Thierry Vignaud | 2003-02-24 | 1 | -4/+6 | |
| | ||||||
* | - clean up embedding; since socket automatically emit plug-added gtk+ signal | Thierry Vignaud | 2003-02-24 | 7 | -13/+0 | |
| | | | | | | | | | | when plug is realize, it's just cleaner to centralize/consolidate the child embedding in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR2', $::CCPID;" - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw |