Commit Graph

20 Commits

Author SHA1 Message Date
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
will a896903aac Ping graph! 2013-12-17 05:50:58 -07:00
will 91e91128f9 Fixing issue when there are no ping matches 2013-12-16 13:48:47 -07:00
will bc1c97ccf6 Adding start message 2013-12-16 04:48:05 -07:00
will 5cb2e7f027 Adding autostart in Ubuntu 2013-12-16 04:44:58 -07:00
will b925f1a130 Updating labels 2013-12-16 03:46:58 -07:00
will 38e1219133 Merge branch 'master' of github.com:zyphlar/pinger 2013-12-16 03:36:25 -07:00
will 4b1af303ba Refactoring for cleanliness 2013-12-16 03:36:08 -07:00
will 9e5c5f1547 Update and rename README.txt to README.md 2013-12-16 03:15:32 -07:00
will 383f078ee6 Update readme 2013-12-16 03:08:47 -07:00
will 7252ce32d0 Changing host from google to 4.2.2.2 2013-12-16 03:03:06 -07:00
will 7adc0d4998 Update readme 2013-12-16 02:59:47 -07:00
will 45d6ffa6ac Renaming, readme, licensing 2013-12-16 02:58:00 -07:00
will 37a45bddcb Polished up tray icon and code warnings 2013-12-16 00:28:10 -07:00
will bd0e445fa7 Got ping in status icon label 2013-12-15 23:46:40 -07:00
will dd9c3711f4 Got ping updating in menu 2013-12-15 23:38:08 -07:00
will 015b75bbb7 Initial commit 2013-12-15 23:26:43 -07:00