summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/net_monitor
Commit message (Collapse)AuthorAgeFilesLines
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* unsensitive buttons immediatly once ifup/isdown has completedThierry Vignaud2004-07-191-2/+19
|
* use run_program, try to handle default interface betterOlivier Blin2004-07-191-4/+5
|
* disable the connect button if up interface is found (there isOlivier Blin2004-07-191-2/+2
| | | | | currently no reliable way to find the gateway interface)
* code factorization, do not use system() but fork() and exec() since we don'tOlivier Blin2004-07-191-4/+19
| | | | | want to wait the command to return
* perl_checker complianceOlivier Blin2004-07-191-1/+1
|
* use ifup/ifdown to connect/disconnectOlivier Blin2004-07-191-5/+2
|
* no need to be root to monitor connectionOlivier Blin2004-07-191-1/+1
|
* add a border spacing of 5 pixel (fix #10299, from Fabrice Facorat)Olivier Blin2004-07-151-3/+3
|
* try to use $default_intf (and fix the last perl_checker warning, yeah)Olivier Blin2004-07-051-1/+7
|
* perl_checker complianceOlivier Blin2004-07-051-3/+2
|
* rename $echr and $echt to $scale_r and $scale_tOlivier Blin2004-07-051-8/+8
|
* remove unused variable $typeOlivier Blin2004-07-051-3/+0
|
* revert ugly code printing "This program cannot be run in console mode",Pascal Rigaux2004-07-011-10/+1
| | | | | it is easily done in ugtk2.pm
* try to display arrows closely to transmission valuesOlivier Blin2004-06-301-20/+19
|
* always draw an arrow next to transmitted amountOlivier Blin2004-06-301-7/+6
|
* always display a speed label for transmitted graphOlivier Blin2004-06-301-1/+1
|
* fix button layoutThierry Vignaud2004-06-301-4/+4
|
* allow the user to use different scales for received and transmittedOlivier Blin2004-06-301-2/+13
|
* prepare code to use distinct scales for received and transmittedOlivier Blin2004-06-301-40/+51
|
* remove most magic numbers, prefer usage of $width and $heightOlivier Blin2004-06-301-36/+43
|
* Some standalone tools don't compile when run from consoleRafael Garcia-Suarez2004-06-241-1/+10
|
* (get_val) reuse c::get_netdevices() and thus skip bogus sit0Thierry Vignaud2004-05-271-3/+7
|
* (in_ifconfig) better check ifconfig is executable before running itThierry Vignaud2004-02-271-1/+1
| | | | | (-e is not enough)
* do not force page switchThierry Vignaud2004-01-291-1/+0
|
* get rid of global variables regarding connect/disconnect scriptsThierry Vignaud2004-01-261-8/+3
|
* update copyright noticesThierry Vignaud2004-01-221-1/+1
|
* upcase some labelsThierry Vignaud2003-12-091-1/+1
|
* kill unused variableThierry Vignaud2003-12-091-2/+0
|
* update copyrightThierry Vignaud2003-12-091-2/+4
|
* handle multiple interfaces: let's have a buffer pixmap per networkThierry Vignaud2003-12-091-3/+4
| | | | | interface
* make it fit when embeddedThierry Vignaud2003-12-091-3/+3
|
* - kill icons on buttonThierry Vignaud2003-12-011-40/+10
| | | | | | | - kill profil combo box & log button (duplicated features already availlable within mcc) - translate one more string
* translate a few untranslated stringsThierry Vignaud2003-12-011-1/+1
|
* perl_checker fixesThierry Vignaud2003-11-041-4/+4
|
* manage all interfaces when there more than oneThierry Vignaud2003-11-041-17/+17
|
* network statistics really are global ones, not per interface ones.Thierry Vignaud2003-11-041-1/+1
| | | | | let not confuse the end user
* - perl_checker cleanupsThierry Vignaud2003-10-171-25/+24
| | | | | | | | | - this enable to catch two bugs: o test_connected function was wrong and did not pass its parameter to network code code o profile managment in net_monitor wasn't updated to latest damien api changes in network::netconnect and thus was broken :-(
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-3/+3
|
* - use option menus instead of combosThierry Vignaud2003-07-241-3/+1
| | | | | - fix crash on profile change due to netconnect api change
* gtk+2 portThierry Vignaud2003-07-141-180/+176
|
* perl_checker fixesThierry Vignaud2003-05-231-20/+20
|
* fix embedding (even if we don't embbed it, it's better)Thierry Vignaud2003-02-241-4/+6
|
* Deactivated translations that can't be handled by gtk1 for gtk1 tools;Pablo Saratxaga2003-02-181-0/+4
| | | | | | | drakfont: call fc-cache without specifying the path, fc-cache is smart enough to do the right thing, and that way it will also catch fonts from other directories that could have been installed manually.
* strip authentification out of interactive->vnew into common.pmThierry Vignaud2003-01-271-4/+3
| | | | | | | | | | | | | | | | | | | | | | This enable apps that still use gtk+-1.2 via my_gtk to still work when they only need interactive->vnew('su') just to get root capabilities. Indeed, interactive load ugtk if it has access to the X server, which make my_gtk and ugtk fight for the cpu forever... which is bad imho... drakfloppy and net_monitor were converted to use it and are now usuable again ("i leave ... again" commit). it would also enable to complete spec 64 by enabling rpmdrake to use kdesu under kde and consolehelper under gnome. rpmdrake is indeed the last program to not behave like the running desktop to get root capability. unless someone is against this, i'll convert the mcc and all other gtk+ pure tools to do not use anymore interactive just to get root capability. btw, i fixed the infamous SECTOR_SIZE warning...
* English proofreadingPablo Saratxaga2003-01-241-4/+4
|
* replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"Pascal Rigaux2003-01-161-3/+3
|
* Fixed some typos or bad EnglishPablo Saratxaga2002-12-051-1/+1
|
* switch latest tools that still manually handle embeddingThierry Vignaud2002-11-211-3/+2
| | | | | to use my_gtk
* - perl_checker fixesThierry Vignaud2002-11-211-92/+90
| | | | | - use my_gtk to transparently handle embedding