summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* - remove last warningThierry Vignaud2003-03-041-5/+4
| | | | | - remove unused variables
* - fix #1776 (part one): make up and down button be usefull instead ofThierry Vignaud2003-03-041-13/+43
| | | | | | | nop (this need an updated perl-GTK2 though) - let up, down, delete and edit buttons be insensitive when selection is destroyed or when there's no selection
* simplified form (pixel)Florin Grad2003-03-041-1/+1
|
* - fix #1776 part two (do not insert dummy lines)Thierry Vignaud2003-03-041-20/+27
| | | | | | - restore special lines with current keyword - reuse already defined path
* remove debuging assertions (as spoted by gc)Thierry Vignaud2003-03-041-2/+2
|
* add an extra first choose the net device stepFlorin Grad2003-03-031-1/+12
|
* remove unused $rows_cntThierry Vignaud2003-03-031-4/+0
|
* - fix #2091 and #2480 (settings restorationThierry Vignaud2003-03-031-3/+9
| | | | | - make dialogs be modal
* - remove a warningThierry Vignaud2003-03-031-2/+2
| | | | | - better scsi bus location
* reap zombie children (aka fix mem leak :-( )Thierry Vignaud2003-03-031-0/+1
|
* smoother gui: let main windows be unreachable until modal dialog is closedThierry Vignaud2003-03-031-0/+1
|
* fix bug reported by Cédric Thévenet (impossible to save newly edited rules)Thierry Vignaud2003-03-031-5/+9
|
* fixed bad English stringPablo Saratxaga2003-02-281-1/+1
|
* - fix the check of mandrake_doc installed package (gc)Daouda Lo2003-02-281-2/+2
|
* i18n fixesPablo Saratxaga2003-02-281-3/+3
|
* reflect in standalone drakxtools the removal of DrakX iconsGuillaume Cottenceau2003-02-2819-19/+19
|
* removed profile management entry point.Francois Pons2003-02-281-57/+61
|
* add ieee1394-controller alias and load ohci1394 when a firewire controller ↵Thierry Vignaud2003-02-271-0/+1
| | | | appeared
* - add get_info_from_fstab()Pascal Rigaux2003-02-271-1/+1
| | | | | - use it when reading existing fstab (to get for example devfs mount)
* allow removing device "non kudzu flagged" (for harddrake)Pascal Rigaux2003-02-271-3/+4
|
* handle configurators with options (eg: "diskdrake --removable=scd0")Thierry Vignaud2003-02-271-1/+1
|
* Do not ask for the port when the user has chosen an HP MF device as scanner ↵Till Kamppeter2003-02-271-4/+4
| | | | model.
* fix too big internet configuration windowThierry Vignaud2003-02-271-43/+46
|
* fix embeddingThierry Vignaud2003-02-271-1/+1
|
* make it fit in embedded mode, large enough elseThierry Vignaud2003-02-271-21/+15
|
* read more carefully the existing network configurationFlorin Grad2003-02-271-12/+11
|
* - better check /sbin/ifconfig is executable rather than simply existsThierry Vignaud2003-02-271-3/+3
| | | | | - fix lan configuration window filling ...
* fixed cancel on configure_net, fixed bad fields setted up in configure_lan,Francois Pons2003-02-271-4/+2
| | | | | fixed Data::Dumper->Dump on stdout on startup.
* fix scrolling when embeddedThierry Vignaud2003-02-271-1/+1
|
* fix mousedrake in embedded modeGuillaume Cottenceau2003-02-271-1/+6
|
* the function is called read_dhcpd_conf not read_dhcpd_conf_rawFlorin Grad2003-02-271-9/+9
|
* read the dhcpd conf file before handFlorin Grad2003-02-271-11/+15
|
* remove debugging printThierry Vignaud2003-02-271-1/+0
|
* - gtk+2 portThierry Vignaud2003-02-271-260/+215
| | | | | | | | - clean the code through ugtk2 - too many fixes to count - clean, clean it, ... (thus shrinking the code by 20%) - ...
* small perl_checker fixThierry Vignaud2003-02-271-1/+1
|
* - disable autologin settings when autologin is disabledThierry Vignaud2003-02-271-7/+12
| | | | | | - make embedded app look better - add vertical separators
* - consolidate menu titles translationsThierry Vignaud2003-02-271-26/+54
| | | | | | | | | - add two pull down menu that enable one to access options and help when embedded - (popup_menu) provide this callback for embedded pull down menus - cleanup various other embedding stuff - convert all object creations to gc blessed style
* More gtk2 updates. May have finally suppressed the hanging.Stew Benedict2003-02-271-172/+157
|
* added code to handle more smootly if apache or apache-mod_perl is installed, orFrancois Pons2003-02-261-1/+1
| | | | | try using apache2.
* untabifyThierry Vignaud2003-02-261-1/+1
|
* - kill used once only bootlook moduleThierry Vignaud2003-02-261-12/+309
| | | | | | | | - inline oneliners use only once - kill unused variables - strict pragma fixes - ...
* fixed unablities to launch Internet configuration dialog.Francois Pons2003-02-261-3/+5
|
* add explicit probe for netcnx type.Francois Pons2003-02-261-1/+3
|
* on laurent request, strip the empty lines and add a end-of-line character onThierry Vignaud2003-02-261-1/+2
| | | | | last line
* switched to apache2 instead of apache (avoid problem with apache-mod_perl).Francois Pons2003-02-261-1/+1
|
* - remove unused variable (hey perl_checker, why didn't you see it ?)Thierry Vignaud2003-02-261-6/+6
| | | | | | - (rename_field) better use the parameter we passed than relying on $_ be set to the right value in that context even if it was correct
* Gtk2 port. Bugzilla reports. Some perl_checker errors still, but cleaner.Stew Benedict2003-02-261-179/+164
| | | | | (some are generated by calls from other modules used)
* handle floppes, zip drives, dvd-rom, cdrom and burners at startup timeThierry Vignaud2003-02-251-12/+13
|
* do not display alternatives oss/alsa drivers if there's noneThierry Vignaud2003-02-251-1/+2
|
* - factorize code into harddrake::data::set_removable_configurator()Thierry Vignaud2003-02-251-5/+8
| | | | | | | - really do not offer to configure module for removable devices - do not put zip drives in unknown devices class - reuse Yes|No translations in harddrake::ui