user901423
68ddf9d239
Fixing logic and regex bugs in Mac
2017-03-13 04:19:24 -07:00
a36bbeadaa
Add TODO
2017-03-13 04:13:29 -07:00
af5dfb34e0
Merge branch 'master' of github.com:zyphlar/pinger
2017-03-13 04:13:21 -07:00
155b25cb4a
Improving regex and output detail
2017-03-13 04:09:56 -07:00
user901423
fafe321788
Mac compatibility achieved
2017-03-08 02:09:18 -08:00
9f20431887
Implementing platform-agnostic packet loss and ssid detection
2017-03-08 01:50:06 -08:00
user901423
dee07c0e92
Adding basic mac-compatible
2017-03-08 00:09:16 -08:00
3c2b39dafc
Adding copyright
2016-01-13 15:56:36 -07:00
10bdd5aef2
Handling null router cases
2015-07-25 14:26:06 -07:00
4c62692936
Readme fix
2015-07-21 18:57:00 -07:00
fbfe9e0afe
Updating default gateway if there are failures
2015-07-21 18:53:11 -07:00
610c61f9d1
Fixing automatic router detection
2015-05-19 10:18:10 -07:00
b8f6422323
Updating screenshot
2015-05-17 22:22:57 -07:00
2858f01f0e
Don't hide bottom pixel
2015-05-17 21:21:06 -07:00
53ac0233ca
Detect gateway dynamically
2015-05-17 17:57:25 -07:00
73fdf47d35
Adding second graph for LAN
2015-05-17 16:51:02 -07:00
1e81f2ab42
Add screenshot
2015-04-06 20:37:52 -07:00
b7e6a0c958
Let's use 8.8.8.8 as default instead of google.com
2014-11-13 15:52:54 -07:00
dac924b10e
Changing 4.2.2.2 default target to google.com target
2014-11-13 15:44:07 -07:00
96aca5bfd5
Forcing pings to be 1px minimum
2014-07-16 13:15:07 -07:00
4d95ddafec
Handling errors, using /tmp
2014-01-18 01:00:08 -07:00
5fe62962eb
Removing image in order to avoid write issues
2014-01-12 10:31:53 -07:00
3562257540
Adding numerical ping value
2014-01-09 02:02:26 -07:00
d5b10a498d
Adding graphing
2014-01-08 08:09:28 -07:00
09d5a3202a
Removing ping debug output from terminal
2014-01-08 03:34:54 -07:00
4c9c3a5c22
Fixing unresponsive Autostart label
...
Is there a reason for "try with open" over os.path.exists? The issue was separate, but in the course of debugging I switched back to the old style.
2014-01-08 03:26:53 -07:00
6d6b50c3af
Merge pull request #6 from altf4/master
...
Pull altf4's improvements in
2014-01-08 02:13:46 -08:00
70f7357a3a
Merge pull request #2 from altf4/missing_path
...
Missing path
2014-01-08 02:00:49 -08:00
fd518eb4b4
Merge pull request #1 from altf4/args
...
Add support for command line arguments
2014-01-08 01:57:31 -08:00
AltF4
d29e77dc85
Fix for mismatched Paused/Resume toggle labels
...
They were set backwards. Fixed.
2014-01-04 23:48:22 -07:00
AltF4
9df9559c9c
Made latency labels static size to prevent shifting
...
Latencies displayed in the widget can be of different precisions, causing
the widget to redraw when the precision changes. It's a little annoying.
This makes latency precision static at 2 decimal places.
2014-01-04 23:01:06 -07:00
AltF4
2be6c388ad
Fix autostart toggle bug, consolidated some functions
...
Fixed toggling autostart which was broken last commit.
Consolidated some functions which were only called from one place and
honestly work more elegantly when merged together.
2014-01-04 22:36:18 -07:00
AltF4
fc6f5bdbcf
Added Pause option, fixed bug with accumulating event triggers
...
Pause option added. So you can easily toggle whether pings are going out
without having to fully kill pinger.
Fixed a bug where toggling the autostart option would cumulatively add
new event handlers, eventually making the program unresponsive after
several toggles.
2014-01-04 22:00:47 -07:00
AltF4
f09333305b
Fix bug where .desktop file can't be made due to missing autostart directory
...
Added a check for ~/.config/autostart/ If if doesn't exist, make it.
2014-01-04 20:13:51 -07:00
AltF4
c74a5198c5
Fix for bad autostart command
...
Was missing a space between ./pinger.py and the first argument
2014-01-04 20:06:43 -07:00
AltF4
fdb23df9c0
Add support for command line arguments
...
Used argparse to enable command line arguments for
user supplied options. Defaults values have been
kept, so behavior with no arguments is the same.
Should be easier than modifying the source each
time this way.
Also added a gitignore file that is the standard
github python gitignore, plus *~ to handle
deleted files.
2014-01-04 19:43:13 -07:00
a896903aac
Ping graph!
2013-12-17 05:50:58 -07:00
91e91128f9
Fixing issue when there are no ping matches
2013-12-16 13:48:47 -07:00
bc1c97ccf6
Adding start message
2013-12-16 04:48:05 -07:00
5cb2e7f027
Adding autostart in Ubuntu
2013-12-16 04:44:58 -07:00
b925f1a130
Updating labels
2013-12-16 03:46:58 -07:00
38e1219133
Merge branch 'master' of github.com:zyphlar/pinger
2013-12-16 03:36:25 -07:00
4b1af303ba
Refactoring for cleanliness
2013-12-16 03:36:08 -07:00
9e5c5f1547
Update and rename README.txt to README.md
2013-12-16 03:15:32 -07:00
383f078ee6
Update readme
2013-12-16 03:08:47 -07:00
7252ce32d0
Changing host from google to 4.2.2.2
2013-12-16 03:03:06 -07:00
7adc0d4998
Update readme
2013-12-16 02:59:47 -07:00
45d6ffa6ac
Renaming, readme, licensing
2013-12-16 02:58:00 -07:00
37a45bddcb
Polished up tray icon and code warnings
2013-12-16 00:28:10 -07:00
bd0e445fa7
Got ping in status icon label
2013-12-15 23:46:40 -07:00