1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
Go to file
David Rosca fb09c266a7
VerticalTabs: Corectly recognize tree collapse / expand button
Summary:
In treeview when the tab has no children the collapse / expand button
is not visible but the control logic still thought that is is.
By clicking on place where this button normaly is nothing happens
and user has to click again somewhere else to change the selected tab.

Test Plan:
In treeview mode check the function of collapse / expand button when visible and invisible.

  - Visible: Expand / collapse the tree
  - Not visible: Select tab

Reviewers: #falkon, drosca

Reviewed By: #falkon, drosca

Subscribers: falkon

Tags: #falkon

Differential Revision: https://phabricator.kde.org/D21304
2019-05-20 15:03:28 +02:00
autotests QmlTabsApiTest: Try to fix failure on FreeBSD CI 2019-04-20 13:02:47 +02:00
linux SVN_SILENT made messages (.desktop file) - always resolve ours 2019-05-12 05:52:11 +02:00
mac Replace some QupZilla leftovers with Falkon 2018-01-24 17:15:26 +01:00
src VerticalTabs: Corectly recognize tree collapse / expand button 2019-05-20 15:03:28 +02:00
tests Remove deprecated method 2019-03-01 08:49:55 +01:00
themes SVN_SILENT made messages (.desktop file) - always resolve ours 2019-04-24 05:52:57 +02:00
windows Fix minor typos 2018-10-21 18:14:27 +03:00
.arcconfig Add .arcconfig 2017-10-01 12:33:29 +02:00
.gitignore ignore some files/directory 2018-12-26 08:19:21 +01:00
CHANGELOG Version 3.1.0 2019-03-19 18:01:52 +01:00
CMakeLists.txt Remove GnomeKeyringPasswords plugin 2019-04-21 11:03:35 +02:00
config.h.cmake Add QML Extensions API 2018-09-29 00:47:47 +05:30
COPYING Rename LICENSE -> COPYING 2018-02-27 14:32:40 +01:00
README.md README: Minor edits and add info about custom prefix install 2019-03-19 17:49:25 +01:00

Falkon

Falkon is a KDE web browser. It uses QtWebEngine rendering engine.

image

Downloads

Falkon downloads are available from homepage.

Building

mkdir build && cd build
cmake ..
make && make install

Install to custom prefix

When installing Falkon to custom prefix, you may need to adjust XDG_DATA_DIRS environment variable.

# Build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/falkon

# Run
export XDG_DATA_DIRS="$HOME/falkon/share:$XDG_DATA_DIRS"
$HOME/falkon/bin/falkon

Contributing

Want to contribute? Great!

KDE Community Wiki

Code review is done on Phabricator. When sending patches, add Falkon project (#Falkon) as a reviewer.

Reporting bugs

You can report any bugs or feature request in KDE bugzilla. Before reporting, please make sure your issue isnt already reported (open issues).

Contact

You can get in contact with developers using mailing list or IRC #falkon at chat.freenode.net.