summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ensure alternative IMs get in in the isosThierry Vignaud2004-08-041-1/+1
|
* switch korean to scim-hangul IMThierry Vignaud2004-08-042-4/+3
|
* 10.1-0.4mdkThierry Vignaud2004-08-041-1/+5
|
* do install mandrake-doc-drakxtools-xxPascal Rigaux2004-08-041-1/+1
|
* write a cnx_script for adsl connexions too (so that drakconnect canOlivier Blin2004-08-041-0/+5
| | | | | establish the connexion), add a FIXME comment to remind it is bad
* don't set /etc/sysconfig/desktop anymore, configure ~/.wmrc, ~/.gnome2/gdm ↵Pascal Rigaux2004-08-041-8/+25
| | | | and ~/.desktop instead
* update 10.1-0.3mdk'log (thx to build issue...)Thierry Vignaud2004-08-041-0/+4
|
* fix buildThierry Vignaud2004-08-041-1/+0
|
* remove unused net_applet.desktopThierry Vignaud2004-08-041-1/+1
|
* - same_entries() doesn't look anymore at kernel optionsPascal Rigaux2004-08-041-4/+7
| | | | | | | (it tends to create stupid alt_xxx entries) - fix creation of labels alt2_alt_xxx (will now be alt2_xxx) - don't create bad "linux-nonfb" for kernel-win4lin
* - do not expand shell varsDaouda Lo2004-08-041-2/+2
|
* try to keep the order of kernel options (to help same_entries())Pascal Rigaux2004-08-041-4/+14
|
* 10.1-0.3mdkThierry Vignaud2004-08-041-2/+13
|
* don't allow unknown kernel names to mess everythingPascal Rigaux2004-08-041-1/+1
|
* handle win4lin kernelsPascal Rigaux2004-08-041-6/+8
|
* - do not forget to package xinit.d net_applet fileDaouda Lo2004-08-041-0/+1
|
* - upcase fields values (and btw reduce the number of strings to translate :-))Thierry Vignaud2004-08-041-2/+10
| | | | | - simplify translating
* uim is already installed if needed depending on localeThierry Vignaud2004-08-041-1/+1
|
* install xvnkb IM for vietnameseThierry Vignaud2004-08-041-1/+2
|
* install ami IM only for koreanThierry Vignaud2004-08-041-1/+2
|
* (write) if one override default IM, remove any setting from default IM (hint:Thierry Vignaud2004-08-041-2/+6
| | | | | some IM configurations do not have all fields set...)
* (Gtk2::ComboBox->set_text) actually print a warning if we failledThierry Vignaud2004-08-041-0/+1
|
* - automatically launch net_applet for KDE, GNOME and IceWMDaouda Lo2004-08-041-3/+13
|
* (ask_fromW) actually honor default valueThierry Vignaud2004-08-041-1/+1
|
* (read) fix IM readingThierry Vignaud2004-08-041-2/+4
|
* let's system wide config not override user's localeThierry Vignaud2004-08-041-1/+1
|
* - added net_applet xinit file to automate launch of net_applet in KDE,Daouda Lo2004-08-041-0/+5
| | | | | GNOME and IceWM
* return a true value for perlPascal Rigaux2004-08-042-0/+4
|
* replace /sbin/mkraid with /sbin/mdadm (as told on cooker by Luca Berra)Pascal Rigaux2004-08-041-1/+1
|
* move mount options related stuff from fs.pm to newly created fs/mount_options.pmPascal Rigaux2004-08-0310-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 Rigaux2004-08-031-1/+1
|
* (create_dialog) only add space between icon and text if there'sThierry Vignaud2004-08-031-2/+4
| | | | | actually an icon
* reuse gtkappend_page()Thierry Vignaud2004-08-031-2/+2
|
* (create_notebook) reuse gtkappend_page()Thierry Vignaud2004-08-031-1/+1
|
* (create_dialog) do not show separator by defaultThierry Vignaud2004-08-031-0/+1
|
* (_create_dialog) sanitize dialogs/popups:Thierry Vignaud2004-08-031-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' callThierry Vignaud2004-08-031-3/+3
| | | | | signature
* (create_packtable) set a border around packtablesThierry Vignaud2004-08-031-1/+1
|
* help perl_checkerThierry Vignaud2004-08-031-1/+1
|
* oops, /etc/fonts.conf missing from tarballPablo Saratxaga2004-08-031-0/+0
|
* A small variable renaming: use $medium for hashes and $medium_name for stringsRafael Garcia-Suarez2004-08-032-28/+28
|
* *** empty log message ***Pascal Rigaux2004-08-031-1/+2
|
* 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
* better descriptionPascal Rigaux2004-08-031-1/+1
|
* move back isolinux in ROOTDEST instead of ROOTDEST/installPascal Rigaux2004-08-031-5/+5
| | | | | (since the isolinux directory must be at the root of cds)
* 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 a warning before formatting the key (in the "formatkey" case)Pascal Rigaux2004-08-031-1/+6
| | | | | - if no key is found, go on
* add missing fonts.conf (with Kacst-Qr entries)Olivier Blin2004-08-031-0/+0
|