Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a primitive text machter as an AdBlockRule implementations | Benjamin Poulain | 2010-08-18 | 4 | -1/+121 |
| | | | | | | | | About 30% of the filter of easylist are just simple text matching. This new AdBlockRule implementation detects the simple occurences of this to match the url directly. On Qt 4.7, this reduce the time spend in AdBlock by around 20%. | ||||
* | Split AdBlock rule in two classes to move the implementation out of it | Benjamin Poulain | 2010-08-18 | 6 | -84/+203 |
| | | | | | | | | | | | | In order to make special matching rules, we need specialization of the implementation depending on the type of rule. The previous AdBlockRule was entierly based on regexp. The new one is only a factory to a AdBlockRuleImpl, and delegate everything to this implementation. This will allow faster specialization of the ad block rules in the future. | ||||
* | Remove the method pattern() from AdBlockRule | Benjamin Poulain | 2010-08-18 | 3 | -10/+0 |
| | | | | | The method pattern imply the rule is implemented with a regexp, which is what we should try to avoid in the future for performance reasons. | ||||
* | Cleaning of the constructor of AdBlockRule | Benjamin Poulain | 2010-08-18 | 1 | -21/+15 |
| | | | | | | | | | | | | | | | | | | | Basic cleaning and bug fixing of AdBlockRule. The options shoud be parsed before checking if the filter is a regexp, otherwhise a regexp with option will never match the rule. For example: -"/.*/$xmlhttprequest" is a valid regexp that would not be matched. -"/.*$xmlhttprequest/" is a valid regexp without options and the option should not have been parsed. The matching of the option should match the last index of "$", not the first, for the same reason as above. Use mid() to split the vector at once instead QString::mid() + QString::lef(). Clean the coding style to follow the conventions of KDE. | ||||
* | remove superfluous space | Panagiotis Papadopoulos | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | Stay consistent with the terms | Panagiotis Papadopoulos | 2010-08-11 | 1 | -2/+2 |
| | | | | In the Favorites page we add Favorites, not Previews^^ | ||||
* | Delaying single shots to let rekonq have more time to show itself before... | Andrea Diamantini | 2010-08-11 | 2 | -2/+4 |
| | | | | | It seems working pretty well here. Ready to revert if something seems wrong about this | ||||
* | don't replace the type text by the url of the listitem when this listitem is ↵ | lionelc | 2010-08-11 | 2 | -25/+18 |
| | | | | a searchlistitem | ||||
* | select first item | lionelc | 2010-08-11 | 1 | -41/+23 |
| | |||||
* | Merge commit 'refs/merge-requests/161' of ↵ | Andrea Diamantini | 2010-08-11 | 4 | -11/+12 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m161 | ||||
| * | - Fix bookmarks' text which is truncated in some places (new tab page, some ↵ | Yoann Laissus | 2010-08-10 | 4 | -11/+12 |
| | | | | | | | | | | | | | | | | dialogues, ...) - Fix bookmark icons with the bookmark panel BUG: 247196 | ||||
* | | Merge commit 'refs/merge-requests/160' of ↵ | Andrea Diamantini | 2010-08-11 | 4 | -24/+169 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into m160 | ||||
| * | | Fix the factor | Yoann Laissus | 2010-08-10 | 1 | -3/+2 |
| | | | |||||
| * | | Increase spped | Yoann Laissus | 2010-08-08 | 1 | -1/+1 |
| | | | |||||
| * | | - Use default scrolling for editable contents | Yoann Laissus | 2010-08-08 | 1 | -3/+3 |
| | | | | | | | | | | | | - Smooth scrolling now follows QApplication::wheelScrollLines() but with a factor | ||||
| * | | Code cleanup | Yoann Laissus | 2010-08-08 | 2 | -99/+90 |
| | | | |||||
| * | | Implement KHTML smooth scrolling for rekonq | Yoann Laissus | 2010-08-08 | 4 | -3/+158 |
| |/ | |||||
* | | Merge commit 'refs/merge-requests/159' of ↵ | Andrea Diamantini | 2010-08-10 | 10 | -91/+300 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into m159 | ||||
| * | | Fix comments | Yoann Laissus | 2010-08-10 | 2 | -2/+4 |
| | | | |||||
| * | | - Checkable action for the zoom and find bars | Yoann Laissus | 2010-08-10 | 5 | -3/+46 |
| | | | |||||
| * | | - Fix Ctrl + wheel shortcut | Yoann Laissus | 2010-08-10 | 4 | -7/+10 |
| | | | | | | | | | | | | | | | - Fix zoomUp at the end of the bar - add a stretch on the right | ||||
| * | | remove useless #includes | lionelc | 2010-08-09 | 2 | -7/+0 |
| | | | |||||
| * | | add zoom bar at the bottom of rekonq, remove zoom widgets from the tool ↵ | lionelc | 2010-08-09 | 6 | -89/+257 |
| | | | | | | | | | | | | button menu | ||||
* | | | Merge branch 'master' of gitorious.org:rekonq/mainline | Andrea Diamantini | 2010-08-10 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-08-09 | 1 | -0/+1 |
| |/ | |||||
* | | Merge commit 'refs/merge-requests/158' of ↵ | Andrea Diamantini | 2010-08-09 | 2 | -3/+12 |
|\ \ | |/ |/| | | | git://gitorious.org/rekonq/mainline into m158 | ||||
| * | Added option to detachTab() to allow moving to existing window | Nikhil Marathe | 2010-08-07 | 2 | -3/+12 |
| | | |||||
* | | Merge branch 'm155' | Andrea Diamantini | 2010-08-05 | 4 | -3/+20 |
|\ \ | |||||
| * | | - Add a 'Don't ask again' option to some message dialog | Yoann Laissus | 2010-08-04 | 4 | -3/+20 |
| | | | | | | | | | | | | | | | | | | - Prevent a crash if the previous option is enabled because KMenu blocks all GUI events ... BUG: 246565 | ||||
* | | | Stupid spaces.. | Andrea Diamantini | 2010-08-05 | 1 | -3/+0 |
|/ / | |||||
* | | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-08-03 | 1 | -0/+1 |
| | | |||||
* | | Fixing bookmarks toolbar in xmlgui (or at least I hope so) | Andrea Diamantini | 2010-08-02 | 2 | -1/+5 |
| | | | | | | | | Removing one doubled F6 shortcut | ||||
* | | Faster startup | Andrea Diamantini | 2010-08-02 | 1 | -23/+22 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:rekonq/mainline | Andrea Diamantini | 2010-08-02 | 1 | -0/+6 |
|\ \ | |||||
| * | | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-08-01 | 1 | -0/+6 |
| |/ | |||||
* | | Merging mr 154 by hand!! | Andrea Diamantini | 2010-08-02 | 5 | -55/+163 |
| | | | | | | | | | | | | | | WARNING: I'm NOT sure about this. Please everyone, check it twice!! PS: Many thanks to Yoann21. He is doing a fantastic work on the bookmarks toolbar | ||||
* | | Don't save sessions && closed tabs if Private Browsing is enabled | Andrea Diamantini | 2010-07-31 | 2 | -1/+7 |
| | | | | | | | | BUG:246268 | ||||
* | | Applying Eelko's patch against XSS vulnerability | Andrea Diamantini | 2010-07-31 | 1 | -2/+2 |
|/ | | | | | | Are we yet vulnerable? CCBUG:217464 | ||||
* | Editable urlbar :D | Andrea Diamantini | 2010-07-30 | 2 | -33/+70 |
| | |||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-07-30 | 1 | -88/+0 |
| | |||||
* | Fix bug and remove webkit workaround | Andrea Diamantini | 2010-07-29 | 1 | -8/+3 |
| | | | | BUG: 244121 | ||||
* | Enable raster engine by default on X11 | Andrea Diamantini | 2010-07-29 | 1 | -1/+4 |
| | | | | Benjamin Poulain's patch (Thanks!!) | ||||
* | 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) | ||||
* | Fix rc file against 0.5.51 changes | Andrea Diamantini | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | Kubuntu's patch about rekonq desktop file (Generic Name fix) | Andrea Diamantini | 2010-07-28 | 1 | -25/+90 |
| | | | | BUG:245779 | ||||
* | Back to XMLGUI. | Andrea Diamantini | 2010-07-26 | 6 | -79/+167 |
| | | | | | | | | This means configurable toolbars and the old problems with our no menubar choice. We'll see what will happen this time... Yoann: can you pls check my port of the bookmarks toolbar? | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-07-26 | 1 | -0/+2 |
| | |||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-07-23 | 1 | -0/+6 |
| | |||||
* | Merge commit 'refs/merge-requests/153' of ↵ | Andrea Diamantini | 2010-07-22 | 6 | -265/+144 |
|\ | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m153 Conflicts: src/history/historymanager.cpp src/history/historymanager.h | ||||
| * | fix suggestion type | megabigbug | 2010-07-21 | 1 | -1/+1 |
| | |