Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (write) if one override default IM, remove any setting from default IM (hint: | Thierry Vignaud | 2004-08-04 | 1 | -2/+6 |
| | | | | | some IM configurations do not have all fields set...) | ||||
* | (Gtk2::ComboBox->set_text) actually print a warning if we failled | Thierry Vignaud | 2004-08-04 | 1 | -0/+1 |
| | |||||
* | - automatically launch net_applet for KDE, GNOME and IceWM | Daouda Lo | 2004-08-04 | 1 | -3/+13 |
| | |||||
* | (ask_fromW) actually honor default value | Thierry Vignaud | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | (read) fix IM reading | Thierry Vignaud | 2004-08-04 | 1 | -2/+4 |
| | |||||
* | let's system wide config not override user's locale | Thierry Vignaud | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | - added net_applet xinit file to automate launch of net_applet in KDE, | Daouda Lo | 2004-08-04 | 1 | -0/+5 |
| | | | | | GNOME and IceWM | ||||
* | return a true value for perl | Pascal Rigaux | 2004-08-04 | 2 | -0/+4 |
| | |||||
* | move mount options related stuff from fs.pm to newly created fs/mount_options.pm | Pascal Rigaux | 2004-08-03 | 10 | -260/+269 |
| | | | | | | | | | | | - 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() | ||||
* | add CVS $Id: | Pascal Rigaux | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | (create_dialog) only add space between icon and text if there's | Thierry Vignaud | 2004-08-03 | 1 | -2/+4 |
| | | | | | actually an icon | ||||
* | reuse gtkappend_page() | Thierry Vignaud | 2004-08-03 | 1 | -2/+2 |
| | |||||
* | (create_notebook) reuse gtkappend_page() | Thierry Vignaud | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | (create_dialog) do not show separator by default | Thierry Vignaud | 2004-08-03 | 1 | -0/+1 |
| | |||||
* | (_create_dialog) sanitize dialogs/popups: | Thierry Vignaud | 2004-08-03 | 1 | -1/+2 |
| | | | | | | - set a border around it - add more space between the icon and the text | ||||
* | (gtkappend_page) name parameters, enabling perl_checker to check callers' call | Thierry Vignaud | 2004-08-03 | 1 | -3/+3 |
| | | | | | signature | ||||
* | (create_packtable) set a border around packtables | Thierry Vignaud | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | help perl_checker | Thierry Vignaud | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | oops, /etc/fonts.conf missing from tarball | Pablo Saratxaga | 2004-08-03 | 1 | -0/+0 |
| | |||||
* | A small variable renaming: use $medium for hashes and $medium_name for strings | Rafael Garcia-Suarez | 2004-08-03 | 2 | -28/+28 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-08-03 | 1 | -1/+2 |
| | |||||
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 25 | -232/+226 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | updted fonts-cache file | Pablo Saratxaga | 2004-08-03 | 1 | -0/+0 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-08-03 | 1 | -1/+33 |
| | |||||
* | (add_device_wizard) fix string (Joe Brower) | Thierry Vignaud | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | add missing fonts.conf (with Kacst-Qr entries) | Olivier Blin | 2004-08-03 | 1 | -0/+0 |
| | |||||
* | authentication::kind2description() has changed and its name is missleading :-( | Pascal Rigaux | 2004-08-03 | 1 | -1/+2 |
| | | | | | keeping it for now and adapt install_steps_interactive::setRootPassword along what's done in drakauth | ||||
* | make perl_checker happy | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-08-02 | 1 | -1/+55 |
| | |||||
* | enable ar and fa locales since an arabic font is now available in install | Olivier Blin | 2004-08-02 | 1 | -2/+1 |
| | |||||
* | added arabic and bengali fonts | Pablo Saratxaga | 2004-08-02 | 1 | -0/+0 |
| | |||||
* | don't use supermount for {is_removable} devices when used for a boot time ↵ | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
| | | | | partition (like /usr and /) | ||||
* | fsedit::check_fs_type() is now fs::type::check() | Pascal Rigaux | 2004-08-02 | 3 | -9/+9 |
| | |||||
* | black list URPM::Build | Pascal Rigaux | 2004-08-02 | 1 | -0/+1 |
| | |||||
* | clean spacing | Thierry Vignaud | 2004-08-02 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-08-02 | 1 | -1/+124 |
| | |||||
* | use fs::format::check_package_is_installed() before formatting (bugzilla #10435) | Pascal Rigaux | 2004-08-02 | 1 | -0/+3 |
| | |||||
* | - move package_needed_for_partition_type() from fsedit to fs::format | Pascal Rigaux | 2004-08-02 | 4 | -29/+26 |
| | | | | | - create check_package_is_installed() in fs::format and use it | ||||
* | (add_device_wizard) fix string | Thierry Vignaud | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | fix build | Thierry Vignaud | 2004-08-02 | 1 | -2/+2 |
| | |||||
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 12 | -13/+28 |
| | |||||
* | flag rosegarden4 KDE | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | in sagem start section, modprobe eagle-usb and do not wait for sync | Olivier Blin | 2004-08-02 | 1 | -1/+4 |
| | | | | | here, fctStartAdsl will handle that when pppd is called | ||||
* | in speedtouch start section, modprobe speedtch module and use | Olivier Blin | 2004-08-02 | 1 | -1/+4 |
| | | | | | speedtouch-start instead of directly using modem_run | ||||
* | in install, run modem start scripts once config is written | Olivier Blin | 2004-08-02 | 1 | -0/+2 |
| | |||||
* | updated installed packages for 10.1 | Frederic Lepied | 2004-08-02 | 1 | -7/+11 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2004-08-02 | 1 | -5/+7 |
| | |||||
* | fix inverted comments | Thierry Vignaud | 2004-08-02 | 1 | -3/+3 |
| | |||||
* | (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 |
| |