Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify | Thierry Vignaud | 2007-08-01 | 1 | -3/+6 |
| | |||||
* | basic adaption to new bugzilla (#31995) | Thierry Vignaud | 2007-08-01 | 1 | -7/+3 |
| | |||||
* | rename "bugzilla" as "bugzilla_url" (more sensitive) | Thierry Vignaud | 2007-08-01 | 1 | -3/+3 |
| | |||||
* | minor cleanup | Thierry Vignaud | 2007-08-01 | 1 | -3/+2 |
| | |||||
* | display Mandriva Online for mdkapplet in the "select mandriva tool" field ↵ | Thierry Vignaud | 2007-07-30 | 1 | -0/+1 |
| | | | | (cosmetic) | ||||
* | adapt to new nut doc path | Olivier Blin | 2007-07-27 | 1 | -1/+1 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2007-07-24 | 1 | -154/+219 |
| | |||||
* | rename $done as $new_driver | Thierry Vignaud | 2007-07-04 | 1 | -4/+4 |
| | |||||
* | factorize code handling switch for both ati & nvidia | Thierry Vignaud | 2007-07-04 | 1 | -23/+18 |
| | |||||
* | kill doble "require Xconfig::card" | Thierry Vignaud | 2007-07-04 | 1 | -1/+0 |
| | |||||
* | log right driver we're switching to from fglrx | Thierry Vignaud | 2007-07-04 | 1 | -1/+1 |
| | |||||
* | more consise code; only one regexp | Thierry Vignaud | 2007-07-04 | 1 | -21/+12 |
| | |||||
* | be stricter (do not bother switch from "nv" to "nv") | Thierry Vignaud | 2007-07-04 | 1 | -1/+1 |
| | |||||
* | do not bother configure old Xorg conf files anymore | Thierry Vignaud | 2007-07-04 | 1 | -2/+2 |
| | |||||
* | only log "switch xorg driver" & do actual GL config if we do need it | Thierry Vignaud | 2007-07-04 | 1 | -4/+13 |
| | |||||
* | really log when switching from fglrx to another driver | Olivier Blin | 2007-07-04 | 1 | -1/+1 |
| | |||||
* | do not enable fglrx libraries when disabling fglrx... | Olivier Blin | 2007-07-04 | 1 | -1/+1 |
| | |||||
* | Updated POT file | Funda Wang | 2007-07-01 | 71 | -14711/+11810 |
| | |||||
* | remove debug code :-/ | Pascal Rigaux | 2007-06-28 | 1 | -1/+0 |
| | |||||
* | - use modularized ide drivers and configure ide-controller in modprobe.conf | Pascal Rigaux | 2007-06-28 | 1 | -0/+13 |
| | | | | | | | - bootloader-config: o configure ide-controller in modprobe.conf for upgrading to kernels with modularized ide drivers | ||||
* | adapt it to new installer layout (#22307) | Thierry Vignaud | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | (search_windows_font) simplify it by puting error management out of loop | Thierry Vignaud | 2007-06-08 | 1 | -10/+5 |
| | |||||
* | (search_windows_font) simplify finding windows fonts & make it now really ↵ | Thierry Vignaud | 2007-06-08 | 1 | -14/+14 |
| | | | | case insensitive | ||||
* | (search_windows_font) do not misbelieve a font is already installed if | Thierry Vignaud | 2007-06-07 | 1 | -2/+2 |
| | | | | | | substring of another font name (eg "l.ttf" wouldn't be installed if "arial.ttf" was) | ||||
* | (search_windows_font) typo fix (ffixxx) | Thierry Vignaud | 2007-06-07 | 1 | -1/+1 |
| | |||||
* | (search_windows_font) fix crash (#28016) | Thierry Vignaud | 2007-06-06 | 1 | -2/+3 |
| | |||||
* | (search_windows_font) fix enumerating fonts on old windows (#28016) | Thierry Vignaud | 2007-06-06 | 1 | -1/+1 |
| | |||||
* | (search_windows_font) fix crash | Thierry Vignaud | 2007-06-05 | 1 | -2/+2 |
| | |||||
* | (search_windows_font) try different cases on windows partitions (based on ↵ | Thierry Vignaud | 2007-06-04 | 1 | -2/+5 |
| | | | | ffixxx suggestion, #28016) | ||||
* | (search_windows_font) do see fuse-mounted or ntfs-3g windows partitions ↵ | Thierry Vignaud | 2007-06-04 | 1 | -1/+1 |
| | | | | (ffixxx, #28016) | ||||
* | do not fork useless shells | Thierry Vignaud | 2007-06-04 | 1 | -2/+2 |
| | |||||
* | drakhelp: fix .mozilla dir as root when it doesn't exists (#29775) | Thierry Vignaud | 2007-06-04 | 1 | -0/+1 |
| | |||||
* | stop modifying hotplug blacklist | Olivier Blin | 2007-06-04 | 1 | -1/+0 |
| | |||||
* | draksec: make the help dialog clearer about default values (#24159) | Thierry Vignaud | 2007-06-04 | 1 | -1/+1 |
| | |||||
* | (get_package) fix UTF-8 issue in drakbug (#31067) | Thierry Vignaud | 2007-05-28 | 1 | -1/+1 |
| | |||||
* | drop support for kernel-2.4.x | Thierry Vignaud | 2007-05-28 | 1 | -5/+0 |
| | |||||
* | fixing some fuzzy entries and translating messages to pt_BR | Felipe Arruda | 2007-05-21 | 1 | -38/+24 |
| | |||||
* | small fix on previous commit | Pascal Rigaux | 2007-05-15 | 1 | -1/+2 |
| | |||||
* | - bootloader-config: | Pascal Rigaux | 2007-05-15 | 1 | -2/+24 |
| | | | | | | o do create /boot/initrd-xxx.img when there is no bootloader (#30771 comment #21) | ||||
* | up | José Melo | 2007-05-07 | 1 | -41/+15 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 154 | -9591/+236562 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -588/+0 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -489/+0 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -1136/+0 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -1259/+0 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -238/+0 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -34/+0 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -633/+0 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -267/+0 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -271/+0 |
| |