1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-23 02:32:10 +02:00
falkonOfficial/src/lib/tools
nowrep 7e6d619516 AdBlock: Greatly improves performance of regexp rules.
Regexp will be parsed into parts that can be used with
QString::contains for quick match. If url contains all parts,
real QRegExp matching is applied.

This speedup affects rules that are internally converted into
regexp, not AdBlock's regexp rules (but those rules are very rarely used
in subscriptions, so there's no need to optimise them)
2013-02-26 15:48:47 +01:00
..
html5permissions Added 'MacToolButton' as a replacement for QToolButton on Mac 2013-02-21 01:09:26 +03:30
animatedwidget.cpp AdBlock: Support for $object $subdocument and $xmlhttprequest options 2012-07-01 12:07:00 +02:00
animatedwidget.h Using QTimeLine in AnimatedWidget instead of QPropertyAnimation 2012-04-10 20:52:10 +02:00
buttonbox.cpp Rearranged directory structure. All sources are under src/ dir now. 2012-02-23 19:18:08 +01:00
buttonbox.h Fixed building on Windows + whole compilation is now faster. 2012-02-29 18:33:50 +01:00
buttonwithmenu.cpp [Code] Use QVector instead of QList for elements bigger than pointer. 2013-02-26 12:56:11 +01:00
buttonwithmenu.h [Code] Use QVector instead of QList for elements bigger than pointer. 2013-02-26 12:56:11 +01:00
certificateinfowidget.cpp [spellcheck] Added context menu options to replace misspelled words. 2013-02-05 20:43:53 +01:00
certificateinfowidget.h Qt5: Main code has been edited to support both Qt4 and Qt5 2012-12-20 14:45:35 +01:00
certificateinfowidget.ui Rearranged directory structure. All sources are under src/ dir now. 2012-02-23 19:18:08 +01:00
clickablelabel.cpp Fixed using new icon for search button. 2013-01-22 15:31:50 +01:00
clickablelabel.h [Linux theme] New icon for search button in searchbar. 2013-01-21 22:39:20 +01:00
closedtabsmanager.cpp [Code] Use QVector instead of QList for elements bigger than pointer. 2013-02-26 12:56:11 +01:00
closedtabsmanager.h [Code] Use QVector instead of QList for elements bigger than pointer. 2013-02-26 12:56:11 +01:00
colors.cpp Highlight host in locationbar. 2012-09-19 20:24:41 +02:00
colors.h Highlight host in locationbar. 2012-09-19 20:24:41 +02:00
docktitlebarwidget.cpp Show star icon in completer when item is from bookmarks. 2012-04-22 20:51:28 +02:00
docktitlebarwidget.h Fixed building on Windows + whole compilation is now faster. 2012-02-29 18:33:50 +01:00
docktitlebarwidget.ui Added 'MacToolButton' as a replacement for QToolButton on Mac 2013-02-21 01:09:26 +03:30
emptynetworkreply.cpp AdBlock: Support for adding new subscriptions. 2012-06-24 23:46:32 +02:00
emptynetworkreply.h AdBlock: Support for adding new subscriptions. 2012-06-24 23:46:32 +02:00
enhancedmenu.cpp Fixed closing bookmarks menu when menu toolbar is hidden. 2012-07-27 18:51:24 +02:00
enhancedmenu.h Fixed building on Windows + whole compilation is now faster. 2012-02-29 18:33:50 +01:00
focusselectlineedit.cpp Plugin list is now painted with QStyledItemDelegate. 2012-04-19 18:07:00 +02:00
focusselectlineedit.h Plugin list is now painted with QStyledItemDelegate. 2012-04-19 18:07:00 +02:00
followredirectreply.cpp Plugins: New method in API (createRequest in network manager) 2012-07-08 00:15:03 +02:00
followredirectreply.h Plugins: New method in API (createRequest in network manager) 2012-07-08 00:15:03 +02:00
frame.cpp Fixed building on Windows + whole compilation is now faster. 2012-02-29 18:33:50 +01:00
frame.h Fixed building on Windows + whole compilation is now faster. 2012-02-29 18:33:50 +01:00
headerview.cpp Qt5: Main code has been edited to support both Qt4 and Qt5 2012-12-20 14:45:35 +01:00
headerview.h History completely rewritten into Model/View architecture. 2012-04-30 16:33:14 +02:00
horizontallistwidget.cpp [SiteInfo] Improved setting height of section widget. 2013-02-11 17:11:13 +01:00
horizontallistwidget.h [SiteInfo] Improved setting height of section widget. 2013-02-11 17:11:13 +01:00
htmlhighlighter.cpp [Qt5] Use RegExp wrapper to take advantage of new regexp engine. 2013-02-24 10:57:58 +01:00
htmlhighlighter.h [Qt5] Use RegExp wrapper to take advantage of new regexp engine. 2013-02-24 10:57:58 +01:00
iconfetcher.cpp [Qt5] Use RegExp wrapper to take advantage of new regexp engine. 2013-02-24 10:57:58 +01:00
iconfetcher.h Various enhancements in Bookmark Importing. 2012-03-06 15:28:52 +01:00
iconprovider.cpp IconProvider: fixed, return a fallback icon on non-linux OSes 2013-02-22 01:25:28 +03:30
iconprovider.h [Code] Use QVector instead of QList for elements bigger than pointer. 2013-02-26 12:56:11 +01:00
listitemdelegate.cpp [SiteInfo] Use uniform item sizes in list widget. 2013-02-20 11:46:05 +01:00
listitemdelegate.h [SiteInfo] Use uniform item sizes in list widget. 2013-02-20 11:46:05 +01:00
mactoolbutton.cpp Don't show context menu on scrollbars. 2013-02-22 09:05:30 +01:00
mactoolbutton.h Added 'MacToolButton' as a replacement for QToolButton on Mac 2013-02-21 01:09:26 +03:30
menubar.cpp Show toolbars menu on right click in menubar and navigation toolbar. 2013-02-09 14:08:12 +01:00
menubar.h Show toolbars menu on right click in menubar and navigation toolbar. 2013-02-09 14:08:12 +01:00
pagethumbnailer.cpp [SpeedDial] Fixed fetching title of page when title is empty. 2013-02-09 20:52:25 +01:00
pagethumbnailer.h Address bar now searches also in bookmarks. 2012-04-15 15:41:48 +02:00
plaineditwithlines.cpp Private browsing now opens new browser window (in own process) 2012-06-26 11:49:39 +02:00
plaineditwithlines.h Fixed building with NONBLOCK_JS_DIALOGS + other small fixes. 2012-03-16 23:28:23 +01:00
progressbar.cpp Fixed building on Windows + whole compilation is now faster. 2012-02-29 18:33:50 +01:00
progressbar.h Fixed building on Windows + whole compilation is now faster. 2012-02-29 18:33:50 +01:00
qzregexp.cpp [Qt5] Use RegExp wrapper to take advantage of new regexp engine. 2013-02-24 10:57:58 +01:00
qzregexp.h [Qt5] Use RegExp wrapper to take advantage of new regexp engine. 2013-02-24 10:57:58 +01:00
qztools.cpp AdBlock: Greatly improves performance of regexp rules. 2013-02-26 15:48:47 +01:00
qztools.h AdBlock: Greatly improves performance of regexp rules. 2013-02-26 15:48:47 +01:00
toolbutton.cpp Fixed building on Windows + whole compilation is now faster. 2012-02-29 18:33:50 +01:00
toolbutton.h Fixed building on Windows + whole compilation is now faster. 2012-02-29 18:33:50 +01:00
treewidget.cpp Restore tabs: Disable updates of tabbar while restoring session. 2013-02-23 12:04:51 +01:00
treewidget.h Faster 'filterString()' for CookieManager. 2013-02-18 23:25:31 +03:30
widget.cpp Rearranged directory structure. All sources are under src/ dir now. 2012-02-23 19:18:08 +01:00
widget.h Fixed building on Windows + whole compilation is now faster. 2012-02-29 18:33:50 +01:00