Anmol Gautam
7843707f3a
Added search method in Tabs API
2018-05-31 21:43:47 +05:30
Anmol Gautam
a6f19f95f3
Merge remote-tracking branch 'origin' into anmolgautam
2018-05-31 15:11:01 +05:30
Anmol Gautam
75a48ae325
Created Tabs API
2018-05-31 15:04:10 +05:30
Anmol Gautam
8e7dc4e103
improved code
2018-05-28 22:54:57 +05:30
David Rosca
0f1c46d0e7
Merge branch 'Falkon/3.0'
2018-05-26 20:13:17 +02:00
David Rosca
7c07af64fe
AdBlockManager: Temporarily remove url interceptor when updating matcher
2018-05-26 20:11:02 +02:00
David Rosca
42f70c5252
Add missing config.h include for HAVE_QTWEBENGINE_5_10 define
2018-05-26 20:09:39 +02:00
Anmol Gautam
ae16c64290
Added sorting in cookie filter list
...
Reviewers: drosca
Reviewed By: drosca
Subscribers: falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D13109
2018-05-26 00:15:00 +05:30
Jyri Tuomisto
326be38a45
Allow whitelisted cookies to be kept
...
Keep whitelisted cookies from being deleted when deleteCookiesOnClose is true
Differential Revision: https://phabricator.kde.org/D13097
2018-05-25 09:31:51 +02:00
Anmol Gautam
be46b0f84c
added autotests for qml cookies api
2018-05-25 01:10:33 +05:30
Anmol Gautam
a729ccf7bf
Created Cookies API
2018-05-24 22:50:27 +05:30
Anmol Gautam
2d6953df0d
added autotests for qml history api
2018-05-23 20:33:54 +05:30
Anmol Gautam
6351c859cb
changed parameter type of deleteUrl
2018-05-23 19:30:42 +05:30
Anmol Gautam
30c9322b76
Created History API
2018-05-23 00:32:49 +05:30
Anmol Gautam
0d957b42c2
Created TopSites API
2018-05-22 11:04:26 +05:30
Anmol Gautam
b4aee2523c
organised directory structure of qml api
2018-05-21 20:08:28 +05:30
Anmol Gautam
6a2bd18009
added autotests for qml bookmarks api
2018-05-21 16:47:26 +05:30
Anmol Gautam
1a0859527f
Converted Q_INVOKABLE to Q_PROPERTY in QmlBookmarkTreeNode
2018-05-21 10:25:18 +05:30
David Rosca
52d4e3583b
Fix build
2018-05-20 10:19:38 +02:00
Anmol Gautam
4d4971630a
Updated bookmarks plugins api
2018-05-19 22:20:12 +05:30
Anmol Gautam
5166f1c879
Created bookmarks api for qml extensions
2018-05-18 14:30:02 +05:30
Anmol Gautam
123e093c56
Merge branch 'master' of git://anongit.kde.org/falkon into anmolgautam
2018-05-16 23:49:15 +05:30
Anmol Gautam
f09238115f
added permission to allow plugins in private mode
2018-05-16 23:46:24 +05:30
l10n daemon script
277003fa1d
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-05-16 07:34:51 +02:00
l10n daemon script
aca4f6c0a9
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-05-16 05:26:16 +02:00
Anmol Gautam
9d9766dc13
make getter-setter private in QQmlPluginInterface
2018-05-16 01:41:01 +05:30
Anmol Gautam
f9ac0727c5
moved logic for QML plugins from Plugins to QmlPluginLoader
2018-05-15 20:16:47 +05:30
Anmol Gautam
30cc7a8b89
added support to load/unload QML plugins
...
Following methods are exposed to qml 1) init 2) unload 3) testPlugin. Also logic to load QML plugins is implemented.
2018-05-15 16:34:57 +05:30
David Rosca
148d2d94c1
Use QTWEBENGINE_VERSION instead of QT_VERSION
...
Allows to build against separate QtWebEngine releases.
2018-05-14 13:53:05 +02:00
David Rosca
e01024942f
Merge branch 'Falkon/3.0'
2018-05-14 13:32:58 +02:00
David Rosca
e8fa25e058
WebSearchBar: Set as focus proxy of engines button
...
BUG: 394091
FIXED-IN: 3.0.2
2018-05-14 13:29:02 +02:00
Kevin Kofler
d06a0d60e0
Fix the fix for #391300 to require only QtWebEngine 5.10, not Qt 5.10
...
QtWebEngine can be newer than the rest of Qt (e.g., on Fedora 27).
This fixes the version check in WebView::savePageAs to use a macro
defined in config.h.cmake based on the version of QtWebEngineWidgets
rather than relying on QT_VERSION, which is the version of QtCore.
Reviewed By: drosca
Differential Revision: https://phabricator.kde.org/D12833
CCBUG: 391300
2018-05-12 13:29:39 +02:00
David Rosca
4bf77cd4d1
Version 3.0.1
2018-05-08 16:17:08 +02:00
David Rosca
5c557c8484
Preferences: Add checkboxes to spellcheck language list
2018-05-08 11:56:06 +02:00
David Rosca
3ad6b80d49
Merge branch 'Falkon/3.0'
2018-05-08 11:39:13 +02:00
David Rosca
4454ac714c
NavigationBar: Focus webview when navigating back/forward
...
BUG: 393834
FIXED-IN: 3.0.1
2018-05-08 11:35:39 +02:00
David Rosca
6e3da02d7d
ClosedTabsManager: Save and restore parent tab
...
BUG: 393976
FIXED-IN: 3.0.1
2018-05-08 11:26:25 +02:00
David Rosca
7fce81feaa
Merge branch 'Falkon/3.0'
2018-05-03 13:42:10 +02:00
David Rosca
9375b474ba
BrowserWindow: Track webview that initiated html fullscreen
...
Fixes issue where it wouldn't be possible to leave fullscreen
with F11 shortcut after closing webview that was in html fullscreen.
BUG: 393797
FIXED-IN: 3.0.1
2018-05-03 13:41:55 +02:00
Anmol Gautam
b6edd26ca0
Use security state icon in popup location bar
...
Reviewers: drosca
Reviewed By: drosca
Subscribers: falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D12666
2018-05-02 21:41:34 +05:30
l10n daemon script
7689b73daa
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-05-02 07:39:45 +02:00
David Rosca
94eb3161af
Merge branch 'Falkon/3.0'
2018-05-01 13:10:31 +02:00
David Rosca
3787a606d3
Rewrite internal sites to use user scripts instead of embedded code
...
It is no longer needed to setup web channel on unsafe js world
for internal pages, and thus it fixes issue where registering web
channel could fail in some cases.
BUG: 391875
FIXED-IN: 3.0.1
2018-05-01 13:02:46 +02:00
l10n daemon script
4809dfacaa
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-05-01 05:43:21 +02:00
Anmol Gautam
61beda4fa2
prevent ssl error dialog by website domain
...
Summary: BUG: 393162
Reviewers: drosca, #falkon
Reviewed By: drosca, #falkon
Subscribers: falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D12522
2018-04-29 19:05:36 +05:30
l10n daemon script
dd60458d6a
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-04-24 05:25:10 +02:00
l10n daemon script
5043a7675d
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-04-23 07:16:55 +02:00
David Rosca
a5ba6df966
Merge branch 'Falkon/3.0'
2018-04-22 18:55:29 +02:00
David Rosca
ad2466f2fa
WebView: Fix finding correct rwhvqt
...
Focus proxy is actually set only after adding it to the layout, so without
the timer it would pick old rwhvqt.
BUG: 393398
2018-04-22 18:53:49 +02:00
David Rosca
1290354f14
Use QOverload::of instead of qOverload
...
Fixes build with MSVC
BUG: 393395
2018-04-22 16:51:05 +02:00