Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use formatAlaTeX() for the warning "DrakX will now resize your Windows ↵ | Pascal Rigaux | 2003-03-03 | 1 | -2/+2 |
| | | | | partition..." | ||||
* | any::selectLanguage: in standalone, don't categorize langs, for | Guillaume Cottenceau | 2003-03-03 | 2 | -28/+42 |
| | | | | | better looking (since most people will have very few of them) | ||||
* | translate mouse names | Pascal Rigaux | 2003-03-03 | 1 | -2/+2 |
| | |||||
* | update from xml | Pascal Rigaux | 2003-03-03 | 4 | -2754/+3207 |
| | |||||
* | add an extra first choose the net device step | Florin Grad | 2003-03-03 | 1 | -1/+12 |
| | |||||
* | (n_line_size): spacing for default font using XFT is 3 | Pascal Rigaux | 2003-03-03 | 1 | -1/+1 |
| | |||||
* | remove unused $rows_cnt | Thierry Vignaud | 2003-03-03 | 1 | -4/+0 |
| | |||||
* | 9.1-13mdk | Thierry Vignaud | 2003-03-03 | 1 | -1/+4 |
| | |||||
* | - fix #2091 and #2480 (settings restoration | Thierry Vignaud | 2003-03-03 | 1 | -3/+9 |
| | | | | | - make dialogs be modal | ||||
* | (runlevel): fix typo | Pascal Rigaux | 2003-03-03 | 1 | -1/+1 |
| | |||||
* | - remove a warning | Thierry Vignaud | 2003-03-03 | 1 | -2/+2 |
| | | | | | - better scsi bus location | ||||
* | simplified code of adsl_ask_info, password can be retrieved using | Francois Pons | 2003-03-03 | 1 | -6/+1 |
| | | | | | | passwd_by_login which was not used with computed login from /etc/ppp/peers/adsl or /etc/ppp/options or /etc/ppp/options.adsl. | ||||
* | simplified unquotify. | Francois Pons | 2003-03-03 | 1 | -2/+1 |
| | |||||
* | reap zombie children (aka fix mem leak :-( ) | Thierry Vignaud | 2003-03-03 | 1 | -0/+1 |
| | |||||
* | make it useful | Guillaume Cottenceau | 2003-03-03 | 1 | -15/+85 |
| | | | | | | - print problems with GREP_COLOR - have enough exceptions to get usable errors | ||||
* | Fixed bug of wrong function call to display the spooler name (Titi's ↵ | Till Kamppeter | 2003-03-03 | 2 | -5/+5 |
| | | | | untested changes). | ||||
* | updated pot file | Pablo Saratxaga | 2003-03-03 | 3 | -112/+288 |
| | |||||
* | add ncurses-devel in DEVELOPMENT | Pascal Rigaux | 2003-03-03 | 1 | -1/+1 |
| | |||||
* | revert to non broken version | Thierry Vignaud | 2003-03-03 | 3 | -3/+5211 |
| | |||||
* | revert to non broken version | Thierry Vignaud | 2003-03-03 | 1 | -1/+1760 |
| | |||||
* | 9.1-12mdk | Thierry Vignaud | 2003-03-03 | 1 | -1/+5 |
| | |||||
* | smoother gui: let main windows be unreachable until modal dialog is closed | Thierry Vignaud | 2003-03-03 | 1 | -0/+1 |
| | |||||
* | fix bug reported by Cédric Thévenet (impossible to save newly edited rules) | Thierry Vignaud | 2003-03-03 | 1 | -5/+9 |
| | |||||
* | Fixed bug of USB printers which do not report back an IEEE-1284 ID string after | Till Kamppeter | 2003-03-03 | 1 | -1/+3 |
| | | | | | three attempts being invisible instead of being listed as an "Unknown device". | ||||
* | *** empty log message *** | Pascal Rigaux | 2003-03-03 | 1 | -1/+76 |
| | |||||
* | Make file checks for CUPS package installation independent of whether "curl" | Till Kamppeter | 2003-03-02 | 1 | -1/+4 |
| | | | | | or "wget" is installed to fulfill the "webfetch" requirement. | ||||
* | - Avoid two overlayed wait messages when installing packages | Till Kamppeter | 2003-03-02 | 1 | -9/+18 |
| | | | | | | - Let applications (OpenOffice.org/GIMP) being once on startup of Printerdrake | ||||
* | Fixed auto-configuration for printers in the GIMP to work with Foomatic 3.0. | Till Kamppeter | 2003-03-02 | 1 | -7/+11 |
| | |||||
* | Call function for configuring applications only if really needed. | Till Kamppeter | 2003-03-02 | 1 | -14/+26 |
| | |||||
* | Read device ID string for a USB printer up to three times when it does not ↵ | Till Kamppeter | 2003-03-02 | 1 | -67/+80 |
| | | | | contain information. | ||||
* | Shortened the texts in some list dialogs to get a better layout. | Till Kamppeter | 2003-03-02 | 1 | -11/+11 |
| | |||||
* | Correction on reading the Foomatic overview. | Till Kamppeter | 2003-03-02 | 1 | -12/+8 |
| | |||||
* | Fixes on reading of Foomatic data overview ("foomatic-configure -O"): | Till Kamppeter | 2003-03-02 | 1 | -14/+20 |
| | | | | | | | - Removed usage of on-disk cache - Made new "<general>" and "<ieee1284>" tags for auto-detection info being recognized. | ||||
* | add | Guillaume Cottenceau | 2003-03-02 | 1 | -0/+45 |
| | |||||
* | - When non-interactively creating print queues ask the user for the model | Till Kamppeter | 2003-03-02 | 1 | -40/+66 |
| | | | | | name if the model is not in the database, don't do wild guesses then. | ||||
* | The generation of the "Summary" button for printer configuration created a ↵ | Till Kamppeter | 2003-03-01 | 1 | -2/+5 |
| | | | | blank entry in the $o->{printer}{configures} hash which lead to a blank menu entry in the main menu of printerdrake. This is fixed now. | ||||
* | updated Chinese, Swedish, Hungarian and Serbian files | Pablo Saratxaga | 2003-03-01 | 1 | -68/+151 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-02-28 | 1 | -1/+146 |
| | |||||
* | let hasSMP don't exit DrakX in testing mode because /dev/mem is not accessible | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2003-02-28 | 7 | -6979/+42 |
| | |||||
* | fixed bad English string | Pablo Saratxaga | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | - fix the check of mandrake_doc installed package (gc) | Daouda Lo | 2003-02-28 | 1 | -2/+2 |
| | |||||
* | remove temporiraly lo because utf_lo is not in the charsets hash | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | cøws gó mòõh | Guillaume Cottenceau | 2003-02-28 | 1 | -2/+2 |
| | |||||
* | i18n fixes | Pablo Saratxaga | 2003-02-28 | 1 | -3/+3 |
| | |||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 19 | -19/+19 |
| | |||||
* | install acpi and acpid if "Enable ACPI" is ok. | Francois Pons | 2003-02-28 | 1 | -0/+5 |
| | |||||
* | ltmodem support reminder. | Francois Pons | 2003-02-28 | 1 | -0/+1 |
| | |||||
* | fixes for drakconnect. | Francois Pons | 2003-02-28 | 1 | -1/+5 |
| | |||||
* | perl checko says we need to use parentheses with ref | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| |