summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-0325-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 filePablo Saratxaga2004-08-031-0/+0
|
* *** empty log message ***Pascal Rigaux2004-08-031-1/+33
|
* (add_device_wizard) fix string (Joe Brower)Thierry Vignaud2004-08-031-1/+1
|
* add missing fonts.conf (with Kacst-Qr entries)Olivier Blin2004-08-031-0/+0
|
* authentication::kind2description() has changed and its name is missleading :-(Pascal Rigaux2004-08-031-1/+2
| | | | | keeping it for now and adapt install_steps_interactive::setRootPassword along what's done in drakauth
* make perl_checker happyPascal Rigaux2004-08-021-1/+1
|
* *** empty log message ***Pascal Rigaux2004-08-021-1/+55
|
* enable ar and fa locales since an arabic font is now available in installOlivier Blin2004-08-021-2/+1
|
* added arabic and bengali fontsPablo Saratxaga2004-08-021-0/+0
|
* don't use supermount for {is_removable} devices when used for a boot time ↵Pascal Rigaux2004-08-021-1/+1
| | | | partition (like /usr and /)
* fsedit::check_fs_type() is now fs::type::check()Pascal Rigaux2004-08-023-9/+9
|
* black list URPM::BuildPascal Rigaux2004-08-021-0/+1
|
* clean spacingThierry Vignaud2004-08-021-2/+2
|
* *** empty log message ***Pascal Rigaux2004-08-021-1/+124
|
* use fs::format::check_package_is_installed() before formatting (bugzilla #10435)Pascal Rigaux2004-08-021-0/+3
|
* - move package_needed_for_partition_type() from fsedit to fs::formatPascal Rigaux2004-08-024-29/+26
| | | | | - create check_package_is_installed() in fs::format and use it
* (add_device_wizard) fix stringThierry Vignaud2004-08-021-1/+1
|
* fix buildThierry Vignaud2004-08-021-2/+2
|
* introduce ->ensure_binary_is_installed and use itPascal Rigaux2004-08-0212-13/+28
|
* flag rosegarden4 KDEPascal Rigaux2004-08-021-1/+1
|
* in sagem start section, modprobe eagle-usb and do not wait for syncOlivier Blin2004-08-021-1/+4
| | | | | here, fctStartAdsl will handle that when pppd is called
* in speedtouch start section, modprobe speedtch module and useOlivier Blin2004-08-021-1/+4
| | | | | speedtouch-start instead of directly using modem_run
* in install, run modem start scripts once config is writtenOlivier Blin2004-08-021-0/+2
|
* updated installed packages for 10.1Frederic Lepied2004-08-021-7/+11
|
* perl_checker cleanupThierry Vignaud2004-08-021-5/+7
|
* fix inverted commentsThierry Vignaud2004-08-021-3/+3
|
* (log_output__real) rename it as insert_text_n_scroll() in order to betterThierry Vignaud2004-08-021-3/+3
| | | | | reflect what it does
* reuse new ugtk2 infrastructureThierry Vignaud2004-08-021-35/+4
|
* (gtktext_insert) merge with text_append() from logdrake:Thierry Vignaud2004-08-021-8/+42
| | | | | | | | - name parameters - provide fast text insertion by using named tags instead of anonymous tags. this is especially usefull in order to speed up programs that use quite a lot of identical tags such as logdrake (#8412) and rpmdrake
* (log_output) fix tag name (was harmfull but it's just saner anyway)Thierry Vignaud2004-08-021-1/+1
|
* (network_conf) rename o as obj so that pixel isn't confusedThierry Vignaud2004-08-021-2/+2
|
* don't call will_tell_kernel() when we have lvm (anthill #994)Pascal Rigaux2004-08-021-2/+1
|
* check the XF86Config and/or XF86Config-4 exist before modifying itPascal Rigaux2004-08-021-1/+1
| | | | | (otherwise it creates an empty file) (bugzilla #10487)
* added s2uFrederic Lepied2004-08-011-1/+2
|
* several typos fixFunda Wang2004-08-013-6/+6
|
* keep strings synced and warn both coders and translators about itThierry Vignaud2004-07-301-1/+4
|
* fix timeout usageThierry Vignaud2004-07-301-2/+3
|
* like in all other tools, revert ugly code printing "This programThierry Vignaud2004-07-301-5/+1
| | | | | cannot be run in console mode", which is easier done in ugtk2.pm
* do not enforce parameter position in translatable stringsThierry Vignaud2004-07-301-2/+2
|
* (shrink_topwindow) drop Gtk+-2.[02]x supportThierry Vignaud2004-07-301-5/+1
|
* *** empty log message ***Pascal Rigaux2004-07-301-1/+168
|
* (selectCountry) let's have a better looking GUI by preventing uneededThierry Vignaud2004-07-301-2/+2
| | | | | scrollbar on pull down menu
* support nabi input method tooThierry Vignaud2004-07-301-0/+7
|
* draksplash2 is here until merged in draksplashPascal Rigaux2004-07-301-0/+345
|
* log more stuff into 10.1-0.2mdkThierry Vignaud2004-07-301-1/+3
|
* support im-ja input method tooThierry Vignaud2004-07-301-0/+5
|
* (selectCountry) use a combo box rather than a list for listing input methodsThierry Vignaud2004-07-301-1/+1
|
* 10.1-0.2mdkThierry Vignaud2004-07-301-1/+17
|
* cleanupPascal Rigaux2004-07-302-12/+11
|