David Rosca
db9d506cf5
Add support for Navigator.registerProtocolHandler()
...
It is now possible to eg. register webmail to handle mailto:
links.
If a site asks to register protocol handler, it will be available
in site info widget (right click on web icon in location bar).
Requires QtWebEngine >= 5.11
BUG: 403183
FIXED-IN: 3.1.0
2019-01-28 17:54:43 +01:00
David Rosca
38b2631de9
SiteInfoWidget: Add site name header
2019-01-28 17:54:43 +01:00
l10n daemon script
524697d139
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2019-01-27 05:34:59 +01:00
David Rosca
e15bcbf877
QmlPluginLoader: Register i18n functions also without libintl
2019-01-26 16:34:10 +01:00
David Rosca
9a03f197ca
PyFalkon: Fix generating bindings for signals
...
Regression from 1c4a8ddd6f
2019-01-26 16:12:53 +01:00
David Rosca
4990eed417
SqlDatabase: Remove existing database before adding new
...
Fixes duplicate connection warning.
2019-01-26 14:04:38 +01:00
David Rosca
b9c4a92aef
Fix coding style
2019-01-26 13:53:41 +01:00
David Rosca
6678a98d91
WebHitTestResult: Trim value of src/href attributes
...
BUG: 403619
FIXED-IN: 3.1.0
2019-01-26 12:29:57 +01:00
David Rosca
0bb78c8501
WebView: Use Qt::Back/ForwardButton instead of XButton1/2
2019-01-26 10:38:23 +01:00
David Rosca
ab43af9958
WebView: Fix detecting rwhvqt change with QtWebEngine 5.12
...
BUG: 402805
FIXED-IN: 3.1.0
2019-01-26 10:38:23 +01:00
l10n daemon script
c08df81dd6
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2019-01-26 05:29:14 +01:00
l10n daemon script
8bcaefe351
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2019-01-25 05:33:00 +01:00
David Rosca
a237c8ff87
SearchToolBar: Add Shift+Enter shortcut to find previous
...
BUG: 402989
FIXED-IN: 3.1.0
2019-01-24 15:53:59 +01:00
David Rosca
25a6008e6d
WebPage: Fix scroll to anchor workaround to also look for element ids
...
BUG: 402836
FIXED-IN: 3.1.0
2019-01-24 15:36:02 +01:00
David Rosca
675f148598
FalkonSchemeHandler: Load contents immediately
...
BUG: 403129
FIXED-IN: 3.1.0
2019-01-24 10:11:08 +01:00
l10n daemon script
6015a56f7c
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2019-01-24 05:27:38 +01:00
David Rosca
0389da311c
Fix leaking QWebEngineUrlRequestJob reply
...
BUG: 403129
FIXED-IN: 3.1.0
2019-01-23 17:41:20 +01:00
David Rosca
1c4a8ddd6f
PyFalkon: Fix build with PySide 5.12
...
BUG: 402947
FIXED-IN: 3.1.0
2019-01-23 15:55:29 +01:00
l10n daemon script
caf1380774
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2019-01-21 05:18:24 +01:00
l10n daemon script
8d321a72bf
GIT_SILENT made messages (after extraction)
2019-01-21 03:00:18 +01:00
l10n daemon script
64c5e0b8f0
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2019-01-20 05:42:16 +01:00
Anmol Gautam
da53d20287
fixed settings spelling in gm_manager
...
Reviewers: drosca
Reviewed By: drosca
Subscribers: SGOrava, falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D18327
2019-01-18 00:03:16 +05:30
l10n daemon script
c8cede5db6
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2019-01-14 05:31:45 +01:00
Laurent Montel
4c9d503699
Const'ify
2019-01-11 07:40:51 +01:00
Laurent Montel
4de3e4c703
Fix some clazy warnings
2019-01-08 13:28:02 +01:00
l10n daemon script
2528ed2163
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2019-01-06 05:29:16 +01:00
Nicolas Fella
51323c62e3
Fix build
...
Summary: BUG: 402401
Test Plan: Builds
Reviewers: drosca
Reviewed By: drosca
Subscribers: falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D17811
2018-12-31 16:27:41 +01:00
David Rosca
246951e474
Fix build
2018-12-29 12:13:51 +01:00
Laurent Montel
9aa290fff7
ignore some files/directory
2018-12-26 08:19:21 +01:00
David Rosca
7429d1d8ef
WebPage: Add basic support for client certificates
...
It will now always selects first available client certificate.
Requires QtWebEngine 5.12
2018-12-25 11:52:38 +01:00
David Rosca
5fcd29c507
Preferences: Add DNS Prefetch option
...
Requires QtWebEngine 5.12
2018-12-25 11:47:35 +01:00
David Rosca
38ea9974b4
Revert "Change minimum Qt version to 5.10"
...
This reverts commit 19cce0c838
.
2018-12-25 11:21:06 +01:00
David Rosca
5fd9cb92ee
Use QWebEnginePage::printRequested with QtWebEngine 5.12
2018-12-25 11:02:13 +01:00
David Rosca
f19f443c1c
DownloadManager: Correctly detect originating page
...
Requires QtWebEngine 5.12
2018-12-25 10:57:47 +01:00
David Rosca
19cce0c838
Change minimum Qt version to 5.10
2018-12-25 10:43:05 +01:00
David Rosca
cba7f32666
WebTab: Fix size of web inspector in splitter
...
BUG: 397596
FIXED-IN: 3.1.0
2018-12-24 20:58:05 +01:00
David Rosca
47f2a1697c
AdBlockManager: Parse also invalid abp: urls
...
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
2018-12-24 20:39:55 +01:00
David Rosca
fe45d36cda
VerticalTabs: Close tree if middle clicking on collapsed item
...
BUG: 399217
FIXED-IN: 3.1.0
2018-12-24 15:18:40 +01:00
David Rosca
53d35dbdbd
BookmarksToolBarButton: Don't show empty title in tooltip
...
BUG: 399233
FIXED-IN: 3.1.0
2018-12-24 15:08:49 +01:00
David Rosca
956b99c1cb
BrowserWindow: Use LoadRequest in loadAddress
...
BUG: 396609
FIXED-IN: 3.1.0
2018-12-24 15:03:30 +01:00
David Rosca
cbb322c1a5
X11: Add --wmclass command line option
...
BUG: 400753
FIXED-IN: 3.1.0
2018-12-24 14:47:43 +01:00
David Rosca
51eb65ecec
SearchToolBar: Ignore old search callbacks
...
BUG: 401343
FIXED-IN: 3.1.0
2018-12-24 14:05:29 +01:00
David Rosca
9e7011cbed
DownloadManager: Start download timer when download is created
...
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
2018-12-24 13:55:46 +01:00
David Rosca
a6c266b6c6
SpeedDial: Base64 encode initial script
...
Fixes parse errors when there is html encoded quote char.
BUG: 402024
FIXED-IN: 3.1.0
2018-12-24 13:41:36 +01:00
David Rosca
7f8b318315
README.md: Fix syntax to work with GitHub parser
2018-12-24 12:59:43 +01:00
l10n daemon script
0684603930
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-12-24 05:18:23 +01:00
Jan Przybylak
8a06d38f3f
Fixed Markdown headlines in readme
...
Summary:
In Markdown, headlines are made with #, not =
Reviewers: falkon, drosca
Reviewed By: drosca
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D17568
2018-12-13 19:01:35 +01:00
Giacomo Barazzetti
77e928569a
Create new bookmark items near the current one (over it)
...
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
2018-12-12 22:21:33 +01:00
David Rosca
4ff7ccc737
Don't include qmlpluginloader.h in plugin.sh
...
Actually much better fix for PyFalkon build error.
2018-12-12 19:05:26 +01:00
David Rosca
eefd9cd046
Revert "Fix PyFalkon build"
...
This reverts commit 3ea935b143
.
2018-12-12 19:03:25 +01:00