aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Allow reading Png image for statisticsPapoteur2015-09-301-1/+3
|
* do not unset IP if we can't retrieve the MAC oneThierry Vignaud2015-09-291-1/+1
|
* fix "ord() expected string of length 1, but int found"Thierry Vignaud2015-09-291-1/+1
| | | | MAC adress was no more fetched since switching to python3
* fix "argument for 's' must be a bytes object"Thierry Vignaud2015-09-291-2/+2
| | | | IP adress was no more fetched since switching to python3
* fix import warnings with latest giThierry Vignaud2015-09-291-0/+3
|
* fix shebangThierry Vignaud2015-09-291-1/+1
|
* Make net_monitor distro-agnosticRémi Verschelde2015-09-171-1/+1
|
* Adapt import for Python 3Papoteur2015-09-131-1/+1
|
* Adapt wifi interface monitoring to bytes.Papoteur2015-09-131-4/+4
|
* Adaptation of _native module for Python 3Papoteur2015-09-131-4/+10
|
* Manual adaptations for Python 3Papoteur2015-09-122-3/+3
|
* Applying 2to3-3.4 to net_monitorPapoteur2015-09-021-11/+12
|
* Applying 2to3-3.4 conversion.Papoteur2015-09-021-1/+1
|
* Try to fix a bug with the radio button labels.1.9Shlomi Fish2015-04-111-5/+5
|
* Fix MGA#12882 (use of str() instead of unicode())Alexey Loginov2014-03-301-1/+1
|
* fix treating UTF-8 strings as ascii (mga#12047)Thierry Vignaud2014-02-102-2/+2
| | | | | bug present since commit 94d93f98fa69fcca2b9743bdf43429f22b528a70 gtk+ only handle Unicode strings (since gtk+2)
* silent a warning when there's no wireless deviceThierry Vignaud2014-02-101-0/+3
|
* fix missing interface name in messageThierry Vignaud2014-02-101-1/+1
|
* fix RadioButtonsThierry Vignaud2013-11-201-7/+12
|
* draw event now gets a Cairo contextThierry Vignaud2013-11-201-2/+2
|
* fixup pygi-convert.sh's job on LabelsThierry Vignaud2013-11-201-2/+2
|
* fix creating FramesThierry Vignaud2013-11-201-4/+4
|
* fix calling pack_start()Thierry Vignaud2013-11-201-16/+16
|
* expose_event => drawThierry Vignaud2013-11-201-2/+2
|
* fixup pygi-convert.sh's job on Gdk.RectangleThierry Vignaud2013-11-201-1/+2
|
* convert to gtk3 (using pygi-convert.sh)Thierry Vignaud2013-11-201-73/+73
|
* Fix the phrase about Mandriva network center, update translationsYuri Chornoivan2013-10-081-1/+1
|
* Fix my mistakes with Python i18nYuri Chornoivan2013-10-072-2/+2
|
* Add argument markers as requested by Gettext Python standard, update ↵Yuri Chornoivan2013-10-072-2/+2
| | | | translation catalog
* improved check for network accountingEugeni Dodonov2011-01-162-4/+4
|
* move check_network_accounting to monitor.pyEugeni Dodonov2011-01-162-11/+11
|
* i18nEugeni Dodonov2011-01-162-1/+8
|
* Properly detect when device dissapears (#57108)Eugeni Dodonov2010-06-142-3/+9
|
* Check net_monitor.log file permissions for readability (#59777)Eugeni Dodonov2010-06-141-1/+1
|
* use unsigned ints for ip addressesEugeni Dodonov2010-06-051-3/+3
|
* add support for refreshing connectionsEugeni Dodonov2010-06-051-5/+12
|
* parse connection statusesEugeni Dodonov2010-06-051-1/+42
|
* add tab titleEugeni Dodonov2010-06-051-3/+16
|
* implemented connection visualizationEugeni Dodonov2010-06-051-0/+64
|
* do not output lots and lots of messagesEugeni Dodonov2010-06-051-3/+4
|
* do not crash with invalid native valuesEugeni Dodonov2010-06-051-1/+12
|
* add support for reading connection statusEugeni Dodonov2010-06-051-0/+26
|
* properly detect routes on x86_64 systemsEugeni Dodonov2010-05-251-1/+1
|
* properly present uptimeEugeni Dodonov2010-03-101-1/+1
|
* properly calculate uptime (duh..)Eugeni Dodonov2010-03-051-3/+3
|
* changed timeout_add to timeout_add_seconds to improve power usageEugeni Dodonov2010-03-041-2/+2
|
* implement connection uptime monitoringEugeni Dodonov2010-03-012-3/+104
|
* added missing commentsEugeni Dodonov2010-03-011-0/+3
|
* stupid typoEugeni Dodonov2010-03-011-1/+1
|
* Properly align entries in net_monitor.Eugeni Dodonov2010-03-011-14/+18
|