summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
...
* (device_name_to_entry) if device looks like a devfs device, setOlivier Blin2004-08-131-1/+1
| | | | | | $e->{devfs_device} to $name even if the device wasn't found in devices list (it helps in case the device has been removed in del mode)
* (device_name_to_entry) remove useless assignmentOlivier Blin2004-08-131-1/+0
|
* (device_name_to_entry) in non devfs case, $e->{device} always equalsOlivier Blin2004-08-131-3/+2
| | | | | to $name, move this test in devfs case
* (device_name_to_entry) don't do brain twisted thingsOlivier Blin2004-08-131-1/+1
| | | | | | ($e->{prefix} || $e->{device}) equals $prefix $prefix . $nb equals $name
* (device_name_to_entry) fix indentationOlivier Blin2004-08-131-1/+1
|
* (device_name_to_entry) define $nb locallyOlivier Blin2004-08-131-6/+4
|
* (device_name_to_entry) recompute $e->{device} only when neededOlivier Blin2004-08-131-3/+1
|
* (device_name_to_entry) do devfs things where they should be doneOlivier Blin2004-08-131-4/+5
|
* (device_name_to_entry) define $e->{devfs_prefix} if entry looks looksOlivier Blin2004-08-131-0/+1
| | | | | | like a devfs one but isn't found in device list (else our computed $e->{devfs_device} will be crappy)
* better let pango/Gtk+ do the proper wrapping that let translatorThierry Vignaud2004-08-121-3/+2
| | | | | | manually insert end of lines which will badly look depending on current theme and font settings
* fixed English stringPablo Saratxaga2004-08-121-1/+1
|
* let's be more l10n-friendlyThierry Vignaud2004-08-121-3/+3
|
* fix default connection time (Fabrice FACORAT)Thierry Vignaud2004-08-121-1/+1
|
* (basic_seclevel_explanations) explainThierry Vignaud2004-08-121-0/+1
|
* (basic_seclevel_explanations)Thierry Vignaud2004-08-121-6/+6
| | | | | | - handle "bold" value for "weight" - display labels as bold
* rewrite write_config for wlandetect to use output()Olivier Blin2004-08-111-21/+13
|
* regexp cleanup (bis)Olivier Blin2004-08-111-2/+2
|
* regexp cleanupsOlivier Blin2004-08-111-16/+8
|
* remove unused variableOlivier Blin2004-08-111-1/+0
|
* use each_indexOlivier Blin2004-08-111-5/+3
|
* introduce and use isRoamingRunning to detect if the roaming daemon isOlivier Blin2004-08-111-3/+10
| | | | | running (woah, sector clear, titi is gone home, no more cvs conflicts)
* prepare for multiple roaming daemons supportOlivier Blin2004-08-111-58/+82
|
* perl_checker hintsThierry Vignaud2004-08-111-2/+2
|
* comment unused variableOlivier Blin2004-08-111-1/+2
|
* update product list and fix case (bugzilla is case sensitive)Olivier Blin2004-08-111-1/+1
|
* fix product, component and version for bugzillaOlivier Blin2004-08-111-2/+6
|
* reorganize to use the same upload info message for Anthill and BugzillaOlivier Blin2004-08-111-5/+5
|
* fix bugzilla urlOlivier Blin2004-08-111-1/+1
|
* - perl_checker fixesDaouda Lo2004-08-111-2/+2
|
* run UpdateStatus after a timeout in case 'ps' output isn't updated immediatelyOlivier Blin2004-08-111-2/+3
|
* - use webclient-kde instead of konquerorDaouda Lo2004-08-111-2/+2
| | | | | - add epiphany browser
* perl_checker compliancePascal Rigaux2004-08-112-7/+7
|
* make titi enhancement actually workOlivier Blin2004-08-111-1/+1
|
* typo fixThierry Vignaud2004-08-111-1/+1
|
* (Dialog) according to mandrake guidelines we should not use stock iconThierry Vignaud2004-08-111-1/+1
|
* use standaloneOlivier Blin2004-08-111-2/+5
|
* only one item can be selected in the known listOlivier Blin2004-08-111-4/+4
|
* use a lower scan interval, as requested by AustinOlivier Blin2004-08-111-1/+1
|
* use cat_, remove unneeded local $_, try to fix ConnectNowOlivier Blin2004-08-111-20/+13
|
* (AddNet) help perl_checker in checking callersThierry Vignaud2004-08-111-5/+1
|
* (UpdateStatus) simplifyThierry Vignaud2004-08-111-7/+3
|
* simplify through run_program::get_stdout()Thierry Vignaud2004-08-111-17/+11
|
* expand parenthesisesThierry Vignaud2004-08-111-6/+24
|
* (UpdateAvailable) probably betterThierry Vignaud2004-08-111-2/+1
|
* (UpdateAvailable) localize variableThierry Vignaud2004-08-111-0/+1
|
* (Dialog) indentThierry Vignaud2004-08-111-8/+8
|
* (Dialog) enable checking call signatureThierry Vignaud2004-08-111-1/+1
|
* (Dialog) simplify: reuse create_scrolled_window()Thierry Vignaud2004-08-111-5/+1
|
* (Dialog) fix it (got broken on ugtk2 port)Thierry Vignaud2004-08-111-1/+1
|
* perl_checker fixesThierry Vignaud2004-08-111-21/+23
|