Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mark it as deprecated | Thierry Vignaud | 2003-05-15 | 1 | -10/+15 |
| | |||||
* | remove unused variable | Thierry Vignaud | 2003-05-15 | 1 | -5/+2 |
| | |||||
* | do not use interactive to get root capabilties, directly use | Thierry Vignaud | 2003-05-15 | 1 | -2/+1 |
| | | | | | require_root_capability() | ||||
* | fix #1352 : do not add buggy font directories | Thierry Vignaud | 2003-05-15 | 1 | -5/+12 |
| | |||||
* | hide "mode switch" buttons to only enable to switch to the other mode, | Thierry Vignaud | 2003-05-15 | 1 | -32/+40 |
| | | | | | not the current one | ||||
* | - uninline poulpy | Thierry Vignaud | 2003-05-14 | 1 | -54/+37 |
| | | | | | | | | | | | | - use map instead of foreach in some places - (chk_empty_xfs_path): replacing foreach by map make obvious that we don't have to grep all items, grep will be enough - (put_font_dir): consolidate some code into convert_fonts; this make obvious there were some bug due to $/varname typo; this also reduce the message to translate ammount | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-14 | 1 | -17/+11 |
| | |||||
* | perl_checker cleaning | Stew Benedict | 2003-05-13 | 2 | -165/+166 |
| | |||||
* | cleanups | Thierry Vignaud | 2003-05-13 | 1 | -64/+61 |
| | |||||
* | - remove 80% of perl_checker warnings | Thierry Vignaud | 2003-05-13 | 1 | -2/+2 |
| | | | | | - gtkbuttonset is not exported by ugtk2 | ||||
* | - gtkcreate_img is exported by helpers tag in ugtk2 | Thierry Vignaud | 2003-05-13 | 1 | -2/+2 |
| | | | | | - add a bug note: write_on_pixmap() is only in my_gtk, not in ugtk2 ! | ||||
* | better use s/_get/get/ and {get,set}_fraction instead of ->fraction | Thierry Vignaud | 2003-05-13 | 1 | -6/+3 |
| | | | | | helper | ||||
* | better use get instead of _get | Thierry Vignaud | 2003-05-13 | 1 | -5/+5 |
| | |||||
* | help perl_checker by providing an empty prototype | Thierry Vignaud | 2003-05-13 | 1 | -2/+2 |
| | |||||
* | ignore URPM::Resolve until francois qiet it down | Thierry Vignaud | 2003-05-13 | 1 | -0/+1 |
| | |||||
* | (configure_everything_or_configure_chooser) keyboard and mouse | Thierry Vignaud | 2003-05-13 | 1 | -2/+2 |
| | | | | | | paremeters really are optional, Xconfig::default::configure() handle the fact they're undefined for us | ||||
* | let ugtk2->new manage the title setting | Thierry Vignaud | 2003-05-13 | 1 | -3/+2 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-13 | 1 | -14/+11 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-05-13 | 1 | -1/+1 |
| | |||||
* | make option managment look like real perl | Thierry Vignaud | 2003-05-13 | 1 | -2/+3 |
| | |||||
* | - add empty prototypes to help perl_checker | Thierry Vignaud | 2003-05-13 | 1 | -4/+3 |
| | | | | | - has_sub_trees: better use || | ||||
* | perl_checker compliance, differential mode option, explain adding directories | Stew Benedict | 2003-05-12 | 1 | -231/+298 |
| | |||||
* | - pass enough dummy parameters to fs::merge_info_from_fstab | Thierry Vignaud | 2003-05-12 | 1 | -3/+3 |
| | | | | | | - add empty prototypes to help perl_checker catch miss writeen func calls | ||||
* | help auto-provides | Thierry Vignaud | 2003-05-12 | 1 | -0/+3 |
| | |||||
* | s/@isdn::isdndata/@isdndata/ | Damien Chaumette | 2003-05-12 | 1 | -3/+3 |
| | |||||
* | 9.1-36mdk | Thierry Vignaud | 2003-05-12 | 1 | -1/+7 |
| | |||||
* | - do not log localized messages; what's more, this is supposed to be | Thierry Vignaud | 2003-05-12 | 1 | -10/+5 |
| | | | | | | | | | already logged by standalone - in testing mode: o do not enforce the need for bootsplash o do not really run mkinitrd - if bootsplash miss, we should just go back to main config window | ||||
* | have the "Ok" in ask_from__add_modify_remove return true in default mode ↵ | Pascal Rigaux | 2003-05-12 | 1 | -1/+1 |
| | | | | (eg: newt) | ||||
* | use matched values only if matching did success | Thierry Vignaud | 2003-05-12 | 1 | -2/+2 |
| | |||||
* | add "--list-hd" to please gbeauchesne | Pascal Rigaux | 2003-05-12 | 1 | -2/+4 |
| | |||||
* | - follow new network::netconnect::save_conf signature | Damien Chaumette | 2003-05-07 | 1 | -2/+1 |
| | | | | | - remove call to network::netconnect::set_net_conf, no longer exist | ||||
* | - configuration stuff | Damien Chaumette | 2003-05-07 | 1 | -118/+24 |
| | | | | | | | | | | . rewrite sub save_conf, new signature is ($netcnx) . rewrite sub load_conf, connection type stored in /etc/sysconfig/drakconnect . remove sub read_raw_net_conf . shrink sub read_net_conf - drop if ($nb < 1 ), useless - perl_checker | ||||
* | s|/sbin/isdnctrl|/usr/sbin/isdnctrl| | Damien Chaumette | 2003-05-07 | 1 | -2/+2 |
| | |||||
* | - drop !$::isWizard code | Damien Chaumette | 2003-05-06 | 1 | -12/+10 |
| | | | | | - perl_checker | ||||
* | - drop !$::isWizard code | Damien Chaumette | 2003-05-06 | 1 | -47/+19 |
| | | | | | | | | - change netconnect::main signature - change network::modem::ppp_configure signature - perl_checker - cleanup | ||||
* | - remove sub intro | Damien Chaumette | 2003-05-06 | 1 | -47/+14 |
| | | | | | | | - change sub main signature - drop !$::isWizard code - perl_checker | ||||
* | change network::netconnect::main signature | Damien Chaumette | 2003-05-06 | 1 | -1/+1 |
| | |||||
* | Renamed Serbian po files to follow standard (sr -> cyrillic, sr@Latn -> latin). | Pablo Saratxaga | 2003-05-06 | 5 | -21055/+5 |
| | | | | | | | 'sh' is used internally by DrakX for identifier by DrakX; and 'sh_YU' used as locale name, for latin Serbian, to avoid use of '@' character which may be problematic in some cases. | ||||
* | crash on add other files | Stew Benedict | 2003-05-06 | 1 | -53/+96 |
| | | | | | | | | | fix disabled incremental other files checkbox fix lack of incremental backups of other files fix broken daemon mode fix file remove issue I know it fails perl_checker - require ugtk2 never returns on console | ||||
* | - remove unused $intf in adsl_probe_info and adsl_ask_info | Damien Chaumette | 2003-05-05 | 1 | -7/+6 |
| | | | | | - perl_checker fixes | ||||
* | perl_checker fixes | Damien Chaumette | 2003-05-05 | 1 | -5/+5 |
| | |||||
* | - change configure and winmodemConfigure args (due to $intf drop) | Damien Chaumette | 2003-05-05 | 1 | -2/+2 |
| | |||||
* | - drop unused $intf in configure and winmodemConfigure | Damien Chaumette | 2003-05-05 | 1 | -27/+21 |
| | | | | | | - fix winmodem configuration behavior - perl_checker | ||||
* | fix sucky fonction (thanks to master guillaume) | Damien Chaumette | 2003-05-02 | 1 | -2/+2 |
| | |||||
* | fix typo | Damien Chaumette | 2003-05-02 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Damien Chaumette | 2003-05-02 | 3 | -12/+13 |
| | |||||
* | 9.1-35mdk | Thierry Vignaud | 2003-04-30 | 1 | -1/+5 |
| | |||||
* | fix #3618 | Thierry Vignaud | 2003-04-30 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-04-30 | 3 | -20/+20 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-04-30 | 1 | -1/+1 |
| |