mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Juraj Oravec
82c8d50f9a
Summary: This plugin loads text from selection clipboard in tab after pressing mouse middle button (pressing mouse wheel). Url / text from selection clipboard can be loaded in: Current Tab, New Tab, New Window There is an option to use only valid url otherwise it will search using default search engine. FEATURE: 395688 Reviewers: #falkon, drosca Subscribers: falkon Tags: #falkon Differential Revision: https://phabricator.kde.org/D14155 |
||
---|---|---|
autotests | ||
linux | ||
mac | ||
src | ||
tests | ||
themes | ||
windows | ||
.arcconfig | ||
.gitignore | ||
CHANGELOG | ||
CMakeLists.txt | ||
config.h.cmake | ||
COPYING | ||
README.md |
= Falkon Web Browser =
QtWebEngine web browser.
== Building ==
Falkon uses CMake, to build it run:
mkdir build && cd build
cmake ..
make