Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | adapt to bootloader functions now using all_hds instead of hds | Pascal Rigaux | 2004-08-05 | 1 | -5/+4 | |
| | ||||||
* | replaced XFree86 and XFree with Xorg (bugzilla #10531) | Pascal Rigaux | 2004-08-05 | 1 | -1/+1 | |
| | ||||||
* | looks like patch -l did wrong things :-( | Thierry Vignaud | 2004-08-05 | 1 | -1/+1 | |
| | ||||||
* | perl_checker cleanup | Thierry Vignaud | 2004-08-04 | 1 | -1/+1 | |
| | ||||||
* | kill set_cnx_script usage, replace cnx_scripts with ifup/ifdown | Olivier Blin | 2004-08-04 | 1 | -2/+2 | |
| | ||||||
* | don't allow unknown kernel names to mess everything | Pascal Rigaux | 2004-08-04 | 1 | -1/+1 | |
| | ||||||
* | - upcase fields values (and btw reduce the number of strings to translate :-)) | Thierry Vignaud | 2004-08-04 | 1 | -2/+10 | |
| | | | | | - simplify translating | |||||
* | move mount options related stuff from fs.pm to newly created fs/mount_options.pm | Pascal Rigaux | 2004-08-03 | 2 | -4/+4 | |
| | | | | | | | | | | | - fs::set_all_default_options() -> fs::mount_options::set_all_default() - fs::mount_options_pack() -> fs::mount_options::pack() - fs::mount_options_unpack() -> fs::mount_options::unpack() - fs::rationalize_options() -> fs::mount_options::rationalize() - fs::set_default_options() -> fs::mount_options::set_default() - fs::mount_options() -> fs::mount_options::list() - fs::mount_options_help() -> fs::mount_options::help() | |||||
* | reuse gtkappend_page() | Thierry Vignaud | 2004-08-03 | 1 | -2/+2 | |
| | ||||||
* | help perl_checker | Thierry Vignaud | 2004-08-03 | 1 | -1/+1 | |
| | ||||||
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 4 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | create fs::get and move them into it - device2part(), up_mount_point() moved from fs to fs::get - part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get - fsedit::get_root() -> fs::get::root() - fsedit::get_root_() -> fs::get::root_() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes() - fsedit::get_all_fstab() -> fs::get::fstab() - fsedit::get_all_holes() -> fs::get::holes() - fsedit::all_free_space -> fs::get::free_space() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes() - fsedit::get_holes() -> fs::get::hds_holes() - fsedit::get_fstab() -> fs::get::hds_fstab() - fsedit::free_space() -> fs::get::hds_free_space() - fsedit::get_visible_fstab() unused, removed | |||||
* | (add_device_wizard) fix string (Joe Brower) | Thierry Vignaud | 2004-08-03 | 1 | -1/+1 | |
| | ||||||
* | clean spacing | Thierry Vignaud | 2004-08-02 | 1 | -2/+2 | |
| | ||||||
* | (add_device_wizard) fix string | Thierry Vignaud | 2004-08-02 | 1 | -1/+1 | |
| | ||||||
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 2 | -2/+2 | |
| | ||||||
* | perl_checker cleanup | Thierry Vignaud | 2004-08-02 | 1 | -5/+7 | |
| | ||||||
* | (log_output__real) rename it as insert_text_n_scroll() in order to better | Thierry Vignaud | 2004-08-02 | 1 | -3/+3 | |
| | | | | | reflect what it does | |||||
* | reuse new ugtk2 infrastructure | Thierry Vignaud | 2004-08-02 | 1 | -35/+4 | |
| | ||||||
* | (log_output) fix tag name (was harmfull but it's just saner anyway) | Thierry Vignaud | 2004-08-02 | 1 | -1/+1 | |
| | ||||||
* | check the XF86Config and/or XF86Config-4 exist before modifying it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 | |
| | | | | | (otherwise it creates an empty file) (bugzilla #10487) | |||||
* | several typos fix | Funda Wang | 2004-08-01 | 3 | -6/+6 | |
| | ||||||
* | keep strings synced and warn both coders and translators about it | Thierry Vignaud | 2004-07-30 | 1 | -1/+4 | |
| | ||||||
* | fix timeout usage | Thierry Vignaud | 2004-07-30 | 1 | -2/+3 | |
| | ||||||
* | like in all other tools, revert ugly code printing "This program | Thierry Vignaud | 2004-07-30 | 1 | -5/+1 | |
| | | | | | cannot be run in console mode", which is easier done in ugtk2.pm | |||||
* | do not enforce parameter position in translatable strings | Thierry Vignaud | 2004-07-30 | 1 | -2/+2 | |
| | ||||||
* | draksplash2 is here until merged in draksplash | Pascal Rigaux | 2004-07-30 | 1 | -0/+345 | |
| | ||||||
* | do not offer to configure mouse if we've already automatically reconfigure it | Thierry Vignaud | 2004-07-30 | 1 | -0/+1 | |
| | | | | | b/c of 2.4.x vs 2.6.x switch | |||||
* | Fixes for Anthill #1009, #1010 (DVD recording, disk quota) | Stew Benedict | 2004-07-30 | 1 | -25/+78 | |
| | | | | | Direct-to-tape enahancement | |||||
* | (outpend) clean by reusing MDK::Common | Thierry Vignaud | 2004-07-30 | 1 | -2/+3 | |
| | ||||||
* | standalone tools are *not* chrooted | Thierry Vignaud | 2004-07-29 | 3 | -4/+4 | |
| | ||||||
* | (show_prev) | Thierry Vignaud | 2004-07-29 | 1 | -8/+5 | |
| | | | | | | - kill useless variables - simplify | |||||
* | (show_prev) fix preview refresh while simplying code | Thierry Vignaud | 2004-07-29 | 1 | -11/+1 | |
| | ||||||
* | (write_boot_thm) typo fix | Thierry Vignaud | 2004-07-29 | 1 | -1/+1 | |
| | ||||||
* | more cleanups | Thierry Vignaud | 2004-07-29 | 1 | -16/+14 | |
| | ||||||
* | misc cleanups | Thierry Vignaud | 2004-07-29 | 1 | -15/+6 | |
| | ||||||
* | (show_prev) do not crash when the image format is unknown | Thierry Vignaud | 2004-07-29 | 1 | -2/+11 | |
| | ||||||
* | (make_boot_frame) fix it | Thierry Vignaud | 2004-07-29 | 1 | -1/+1 | |
| | ||||||
* | use new set_removable_auto_configurator | Thierry Vignaud | 2004-07-29 | 1 | -1/+1 | |
| | ||||||
* | Fix crashes on append_set. | Stew Benedict | 2004-07-28 | 2 | -7/+7 | |
| | ||||||
* | - scroll down text while typing | Daouda Lo | 2004-07-27 | 1 | -190/+154 | |
| | | | | | | - many cleanups - Stable releases are 'Official' and 'Community' | |||||
* | save/restore options | Thierry Vignaud | 2004-07-27 | 1 | -4/+12 | |
| | ||||||
* | adapt to new directories layout: | Pascal Rigaux | 2004-07-26 | 1 | -3/+3 | |
| | | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising | |||||
* | remove useless $lan_button and $host_button in old drakconnect | Olivier Blin | 2004-07-23 | 1 | -16/+16 | |
| | ||||||
* | cosmetics (remove useless blanks at end of line) | Olivier Blin | 2004-07-23 | 1 | -41/+41 | |
| | ||||||
* | prepare for network::tools::reread_net_conf removal | Olivier Blin | 2004-07-23 | 1 | -4/+6 | |
| | ||||||
* | perl_checker fix | Thierry Vignaud | 2004-07-21 | 1 | -1/+1 | |
| | ||||||
* | use do_pkgs_standalone->new instead of class_discard | Pascal Rigaux | 2004-07-21 | 1 | -2/+2 | |
| | ||||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 7 | -36/+39 | |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-07-21 | 2 | -2/+2 | |
| | ||||||
* | remove unused variable | Pascal Rigaux | 2004-07-21 | 2 | -3/+0 | |
| |