summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* $o->{force_center} is unusedPascal Rigaux2005-01-071-1/+1
|
* no icon during installPascal Rigaux2005-01-071-5/+7
|
* Make %lang2keyboard a global variable, so it can be overriden in aRafael Garcia-Suarez2005-01-071-1/+1
| | | | | patch file
* simplify using mygtk2Pascal Rigaux2005-01-071-7/+9
|
* add "Plug"Pascal Rigaux2005-01-071-0/+4
|
* 10.2-0.9mdkThierry Vignaud2005-01-061-1/+5
|
* simplifyPascal Rigaux2005-01-061-5/+4
|
* fix typo (thanks to perl_checker)Pascal Rigaux2005-01-061-1/+1
|
* - move some install specific code out of ugtk2.pm into install_gtk.pmPascal Rigaux2005-01-065-47/+59
| | | | | - move some install specific code out of common.pm into install_any.pm
* - change _create_window() prototype to be more "mygtk2" likePascal Rigaux2005-01-061-24/+24
| | | | | | | - use more mygtk2 properties - create and use wm_icon() (until all this crap is cleaned) (drop $o->{wm_icon} which is unused)
* add {icon} for WindowPascal Rigaux2005-01-061-0/+4
|
* merge Window and Dialog creationPascal Rigaux2005-01-061-19/+11
|
* fixPascal Rigaux2005-01-061-4/+4
|
* allow setting padding for pack_start, but only globally (it works like ↵Pascal Rigaux2005-01-061-1/+3
| | | | spacing, but also include spacing at beginning, and at end)
* add {position_policy} for WindowPascal Rigaux2005-01-061-0/+1
|
* - fs::format::part_raw() now takes $wait_message to allow displaying the ↵Pascal Rigaux2005-01-065-17/+45
| | | | | | | | progress of format - create fs::format::wait_message() which creates a $wait_message valid to give to fs::format::part - fs::format::mke2fs() format while parsing the output to display the progress
* fs::formatMount_all() parameter wait_message is no more optional (though you ↵Pascal Rigaux2005-01-062-3/+3
| | | | can give undef)
* on a label, we must use ->get_text, not ->getPascal Rigaux2005-01-061-1/+1
|
* update UIM config for uim-0.4.5 (UTUMI Hirosi)Thierry Vignaud2005-01-061-3/+3
|
* remove unused variablesPascal Rigaux2005-01-061-2/+1
|
* remove unused variablePascal Rigaux2005-01-062-2/+0
|
* cleanup unused variablesPascal Rigaux2005-01-061-3/+0
|
* 10.2-0.8mdkThierry Vignaud2005-01-051-1/+16
|
* fix selecting "other" keyboard when @best <= 1Pascal Rigaux2005-01-051-1/+1
|
* (migrate_device_names) fix messageThierry Vignaud2005-01-051-1/+1
|
* don't set fs_type to ext2:vfat for ext3 or reiserfs /home coming from usb ↵Pascal Rigaux2005-01-051-1/+3
| | | | key (bugzilla #9827)
* add a couple of new ALSA drivers (from CVS)Thierry Vignaud2005-01-052-3/+8
|
* install echomixer if neededThierry Vignaud2005-01-051-0/+1
|
* part2wild_device_name('', $part) is better than ↵Pascal Rigaux2005-01-051-1/+1
| | | | devices::make($part->{device}) (esp. for nfs "devices")
* handle spaces in usernamePascal Rigaux2005-01-052-6/+4
|
* switch default IM to scim-chewing for zh_TWThierry Vignaud2005-01-051-0/+1
|
* *** empty log message ***Pascal Rigaux2005-01-041-1/+88
|
* ld-linux.so.2 is also needed on the rescue :)Pascal Rigaux2005-01-041-0/+1
|
* install hotkeys in order to have working special keys onThierry Vignaud2005-01-041-1/+1
| | | | | internet/multimedia laptop keyboards
* updated pot filePablo Saratxaga2005-01-041-312/+332
|
* update ADSL ISPs listThierry Vignaud2005-01-041-2/+133
|
* Bugzilla 12861 - Directories with spacesStew Benedict2005-01-031-20/+27
| | | | | | Mandrakeclub - Perms on tarballs too relaxed perl_checker compliance
* a somewhat nicer message when loading a modulePascal Rigaux2005-01-031-6/+17
|
* '--best-output' is no longer an urpmi option (and it's not necessaryRafael Garcia-Suarez2005-01-031-1/+1
| | | | | anyway since --auto is specified)
* move and rename network::ethernet::get_eth_categories() into ↵Pascal Rigaux2005-01-036-14/+10
| | | | | | | list_modules::ethernet_categories() (it's closer to the definition of the categories)
* "Administrator (root)" is more user-friendly than "root"Pascal Rigaux2005-01-032-3/+3
|
* add another wifi driver (will be in next kernel)Thierry Vignaud2005-01-031-1/+1
|
* (migrate_device_names) try to be smarter with translatorsThierry Vignaud2005-01-031-3/+3
|
* default security level is now 3Pascal Rigaux2005-01-031-1/+1
|
* Make do_pkgs::install() return the number of packages actually installedRafael Garcia-Suarez2005-01-031-0/+2
| | | | | (used by printerdrake, apparently)
* *** empty log message ***Pascal Rigaux2005-01-031-1/+60
|
* remove codepage= option for fs types which don't handle it (eg: ntfs)Pascal Rigaux2005-01-031-0/+3
|
* create can_be_one_of_those_fs_types()Pascal Rigaux2005-01-031-1/+6
|
* add another sparc sound driverThierry Vignaud2005-01-032-1/+2
|
* ensure /tmp/syslog in stage2 contains the full logPascal Rigaux2005-01-032-2/+6
| | | | | (currently stage2 init was writing in a file shadowed by stage2 copying the /stage1/tmp/syslog over its file)