summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/net_applet
Commit message (Expand)AuthorAgeFilesLines
* - Numeric comparisonsDaouda Lo2004-09-301-1/+1
* fix again running processes detectionOlivier Blin2004-09-261-1/+5
* (go2state) do not destroy/re-create menu if state hasn't changed, orOlivier Blin2004-09-261-3/+6
* lower refresh timeout to 5 secondsOlivier Blin2004-09-101-1/+1
* make connect/disconnect buttons usefulOlivier Blin2004-09-101-0/+1
* add notconfigured stateOlivier Blin2004-09-011-4/+11
* perl_checker cleanupsThierry Vignaud2004-09-011-2/+3
* (is_running) enhance regexp, use anyOlivier Blin2004-08-311-1/+2
* (is_running) make it workThierry Vignaud2004-08-311-2/+1
* (is_running) try harderThierry Vignaud2004-08-311-1/+1
* (is_running) ignore our own process ... (brown paper bag bug)Thierry Vignaud2004-08-311-1/+1
* move start_interface and stop_interface from net_monitor to network::tools, u...Olivier Blin2004-08-301-4/+2
* allow to connect/disconnect from net_appletOlivier Blin2004-08-301-4/+10
* is_running returns a boolean which would never be > 1Olivier Blin2004-08-301-2/+2
* - no need to run net-monitor with '--testing'Daouda Lo2004-08-301-1/+1
* - launch net_monitor in backgroundDaouda Lo2004-08-301-1/+1
* - typoDaouda Lo2004-08-301-1/+1
* - avoid duplicationDaouda Lo2004-08-301-4/+6
* - s/and/or/ (oblin)Daouda Lo2004-08-301-1/+1
* - launch net_monitor once (test if there's a running net_monitor before)Daouda Lo2004-08-301-6/+4
* avoid grep to grep itself, use perlOlivier Blin2004-08-251-1/+1
* fix titi sux, fix I suxOlivier Blin2004-08-171-3/+3
* use network::tools::get_internet_connectionOlivier Blin2004-08-171-16/+13
* 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-091-1/+1
* (checkNetwork) do not die when gateway canot be guessed (Joe BolinThierry Vignaud2004-08-091-2/+0
* (setState) fix status toolipThierry Vignaud2004-08-091-2/+2
* allow multiple instances, but only one per user (Joe Bolin <sopwithcamel@char...Thierry Vignaud2004-08-091-6/+3
* keep strings synced and warn both coders and translators about itThierry Vignaud2004-07-301-1/+4
* fix timeout usageThierry Vignaud2004-07-301-2/+3
* like in all other tools, revert ugly code printing "This programThierry Vignaud2004-07-301-5/+1
* do not enforce parameter position in translatable stringsThierry Vignaud2004-07-301-2/+2
* apply Pixel's suggestion, use //m instead of foreachOlivier Blin2004-07-131-3/+1
* perl_checker fixesOlivier Blin2004-07-121-3/+3
* add a "monitor network" menu item that launches net_monitorOlivier Blin2004-07-121-1/+2
* use drakconnect to configure networkOlivier Blin2004-07-121-1/+1
* use 'ip route show' to find the gateway device when no GATEWAYDEV is definedOlivier Blin2004-07-121-5/+14
* perl_checker fixesThierry Vignaud2004-06-221-13/+13
* (getIP) fix buildThierry Vignaud2004-06-221-1/+1
* - cleaning titi factorizationDaouda Lo2004-06-211-1/+0
* (getIP) simplifyThierry Vignaud2004-06-211-5/+1
* - net_applet to watch network connectionDaouda Lo2004-06-211-0/+158