Some sites (like filterlists.com) serves invalid abp urls:
abp:subscribe?location=https%3A%2F%2Ffoo.com&title=AakList
Make sure the "amp;title" key will be parsed as title.
BUG: 397716
FIXED-IN: 3.1.0
Since we block in download options / file dialogs and QtWebEngine
download is already running, it will report invalid (faster) download
speed.
BUG: 401661
FIXED-IN: 3.1.0
Summary:
In Markdown, headlines are made with #, not =
Reviewers: falkon, drosca
Reviewed By: drosca
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D17568
Summary:
Currently in the bookmarks manager the user can create new items via the contextual menu, so a position is implicitly chosen, but the new items are always inserted at the first position in the list.
This change aims to add new items just before the current (selected) one. If the selected item is a folder the behavior is unchanged (the new item will be inserted at the first position in that folder).
Test Plan:
- Select a separator/url item
- Add a new item (separator/url/folder)
- The new item is inserted just before the previously selected one
Reviewers: #falkon, drosca
Reviewed By: #falkon, drosca
Subscribers: cullmann, falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D14930
Summary:
BUG: 400262
https://bugs.kde.org/show_bug.cgi?id=400262
This puts a light rounded rectangle behind the logo, so the logo text is readable when using a dark theme.
{F6451049}
Test Plan: Open the about window (Application Menu -> About Falkon).
Reviewers: #falkon, drosca
Reviewed By: #falkon, drosca
Subscribers: drosca, falkon, #falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D17307
Summary:
BUG: 397078
Fixes the hardcoded private browsing icon in the Falkon application menu.
Test Plan: Open the Falkon application menu on the top right.
Reviewers: #falkon, drosca
Reviewed By: #falkon, drosca
Subscribers: ngraham, drosca, falkon, #falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D17288
Summary:
Use the new ShareUrl support from Purpose to share pages. ATM only sending the page via KDE Connect and Email is supported, but more can be added easily by extending Purpose.
{F6449845}
Depends on D17285
Bug: 393543
Test Plan: Send page to phone via KDE Connect
Reviewers: #falkon, drosca
Reviewed By: #falkon, drosca
Subscribers: drosca, falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D17286
Summary:
Replaced the link to a filter set with Easylist Spanish, that is changed
the outdated Spanish filters into the updated one.
BUG 392836
Reviewers: drosca
Reviewed By: drosca
Subscribers: drosca, falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D16656
Summary: This replaces three Qt foreach loops I found in the tabwidget with C++ foreach loops. There were already newer foreach loops near the bottom, so this makes things consistent in the entire file.
Reviewers: drosca
Reviewed By: drosca
Subscribers: falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D16238
Summary:
This adds a simple context menu to the statusbar;
the only option it has is "Hide", which obviously hides
the statusbar the same way as if you were to go the view menu.
Reviewers: drosca
Reviewed By: drosca
Subscribers: drosca, falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D16158
Summary:
Falkon has a feature to automatically close the tab that was specifically
opened for the file to download, because this kind of tab has no useful
purpose to the user.
In the case where the main window would have been closed, Falkon
would crash de-referencing the now NULL pointer to the main window.
This patch adds a simple check to do nothing in this case, as there is no
tab to close anyway.
Reviewers: #falkon, drosca
Reviewed By: #falkon, drosca
Subscribers: drosca, falkon, #falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D14711