Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upcase protocol name | Thierry Vignaud | 2004-02-05 | 1 | -1/+1 |
| | |||||
* | remove "Quit" icon | Pascal Rigaux | 2004-02-05 | 1 | -1/+1 |
| | |||||
* | write fstab for /tmp using tmpfs when "clean /tmp" is chosen | Pascal Rigaux | 2004-02-05 | 1 | -3/+11 |
| | |||||
* | fix ugly typo (occuring when removing "clean /tmp", ie not often, especially | Pascal Rigaux | 2004-02-05 | 1 | -1/+1 |
| | | | | | since drakboot didn't write fstab) | ||||
* | - add ->prepare_write to allow comparing raw_X's | Pascal Rigaux | 2004-02-05 | 4 | -9/+36 |
| | | | | | - ensure "config_changed" is returned only if the config file really changed | ||||
* | simplify _create_window() prototype | Pascal Rigaux | 2004-02-05 | 1 | -4/+4 |
| | |||||
* | (new) add a border too when embedded | Thierry Vignaud | 2004-02-05 | 1 | -1/+1 |
| | |||||
* | since we use WrappedLabel, it's better not to warp_text() | Pascal Rigaux | 2004-02-05 | 1 | -2/+1 |
| | |||||
* | this part of code is already executed only in $::isInstall | Guillaume Cottenceau | 2004-02-05 | 1 | -2/+2 |
| | |||||
* | install_steps is a do_pkgs, so add "use do_pkgs" | Pascal Rigaux | 2004-02-05 | 1 | -0/+1 |
| | |||||
* | allow 24bpp for DRI (since all drivers now support it: we had mga tdfx r128 | Pascal Rigaux | 2004-02-05 | 1 | -2/+1 |
| | | | | | radeon, and i810 also works (tested on a i865)) | ||||
* | more locale fixes; and changed images for Uzbek to default to cyrillic | Pablo Saratxaga | 2004-02-04 | 3 | -3/+3 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-02-04 | 1 | -1/+275 |
| | |||||
* | use protocol "ExplorerPS/2" instead of "auto" for kernel 2.6 | Pascal Rigaux | 2004-02-04 | 1 | -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_pos | Pascal Rigaux | 2004-02-04 | 1 | -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 unused | Pascal Rigaux | 2004-02-04 | 1 | -0/+0 |
| | |||||
* | $::noBorder is deprecated (it was the same as !$::isInstall) | Pascal Rigaux | 2004-02-04 | 2 | -2/+0 |
| | |||||
* | - rename $ugtk2::force_center used at install with $ugtk2::force_center_at_pos | Pascal Rigaux | 2004-02-04 | 1 | -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 corrections | Pablo Saratxaga | 2004-02-04 | 1 | -24/+20 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2004-02-04 | 1 | -484/+549 |
| | |||||
* | update netauto doc | Guillaume Cottenceau | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | replace 4.3 with 4.4 (XFree version) (bugzilla #7378) | Pascal Rigaux | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | we don't have modules ataraid hptraid silraid pdcraid for 2.6 | Pascal Rigaux | 2004-02-04 | 1 | -1/+4 |
| | |||||
* | - don't be afraid, this is not the doc package but just perl module | Daouda Lo | 2004-02-04 | 1 | -1/+1 |
| | | | | | needed by drakhelp. | ||||
* | - new mandrake-doc* names | Daouda Lo | 2004-02-04 | 1 | -2/+2 |
| | |||||
* | compact declaration | Damien Chaumette | 2004-02-04 | 1 | -4/+2 |
| | |||||
* | create /dev/mapper/control (needed when you don't have devfs) | Pascal Rigaux | 2004-02-04 | 1 | -0/+7 |
| | |||||
* | ethernet cards get via get_eth_cards() | Damien Chaumette | 2004-02-04 | 1 | -0/+2 |
| | |||||
* | - add network::ethernet::get_eth_cards_names | Damien Chaumette | 2004-02-04 | 3 | -11/+12 |
| | | | | | - kill duplicated code | ||||
* | drop Storable and use Dumper (queen & pipi rulez) | Damien Chaumette | 2004-02-04 | 2 | -5/+8 |
| | |||||
* | - replace PE_size with extent_size and get it (fix illegal division by 0) | Pascal Rigaux | 2004-02-04 | 1 | -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 LVs | Pascal Rigaux | 2004-02-04 | 1 | -2/+3 |
| | | | | | - display "Number of logical extents" of LVs | ||||
* | ->ask_from_entry and ->ask_from_entries are better with focus_first | Pascal Rigaux | 2004-02-04 | 1 | -3/+3 |
| | |||||
* | (gtk_TextView_get_log): handle errors | Pascal Rigaux | 2004-02-04 | 1 | -2/+2 |
| | |||||
* | we now use XF4 during install, so we can support ExplorerPS/2 (XF3 didn't ↵ | Pascal Rigaux | 2004-02-04 | 1 | -1/+0 |
| | | | | know it) | ||||
* | (ensure_is_installed): file to test if the package is installed is optional. | Pascal Rigaux | 2004-02-04 | 1 | -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 Cottenceau | 2004-02-04 | 1 | -2/+2 |
| | | | | printed on standard output | ||||
* | typo fix... | Damien Chaumette | 2004-02-04 | 1 | -0/+1 |
| | |||||
* | - less arguments in ntp_server, $prefix no more passed to function args | Daouda Lo | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | Maintain /etc/passwd$$CLIENT$$ so mdkkdm has a valid userlist. | Stew Benedict | 2004-02-03 | 1 | -7/+30 |
| | |||||
* | - fix adsl_conf_backend call | Damien Chaumette | 2004-02-03 | 2 | -5/+6 |
| | | | | | - store and retreive network interfaces via $config file | ||||
* | (config_window) do not even try to hint the user about the parameter | Thierry Vignaud | 2004-02-03 | 1 | -1/+2 |
| | | | | | format on a 2.6.x kernel | ||||
* | (parameters) fix modinfo parsing (format had been altered between | Thierry Vignaud | 2004-02-03 | 1 | -1/+5 |
| | | | | | modutils and module-init-tools :-() | ||||
* | fix typo | Pascal Rigaux | 2004-02-03 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-02-03 | 1 | -1/+5 |
| | |||||
* | differentiate no floppy disk in driver or ext2 fs | Guillaume Cottenceau | 2004-02-03 | 1 | -2/+5 |
| | |||||
* | document when netauto is not provided and bootfile DHCP server param is given | Guillaume Cottenceau | 2004-02-03 | 1 | -2/+6 |
| | |||||
* | more doc on DHCP server response conf | Guillaume Cottenceau | 2004-02-03 | 1 | -0/+10 |
| | |||||
* | perl_checker fix | Pascal Rigaux | 2004-02-03 | 1 | -1/+1 |
| | |||||
* | update drakfont help message | Thierry Vignaud | 2004-02-02 | 1 | -2/+4 |
| |