summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Collapse)AuthorAgeFilesLines
...
| * last minute string fixesPanagiotis Papadopoulos2010-05-243-4/+10
| |
* | fix set home to current page buttonAndrea Diamantini2010-05-251-1/+1
|/
* Fixing lost settingsAndrea Diamantini2010-05-243-7/+13
| | | | Now the "fixed font" KFontRequester should show just fixed fonts..
* Improving fonts situationAndrea Diamantini2010-05-242-65/+55
|
* New Settings classes, one for each widget.Andrea Diamantini2010-05-2314-161/+626
| | | | | It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class
* Cedric's patchAndrea Diamantini2010-05-211-0/+19
| | | | | let autoscroll being optional (active by default..)
* Add option to choose new tab page as home pageAndrea Diamantini2010-05-183-3/+22
| | | | BUG:235106
* Disable ad block related widgets when ad blocking is disabled.Abdurrahman AVCI2010-05-141-0/+6
|
* Merge branch 'FixBlocks'Andrea Diamantini2010-05-141-3/+3
|\ | | | | | | | | | | | | | | WARNING: as we have a new adblock file, adblock will not work until rekonq doesn't update subscriptions. In some test installations, you can force rekonq doing it by removing your $KDEHOME/share/config/rekonqrc file :)
| * Move adblock rules conf file to appdata, to maintain central config file tinyAndrea Diamantini2010-05-141-3/+3
| |
* | 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
|
* Right align all labels to confirm to the KDE4 HIG.Abdurrahman AVCI2010-05-084-112/+185
|
* Krazy fixesAndrea Diamantini2010-04-301-1/+1
|
* cleaning headersAndrea Diamantini2010-04-302-2/+0
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-2/+2
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-306-103/+103
|
* inverting position of kget optionsAndrea Diamantini2010-04-261-7/+7
|
* string fixesPanagiotis Papadopoulos2010-04-252-2/+2
|
* 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-232-40/+48
|/
* Implementing a new default engine choice for rekonqAndrea Diamantini2010-04-192-82/+161
|
* fixing crash on manual rules savingAndrea Diamantini2010-03-301-1/+1
|
* This commit should finally fix settings handlingAndrea Diamantini2010-03-243-0/+12
|
* Downloads PageAndrea Diamantini2010-03-201-1/+6
| | | | | | This commit implements the downloads history page. While it is in an horrible shape, its slots seem working well It needs just some love..
* 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-156-36/+225
| | | | | | | | | | 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-134-10/+393
| | | | | | | | | | | | | | 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 classAndrea Diamantini2010-02-261-1/+4
|
* 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
* Fix settings webkit UI (broken on the krazy fix fromAndrea Diamantini2010-02-181-6/+5
| | | | QComboBox to KComboBox)
* Krazy issues (1st branch)Andrea Diamantini2010-02-142-2/+2
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-102-6/+4
|
* QPointers --> QWeakPointersAndrea Diamantini2010-02-051-1/+0
|
* KDE HIG fixesPanagiotis Papadopoulos2010-01-281-5/+8
|
* Choose new tab start pageAndrea Diamantini2010-01-051-6/+61
| | | | :
* add options for kget in the config panelmegabigbug2009-12-221-0/+23
| | | | replace kio for download
* Ronny's patch about selecting previous tab if active one is closedAndrea Diamantini2009-12-181-0/+10
|
* 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?)
* Further changes to the webkitsettings pagePanagiotis Papadopoulos2009-12-131-3/+3
|
* Change a bit the WebKit settings UIPanagiotis Papadopoulos2009-11-291-11/+63
| | | | Not yet finished 100%
* make clicktoflash optionnalmatgic782009-11-271-19/+31
|
* 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
* Minimum font sizeAndrea Diamantini2009-11-201-0/+19
| | | | Cedric's patch. Thanks :)
* cleaning home :)Andrea Diamantini2009-11-136-0/+880
In Italy we say "Pulizie di Pasqua". Just some changes to reorganize things better