summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* perl_checker complianceOlivier Blin2004-08-101-1/+1
|
* ugtk2 portOlivier Blin2004-08-101-176/+88
|
* (AddNet, WriteConfig) do not bother accessing arrays like in CThierry Vignaud2004-08-101-14/+10
|
* perl_checker cleanups (GUI code actually wasn't touched in order toThierry Vignaud2004-08-101-132/+128
| | | | | help olivier merge his ugtk2 porting work)
* fix roaming detectionOlivier Blin2004-08-101-10/+5
|
* initial import of wlandetect version, from Austin ActionOlivier Blin2004-08-101-0/+445
|
* network::tools::connect_prog is really dead nowOlivier Blin2004-08-101-5/+1
|
* add a horizontal separator in stats to prevent visual disguts betweenThierry Vignaud2004-08-101-0/+1
| | | | | supposed non aligned labels
* fix looking aka vertical alignment of labels (Fabrice FACORAT ↵Thierry Vignaud2004-08-101-1/+1
| | | | <f.faber-pro@ifrance.com>, #10300)
* fix packing (Fabrice FACORAT <f.faber-pro@ifrance.com>, #10300)Thierry Vignaud2004-08-101-2/+2
|
* (basic_seclevel_explanation) handle any tags ala labelThierry Vignaud2004-08-091-8/+13
|
* add hint about ala LaTeX strings for translatorsThierry Vignaud2004-08-094-5/+11
|
* we never pass a prefix to lang::read() which is always use in standalone,Pascal Rigaux2004-08-092-3/+3
| | | | | so use $::prefix and don't pass a prefix anymore
* developers should always run their stuff with the strict pragmaThierry Vignaud2004-08-091-1/+1
|
* prefer obj->new rather than new obj for gtk+ widgetsThierry Vignaud2004-08-0911-646/+646
|
* perl_checker cleanupThierry Vignaud2004-08-091-1/+1
|
* (find_files_to_restore) cleanupsThierry Vignaud2004-08-091-3/+2
|
* - perl_checker cleanupsThierry Vignaud2004-08-091-14/+7
| | | | | - reuse cat_() where opencoded
* (checkNetwork) do not die when gateway canot be guessed (Joe BolinThierry Vignaud2004-08-091-2/+0
| | | | | | | | | | | | <sopwithcamel@charter.net>) else the applet dies never to be heard from again until the next login b/c with DHCP connections, the gateway information is lost when the network is manually brought down. Indeed gateway is not needed for direct connection through crossover cable.
* (setState) fix status toolipThierry Vignaud2004-08-091-2/+2
|
* allow multiple instances, but only one per user (Joe Bolin ↵Thierry Vignaud2004-08-091-6/+3
| | | | <sopwithcamel@charter.net>)
* (row_setting_dialog) add hints for translatorsThierry Vignaud2004-08-081-3/+12
|
* (row_setting_dialog) enable translators to print a fully translated stringsThierry Vignaud2004-08-081-4/+4
| | | | | | (though we should probably just pregenerate and fill pos with all the strings b/c of inflections and mutations that occur in some languages)
* sort theme listThierry Vignaud2004-08-081-1/+1
|
* (row_setting_dialog) do not set hash as string on labels else perl willThierry Vignaud2004-08-081-1/+1
| | | | | stringify this very hash thus making draksec crashes with strict pragma
* simplify code through Gtk2::ComboBox->new_with_strings()Thierry Vignaud2004-08-086-60/+23
|
* sort WMs listThierry Vignaud2004-08-081-1/+1
|
* use proper widget (aka GtkTable)Thierry Vignaud2004-08-081-13/+4
|
* sort user listThierry Vignaud2004-08-081-1/+1
|
* typo fixFunda Wang2004-08-081-1/+1
|
* s/Mandrake/MandrakelinuxFunda Wang2004-08-085-7/+7
|
* typo fixThierry Vignaud2004-08-061-1/+1
|
* cleanups for lord perl_checkerThierry Vignaud2004-08-061-16/+14
|
* (advanced_when) quiet runtime warningsThierry Vignaud2004-08-061-1/+1
|