Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix brltty support | Pascal Rigaux | 2003-02-20 | 1 | -1/+3 |
| | |||||
* | add XF86Config and XF86Config-4 to report.bug | Pascal Rigaux | 2003-02-20 | 1 | -0/+2 |
| | |||||
* | no autologin by default if more than one users | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | prefer myspell-en_US | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | corrected Russian translation | Pablo Saratxaga | 2003-02-20 | 3 | -96/+76 |
| | |||||
* | don't let diskdrake detect ext3/reiserfs/jfs/xfs on a type 0x7 partition | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | set {device_windobe} for 0x107 *and* 0x7 (since 0x107 is not set correctly ↵ | Pascal Rigaux | 2003-02-20 | 1 | -2/+6 |
| | | | | | | | at this stage) (otherwise this causes mount points /mnt/win_ /mnt/win_1...) | ||||
* | fix bold diplay of texts in adverts | Guillaume Cottenceau | 2003-02-20 | 1 | -2/+4 |
| | |||||
* | set a minimum size for Gtk2::HScale's (mainly used for resizing partitions) | Pascal Rigaux | 2003-02-20 | 1 | -0/+1 |
| | |||||
* | dhcp fix | Damien Chaumette | 2003-02-20 | 1 | -4/+2 |
| | |||||
* | try to handle case with large fonts (CJK for example) -> branch on TextView | Guillaume Cottenceau | 2003-02-20 | 1 | -1/+1 |
| | | | | | when the box will be quite large | ||||
* | add a PO comment to try to keep buttons in the window.. | Guillaume Cottenceau | 2003-02-20 | 1 | -0/+1 |
| | |||||
* | usb is runned by rc.sysinit, and doesn't like "chkconfig --add" anymore | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | fix $ok_clicked when there is no ok button | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | 9.1-2mdk | Thierry Vignaud | 2003-02-20 | 1 | -2/+18 |
| | |||||
* | fix #1829 | Thierry Vignaud | 2003-02-20 | 1 | -1/+2 |
| | |||||
* | Made sure that printerdrake does not open its main window when called during ↵ | Till Kamppeter | 2003-02-20 | 1 | -1/+1 |
| | | | | the preparation of the "Summary" screen. | ||||
* | - Improved/fixed generation of printer list entries from | Till Kamppeter | 2003-02-20 | 2 | -22/+19 |
| | | | | | | | manufacturer-supplied PostScript PPD files - Removed forgotten debug mode - Disabled wizard-mode temporarily | ||||
* | Partial gtk2 update - still needs work on TreeViews | Stew Benedict | 2003-02-20 | 1 | -116/+152 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-02-20 | 1 | -1/+162 |
| | |||||
* | - simplify check_mntpoint | Pascal Rigaux | 2003-02-20 | 2 | -28/+14 |
| | | | | | - fix checking mount point in Mount_point() | ||||
* | have less warnings when debugging | Pascal Rigaux | 2003-02-20 | 3 | -7/+9 |
| | |||||
* | log why auto X config failed (needVideoRam) | Pascal Rigaux | 2003-02-20 | 1 | -1/+4 |
| | |||||
* | ensure {box_size} is set (to have less warnings) | Pascal Rigaux | 2003-02-20 | 1 | -2/+4 |
| | |||||
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 18 | -53/+54 |
| | | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :). | ||||
* | add some more formatError | Pascal Rigaux | 2003-02-19 | 2 | -2/+2 |
| | |||||
* | use formatError | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | add a formatError | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | add some formatError's | Pascal Rigaux | 2003-02-19 | 1 | -3/+3 |
| | |||||
* | use formatError on $err | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | use formatError($err) instead of $@ | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | set the destroy handler after wizard creation, or the fact that | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+2 |
| | | | | | | wizard window will overwrite existing window will also destroy the destroy handler | ||||
* | indent more the entries in the summary (as asked by dadou) | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | I'm stupid, we need to set UTF8 when there are two installed | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+1 |
| | | | | | | langs with different encodings, not just when the additional languages have different encoding than main one | ||||
* | move some images from standalone to pixmaps to have them both during install ↵ | Pascal Rigaux | 2003-02-19 | 2 | -0/+0 |
| | | | | and after install (images used by XFdrake) | ||||
* | add it back (used by XFdrake) | Pascal Rigaux | 2003-02-19 | 1 | -0/+0 |
| | |||||
* | fix some segfaults caused by still calling destroy | Guillaume Cottenceau | 2003-02-19 | 1 | -3/+2 |
| | | | | | | | or other gtk functions after a destroy has been already done, triggered by the user clicking on the WM's "close this application" button (#1651) | ||||
* | can't use $mainw->{ok}->clicked since $mainw->{ok} doesn't always exist, set | Pascal Rigaux | 2003-02-19 | 1 | -1/+5 |
| | | | | | | {retval} and main_quit instead (the way it was done for double click, is this ok when pressing enter?) | ||||
* | add silraid and pdcraid | Pascal Rigaux | 2003-02-19 | 1 | -2/+2 |
| | |||||
* | better comply to look of text like in Gtk1 (text inside a Frame) | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+6 |
| | |||||
* | Improved the locale->font selection; | Pablo Saratxaga | 2003-02-19 | 1 | -8/+9 |
| | | | | | added the tetex-latex-arab-doc package (previously was included in the main) | ||||
* | clean | Guillaume Cottenceau | 2003-02-19 | 1 | -3/+0 |
| | |||||
* | fixed if update fail to allow retry. | Francois Pons | 2003-02-19 | 1 | -2/+2 |
| | |||||
* | hide the icon when embedded to get more space | Thierry Vignaud | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | code slight reorganization. | Francois Pons | 2003-02-19 | 1 | -13/+14 |
| | |||||
* | added code to retry finding an update medium if something went wrong. | Francois Pons | 2003-02-19 | 1 | -19/+25 |
| | |||||
* | added a missing sanity unwind. | Francois Pons | 2003-02-19 | 1 | -0/+3 |
| | |||||
* | add sanity code on error when reading hdlist (this will avoid update medium | Francois Pons | 2003-02-19 | 1 | -13/+17 |
| | | | | | being trashed if an error occurred during hdlist download and so ...) | ||||
* | updated Uzbek file | Pablo Saratxaga | 2003-02-19 | 3 | -36/+106 |
| | |||||
* | add ugly probed type of network configuration. | Francois Pons | 2003-02-19 | 1 | -1/+6 |
| |