1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
Commit Graph

5453 Commits

Author SHA1 Message Date
l10n daemon script
c252de4bdd GIT_SILENT made messages (after extraction) 2018-06-13 03:38:24 +02:00
Anmol Gautam
3b769f82d6 delete engine on qml-pluign unload 2018-06-12 13:52:16 +05:30
David Rosca
7b2ff16004
Merge branch 'Falkon/3.0' 2018-06-12 09:14:26 +02:00
David Rosca
9f0f688ee8
Use QTWEBENGINE_VERSION instead of QT_VERSION
Fixes build against separate QtWebEngine releases.
2018-06-12 09:10:02 +02:00
Anmol Gautam
d4aa875fa6 Added Documentation and corrected parameter of some APIs 2018-06-10 20:23:27 +05:30
Anmol Gautam
526e6dda31 Fixed coding style 2018-06-09 23:55:59 +05:30
Anmol Gautam
7d3d53519b Fixed leaks 2018-06-09 12:41:24 +05:30
Razi Alavizadeh
29fbbf5dc4 Windows: Warn user about needed hotfix
BUG: 394905
FIXED-IN: 3.0.2
2018-06-06 23:42:08 +04:30
l10n daemon script
cd15b7008c 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-06-06 07:29:50 +02:00
l10n daemon script
0c30443e84 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-06-06 05:35:48 +02:00
Anmol Gautam
5bbc44ef91 Made parameters of APIs homogeneous 2018-06-05 23:16:45 +05:30
Anmol Gautam
2d3ed28386 Added methods of webview to qml tab api 2018-06-05 19:32:54 +05:30
Anmol Gautam
4ff62c3d0a Added tests for browsingWindow in Qml Tabs API 2018-06-05 14:30:27 +05:30
Anmol Gautam
98e24221bf Added browserWindow property to QmlTab 2018-06-05 11:38:11 +05:30
Anmol Gautam
f640c3573d Added autotests for QML Windows API 2018-06-05 11:26:04 +05:30
Anmol Gautam
637d4cfef0 Created QML Windows API 2018-06-04 18:57:31 +05:30
Anmol Gautam
7f5f3a8bfc corrected windowId(s) for qml plugins 2018-06-03 18:24:03 +05:30
Anmol Gautam
a9a65be17a Added qml tabs api tests and improved qmll tabs api 2018-06-03 11:43:39 +05:30
l10n daemon script
f1fdfa57ab 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-06-02 07:40:51 +02:00
l10n daemon script
6fca2d6cef 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-06-02 05:39:44 +02:00
David Rosca
72547e0bd9
Merge branch 'Falkon/3.0' 2018-06-01 12:59:09 +02:00
David Rosca
35d8f25fd4
GreaseMonkey: Return undefined when value was not found in GM_getValue 2018-06-01 12:58:48 +02:00
Anmol Gautam
28f639a203 Added addTab to & changed return type to bool of Tabs API 2018-06-01 11:44:15 +05:30
Anmol Gautam
2a1a8395db Added Clipboard API tests 2018-05-31 21:57:40 +05:30
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
7b52c25caa resolved pull conflict 2018-05-31 15:07:45 +05:30
Anmol Gautam
75a48ae325 Created Tabs API 2018-05-31 15:04:10 +05:30
Anmol Gautam
90b7bed8a2 Created Notifications & Clipboard APIs 2018-05-30 15:27:42 +05:30
l10n daemon script
5ba2dce127 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-29 07:28:55 +02:00
l10n daemon script
fa7aa25a5d 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-29 05:34:41 +02:00
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
59d1cc22f5 Merge remote-tracking branch 'origin' into anmolgautam 2018-05-23 20:34:55 +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
50d0f97812 Added tests for TopSites API 2018-05-22 11:30:04 +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
a6373bd3c9 Added helloqml plugin 2018-05-19 22:43:30 +05:30