Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commit the fix | nihui | 2010-10-13 | 2 | -4/+4 |
| | |||||
* | Krazy fixes, first bunch | Andrea Diamantini | 2010-08-20 | 1 | -1/+1 |
| | |||||
* | Simpler than I thought, fix kget integration | Andrea Diamantini | 2010-08-19 | 1 | -2/+0 |
| | |||||
* | disableKGet --> checkKGetPresence | Andrea Diamantini | 2010-08-18 | 2 | -11/+17 |
| | | | | let rekonq also reenable it :) | ||||
* | Merge commit 'refs/merge-requests/176' of ↵ | Andrea Diamantini | 2010-08-18 | 2 | -0/+17 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m176 | ||||
| * | Remove return, formatting++ | Rohan Garg | 2010-08-17 | 1 | -4/+0 |
| | | | | | | | | modified: src/settings/generalwidget.cpp | ||||
| * | Define GeneralWidget::disableKGet() to disable KGet | Rohan Garg | 2010-08-17 | 2 | -0/+21 |
| | | | | | | | | | | | | | | when KGet is not installed modified: src/settings/generalwidget.cpp Declare GeneralWidget::disableKGet() modified: src/settings/generalwidget.h | ||||
* | | search engine review | lionelc | 2010-08-17 | 1 | -3/+1 |
|/ | |||||
* | Implement KHTML smooth scrolling for rekonq | Yoann Laissus | 2010-08-08 | 1 | -2/+15 |
| | |||||
* | Fix && improve fonts management. | Andrea Diamantini | 2010-07-29 | 4 | -62/+38 |
| | | | | | This should save from fonts crash reported by pano &&.. (sorry, cannot remember your name) | ||||
* | Add comment="KDE::DoNotExtract" to TextLabel. | Andrius Štikonas | 2010-07-06 | 1 | -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 Štikonas | 2010-07-06 | 2 | -2/+15 |
| | | | | QSpinBox suffix. | ||||
* | Link webshortcuts default engine into urlbar default engine - without | Thijs Heus | 2010-06-07 | 1 | -69/+0 |
| | | | | crashing with SE=None | ||||
* | i18n fixes | Andrea Diamantini | 2010-06-04 | 1 | -1/+1 |
| | | | | Andrew Coles's patch. Thanks :) | ||||
* | Add comment="KDE::DoNotExtract" to names of the form. | Andrius Štikonas | 2010-06-03 | 1 | -1/+1 |
| | | | | This dummy string is not visible by the user so it is not necessary to translate it. | ||||
* | Fixing fonts.. | Andrea Diamantini | 2010-05-30 | 3 | -134/+252 |
| | | | | | | | | | | | This commit changes *A LOT* rekonq behavior on fonts. To fix all, I had to (re)introduce some (old)new strings. Sorry! - Adopted default KDE fonts for default & fixed settings - calculating LogicalDpiY from font dimension (points to pixels) (This has been copied from KWebKitPart, as suggested) - reenabled 16px as default font size WARNING: As we are now calculating well the font size, you'll see BIG chars on clean pages.. :) | ||||
* | Change the autoscroll checkbox to control whether or not the auto scroll ↵ | Jonathan Thomas | 2010-05-26 | 1 | -3/+6 |
| | | | | | | | | feature is enabled, rather than wether or not it is disabled. This solves a HIG issue, since checkboxes are always supposed to enable an option when checked, rather than to disable an option when checked: http://techbase.kde.org/Projects/Usability/HIG/Check_Box | ||||
* | Merge commit 'refs/merge-requests/2276' of ↵ | Andrea Diamantini | 2010-05-25 | 3 | -4/+10 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m2276 | ||||
| * | last minute string fixes | Panagiotis Papadopoulos | 2010-05-24 | 3 | -4/+10 |
| | | |||||
* | | fix set home to current page button | Andrea Diamantini | 2010-05-25 | 1 | -1/+1 |
|/ | |||||
* | Fixing lost settings | Andrea Diamantini | 2010-05-24 | 3 | -7/+13 |
| | | | | Now the "fixed font" KFontRequester should show just fixed fonts.. | ||||
* | Improving fonts situation | Andrea Diamantini | 2010-05-24 | 2 | -65/+55 |
| | |||||
* | New Settings classes, one for each widget. | Andrea Diamantini | 2010-05-23 | 14 | -161/+626 |
| | | | | | It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class | ||||
* | Cedric's patch | Andrea Diamantini | 2010-05-21 | 1 | -0/+19 |
| | | | | | let autoscroll being optional (active by default..) | ||||
* | Add option to choose new tab page as home page | Andrea Diamantini | 2010-05-18 | 3 | -3/+22 |
| | | | | BUG:235106 | ||||
* | Disable ad block related widgets when ad blocking is disabled. | Abdurrahman AVCI | 2010-05-14 | 1 | -0/+6 |
| | |||||
* | Merge branch 'FixBlocks' | Andrea Diamantini | 2010-05-14 | 1 | -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 tiny | Andrea Diamantini | 2010-05-14 | 1 | -3/+3 |
| | | |||||
* | | Better wording for automatic filter update interval. | Abdurrahman AVCI | 2010-05-13 | 1 | -1/+4 |
| | | |||||
* | | Hide automatic filter list header. | Abdurrahman AVCI | 2010-05-13 | 1 | -0/+6 |
|/ | |||||
* | Add "days" word to better explain the adblock update interval | Andrea Diamantini | 2010-05-11 | 1 | -1/+1 |
| | |||||
* | Right align all labels to confirm to the KDE4 HIG. | Abdurrahman AVCI | 2010-05-08 | 4 | -112/+185 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 2 | -2/+0 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -2/+2 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 6 | -103/+103 |
| | |||||
* | inverting position of kget options | Andrea Diamantini | 2010-04-26 | 1 | -7/+7 |
| | |||||
* | string fixes | Panagiotis Papadopoulos | 2010-04-25 | 2 | -2/+2 |
| | |||||
* | Merge commit 'refs/merge-requests/2250' of ↵ | Andrea Diamantini | 2010-04-24 | 1 | -1/+6 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m2250 | ||||
| * | update SearchEngine data when settings are changed | megabigbug | 2010-04-23 | 1 | -1/+6 |
| | | |||||
* | | New dns prefetch webkit property and updated local storage one | Andrea Diamantini | 2010-04-23 | 2 | -40/+48 |
|/ | |||||
* | Implementing a new default engine choice for rekonq | Andrea Diamantini | 2010-04-19 | 2 | -82/+161 |
| | |||||
* | fixing crash on manual rules saving | Andrea Diamantini | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | This commit should finally fix settings handling | Andrea Diamantini | 2010-03-24 | 3 | -0/+12 |
| | |||||
* | Downloads Page | Andrea Diamantini | 2010-03-20 | 1 | -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 support | Andrea Diamantini | 2010-03-19 | 1 | -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 Diamantini | 2010-03-15 | 6 | -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 Diamantini | 2010-03-13 | 4 | -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 class | Andrea Diamantini | 2010-02-26 | 1 | -1/+4 |
| | |||||
* | Pano, please compile your code && your changes before asking for a | Andrea Diamantini | 2010-02-19 | 1 | -1/+1 |
| | | | | merge request.. |