summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* strict modeMystery Man 5802002-12-041-0/+1
|
* add gtktext_append() and uses itThierry Vignaud2002-12-031-1/+1
|
* remove commented codePascal Rigaux2002-12-021-3/+0
|
* Some data are now fetched from system instead of drakconnect conf file ↵Arnaud Desmons2002-12-021-0/+1
| | | | (adsl, ppp, ifcfg-eth)
* make append option be usable as other onesThierry Vignaud2002-12-021-1/+1
|
* use named tags for color rather than rgbt triplet,Thierry Vignaud2002-12-021-23/+22
| | | | | waiting for full foreground-gdk support in perl-gtk2
* - gtk2 portThierry Vignaud2002-12-022-590/+517
| | | | | | - consolidate some code in text_view() - perl_checker fixes
* - gtk2 portThierry Vignaud2002-12-021-92/+106
| | | | | | | | - add a note to remember to try gtkhtml instead of TextView - make wait message be transcient and modal (we should share some create_*_dialog() around logdrake/mcc/drakfloppy/rpmdrake) - fixes for 'strict ref'
* - gtk2 portThierry Vignaud2002-12-022-1081/+1039
| | | | | - perl_checker fixes
* - fix gtk2 portThierry Vignaud2002-12-021-3/+3
| | | | | - let it work with kernel 2.5 too
* fix gtk2 portThierry Vignaud2002-12-021-3/+3
|
* one more fixThierry Vignaud2002-11-281-3/+3
|
* - "use strict" fixesThierry Vignaud2002-11-281-144/+130
| | | | | - perl_checker fixes
* fixThierry Vignaud2002-11-281-1/+1
|
* - Gtk2 portThierry Vignaud2002-11-271-20/+18
| | | | | - perl_checker fixes
* - Gtk2 portThierry Vignaud2002-11-271-32/+29
| | | | | - one perl_checker fix
* restore previous behaviour and exit early only in cancel caseThierry Vignaud2002-11-271-1/+1
|
* fix bad interaction between mcc & mousedrake.Thierry Vignaud2002-11-271-3/+2
| | | | | interactive already take care of it through my_gtk...
* 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
|