David Rosca
f835f0ecac
Merge branch 'Falkon/3.1'
2019-03-20 11:31:03 +01:00
David Rosca
17c45ca971
Bump version to 3.1.99
2019-03-20 11:30:54 +01:00
David Rosca
f4866e7dd8
Remove custom version of FindLibIntl.cmake
...
Use the one provided by CMake.
2019-03-20 11:29:10 +01:00
David Rosca
2c5314ce93
Fix MSVC build
2019-03-20 11:11:36 +01:00
David Rosca
2853a1ee88
Version 3.1.0
2019-03-19 18:01:52 +01:00
David Rosca
be9b7dda6e
README: Minor edits and add info about custom prefix install
2019-03-19 17:49:25 +01:00
Saish Mhatre
426225efcc
Updated README.md with detailed build instructions
...
Falkon introduction , building & contribution description added.
It will help new comers to build & contribute to the falkon easily.
Differential Revision: https://phabricator.kde.org/D19804
2019-03-19 17:30:19 +01:00
Carl Schwan
9601e8ad34
Use a searchbar similar to the one in okular
...
Summary: {F6674717}
Reviewers: #falkon, #vdg, drosca
Reviewed By: #falkon, drosca
Subscribers: drosca, loh.tar, SGOrava, falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D19625
2019-03-14 13:56:40 +01:00
David Rosca
945b4f7626
BookmarksIcon: Re-check bookmark when page url changes
...
BUG: 402239
FIXED-In: 3.1.0
2019-03-14 11:34:21 +01:00
David Rosca
1a81c0c821
Add ProtocolHandlerDialog
...
It is now possible to remove previously registered protocol handlers.
2019-03-14 11:14:25 +01:00
Anmol Gautam
a154ef5480
fix context menu on falkon:speeddial
...
Summary: Function addSpeedDial and others are not in scope so they didn't worked when called via javascript. So, I have removed the anonymous function which is wrapping those functions.
Reviewers: drosca
Reviewed By: drosca
Subscribers: falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D19564
2019-03-06 21:40:39 +05:30
David Rosca
b87ccf714c
Fix all override warnings
2019-03-01 17:08:50 +01:00
David Rosca
66857748c2
Remove old pagescreen.ui
2019-03-01 16:44:30 +01:00
David Rosca
e4252d56ef
Add some missing overrides
2019-03-01 16:42:50 +01:00
David Rosca
bf9b7667f7
Fix build with QtWebEngine < 5.11
2019-03-01 16:26:16 +01:00
David Rosca
3f4dd627be
UserAgentDialog: Disable word wrap in table widget
...
BUG: 404885
FIXED-IN: 3.1.0
2019-03-01 16:16:16 +01:00
Laurent Montel
ec8217035f
Remove deprecated method
2019-03-01 08:49:55 +01:00
l10n daemon script
c32b899ae3
GIT_SILENT made messages (after extraction)
2019-02-25 03:15:21 +01:00
l10n daemon script
2860504d6b
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-02-24 05:28:07 +01:00
David Rosca
102bd219b7
QtSingleApplication: Add DBus backend for Linux
...
It should be more reliable than lockfile.
BUG: 404494
FIXED-IN: 3.1.0
2019-02-19 11:13:11 +01:00
l10n daemon script
1553ab3c1b
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-02-16 05:37:34 +01:00
David Rosca
eac5673656
Register custom schemes with QtWebEngine 5.12
2019-02-14 08:53:27 +01:00
David Rosca
b508ed2260
WebHitTestResult: Expect null href attribute
...
Patch by Eugene Shalygin
BUG: 404320
2019-02-14 08:44:42 +01:00
l10n daemon script
8ffd2f20df
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-02-13 05:51:49 +01:00
l10n daemon script
29486c2f62
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-02-09 05:37:42 +01:00
l10n daemon script
9eb11111aa
GIT_SILENT made messages (after extraction)
2019-02-09 03:07:15 +01:00
Christoph Cullmann
5bb7e9cfcf
Add --wmclass argument to linux completion files
...
Reviewers: #falkon, drosca
Reviewed By: #falkon, drosca
Subscribers: cullmann, falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D18667
2019-02-02 16:24:27 +01:00
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