summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use gtkset_border_width(Gtk2::VBox->new, 5) to create a vbox and set aDamien Chaumette2004-04-231-7/+3
| | | | | border_width at the same time
* change packing to get a better GUIDamien Chaumette2004-04-231-84/+95
|
* create frame with a border witdth (titi rulez)Damien Chaumette2004-04-231-1/+6
|
* do automatic sound configuration (one can still switch between OSS andThierry Vignaud2004-04-231-0/+1
| | | | | ALSA through mcc)
* handle again timeoutsThierry Vignaud2004-04-231-1/+1
|
* do X11 configuration automagicallyThierry Vignaud2004-04-232-1/+4
|
* handle --autoThierry Vignaud2004-04-232-1/+2
|
* - when automatic flag is set for one hardware class, do not ask forThierry Vignaud2004-04-231-14/+20
| | | | | | | confirmation and just do what is needed - only show "probing in progress" message if we did run an interactive tool
* (set_removable_configurator) use diskdrake instead of drakupdate_fstabThierry Vignaud2004-04-231-1/+1
| | | | | for removable media in automatic mode
* handle --auto when managing removable mediaThierry Vignaud2004-04-232-6/+10
|
* set automatic flag for removable mediaThierry Vignaud2004-04-231-0/+5
|
* NVIDIA_nforce is no more needed (replaced by snd-alsa8x0 and forcedethThierry Vignaud2004-04-231-1/+1
| | | | | drivers)
* (probe_category) perl_checker cleanupThierry Vignaud2004-04-231-1/+2
|
* (remove_alias, remove_alias_regexp, remove_alias_regexp_byname,Thierry Vignaud2004-04-231-0/+5
| | | | | remove_module, set_options) add more explanations
* updated Slovanian filePablo Saratxaga2004-04-221-2491/+4051
|
* fix 'somewhat' broken isdn type and driver name fetching from pcitableDamien Chaumette2004-04-221-5/+4
| | | | | (this is no paper-bag)
* split usb ports from usb controllers (arnaud request)Thierry Vignaud2004-04-221-1/+10
|
* switch to new harddrake data structureThierry Vignaud2004-04-222-4/+5
|
* new harddrake data structure (easier to extend)Thierry Vignaud2004-04-221-49/+290
|
* (summary) install alsaconf too for isapnp sound cards (it better handle someThierry Vignaud2004-04-221-2/+2
| | | | | isapnp sound cards)
* sync tuners list with 2.6.6-rc2 tooThierry Vignaud2004-04-221-2/+5
|
* sync card lists with 2.6.6-rc2Thierry Vignaud2004-04-221-2/+19
|
* fix tv cards detectionThierry Vignaud2004-04-221-1/+1
|
* this seems to really fix the alsa pb (?)Pascal Rigaux2004-04-201-0/+2
|
* add needed RW filesPascal Rigaux2004-04-201-0/+2
|
* move reread_net_conf to tools.pmDamien Chaumette2004-04-202-8/+10
|
* remove unneeded @all_cards initialisation in reread_net_confDamien Chaumette2004-04-201-1/+0
|
* when using alsa /etc/gnome-vfs-mime-magic is badly needed, why? i don't know :)Pascal Rigaux2004-04-201-0/+1
|
* add unicornPascal Rigaux2004-04-201-1/+1
|
* (populate_notebook) fix drakxtools' buildThierry Vignaud2004-04-201-1/+1
|
* (build_notebook) do not assume there's not language that want toThierry Vignaud2004-04-201-1/+1
| | | | | translate the "dhcp" string as in other code
* 10-31mdkThierry Vignaud2004-04-201-1/+10
|
* Consolidate button_box* code, remaining file_dialogs.Stew Benedict2004-04-191-183/+97
|
* we need agp modules for DRI (nvidia doesn't care, but ATI does, and others too)Pascal Rigaux2004-04-191-0/+2
|
* fix handling directories-to-createPascal Rigaux2004-04-191-1/+2
|
* when creating directories, keep rights & uid & gid (esp. for armagetron)Pascal Rigaux2004-04-192-8/+11
|
* savekdemimetypes.pl needs HOME=/ otherwise it's tmp file fails (it is in ~/tmp)Pascal Rigaux2004-04-191-2/+5
|
* - nvidia's libglx.so is hardwired to the tls version, change thisPascal Rigaux2004-04-191-7/+5
| | | | | - if make_live is called more than once, part of removing the tls dirs can fail, but we may still want all of them to be removed
* one more .mo neededPascal Rigaux2004-04-191-0/+1
|
* $adsl_modem is optional, moved to $o_adsl_modemDamien Chaumette2004-04-191-2/+2
|
* dropped $::i in foreach loop, use $i insteadDamien Chaumette2004-04-191-1/+1
|
* - translate strings once and only for the user.Damien Chaumette2004-04-191-19/+19
| | | | | | don't bother with translated strings internally.. - drop DHCP translation, it's always DHCP
* IPADDR, NETMASK and GATEWAY fields are not sensitive by default in DHCPDamien Chaumette2004-04-191-0/+3
| | | | | (broken by #8498 fix)
* updated Welsh and Norwegian filesPablo Saratxaga2004-04-192-2244/+2260
|
* attempt to correct bug #9423damien2004-04-191-1/+1
|
* Some drives don't return "ATIP info from disk".Stew Benedict2004-04-161-1/+1
|
* the right place to enumerate modules is list_modules.pmPascal Rigaux2004-04-132-3/+2
|
* for complete build, one need to do "build" before "install"Pascal Rigaux2004-04-131-1/+1
|
* rename rule "all" to "default" (it doesn't do all)Pascal Rigaux2004-04-131-1/+1
|
* - log errors in /tmp/.kde-errors instead of /dev/tty10 (to be able to grep ↵Pascal Rigaux2004-04-131-3/+3
| | | | | | | it, but that means one can't see it if kde doesn't succed except when using option "shell") - adapt to loop instead of chloop