Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -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 logdrake | Daouda Lo | 2002-09-16 | 1 | -13/+13 | |
| | ||||||
* | corrected gettext domain (translations are now in libDrakX) | Pablo Saratxaga | 2002-09-14 | 1 | -1/+1 | |
| | ||||||
* | fix logdrake and drakfloppy | Thierry Vignaud | 2002-09-12 | 1 | -0/+1 | |
| | ||||||
* | - drakfloppy / logdrake: destroy_window and create_dialog were | Thierry Vignaud | 2002-09-09 | 1 | -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 logdrake | David Baudens | 2002-09-04 | 1 | -1/+1 | |
| | ||||||
* | add a scroll bar in embedded mode for mcc | Thierry Vignaud | 2002-08-29 | 1 | -1/+1 | |
| | ||||||
* | in explain mode, don't display day and hostname to have more | Guillaume Cottenceau | 2002-08-29 | 1 | -3/+3 | |
| | | | | | space for the rest | |||||
* | - fix logdrake display window in embedded mode | Daouda Lo | 2002-08-28 | 1 | -4/+2 | |
| | ||||||
* | s/one of the selected service/one of the selected services/ | Thierry Vignaud | 2002-08-20 | 1 | -1/+1 | |
| | | | | | (spoted by Arpad Biro) | |||||
* | - do not show empty wizard when save button clicked. | Daouda Lo | 2002-08-05 | 1 | -12/+12 | |
| | ||||||
* | - cleanup (remove all sms stuffs: code and labels) | Daouda Lo | 2002-08-05 | 1 | -21/+10 | |
| | | | | | - do not expand mail address | |||||
* | kill $Log (487 useless lines supressed from drakxtools) | Thierry Vignaud | 2002-08-05 | 1 | -166/+0 | |
| | ||||||
* | - expand $email in cron script | Daouda Lo | 2002-08-02 | 1 | -0/+6 | |
| | ||||||
* | - disable sms alerts (free sms site too complicated to | Daouda Lo | 2002-08-02 | 1 | -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 fixes | Thierry Vignaud | 2002-08-01 | 1 | -70/+73 | |
| | ||||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -1/+5 | |
| | | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ | |||||
* | - more consistency when back button hit in wizard mode | Daouda Lo | 2002-07-26 | 1 | -2/+9 | |
| | | | | | - back button at last stage. | |||||
* | - don't display services that are not installed | Daouda Lo | 2002-07-25 | 1 | -17/+29 | |
| | | | | | | - word wrap string correctly - cleanup | |||||
* | fix some bug | Yves Duret | 2002-03-14 | 1 | -2/+5 | |
| | ||||||
* | fix * bug in field matching/ not matching | Yves Duret | 2002-03-14 | 1 | -5/+23 | |
| | ||||||
* | mail alert: use eval {} to catch wizcancel | Yves Duret | 2002-03-05 | 1 | -3/+20 | |
| | ||||||
* | cosmetic change, mcc compliance | damien | 2002-02-20 | 1 | -2/+5 | |
| | ||||||
* | wizard updated | damien | 2002-02-05 | 1 | -4/+7 | |
| | ||||||
* | correction for mcc. | damien | 2002-02-05 | 1 | -19/+27 | |
| | ||||||
* | corrected typo. Yvounet, check your code!! | damien | 2002-02-04 | 1 | -1/+4 | |
| | ||||||
* | embedded, explain | damien | 2002-02-04 | 1 | -1/+4 | |
| | ||||||
* | ergo fix thx dadou report | Yves Duret | 2002-02-01 | 1 | -7/+12 | |
| | ||||||
* | fix --explain=foo bug that prevent to show anything | Yves Duret | 2002-02-01 | 1 | -2/+6 | |
| | ||||||
* | changed some strings to make translation easier | Pablo Saratxaga | 2002-02-01 | 1 | -2/+5 | |
| | ||||||
* | logdrake is now under gi/perl-install/standalone | Yves Duret | 2002-01-29 | 1 | -22/+119 | |
| | ||||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -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 now | Yves Duret | 2001-12-18 | 1 | -4/+14 | |
| | ||||||
* | moving from soft/control-center to here, since there will be a console based ↵ | Yves Duret | 2001-12-13 | 1 | -0/+496 | |
version |