aboutsummaryrefslogtreecommitdiff
path: root/common/updates.cpp
AgeCommit message (Collapse)Author
2016-04-09UPDATES: Fix interval normalizationThierry Crozat
When given a valid value the normalization was returning the next valid value instead of returning the given one. This caused for example the interval to be changed each time we opened the options (and thus check to be automatically activated the first time the options were accessed).
2016-04-03UPDATES: Fix endless loopEugene Sandulenko
2016-04-01UPDATES: Implement and use method for normalizing interval value to accepted ↵Eugene Sandulenko
values
2016-03-31UPDATES: Got rid of hardcoded update intervals listEugene Sandulenko