summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixes for new kernel headers (It should problably be kernel-headers to beFrancois Pons2002-11-251-0/+1
| | | | | modified but it is *much* faster to modify yoyotte's works).
* s/mdk_rel/mandrake_release/Thierry Vignaud2002-11-253-6/+6
|
* - simplify --embedded handlingThierry Vignaud2002-11-251-2/+2
| | | | | - stricter matching on --no-autoc
* consolidate some stuff from standalone tools & mcc into mdk_rel()Thierry Vignaud2002-11-253-7/+9
|
* warn about broken programs that misuse my_gtkThierry Vignaud2002-11-251-1/+1
|
* display in mcc when embedded only when ready to interact with the userThierry Vignaud2002-11-251-1/+1
|
* interactive->exit call my_gtk->exit which destroy the windowThierry Vignaud2002-11-251-1/+0
|
* - simplify mcc stuffThierry Vignaud2002-11-251-8/+5
| | | | | - prevent bad stacking of right icons in mcc at startup
* remove doblesThierry Vignaud2002-11-251-2/+0
|
* incorporate 8.2 HP fixes back in cooker.Francois Pons2002-11-221-1/+7
|
* use ask_warn when I should, and remove a one year old debug statement (???)Guillaume Cottenceau2002-11-211-3/+2
|
* switch latest tools that still manually handle embeddingThierry Vignaud2002-11-216-66/+59
| | | | | to use my_gtk
* - perl_checker fixesThierry Vignaud2002-11-211-92/+90
| | | | | - use my_gtk to transparently handle embedding
* - Gtk::Gdk::ImlibImage is not neededThierry Vignaud2002-11-211-29/+27
| | | | | | - perl_checker fixes - fix interactive exit (s/in/$in/ ->exit)
* this one requires anyThierry Vignaud2002-11-211-1/+1
|
* remove dead code about option managment which isThierry Vignaud2002-11-211-12/+8
| | | | | obsoleted by standalone
* message_noconf_box() and message_underdevel() were quiteThierry Vignaud2002-11-201-19/+8
| | | | | identical. let consolidate them
* message_noselect_box() and message_noselect_what_box() were justThierry Vignaud2002-11-201-27/+23
| | | | | | identical (but for their label). let consolidate this
* send_mail_pb() and client_ftp_pb() were just identical (modulo theirThierry Vignaud2002-11-201-36/+23
| | | | | label)
* kill heavy duplication in get_cd_info()Thierry Vignaud2002-11-201-43/+27
|
* perl_checker fixesThierry Vignaud2002-11-201-82/+91
|
* - don't gratuitously copy a 70 lines help text with typo changes,Thierry Vignaud2002-11-201-73/+6
| | | | | | | translators will kill us - use strict, fix it
* s/$x ne (0|'')/$x/Thierry Vignaud2002-11-204-27/+27
|
* cleanupsThierry Vignaud2002-11-201-12/+8
|
* hide the "please wait" at the latest stageThierry Vignaud2002-11-201-3/+3
|
* - api change for latest harddrakeThierry Vignaud2002-11-201-2/+4
| | | | | - s/$x ne ''/$x/
* this is a module, not a programThierry Vignaud2002-11-201-1/+1
|
* update to new security::level schemeThierry Vignaud2002-11-201-2/+2
|
* simplifyThierry Vignaud2002-11-201-1/+1
|
* perl_checker fixesThierry Vignaud2002-11-203-4/+5
|
* perl_checker fixesThierry Vignaud2002-11-201-16/+11
|
* perl_checker fixesThierry Vignaud2002-11-202-17/+11
|
* do not use print_hello() callback, anyway it does not exists (but inThierry Vignaud2002-11-201-2/+2
| | | | | drakfloppy ...)
* - logdrake does not need anyThierry Vignaud2002-11-201-49/+52
| | | | | | - use ugtk for gtkcolor & co - perl_checker fixes
* more perl_checker fixesThierry Vignaud2002-11-201-11/+11
|
* - don't require unused modulesThierry Vignaud2002-11-201-143/+133
| | | | | | | - use my_gtk to transparently handle embedding - fixes for strict mode - fixes for perl_checker (more to come after lunch)
* - fixes for "use strict" (still some work to do since some variablesThierry Vignaud2002-11-201-302/+301
| | | | | | | | | | | are created through ${ $x.$y } - use my_gtk : o clean code o transparently manage embedding - perl_checker fixes
* fix blind copyright copyThierry Vignaud2002-11-202-2/+2
|
* cleanupsThierry Vignaud2002-11-201-3/+2
|
* default dhcp client is dhcp-clientFrederic Lepied2002-11-195-14/+14
|
* Added Malayalam keyboardPablo Saratxaga2002-11-192-1/+3
|
* - remove debugging codeThierry Vignaud2002-11-191-4/+3
| | | | | - document menu building
* - add option menu check boxes to prevent (slowly) detectingThierry Vignaud2002-11-191-9/+15
| | | | | | printers and modems - remove warnings on usb devices
* - explains more cpu bugsThierry Vignaud2002-11-191-5/+13
| | | | | - eventually fix --testing effect
* - fix duplication of sec level setting:Thierry Vignaud2002-11-195-47/+61
| | | | | | | | | | | | | merge any::get_secure_level() with secure::msec::get_secure_level() - move security level functions from secure::msec to secure::level - uses secure::level in install_steps - fix duplication of security level labels - draksec: use same strings in drakx, got nice translations - get_default_checks(): make it more readable
* previous example in perldoc was buggy;Thierry Vignaud2002-11-191-14/+21
| | | | | put one that really works
* perldoc: explain basic usage of mouse.pm, regardingThierry Vignaud2002-11-191-0/+38
| | | | | | problems that show up in early interaction between harddrake::data and mouse
* --testing handling was erronously revertedThierry Vignaud2002-11-191-1/+1
|
* don't display two times some usb miceThierry Vignaud2002-11-191-1/+1
|
* one can now alter settings thereThierry Vignaud2002-11-191-2/+2
|