anaynayak / buildnotify

A system tray based build status notification app for cctray.xml feeds.
https://anaynayak.github.io/buildnotify/
Other
29 stars 7 forks source link

Lower polling intervalls than minutes #21

Closed anaynayak closed 7 years ago

anaynayak commented 10 years ago

Originally reported by: Martin Odelius (Bitbucket: twilek, GitHub: twilek)


It would be great to be able to set polling intervals in seconds instead of minutes.


anaynayak commented 9 years ago

Original comment by Anay Nayak (Bitbucket: Anay, GitHub: Anay):


I think for now what you have done should be enough. You can still input a number directly and avoid the steps needed to increment it using the ui step.

anaynayak commented 9 years ago

Original comment by Joe Merten (Bitbucket: Joe-Merten, GitHub: Unknown):


With the above mentioned pull requests, the range for the poll interval is now 5s … 3600s and I'd set the UI SingleStep to 5s. For slower poll interval settings (e.g. 10min) it might be more convenient to have a stepping of e.g. 60s / 1min and a UI display in minutes (instead of seconds). Unfortunately, my python knowledge is too poor to make the dialog that kind of convenient.

anaynayak commented 9 years ago

Original comment by Anay Nayak (Bitbucket: Anay, GitHub: Anay):


Merged this in. Thanks @Joe-Merten

anaynayak commented 9 years ago

Original comment by Joe Merten (Bitbucket: Joe-Merten, GitHub: Unknown):


2nd pull request added, because of max poll intervall → https://bitbucket.org/Anay/buildnotify/pull-request/4/poll-interval-max-value

anaynayak commented 9 years ago

Original comment by Joe Merten (Bitbucket: Joe-Merten, GitHub: Unknown):


I'd just added a related pull request → https://bitbucket.org/Anay/buildnotify/pull-request/3/lower-polling-intervalls-than-minutes

anaynayak commented 9 years ago

Original comment by Joe Merten (Bitbucket: Joe-Merten, GitHub: Unknown):


↑ upvote ↑ I'd also sometimes like to set the polling interval to something like 5 seconds (as possible in OSX CCMenu and Windows CCTray)