1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
Go to file
David Rosca 8d1a8671ea
IconProvider: Add memory cache for imageForUrl
During page load there may be a lot of requests for page favicon
until the page favicon is actually loaded.
Using cache (last 100 results) will reduce multiple database
queries during page load to at most one.
2018-04-11 18:24:10 +02:00
autotests Add SqlQueryJob to run queries on separate thread 2018-04-11 18:24:09 +02:00
linux GIT_SILENT made messages (after extraction) 2018-04-01 03:29:49 +02:00
mac Replace some QupZilla leftovers with Falkon 2018-01-24 17:15:26 +01:00
src IconProvider: Add memory cache for imageForUrl 2018-04-11 18:24:10 +02:00
tests Replace signals/slots with Q_SIGNALS/Q_SLOTS 2018-02-25 13:33:07 +01:00
themes SVN_SILENT made messages (.desktop file) - always resolve ours 2018-04-11 05:05:41 +02:00
windows Change homepage to falkon.org 2018-03-30 09:38:26 +02:00
.arcconfig Add .arcconfig 2017-10-01 12:33:29 +02:00
.gitignore Move themes to root source directory + remove bin directory 2017-09-26 10:49:39 +02:00
CHANGELOG Version 3.0.0 2018-02-27 14:42:16 +01:00
CMakeLists.txt Rename KDESupport -> KDEFrameworksIntegration plugin 2018-03-31 16:55:50 +02:00
config.h.cmake Make it possible to override FALKON_PLUGIN_PATH from cache 2018-02-11 09:03:46 +01:00
COPYING Rename LICENSE -> COPYING 2018-02-27 14:32:40 +01:00
README.md README: Add basic build instructions 2018-03-27 10:40:40 +02:00

= Falkon Web Browser =

QtWebEngine web browser.

== Building ==

Falkon uses CMake, to build it run:

mkdir build && cd build
cmake ..
make