Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up adblock manager code and fix unblock feature | Andrea Diamantini | 2012-03-13 | 1 | -2/+6 |
| | |||||
* | check/update/load subscriptions well :) | Andrea Diamantini | 2012-03-13 | 1 | -1/+5 |
| | |||||
* | Add dialog allowing adblock to list blocked/hided elements and unblock | Andrea Diamantini | 2012-03-13 | 1 | -4/+13 |
| | | | | some of them | ||||
* | Let rekonq block sparse images (this idea has been copied from Arora) | Andrea Diamantini | 2012-03-13 | 1 | -0/+4 |
| | |||||
* | Update adblock dialog | Andrea Diamantini | 2012-03-13 | 1 | -2/+0 |
| | |||||
* | Move adblock manager to use multiple text files for rules and | Andrea Diamantini | 2012-03-13 | 1 | -8/+5 |
| | | | | | | separate adblock settings from rekonq ones. We now have 60 adblock rules list sites stored to be enabled "on click" | ||||
* | Remove ability to manage abp schemes and add subscriptions on click | Andrea Diamantini | 2012-03-13 | 1 | -2/+1 |
| | |||||
* | Consider option && ~option as null rules when option is not implemented | Andrea Diamantini | 2012-02-10 | 1 | -1/+1 |
| | | | | BUG: 246801 | ||||
* | Unifies macro style | Johannes Troscher | 2011-11-27 | 1 | -2/+2 |
| | | | | | REVIEW: 103242 REVIEWED-BY: adjam | ||||
* | Get sure mainWindow() exists before trying applying settings | Andrea Diamantini | 2011-09-16 | 1 | -2/+2 |
| | | | | BUG: 272107 | ||||
* | Improve adblock | Andrea Diamantini | 2011-09-14 | 1 | -1/+18 |
| | | | | | improve adblock docs check third-party option before (faster) | ||||
* | Tools Action Menu | Andrea Diamantini | 2011-08-04 | 1 | -0/+1 |
| | | | | | | | | | | | - Removed showDeveloperTools action - Moved adblock GUI to adblock part - renamed toolsMenu and developerMenu to reflect their real/new roles - Added UserAgent action to the tools menu REVIEW:102170 REVIEWED-BY: fritz_van_tom | ||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Add a special matcher for ad block filters for host name | Benjamin Poulain | 2010-08-19 | 1 | -0/+3 |
| | | | | | | | | | | Quite a few rules of ad block are just matching domains. Those are of the form: ||trolltech.com^$options This patch add a new class to deal with this kind of filter, AdBlockHostMatcher. Matching a host address is much faster (O(1)) than going through the entire list of rules. | ||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -1/+3 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -1/+3 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -36/+36 |
| | |||||
* | Not so stupid, after all.. | Andrea Diamantini | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | abp (Ad Block Plus) fake protocol support | Andrea Diamantini | 2010-03-19 | 1 | -2/+3 |
| | | | | | | | | | This will let rekonq to automatically add abp subscriptions from the adblockplus.org site (or wherever someone provides abp urls) Anyway, consider that the raccomended way to manage adblock (by me and by abp developers) is just adding the EasyList subscription. rekonq just does it by default!! | ||||
* | Implemented automatic adblock update. | Andrea Diamantini | 2010-03-13 | 1 | -1/+17 |
| | | | | | | | | | | | | | | 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 :) | ||||
* | tests support for every Qt derived rekonq class | Andrea Diamantini | 2010-02-26 | 1 | -1/+2 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -1/+1 |
| | |||||
* | Save memory! | Andrea Diamantini | 2010-01-21 | 1 | -1/+1 |
| | | | | | | With this commit, we save (at least) 3 bytes for each AdBlockRule defined (and probably more than 3!). In my installation I have about 100 rules... :) | ||||
* | Cleaning again (the morning after) the adblock thing.. :) | Andrea Diamantini | 2010-01-14 | 1 | -9/+9 |
| | | | | | Removed the "options" part. Will be rewritten in rekonq 0.5 together with the UI.. | ||||
* | Better AdBlocking things :) | Andrea Diamantini | 2010-01-14 | 1 | -15/+21 |
| | |||||
* | AdBlock Plus rules fast summary :) | Andrea Diamantini | 2010-01-13 | 1 | -1/+78 |
| | |||||
* | trade-off: speed vs mem saving. | Andrea Diamantini | 2009-12-02 | 1 | -2/+4 |
| | | | | This time I decided for speed.. | ||||
* | We have adblock! (and it works) | Andrea Diamantini | 2009-11-30 | 1 | -5/+1 |
| | | | | | | | | | | | I had a lot of problems implementing it because I started working on assuming 2 things: 1) konqueror implementation works (it's not true, I found a bug! To guess what, try loading current rekonq vs current konqueror against kde-apps.org) 2) Arora's implementation can be easily ported to kcm technology. Another wrong assumption, based on MVP implementation. Sorry for spamming master branch, guys. | ||||
* | Porting rekonq to last Qt/KDE API | Andrea Diamantini | 2009-11-30 | 1 | -2/+9 |
| | | | | adblock (KDE one) fix #1 | ||||
* | removed current bugged adblock implementation. | Andrea Diamantini | 2009-11-28 | 1 | -6/+0 |
| | | | | Sorry about that :( | ||||
* | Moving (back?) to konqueror adblock support. | Andrea Diamantini | 2009-11-25 | 1 | -2/+7 |
| | | | | | This will be useful (if someone is interested) in pushing our patches directly on khtml filter engine. | ||||
* | First adblock implementation. now rekonq seems... slower :( | Andrea Diamantini | 2009-11-23 | 1 | -1/+2 |
| | | | | But at least it's ads free! | ||||
* | Ok, same other bits on the adblock manager. | Andrea Diamantini | 2009-11-21 | 1 | -1/+9 |
| | | | | Now it's really time to go to bed :) | ||||
* | AdBlock. First blocks :D | Andrea Diamantini | 2009-11-20 | 1 | -0/+48 |