summaryrefslogtreecommitdiff
path: root/src/settings/adblockwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Krazy fixesAndrea Diamantini2012-01-191-200/+0
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Unifies macro styleJohannes Troscher2011-11-271-3/+3
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Tools Action MenuAndrea Diamantini2011-08-041-1/+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
* clean upAndrea Diamantini2011-07-251-2/+2
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-7/+7
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Use KIntSpinBox together with plural aware setSuffix instead of static ↵Andrius Štikonas2010-07-061-0/+2
| | | | QSpinBox suffix.
* Disable ad block related widgets when ad blocking is disabled.Abdurrahman AVCI2010-05-141-0/+6
|
* Move adblock rules conf file to appdata, to maintain central config file tinyAndrea Diamantini2010-05-141-3/+3
|
* Krazy fixesAndrea Diamantini2010-04-301-1/+1
|
* cleaning headersAndrea Diamantini2010-04-301-1/+0
|
* A coding style roundAndrea Diamantini2010-04-301-46/+46
|
* fixing crash on manual rules savingAndrea Diamantini2010-03-301-1/+1
|
* This commit should finally fix settings handlingAndrea Diamantini2010-03-241-0/+3
|
* abp (Ad Block Plus) fake protocol supportAndrea Diamantini2010-03-191-1/+1
| | | | | | | | | 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!!
* Created a new Network Widget containing Cache, Cookies & Proxy Settings.Andrea Diamantini2010-03-151-2/+34
| | | | | | | | | | This for multiple purposes: - clean a bit our settings dialog. Network settings are usually the less used - Provide a unique place where managing the settings network related. This to implement (one day) some better Ui to manage them. This commit also fixes all the handling with the network & the adblock widgets related to updating buttons and settings Ui at the beginning.
* 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 :)