Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - clean up embedding; since socket get automatically destroyed on child exit | Thierry Vignaud | 2003-02-24 | 12 | -32/+15 |
| | | | | | | | | | | and since they emit plug-removed at that moment, it's just cleaner to centralize/consolidate the child exit 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 'USR1', $::CCPID;" - drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment | ||||
* | - untabify | Thierry Vignaud | 2003-02-24 | 1 | -10/+7 |
| | | | | | | - hide devices which has no driver or whose driver is an url, a graphic server and consolidate the test by the way | ||||
* | prefix devfs device name with "/dev/" too | Thierry Vignaud | 2003-02-24 | 1 | -1/+3 |
| | |||||
* | updated Welsh, Greek, Swedish and Chinese files | Pablo Saratxaga | 2003-02-24 | 8 | -2384/+5353 |
| | |||||
* | improved default fonts for KDE, completed the geographic location | Pablo Saratxaga | 2003-02-24 | 1 | -36/+41 |
| | | | | | by continent for a few remaining country codes | ||||
* | Fixed wait message not embedded in drakconf. | Till Kamppeter | 2003-02-23 | 1 | -0/+1 |
| | |||||
* | Several bug fixes on printerdrake | Till Kamppeter | 2003-02-23 | 2 | -11/+39 |
| | | | | | | | | | | | | | - "BrowsePoll <IP>:<Port>" needs "Browsing On" in /etc/cups/cupsd.conf. - If the same printer model is once on the parallel port and second on USB, there was a new USB queue created on every start of Printerdrake. - Now CUPS is restarted whenever a new USB print queue is set up so that CUPS can provide the model-related USB URI. - Made sure that the default printer is defined and that it is an existing queue so that during installation printerdrake does not show a line only containing " (Default)" in the list of installed printers. - Cleaned up data structure after automatic queue generation. | ||||
* | use output_p() instead of output() for /etc/ntp/step-tickers | Pascal Rigaux | 2003-02-23 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-02-23 | 1 | -1/+55 |
| | |||||
* | Fixed bug of printerdrake loosing the printer queue info during the | Till Kamppeter | 2003-02-23 | 2 | -55/+99 |
| | | | | | | | preparation of the "Summary" window (only if there are local printers). No the printer queue entries should not be empty when clicking on "Configure" in the "Printer" part of the "Summary" window. | ||||
* | (migrate_files): check return values (fixes bug #2170) | Pascal Rigaux | 2003-02-23 | 1 | -2/+2 |
| | |||||
* | in $::expert, use a SpinButton instead of HScale for type "range" | Pascal Rigaux | 2003-02-22 | 1 | -3/+4 |
| | | | | | (useful in diskdrake to enter the partition size directly) | ||||
* | updated pot file | Pablo Saratxaga | 2003-02-22 | 3 | -3/+3 |
| | |||||
* | changed an English string | Pablo Saratxaga | 2003-02-22 | 1 | -1/+1 |
| | |||||
* | ensure galaxy-kde is installed together with kdebase | Pascal Rigaux | 2003-02-22 | 1 | -1/+1 |
| | |||||
* | (test_for_bad_drives): don't open in write mode when testing | Pascal Rigaux | 2003-02-22 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-02-21 | 1 | -1/+248 |
| | |||||
* | 4mdk | Damien Chaumette | 2003-02-21 | 1 | -1/+4 |
| | |||||
* | $isdn->{is_light} wasn't set while using autodetection, rpm wasn't installed | Damien Chaumette | 2003-02-21 | 1 | -1/+2 |
| | |||||
* | updated Estonian and Dutch files | Pablo Saratxaga | 2003-02-21 | 3 | -0/+16 |
| | |||||
* | - Fixed text of "Refresh printer list" button when list is empty. | Till Kamppeter | 2003-02-21 | 1 | -454/+458 |
| | | | | | | - Let printerdrake clean up its datastructure after auto-installing printers in the beginning of the "Summary" installation step. | ||||
* | embedded should segfault a bit less if I don't let the embedded | Guillaume Cottenceau | 2003-02-21 | 1 | -2/+2 |
| | | | | | window creation destroy the destroy handler | ||||
* | oups... hu... nothing | Damien Chaumette | 2003-02-21 | 2 | -3/+1 |
| | |||||
* | get back password input for adsl | Damien Chaumette | 2003-02-21 | 1 | -0/+2 |
| | |||||
* | no need to use regexp | Damien Chaumette | 2003-02-21 | 1 | -1/+1 |
| | |||||
* | (ask_standalone_gtk): ensure popup is not destroyed more than once | Pascal Rigaux | 2003-02-21 | 1 | -1/+1 |
| | |||||
* | "Generate auto install floppy" and "Save packages selection" are now ↵ | Pascal Rigaux | 2003-02-21 | 1 | -4/+2 |
| | | | | available in advanced | ||||
* | fix setting the image & colors in resolution chooser | Pascal Rigaux | 2003-02-21 | 1 | -6/+6 |
| | |||||
* | - make it the same range as colors.png and colors8.png | Pascal Rigaux | 2003-02-21 | 1 | -0/+0 |
| | | | | | - it is a 64 colors image (note that colors8 is 16 colors) | ||||
* | updated Danish file | Pablo Saratxaga | 2003-02-21 | 3 | -101/+101 |
| | |||||
* | when isEmbedded, use $::WizardTable to allow non pop_it when not visible | Pascal Rigaux | 2003-02-21 | 1 | -6/+11 |
| | |||||
* | workaround what seems to be a gtk bug (#1445) | Guillaume Cottenceau | 2003-02-21 | 1 | -2/+7 |
| | | | | | | | gtk seems to loop (and take 100% user cpu) when I change the pixbuf of a gtkcellrendererpixbuf in a treeview that is not currently displayed | ||||
* | fixed a typo | Pablo Saratxaga | 2003-02-21 | 1 | -1/+1 |
| | |||||
* | use test_for_bad_drives even after install (esp. to detect removed usb-storage | Pascal Rigaux | 2003-02-21 | 1 | -1/+1 |
| | | | | | devices still visible in /proc/scsi/scsi) | ||||
* | add isdn check in get_net_device | Florin Grad | 2003-02-21 | 1 | -0/+2 |
| | |||||
* | fix typos | Pascal Rigaux | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | perl_checker | Stew Benedict | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | Finish gtk2 port. | Stew Benedict | 2003-02-20 | 1 | -17/+23 |
| | |||||
* | don't vivify @cards | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | warn non-ascii chars in mount point (cf bug #1588) | Pascal Rigaux | 2003-02-20 | 1 | -0/+1 |
| | |||||
* | have ask_okcancel instead of ask_warn on cdie's | Pascal Rigaux | 2003-02-20 | 1 | -5/+7 |
| | |||||
* | allow Cancel in setupBootloader__entries | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | add catch_cdie's around fsedit::check_mntpoint and fsedit::add | Pascal Rigaux | 2003-02-20 | 1 | -2/+8 |
| | |||||
* | use cdie instead of die for warnings | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | oops i didn't understand the internals of wait_message hence breaking it. ↵ | Guillaume Cottenceau | 2003-02-20 | 2 | -6/+6 |
| | | | | hopes that will fix. | ||||
* | fix $check_complete use in gtk summary | Pascal Rigaux | 2003-02-20 | 1 | -4/+1 |
| | |||||
* | cows go møøh | Guillaume Cottenceau | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | fix florin: replace $prefix with $::prefix | Pascal Rigaux | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | update 2 rules for the pptp dsl internet connection | Florin Grad | 2003-02-20 | 1 | -2/+5 |
| | |||||
* | use detect_devices::pcmcia_probe() instead of detect_devices::probeall() | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| |