summaryrefslogtreecommitdiff
path: root/src/settings/settingsdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* commit the fixnihui2010-10-131-1/+1
|
* search engine reviewlionelc2010-08-171-3/+1
|
* Fix && improve fonts management.Andrea Diamantini2010-07-291-0/+13
| | | | | This should save from fonts crash reported by pano &&.. (sorry, cannot remember your name)
* New Settings classes, one for each widget.Andrea Diamantini2010-05-231-90/+59
| | | | | It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class
* Add option to choose new tab page as home pageAndrea Diamantini2010-05-181-0/+11
| | | | BUG:235106
* A coding style roundAndrea Diamantini2010-04-301-26/+26
|
* string fixesPanagiotis Papadopoulos2010-04-251-1/+1
|
* Merge commit 'refs/merge-requests/2250' of ↵Andrea Diamantini2010-04-241-1/+6
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2250
| * update SearchEngine data when settings are changedmegabigbug2010-04-231-1/+6
| |
* | New dns prefetch webkit property and updated local storage oneAndrea Diamantini2010-04-231-1/+2
|/
* This commit should finally fix settings handlingAndrea Diamantini2010-03-241-0/+6
|
* Created a new Network Widget containing Cache, Cookies & Proxy Settings.Andrea Diamantini2010-03-151-33/+19
| | | | | | | | | | 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-10/+12
| | | | | | | | | | | | | | 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 :)
* Pano, please compile your code && your changes before asking for aAndrea Diamantini2010-02-191-1/+1
| | | | merge request..
* Change window titles strings a bitpano2010-02-181-1/+1
| | | | | | | They now use a "real hyphen" (–) instead of the plain minus character (-), like it is used in the rest of KDE. I also made the window titles translatable, since Left-to-Right languages might need this
* Krazy issues (1st branch)Andrea Diamantini2010-02-141-1/+1
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-3/+2
|
* QPointers --> QWeakPointersAndrea Diamantini2010-02-051-1/+0
|
* factor out WebTab class from WebViewBernhard Beschow2009-12-141-4/+4
| | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)
* Moving (back?) to konqueror adblock support.Andrea Diamantini2009-11-251-1/+1
| | | | | This will be useful (if someone is interested) in pushing our patches directly on khtml filter engine.
* A new kcmshell named "webkit adblock" to set... (guess what?!)Andrea Diamantini2009-11-211-7/+15
| | | | First bits work, seems enough for this evening
* cleaning home :)Andrea Diamantini2009-11-131-0/+235
In Italy we say "Pulizie di Pasqua". Just some changes to reorganize things better