summaryrefslogtreecommitdiff
path: root/src/settings/settings_adblock.ui
Commit message (Collapse)AuthorAgeFilesLines
* Add comment="KDE::DoNotExtract" to TextLabel.Andrius Štikonas2010-07-061-1/+1
| | | | This dummy string is not visible by the user so it is not necessary to translate it.
* Use KIntSpinBox together with plural aware setSuffix instead of static ↵Andrius Štikonas2010-07-061-2/+13
| | | | QSpinBox suffix.
* Add comment="KDE::DoNotExtract" to names of the form.Andrius Štikonas2010-06-031-1/+1
| | | | This dummy string is not visible by the user so it is not necessary to translate it.
* last minute string fixesPanagiotis Papadopoulos2010-05-241-2/+8
|
* Better wording for automatic filter update interval.Abdurrahman AVCI2010-05-131-1/+4
|
* Hide automatic filter list header.Abdurrahman AVCI2010-05-131-0/+6
|
* Add "days" word to better explain the adblock update intervalAndrea Diamantini2010-05-111-1/+1
|
* Created a new Network Widget containing Cache, Cookies & Proxy Settings.Andrea Diamantini2010-03-151-1/+1
| | | | | | | | | | 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/+167
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 :)