summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/logdrake
Commit message (Collapse)AuthorAgeFilesLines
* 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
* final switch of drakbackup, logdrake and scannerdrakeThierry Vignaud2002-11-181-2/+0
| | | | | to new option scheme
* update copyright yearsThierry Vignaud2002-11-181-1/+1
|
* - 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-181-20/+0
|
* replace q@...@ with q(...) or here_docPascal Rigaux2002-11-111-7/+9
|
* ensure "common" is imported to have N()Pascal Rigaux2002-11-101-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-51/+51
| | | | | | | | | | | | | | | | | | | 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!
* - enable translation for logdrakeDaouda Lo2002-09-161-13/+13
|
* corrected gettext domain (translations are now in libDrakX)Pablo Saratxaga2002-09-141-1/+1
|
* fix logdrake and drakfloppyThierry Vignaud2002-09-121-0/+1
|
* - drakfloppy / logdrake: destroy_window and create_dialog wereThierry Vignaud2002-09-091-44/+1
| | | | | | | | | gratuitously duplicated; move them in ugtk - drakfloppy / logdrake / bootlook.pm: get_main_menu was gratuitously duplicated; common code which was moved from harddrake::ui to ugtk::create_factory_menu just do the job
* Add image for logdrakeDavid Baudens2002-09-041-1/+1
|
* add a scroll bar in embedded mode for mccThierry Vignaud2002-08-291-1/+1
|
* in explain mode, don't display day and hostname to have moreGuillaume Cottenceau2002-08-291-3/+3
| | | | | space for the rest
* - fix logdrake display window in embedded modeDaouda Lo2002-08-281-4/+2
|
* s/one of the selected service/one of the selected services/Thierry Vignaud2002-08-201-1/+1
| | | | | (spoted by Arpad Biro)
* - do not show empty wizard when save button clicked.Daouda Lo2002-08-051-12/+12
|
* - cleanup (remove all sms stuffs: code and labels)Daouda Lo2002-08-051-21/+10
| | | | | - do not expand mail address
* kill $Log (487 useless lines supressed from drakxtools)Thierry Vignaud2002-08-051-166/+0
|
* - expand $email in cron scriptDaouda Lo2002-08-021-0/+6
|
* - disable sms alerts (free sms site too complicated toDaouda Lo2002-08-021-22/+30
| | | | | | | | | handle). Postponed - mail service should work now - clean up code - give the correct right to cron file to work correctly - fix titi mess
* perl_checker fixesThierry Vignaud2002-08-011-70/+73
|
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-1/+5
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* - more consistency when back button hit in wizard modeDaouda Lo2002-07-261-2/+9
| | | | | - back button at last stage.
* - don't display services that are not installedDaouda Lo2002-07-251-17/+29
| | | | | | - word wrap string correctly - cleanup
* fix some bugYves Duret2002-03-141-2/+5
|
* fix * bug in field matching/ not matchingYves Duret2002-03-141-5/+23
|
* mail alert: use eval {} to catch wizcancelYves Duret2002-03-051-3/+20
|
* cosmetic change, mcc compliancedamien2002-02-201-2/+5
|
* wizard updateddamien2002-02-051-4/+7
|
* correction for mcc.damien2002-02-051-19/+27
|
* corrected typo. Yvounet, check your code!!damien2002-02-041-1/+4
|
* embedded, explaindamien2002-02-041-1/+4
|
* ergo fix thx dadou reportYves Duret2002-02-011-7/+12
|
* fix --explain=foo bug that prevent to show anythingYves Duret2002-02-011-2/+6
|
* changed some strings to make translation easierPablo Saratxaga2002-02-011-2/+5
|
* logdrake is now under gi/perl-install/standaloneYves Duret2002-01-291-22/+119
|
* - write the 'common' part of the 'explanations' stuff,Guillaume Cottenceau2002-01-181-1/+9
| | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations'
* fix console mode : exit nowYves Duret2001-12-181-4/+14
|
* moving from soft/control-center to here, since there will be a console based ↵Yves Duret2001-12-131-0/+496
version