summaryrefslogtreecommitdiff
path: root/src/adblock/adblockwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Krazy fixesAndrea Diamantini2012-01-191-2/+2
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Unifies macro styleJohannes Troscher2011-11-271-3/+3
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Fix saving in adblock managementAndrea Diamantini2011-08-191-0/+3
| | | | | | | | | This original patch from fritz_van_tom has been modified by me to fix a couple of "obsoleted" things not removed in the previous changes. My fault for them (and for the need of this patch), sorry. REVIEW: 102362
* Fix non const code in the adblockwidgetAndrea Diamantini2011-08-121-8/+6
| | | | CCMAIL: fritz_van_tom@hotmail.com
* Tools Action MenuAndrea Diamantini2011-08-041-0/+200
- 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