summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* lib64 fixesGwenolé Beauchesne2002-08-051-1/+5
|
* still have HorizSync and VertRefresh for Plug'n Play monitorsPascal Rigaux2002-08-051-12/+0
| | | | | (XFree4 still need some help)
* as suggested by Buchan Milne, defaults LDAP Server to ldap.DOMAINNAMEPascal Rigaux2002-08-051-1/+1
|
* fix Option's (especially for XFree3)Pascal Rigaux2002-08-051-4/+4
|
* make perl_checker happyPascal Rigaux2002-08-051-1/+1
|
* don't have Utah GLX the default. XFree4 is the defaultPascal Rigaux2002-08-051-1/+2
|
* - Move xf86Wacom.so modules to {i386,ppc}-specific filelistGwenolé Beauchesne2002-08-056-35/+153
| | | | | | - Make filelists lib64 aware with LIB variable - Add x86_64-specific filelist
* adapt to ugtkPascal Rigaux2002-08-051-2/+2
|
* english fixesThierry Vignaud2002-08-051-2/+2
|
* - do not show empty wizard when save button clicked.Daouda Lo2002-08-051-12/+12
|
* s/__END__/1;Thierry Vignaud2002-08-0518-17/+17
|
* - cleanup (remove all sms stuffs: code and labels)Daouda Lo2002-08-051-21/+10
| | | | | - do not expand mail address
* (install): verify at least one package is not installed before displaying aPascal Rigaux2002-08-051-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 Rigaux2002-08-051-3/+2
|
* kill "wonderful perl"Thierry Vignaud2002-08-0517-65/+17
|
* kill $Log (487 useless lines supressed from drakxtools)Thierry Vignaud2002-08-055-487/+0
|
* 1.1.9-4mdkGuillaume Cottenceau2002-08-051-1/+5
|
* Finished auto-detection of network and SMB printers.Till Kamppeter2002-08-052-193/+359
| | | | | Added automatic configuration of HP's multi-function devices when connected via HP JetDirect (network).
* partial rework of Windows PDC authentication, still needStew Benedict2002-08-042-8/+12
| | | | | to run smbpasswd after network is up
* Accelerated network scanning for printers by applying "nmap" only to ↵Till Kamppeter2002-08-042-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 scriptDaouda Lo2002-08-021-0/+6
|
* - disable sms alerts (free sms site too complicated toDaouda Lo2002-08-021-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::readJonathan Gotti2002-08-021-1/+2
|
* move interactive::gtk::exit to my_gtk::exit so that my_gtkGuillaume Cottenceau2002-08-022-6/+7
| | | | | apps can call it (and fix busy mouse cursor problem that way)
* - avoiding looping indefinitalely when selecting items in comboDaouda Lo2002-08-021-10/+15
|
* add lsb groupFlorent Villard2002-08-022-0/+6
|
* keyboarddrake now handles choosing toggle key (XkbOptions)Pascal Rigaux2002-08-021-1/+4
|
* - add commandline arguments: drakbug --report name_appDaouda Lo2002-08-021-18/+27
|
* Corrected strings for printer queue list in main window.Till Kamppeter2002-08-021-3/+3
|
* Added stuff for scanning network for SMB printer shares.Till Kamppeter2002-08-011-4/+18
|
* Added facility to scan network for SMB/Windows-hosted printers.Till Kamppeter2002-08-011-9/+61
|
* new logo for beta 2Florent Villard2002-08-011-0/+0
|
* *** empty log message ***Pascal Rigaux2002-08-011-0/+279
|
* drop keyboard unsafe when not unsafe anymorePascal Rigaux2002-08-011-0/+1
|
* don't have "unsafe" in /etc/sysconfig/keyboardPascal Rigaux2002-08-011-0/+2
|
* - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD}Pascal Rigaux2002-08-0111-121/+153
| | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE
* (duplicate_kernel_entry): addedPascal Rigaux2002-08-011-0/+10
|
* finish tvout configurationPascal Rigaux2002-08-011-0/+17
|
* updateThierry Vignaud2002-08-012-0/+4
|
* drakconf is deadThierry Vignaud2002-08-012-6/+10
|
* kill stupide styleThierry Vignaud2002-08-011-4/+2
|
* we already require perl-GTK-GdkImLib so temporary disableThierry Vignaud2002-08-011-2/+2
| | | | | Gtk::Gdk::Pixbuf support, thus removing all gdk/gtk warnings
* add_icon_path is exported in :variousThierry Vignaud2002-08-011-0/+0
|
* fix the many warnings when {icon} is not givenPascal Rigaux2002-08-011-1/+1
|
* commit according to 1.1.9-1mdk of drakxtools, and especially:Guillaume Cottenceau2002-08-013-44/+93
| | | | | | | | | | | | | | | | | | | - integrate patches in my_gtk and ugtk for new rpmdrake: - [ugtk] add "gtkentry" so that we can create an entry and set initial value in one call - [my_gtk::main] don't set the events, to fix keyboard focus problem in entries when embedded - [my_gtk::_create_window] add $::noBorder, to not have a frame in the main window, so that it's possible to end up with windows with no border - [my_gtk] add ask_dir which is a ask_file with only the dir list - [my_gtk] add ask_browse_tree_info to the export tags, and: - add support for parents with no leaves, so that then we can partially build the trees (for speedup) - add "delete_all" and "delete_category" callbacks - use Gtk::CList::clear when removing all the nodes, much speedup
* BusID needs a string (thanks to Florent BERANGER)Pascal Rigaux2002-08-011-1/+1
|
* Add missing includes, <string.h> for bzero()Gwenolé Beauchesne2002-08-011-0/+1
|
* perl_checker fixesThierry Vignaud2002-08-012-15/+15
|
* - First ECI adsl support stepDamien Chaumette2002-08-012-5/+49
|
* remove obsolote fileThierry Vignaud2002-08-011-53/+0
|