summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* allow 24bpp for DRI (since all drivers now support it: we had mga tdfx r128Pascal Rigaux2004-02-051-2/+1
| | | | | radeon, and i810 also works (tested on a i865))
* more locale fixes; and changed images for Uzbek to default to cyrillicPablo Saratxaga2004-02-043-3/+3
|
* *** empty log message ***Pascal Rigaux2004-02-041-1/+275
|
* use protocol "ExplorerPS/2" instead of "auto" for kernel 2.6Pascal Rigaux2004-02-041-1/+1
| | | | | | (not statisfying since people booting with kernel 2.4 will not get a working mouse, but at least we can test if this really works nicely for 2.6)
* rename $ugtk2::force_center used at install with $ugtk2::force_center_at_posPascal Rigaux2004-02-041-1/+1
| | | | | the boolean $ugtk2::force_center value used standalone is kept as before
* remove $draw2 (in ugtk2.pm) and wiz_default_left.png which are unusedPascal Rigaux2004-02-041-0/+0
|
* $::noBorder is deprecated (it was the same as !$::isInstall)Pascal Rigaux2004-02-042-2/+0
|
* - rename $ugtk2::force_center used at install with $ugtk2::force_center_at_posPascal Rigaux2004-02-041-70/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the boolean $ugtk2::force_center value used standalone is kept as before - deprecate $::noBorder (it was the same as !$::isInstall) - deprecate $ugtk2::force_position (unused AFAIK) - _create_window() now returns the created window, it doesn't assign {rwindow} nor {window} anymore. It doesn't handle a Frame for the window (it is now directly done by ugtk2->new which is the only function using _create_window()) - deprecate option no_interactive_objects (unused AFAIK) - {rwindow} is a VBox for both isWizard and isEmbedded (when isEmbedded, a HBox was created, replacing the create VBox) - call ->set_title on $::WizardWindow so that the title is honored in non embedded wizard - remove $draw2 and wiz_default_left.png which are unused - remove ->set_uposition on $::WizardWindow for install. This is not needed anymore since force_center_at_pos now works on $::WizardWindow - hoist $::WizardTable creation - explicitly set the size of the window during install. The chosen value is the same as before +9 pixels for the height (the size needs to be fixed since the advertising images must fit) - remove the callbacks on expose_event and delete_event for non embedded wizard. they are the same as the one in _create_window() (except for the delete_event which explicitly destroy the window, is that ok??) more questions: - ->set_title on a plug may break, it needs testing - flush() just after Gtk2::Plug->new, is it needed? (since there is another flush())
* a bit of locales correctionsPablo Saratxaga2004-02-041-24/+20
|
* updated pot filePablo Saratxaga2004-02-041-484/+549
|
* update netauto docGuillaume Cottenceau2004-02-041-1/+1
|
* replace 4.3 with 4.4 (XFree version) (bugzilla #7378)Pascal Rigaux2004-02-041-1/+1
|
* we don't have modules ataraid hptraid silraid pdcraid for 2.6Pascal Rigaux2004-02-041-1/+4
|
* - don't be afraid, this is not the doc package but just perl moduleDaouda Lo2004-02-041-1/+1
| | | | | needed by drakhelp.
* - new mandrake-doc* namesDaouda Lo2004-02-041-2/+2
|
* compact declarationDamien Chaumette2004-02-041-4/+2
|
* create /dev/mapper/control (needed when you don't have devfs)Pascal Rigaux2004-02-041-0/+7
|
* ethernet cards get via get_eth_cards()Damien Chaumette2004-02-041-0/+2
|
* - add network::ethernet::get_eth_cards_namesDamien Chaumette2004-02-043-11/+12
| | | | | - kill duplicated code
* drop Storable and use Dumper (queen & pipi rulez)Damien Chaumette2004-02-042-5/+8
|
* - replace PE_size with extent_size and get it (fix illegal division by 0)Pascal Rigaux2004-02-041-9/+11
| | | | | | | - fix getting the output of pvs vgs lvs commands (chomp_ is not enough because of spaces at the end) - fix get_lvs() (and use lvs instead of vgdisplay)
* - don't display start sector and cylinders used for LVsPascal Rigaux2004-02-041-2/+3
| | | | | - display "Number of logical extents" of LVs
* ->ask_from_entry and ->ask_from_entries are better with focus_firstPascal Rigaux2004-02-041-3/+3
|
* (gtk_TextView_get_log): handle errorsPascal Rigaux2004-02-041-2/+2
|
* we now use XF4 during install, so we can support ExplorerPS/2 (XF3 didn't ↵Pascal Rigaux2004-02-041-1/+0
| | | | know it)
* (ensure_is_installed): file to test if the package is installed is optional.Pascal Rigaux2004-02-041-4/+4
| | | | | But in that case, you have to check if it is installed first.
* http://www.gnu.org/prep/standards_18.html says --help and --version are ↵Guillaume Cottenceau2004-02-041-2/+2
| | | | printed on standard output
* typo fix...Damien Chaumette2004-02-041-0/+1
|
* - less arguments in ntp_server, $prefix no more passed to function argsDaouda Lo2004-02-041-1/+1
|
* Maintain /etc/passwd$$CLIENT$$ so mdkkdm has a valid userlist.Stew Benedict2004-02-031-7/+30
|
* - fix adsl_conf_backend callDamien Chaumette2004-02-032-5/+6
| | | | | - store and retreive network interfaces via $config file
* (config_window) do not even try to hint the user about the parameterThierry Vignaud2004-02-031-1/+2
| | | | | format on a 2.6.x kernel
* (parameters) fix modinfo parsing (format had been altered betweenThierry Vignaud2004-02-031-1/+5
| | | | | modutils and module-init-tools :-()
* fix typoPascal Rigaux2004-02-031-1/+1
|
* fix typoPascal Rigaux2004-02-031-1/+5
|
* differentiate no floppy disk in driver or ext2 fsGuillaume Cottenceau2004-02-031-2/+5
|
* document when netauto is not provided and bootfile DHCP server param is givenGuillaume Cottenceau2004-02-031-2/+6
|
* more doc on DHCP server response confGuillaume Cottenceau2004-02-031-0/+10
|
* perl_checker fixPascal Rigaux2004-02-031-1/+1
|
* update drakfont help messageThierry Vignaud2004-02-021-2/+4
|
* bump copyrightThierry Vignaud2004-02-021-1/+1
|
* --help: documente new drakboot and drakconnect parametersThierry Vignaud2004-02-021-0/+12
|
* do not pass extra empty invisible label (really cosmetic)Thierry Vignaud2004-02-021-1/+1
|
* use wrapped labels in various placesThierry Vignaud2004-02-022-7/+7
|
* fix drakboot layout: use checkboxes own labels rather than packing extraThierry Vignaud2004-02-021-6/+6
| | | | | labels
* kill warningThierry Vignaud2004-02-021-0/+5
|
* only list wireless capabale cards when one choose wireless cnxThierry Vignaud2004-02-021-0/+7
|
* remove unneeded next fieldsThierry Vignaud2004-02-021-2/+0
|
* 10-0.3mdkThierry Vignaud2004-02-021-1/+11
|
* make cron script be able to use either local smtp server or a remoteThierry Vignaud2004-02-021-12/+19
| | | | | one (arnaud)