Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (choose_xdm): allow to switch back from level 5 to level 3 | Pascal Rigaux | 2003-03-05 | 1 | -1/+1 |
| | |||||
* | (runlevel): fix typo | Pascal Rigaux | 2003-03-03 | 1 | -1/+1 |
| | |||||
* | fix setting the image & colors in resolution chooser | Pascal Rigaux | 2003-02-21 | 1 | -6/+6 |
| | |||||
* | don't vivify @cards | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | log manually chosen graphic card | Pascal Rigaux | 2003-02-20 | 1 | -0/+2 |
| | |||||
* | log why auto X config failed (needVideoRam) | Pascal Rigaux | 2003-02-20 | 1 | -1/+4 |
| | |||||
* | bump version on fredl request | Thierry Vignaud | 2003-02-18 | 1 | -1/+1 |
| | |||||
* | (is_fbdev): fix typo | Pascal Rigaux | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | (get_both): fix typo | Pascal Rigaux | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | (to_string): simpler way to handle the "default" resolution of frame-buffer | Pascal Rigaux | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | use fbdev when the graphic card is unknown | Pascal Rigaux | 2003-02-17 | 1 | -5/+9 |
| | |||||
* | warn when auto conf fail | Pascal Rigaux | 2003-02-17 | 1 | -1/+4 |
| | |||||
* | - factorize "Help"-button handling | Pascal Rigaux | 2003-02-16 | 1 | -5/+2 |
| | | | | | - fix interactive_help_get_id (happily, it was no pb :) | ||||
* | fix and some more Help | Pascal Rigaux | 2003-02-13 | 5 | -18/+33 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -3/+2 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now | ||||
* | don't set AGPMode (see bug #707) | Pascal Rigaux | 2003-02-11 | 1 | -3/+0 |
| | |||||
* | fix english typo (bug #1350) | Pascal Rigaux | 2003-02-07 | 1 | -1/+1 |
| | |||||
* | ensure the X test strings are translated | Pascal Rigaux | 2003-02-03 | 1 | -6/+7 |
| | |||||
* | (merge_values): allow get_monitors to work when xfree3 is missing | Pascal Rigaux | 2003-01-30 | 1 | -1/+1 |
| | |||||
* | (configure_chooser_raw): no special case for "Next" button | Pascal Rigaux | 2003-01-23 | 1 | -2/+1 |
| | |||||
* | (is_fbdev): created | Pascal Rigaux | 2003-01-23 | 1 | -5/+7 |
| | | | | | (get_both, set_both): skip modifications on missing xfree3 or xfree4 | ||||
* | (to_string): created, try to shortly describe current configuration | Pascal Rigaux | 2003-01-23 | 1 | -0/+7 |
| | | | | | (configure_FB_TVOUT): don't do anything when not using XF4 | ||||
* | introduce ->is_fbdev, and use it to simplify ->set_resolution | Pascal Rigaux | 2003-01-23 | 3 | -16/+18 |
| | |||||
* | replace some "Ok" with "Next ->" | Pascal Rigaux | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | have Xfree version at only one place | Pascal Rigaux | 2003-01-21 | 2 | -16/+17 |
| | | | | | (nb: it would be better to parse available package and get version from it.) | ||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | use gtk rather than qiv to display the background tile in X test | Guillaume Cottenceau | 2003-01-20 | 1 | -4/+11 |
| | |||||
* | fix Gtk2 port | Guillaume Cottenceau | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | simplify and factorize | Pascal Rigaux | 2003-01-10 | 1 | -0/+19 |
| | | | | | (now works on 1.upgrade 2.install 3.install + change existing config) | ||||
* | fix priority | Pascal Rigaux | 2003-01-10 | 1 | -2/+2 |
| | |||||
* | (configure): do not do card_config__not_listed in $auto mode | Pascal Rigaux | 2003-01-07 | 1 | -2/+4 |
| | |||||
* | (configure_everything): in $auto mode, don't test nor ask when the config failed | Pascal Rigaux | 2003-01-07 | 1 | -2/+3 |
| | |||||
* | (various): in $auto mode, don't ask about tvout | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | (configure): in $auto mode, use $default_resolution without asking | Pascal Rigaux | 2003-01-07 | 1 | -2/+4 |
| | |||||
* | (configure): return without doing anything when probe fails or needVideoRam ↵ | Pascal Rigaux | 2003-01-07 | 1 | -6/+10 |
| | | | | | | | in $auto mode (multi_head_choose): be completly automatic in $auto mode | ||||
* | don't do anything when automatic configuration fails in $auto mode | Pascal Rigaux | 2003-01-07 | 1 | -1/+2 |
| | |||||
* | fix pixel sucks(bis) | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | fix pixel sucks | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 4 | -15/+14 |
| | | | | "every", "partition" | ||||
* | X test is now working :) | Pascal Rigaux | 2003-01-02 | 1 | -2/+3 |
| | |||||
* | move any::runlevel() to Xconfig::various::runlevel() | Pascal Rigaux | 2002-12-29 | 2 | -4/+14 |
| | |||||
* | fix setting size of depth combo | Pascal Rigaux | 2002-12-23 | 1 | -1/+1 |
| | |||||
* | workaround gtk bug in gtk_entry_set_text | Guillaume Cottenceau | 2002-12-23 | 1 | -0/+2 |
| | |||||
* | fix titi porting gtk2 without testing enough.. | Guillaume Cottenceau | 2002-12-23 | 1 | -1/+1 |
| | |||||
* | fix | Thierry Vignaud | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | XFdrake gtk+-2 | Thierry Vignaud | 2002-12-18 | 2 | -20/+20 |
| | |||||
* | fix english typo (thanks to J. Grant) | Pascal Rigaux | 2002-12-16 | 1 | -1/+1 |
| | |||||
* | (show_info): drop (unused) | Pascal Rigaux | 2002-12-13 | 1 | -5/+0 |
| | |||||
* | do not duplicate "An error occurred ..." t10n string | Pascal Rigaux | 2002-12-10 | 1 | -4/+8 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 6 | -9/+7 |
| |