You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Rosca d7dc9ba9f6
WebView: Don't show "Show image" action when showing image
8 years ago
autotests LocationBar: Fix resolving correct LoadAction when url contains %20 8 years ago
linux Change homepage to falkon.org 8 years ago
mac Replace some QupZilla leftovers with Falkon 8 years ago
src WebView: Don't show "Show image" action when showing image 8 years ago
tests Replace signals/slots with Q_SIGNALS/Q_SLOTS 8 years ago
themes WebView: Add support for changing default background color 8 years ago
windows Change homepage to falkon.org 8 years ago
.arcconfig Add .arcconfig 9 years ago
.gitignore Move themes to root source directory + remove bin directory 9 years ago
CHANGELOG Version 3.0.0 8 years ago
CMakeLists.txt Windows: Don't hardcode plugin path 8 years ago
COPYING Rename LICENSE -> COPYING 8 years ago
README.md README: Add basic build instructions 8 years ago
config.h.cmake Make it possible to override FALKON_PLUGIN_PATH from cache 8 years ago

README.md

= Falkon Web Browser =

QtWebEngine web browser.

== Building ==

Falkon uses CMake, to build it run:

mkdir build && cd build
cmake ..
make