Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Pascal Rigaux | 2002-08-05 | 1 | -0/+270 |
| | |||||
* | rebuild for perl thread-multi | Pascal Rigaux | 2002-08-05 | 1 | -1/+4 |
| | |||||
* | do the job of devfsd in case devfsd doesn't do it | Pascal Rigaux | 2002-08-05 | 2 | -15/+21 |
| | |||||
* | smbpasswd call deferred with addToBeDone | Stew Benedict | 2002-08-05 | 1 | -1/+6 |
| | |||||
* | switch to thread-multi | Pascal Rigaux | 2002-08-05 | 1 | -34/+34 |
| | |||||
* | call the "Quit" button exit during install (as suggested by David Sansome) | Pascal Rigaux | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | packdrake.pm is now in vendorlib | Pascal Rigaux | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | Make/Model/Driver list in expert mode: Fixed bug of "recommended" driver ↵ | Till Kamppeter | 2002-08-05 | 1 | -3/+3 |
| | | | | entries getting a duplicate entry without "recommended" when entering the list via double-click on existing queue / "Printer manufacturer, model, driver". | ||||
* | 1.1.9-5mdk | Guillaume Cottenceau | 2002-08-05 | 1 | -1/+4 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2002-08-05 | 3 | -4257/+5010 |
| | |||||
* | - export %modules::conf | Thierry Vignaud | 2002-08-05 | 3 | -25/+10 |
| | | | | | | | | | | | - kill modparm::raw_parameters and modparm::parameter_type which get merged back in modparm::parameters - add more parameters to modparm::parameters for harddrake harddrake/ui.pm | 19 ++++++++++--------- modparm.pm | 33 +++++++++------------------------ 2 files changed, 19 insertions(+), 33 deletions(-) | ||||
* | no one use second paramater of raw_parameters | Thierry Vignaud | 2002-08-05 | 2 | -2/+2 |
| | |||||
* | factorize some code in modparm::parameter_type | Thierry Vignaud | 2002-08-05 | 2 | -11/+14 |
| | |||||
* | the state can be XXX also in flat mode, for disabling | Guillaume Cottenceau | 2002-08-05 | 1 | -0/+1 |
| | | | | | the setting of the state | ||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 17 | -43/+41 |
| | | | | | (so that 'use strict' works) | ||||
* | lib64 fixes | Gwenolé Beauchesne | 2002-08-05 | 1 | -1/+5 |
| | |||||
* | still have HorizSync and VertRefresh for Plug'n Play monitors | Pascal Rigaux | 2002-08-05 | 1 | -12/+0 |
| | | | | | (XFree4 still need some help) | ||||
* | as suggested by Buchan Milne, defaults LDAP Server to ldap.DOMAINNAME | Pascal Rigaux | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | fix Option's (especially for XFree3) | Pascal Rigaux | 2002-08-05 | 1 | -4/+4 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | don't have Utah GLX the default. XFree4 is the default | Pascal Rigaux | 2002-08-05 | 1 | -1/+2 |
| | |||||
* | - Move xf86Wacom.so modules to {i386,ppc}-specific filelist | Gwenolé Beauchesne | 2002-08-05 | 6 | -35/+153 |
| | | | | | | - Make filelists lib64 aware with LIB variable - Add x86_64-specific filelist | ||||
* | adapt to ugtk | Pascal Rigaux | 2002-08-05 | 1 | -2/+2 |
| | |||||
* | english fixes | Thierry Vignaud | 2002-08-05 | 1 | -2/+2 |
| | |||||
* | - do not show empty wizard when save button clicked. | Daouda Lo | 2002-08-05 | 1 | -12/+12 |
| | |||||
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 18 | -17/+17 |
| | |||||
* | - cleanup (remove all sms stuffs: code and labels) | Daouda Lo | 2002-08-05 | 1 | -21/+10 |
| | | | | | - do not expand mail address | ||||
* | (install): verify at least one package is not installed before displaying a | Pascal Rigaux | 2002-08-05 | 1 | -1/+4 |
| | | | | | | wait_message and calling urpmi (thanks to Jure Repinc) (is_installed): use run_program and redirect stdout to dave null for cleanness | ||||
* | a few more fixes (thanks Jure Repinc & Richard Burt) | Pascal Rigaux | 2002-08-05 | 1 | -3/+2 |
| | |||||
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 17 | -65/+17 |
| | |||||
* | kill $Log (487 useless lines supressed from drakxtools) | Thierry Vignaud | 2002-08-05 | 5 | -487/+0 |
| | |||||
* | 1.1.9-4mdk | Guillaume Cottenceau | 2002-08-05 | 1 | -1/+5 |
| | |||||
* | Finished auto-detection of network and SMB printers. | Till Kamppeter | 2002-08-05 | 2 | -193/+359 |
| | | | | | Added automatic configuration of HP's multi-function devices when connected via HP JetDirect (network). | ||||
* | partial rework of Windows PDC authentication, still need | Stew Benedict | 2002-08-04 | 2 | -8/+12 |
| | | | | | to run smbpasswd after network is up | ||||
* | Accelerated network scanning for printers by applying "nmap" only to ↵ | Till Kamppeter | 2002-08-04 | 2 | -97/+284 |
| | | | | | | | | machines which answered to a broadcast ping before. Completed network/SMB printer auto-detection for recommended mode. Started network/SMB printer auto-detection for expert mode. | ||||
* | - expand $email in cron script | Daouda Lo | 2002-08-02 | 1 | -0/+6 |
| | |||||
* | - disable sms alerts (free sms site too complicated to | Daouda Lo | 2002-08-02 | 1 | -22/+30 |
| | | | | | | | | | handle). Postponed - mail service should work now - clean up code - give the correct right to cron file to work correctly - fix titi mess | ||||
* | minor bugfix in calling bootloader::read | Jonathan Gotti | 2002-08-02 | 1 | -1/+2 |
| | |||||
* | move interactive::gtk::exit to my_gtk::exit so that my_gtk | Guillaume Cottenceau | 2002-08-02 | 2 | -6/+7 |
| | | | | | apps can call it (and fix busy mouse cursor problem that way) | ||||
* | - avoiding looping indefinitalely when selecting items in combo | Daouda Lo | 2002-08-02 | 1 | -10/+15 |
| | |||||
* | add lsb group | Florent Villard | 2002-08-02 | 2 | -0/+6 |
| | |||||
* | keyboarddrake now handles choosing toggle key (XkbOptions) | Pascal Rigaux | 2002-08-02 | 1 | -1/+4 |
| | |||||
* | - add commandline arguments: drakbug --report name_app | Daouda Lo | 2002-08-02 | 1 | -18/+27 |
| | |||||
* | Corrected strings for printer queue list in main window. | Till Kamppeter | 2002-08-02 | 1 | -3/+3 |
| | |||||
* | Added stuff for scanning network for SMB printer shares. | Till Kamppeter | 2002-08-01 | 1 | -4/+18 |
| | |||||
* | Added facility to scan network for SMB/Windows-hosted printers. | Till Kamppeter | 2002-08-01 | 1 | -9/+61 |
| | |||||
* | new logo for beta 2 | Florent Villard | 2002-08-01 | 1 | -0/+0 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-08-01 | 1 | -0/+279 |
| | |||||
* | drop keyboard unsafe when not unsafe anymore | Pascal Rigaux | 2002-08-01 | 1 | -0/+1 |
| | |||||
* | don't have "unsafe" in /etc/sysconfig/keyboard | Pascal Rigaux | 2002-08-01 | 1 | -0/+2 |
| |