Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | *** empty log message *** | José Melo | 2006-01-22 | 1 | -31/+24 | |
| | ||||||
* | - Improvements and fixes on printer model/driver listing in | Till Kamppeter | 2006-01-21 | 1 | -13/+16 | |
| | | | | | | | | | | | | | | | | | printerdrake o Corrected handling of PPD links in Foomatic printer XML files, no the prinyer list entries have the correct model names of the Foomatic printer XML files and so PPDs linked to multiple printers appear with each linked printer in printerdrake. This also avoids duplicate "(Recommended)" tags for one printer (problem occured with HP LaserJet 1200). o Avoid duplicate PPD entries for Foomatic-generated PPDs and identical pre-generated Foomatic PPDs in /usr/share/cups/model. This problem occured when the hplip-hpijs-ppds package is installed. o Some polishing of list entries. o Reduced Perl warnings. | |||||
* | - Give priority to custom PPD file if printer queue record in | Till Kamppeter | 2006-01-20 | 1 | -9/+11 | |
| | | | | | | printerdrake is broken, use "Postscript" if Foomatic driver is wrongly set to "PPD", should fix bug #20028. | |||||
* | - Fixed HPLIP setup when setting up a printer without auto-detection | Till Kamppeter | 2006-01-20 | 1 | -18/+41 | |
| | | | | | (bug #20231). | |||||
* | - Moved loading of kernel modules before the port checking step, the | Till Kamppeter | 2006-01-20 | 2 | -7/+28 | |
| | | | | | | | | | | | | device file is usually generated when the module is loaded - Support for loading kernel modules only in case of a certain connection type (SCSI, USB, Parport). - Let kernel module only be added to /etc/modules and /etc/modprobe.preload if loading of the module with "modprobe" succeeded. - Do not die when loading of a kernel module does not succeed. - s/Hewlett Packard/Hewlett-Packard/ when generating ScannerDB. | |||||
* | handle new dmidecode output | Pascal Rigaux | 2006-01-20 | 1 | -5/+15 | |
| | ||||||
* | updated list of console keyboards | Pablo Saratxaga | 2006-01-19 | 1 | -19/+12 | |
| | ||||||
* | fix typo | Pascal Rigaux | 2006-01-19 | 1 | -1/+1 | |
| | ||||||
* | updated po file | Shiva Huang | 2006-01-18 | 1 | -58/+63 | |
| | ||||||
* | - read all per entry entries (esp. makeactive) | Pascal Rigaux | 2006-01-18 | 1 | -2/+5 | |
| | | | | | | - write makeactive - have makeactive for windows entries (bugzilla #20081) | |||||
* | Updated | Willy Sudiarto Raharjo | 2006-01-18 | 1 | -18/+27 | |
| | ||||||
* | *** empty log message *** | José Melo | 2006-01-18 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | José Melo | 2006-01-18 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | José Melo | 2006-01-18 | 1 | -29/+29 | |
| | ||||||
* | *** empty log message *** | José Melo | 2006-01-18 | 1 | -3193/+4344 | |
| | ||||||
* | updated console map files (also, using utf-8 maps for non-ascii chars) | Pablo Saratxaga | 2006-01-17 | 2 | -1/+3 | |
| | ||||||
* | Updated POT file | Funda Wang | 2006-01-17 | 71 | -91890/+96859 | |
| | ||||||
* | drop scim-m17n from list of alternatives since it's selected for "vi" | Thierry Vignaud | 2006-01-17 | 1 | -1/+1 | |
| | ||||||
* | Updated translation. | Karl Ove Hufthammer | 2006-01-13 | 1 | -59/+59 | |
| | ||||||
* | put kde's enhancements (backward compatible) | Pascal Rigaux | 2006-01-13 | 1 | -6/+32 | |
| | | | | | | - multi distro - new variables in fileshare.conf | |||||
* | 1024x768@70Hz monitor is too high (cf #20304) | Pascal Rigaux | 2006-01-13 | 1 | -1/+1 | |
| | ||||||
* | be more explicit in the log about defaulting to newt | Pascal Rigaux | 2006-01-13 | 1 | -0/+1 | |
| | ||||||
* | unset DISPLAY so that code testing wether DISPLAY is set can know we don't ↵ | Pascal Rigaux | 2006-01-13 | 1 | -0/+3 | |
| | | | | have or use X (thanks to gégé) | |||||
* | monitor-edid now needs File::Find | Pascal Rigaux | 2006-01-13 | 1 | -0/+1 | |
| | ||||||
* | update | Thierry Vignaud | 2006-01-12 | 1 | -184/+34 | |
| | ||||||
* | defaulting to 1024x768 instead of 800x600 when the monitor size is unknown | Pascal Rigaux | 2006-01-12 | 1 | -2/+4 | |
| | | | | | (since a lot of people expect this, and that's what fedora is doing, cf #20304) | |||||
* | replacing double with NV as suggested by rafael: | Pascal Rigaux | 2006-01-12 | 1 | -1/+1 | |
| | | | | | | | | NV is the portable typedef perl's Configure figures out for floating point values. And since it's an internal type the typemap is easier. See: $ perl -V:nvtype nvtype='double'; | |||||
* | use BLKGETSIZE64 to allow detecting partitions bigger than 2TB, and use | Pascal Rigaux | 2006-01-12 | 1 | -4/+6 | |
| | | | | | | "double" instead of "unsigned int" (nb: it means we will use doubles instead of ints for computing things, this works quite nicely up to 100_000TB | |||||
* | add a comment | Thierry Vignaud | 2006-01-11 | 1 | -0/+1 | |
| | ||||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2006-01-10 | 1 | -78/+99 | |
| | ||||||
* | look for "NR_CPUS limit of 1 reached" instead of looking MP tables by hand, ↵ | Pascal Rigaux | 2006-01-10 | 8 | -860/+3 | |
| | | | | or using DMI info (often broken) | |||||
* | this service is *NOT* interactive | Thierry Vignaud | 2006-01-10 | 1 | -1/+0 | |
| | ||||||
* | don't set KBCHARSET in /etc/sysconfig/keyboard, this is not useful | Pascal Rigaux | 2006-01-10 | 1 | -1/+0 | |
| | | | | | (and we don't modify it in keyboarddrake) | |||||
* | Updated nn translation. | Karl Ove Hufthammer | 2006-01-09 | 1 | -88/+105 | |
| | ||||||
* | - Make sure that when a user supplies an updated PPD file, the new | Till Kamppeter | 2006-01-09 | 1 | -0/+28 | |
| | | | | | file and not the old one from the system gets used. | |||||
* | - Moved button for daemon-less CUPS client mode to the top of the CUPS | Till Kamppeter | 2006-01-09 | 1 | -12/+12 | |
| | | | | | | configuration dialog, to make it more visible, so that the user sees more easily when he has activated this mode accidentally. | |||||
* | allow giving {percent_size} instead of {size} | Pascal Rigaux | 2006-01-09 | 1 | -0/+9 | |
| | ||||||
* | updated po file | Shiva Huang | 2006-01-09 | 1 | -83/+106 | |
| | ||||||
* | convert parallel init to LSB | Olivier Blin | 2006-01-09 | 1 | -4/+8 | |
| | ||||||
* | *** empty log message *** | José Melo | 2006-01-08 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | José Melo | 2006-01-08 | 1 | -273/+185 | |
| | ||||||
* | More pt_BR fixes. | Wanderlei Antonio Cavassin | 2006-01-06 | 1 | -6/+8 | |
| | ||||||
* | *** empty log message *** | Pascal Rigaux | 2006-01-06 | 1 | -0/+226 | |
| | ||||||
* | option IgnoreEDID is no more needed with nvidia driver | Thierry Vignaud | 2006-01-06 | 1 | -1/+0 | |
| | ||||||
* | Updated nn translation. | Karl Ove Hufthammer | 2006-01-04 | 1 | -165/+104 | |
| | ||||||
* | ugly hack to make things work when /proc/mounts says /dev/root is mounted in ↵ | Pascal Rigaux | 2006-01-04 | 1 | -1/+1 | |
| | | | | /mnt | |||||
* | fix typo | Olivier Blin | 2006-01-03 | 1 | -1/+1 | |
| | ||||||
* | don't have a useless empty hash in wizards objects, use the wizards hash | Olivier Blin | 2006-01-03 | 7 | -49/+40 | |
| | ||||||
* | fix typo | Olivier Blin | 2006-01-03 | 1 | -1/+1 | |
| | ||||||
* | fix documentation typo | Olivier Blin | 2006-01-03 | 1 | -1/+1 | |
| |