Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore test on statistic enabled (mga#25417) | Papoteur | 2020-05-31 | 1 | -3/+11 |
| | |||||
* | Add checking of present protocols, to avoid exception. | Papoteur | 2020-05-31 | 1 | -0/+7 |
| | |||||
* | Improve formatting to avoid resizing of the windows | Papoteur | 2020-05-31 | 1 | -5/+5 |
| | | | | Format ESSID in unicode | ||||
* | Fix displaying Connection time (hours and minutes were always zero) | Papoteur | 2020-05-28 | 1 | -2/+2 |
| | |||||
* | Revert previous commit : the app would not start anymore0.26 | zezinho42 | 2020-05-24 | 1 | -1/+1 |
| | |||||
* | Add IPV6 connections | zezinho42 | 2020-05-24 | 1 | -2/+12 |
| | |||||
* | show IPv6 connections | zezinho42 | 2020-05-24 | 1 | -0/+28 |
| | |||||
* | Fix displaying Connection time (hours and minutes were always zero) | Papoteur | 2019-09-08 | 1 | -1/+1 |
| | |||||
* | do not unset IP if we can't retrieve the MAC one | Thierry Vignaud | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | fix "ord() expected string of length 1, but int found" | Thierry Vignaud | 2015-09-29 | 1 | -1/+1 |
| | | | | MAC adress was no more fetched since switching to python3 | ||||
* | fix "argument for 's' must be a bytes object" | Thierry Vignaud | 2015-09-29 | 1 | -2/+2 |
| | | | | IP adress was no more fetched since switching to python3 | ||||
* | Adapt import for Python 3 | Papoteur | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | Adapt wifi interface monitoring to bytes. | Papoteur | 2015-09-13 | 1 | -4/+4 |
| | |||||
* | Manual adaptations for Python 3 | Papoteur | 2015-09-12 | 1 | -2/+2 |
| | |||||
* | Applying 2to3-3.4 conversion. | Papoteur | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | fix treating UTF-8 strings as ascii (mga#12047) | Thierry Vignaud | 2014-02-10 | 1 | -1/+1 |
| | | | | | bug present since commit 94d93f98fa69fcca2b9743bdf43429f22b528a70 gtk+ only handle Unicode strings (since gtk+2) | ||||
* | silent a warning when there's no wireless device | Thierry Vignaud | 2014-02-10 | 1 | -0/+3 |
| | |||||
* | Fix my mistakes with Python i18n | Yuri Chornoivan | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | Add argument markers as requested by Gettext Python standard, update ↵ | Yuri Chornoivan | 2013-10-07 | 1 | -1/+1 |
| | | | | translation catalog | ||||
* | improved check for network accounting | Eugeni Dodonov | 2011-01-16 | 1 | -1/+1 |
| | |||||
* | move check_network_accounting to monitor.py | Eugeni Dodonov | 2011-01-16 | 1 | -0/+8 |
| | |||||
* | i18n | Eugeni Dodonov | 2011-01-16 | 1 | -0/+7 |
| | |||||
* | Properly detect when device dissapears (#57108) | Eugeni Dodonov | 2010-06-14 | 1 | -1/+3 |
| | |||||
* | Check net_monitor.log file permissions for readability (#59777) | Eugeni Dodonov | 2010-06-14 | 1 | -1/+1 |
| | |||||
* | use unsigned ints for ip addresses | Eugeni Dodonov | 2010-06-05 | 1 | -3/+3 |
| | |||||
* | parse connection statuses | Eugeni Dodonov | 2010-06-05 | 1 | -1/+42 |
| | |||||
* | do not output lots and lots of messages | Eugeni Dodonov | 2010-06-05 | 1 | -3/+4 |
| | |||||
* | do not crash with invalid native values | Eugeni Dodonov | 2010-06-05 | 1 | -1/+12 |
| | |||||
* | add support for reading connection status | Eugeni Dodonov | 2010-06-05 | 1 | -0/+26 |
| | |||||
* | properly detect routes on x86_64 systems | Eugeni Dodonov | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | properly present uptime | Eugeni Dodonov | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | properly calculate uptime (duh..) | Eugeni Dodonov | 2010-03-05 | 1 | -3/+3 |
| | |||||
* | implement connection uptime monitoring | Eugeni Dodonov | 2010-03-01 | 1 | -0/+70 |
| | |||||
* | added missing comments | Eugeni Dodonov | 2010-03-01 | 1 | -0/+3 |
| | |||||
* | stupid typo | Eugeni Dodonov | 2010-03-01 | 1 | -1/+1 |
| | |||||
* | properly close open file descriptors | Eugeni Dodonov | 2009-10-13 | 1 | -9/+12 |
| | |||||
* | properly format traffic numbers | Eugeni Dodonov | 2009-10-13 | 1 | -2/+19 |
| | |||||
* | displaying global system info (gw, dns, ...). | Eugeni Dodonov | 2009-09-30 | 1 | -3/+46 |
| | | | | reduced code duplication | ||||
* | monitoring wireless signal too | Eugeni Dodonov | 2009-09-29 | 1 | -6/+20 |
| | |||||
* | Working out-of-the-box. | Eugeni Dodonov | 2009-09-29 | 1 | -0/+153 |
Drawing two entries side-by-side in detailed info. |