summaryrefslogtreecommitdiff
path: root/src/settings/adblockwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implemented automatic adblock update.Andrea Diamantini2010-03-131-0/+158
This (squashed) commit adds this new feature in rekonq, letting people to simply "forgot" adblock and let rekonq do everything for it I added: - a new (rekonq) adblock widget - an asyncronous method to update rules from the net every TOT days - a better AdBlockManager management. What it is actually missing is the adp protocol support to add new subscriptions to adblock. This will come the next week. For now this part seems stable and needs just testing :)