summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* oops, didn't see titi modified option handlingPascal Rigaux2002-11-251-3/+0
|
* fix handling of options --expert and --testingPascal Rigaux2002-11-251-0/+3
|
* s/mdk_rel/mandrake_release/Thierry Vignaud2002-11-252-3/+3
|
* consolidate some stuff from standalone tools & mcc into mdk_rel()Thierry Vignaud2002-11-252-7/+5
|
* 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-203-25/+25
|
* 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
|
* default dhcp client is dhcp-clientFrederic Lepied2002-11-191-1/+1
|
* drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2,Thierry Vignaud2002-11-187-63/+1
| | | | | net_monitor : final update for common cli options/help manager
* switch drakTermServ to new option schemeThierry Vignaud2002-11-181-14/+0
|
* final switch of drakbackup, logdrake and scannerdrakeThierry Vignaud2002-11-184-34/+14
| | | | | to new option scheme
* - standalone.pm :Thierry Vignaud2002-11-1815-90/+15
| | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option
* update copyright yearsThierry Vignaud2002-11-1811-14/+14
|
* - clean code sot that it runs under "use strict"Thierry Vignaud2002-11-181-37/+29
| | | | | | | - simplify date command construction, this is basic perl :-( - kill dead old commented code to handle i18n instead of relying on common shared modules
* remove old dead commented i18n code that kept being copied aroundThierry Vignaud2002-11-182-43/+0
|
* typo fixThierry Vignaud2002-11-151-0/+1
|
* Make drakfont use ttmkfdir again, as it recognizes more encodings,Pablo Saratxaga2002-11-141-9/+23
| | | | | | | | | use of parameter "-u" of ttmkfdir to always output unicode entries, call xftcache to create/update the Xftcache files (used by Xft), rewrite fonts.dir (with ttmkfdir) when removing a ttf file so it no longer appears on the font list, and execute "xset fp rehash" after adding/removing fonts, so the font list used by X server is synchronized.
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* don't offer to configure kernel for usbvision (no option for now)Thierry Vignaud2002-11-121-1/+1
|
* handle devices managed by usbvision tooThierry Vignaud2002-11-121-4/+3
|
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-2/+2
|
* printer related modules cleaning :Thierry Vignaud2002-11-121-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | - create the printer/ hierarchy - split services related stuff into services.pm & printer::services, - move things that've nothing to do with printers into common.pm (alternatives, permissions, ...) - move eveything related to cups, gimp-print, detection, {star,open}office to the corresponding splited printer:: module - big consolidation of printer::office (it was obvious there were tons of duplication between staroffice and openoffice managment) - move other stuff into printer::main, printer::common, status : print.pm has been heavily splited (now one can begin to understand the little bits). printerdrake still needs to be splited/cleaned and eventually removed since printer/printerdrake modules separation is not understandable by other people till, in printer::gimp, $lprcommand is neither declared nor setted nowhere. idem in mdk9.0 ...
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-1/+1
|
* don't use <*> for globbing, use all or glob_Pascal Rigaux2002-11-111-2/+2
|
* replace q@...@ with q(...) or here_docPascal Rigaux2002-11-111-7/+9
|
* ensure "common" is imported to have N()Pascal Rigaux2002-11-108-6/+8
|
* make perl_checker happyPascal Rigaux2002-11-062-2/+3
|
* fix typoPascal Rigaux2002-11-061-1/+1
|
* make perl_checker happyPascal Rigaux2002-11-061-3/+3
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-0624-888/+882
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* add XkbCompat "group_led" for all keyboards where a group layout switching ↵Pascal Rigaux2002-11-041-1/+1
| | | | is used