Adriaan de Groot
19fee5f2fa
CMake: bump Falkon version to 3.2.0
2022-01-18 16:29:26 +01:00
Adriaan de Groot
a706713900
autotests: be more chatty during test
...
This particular test fails for me: I apparently have some qupzilla
URLs on speed-dial that show up in the test, causing it to fail.
2022-01-18 16:26:59 +01:00
Adriaan de Groot
12aa99ad50
Changes: correct conflict marker and remove reverted removal
2022-01-18 16:04:03 +01:00
Kevin Kofler
b6131a2de9
Revert "Remove GnomeKeyringPasswords plugin"
...
This reverts commit b9fb89a31c
.
This plugin was removed due to the underlying library being deprecated
and removed from some distributions. However:
* the gnome-keyring library is still available in Fedora Rawhide,
* the plugin is optional, and the availability of the library is
automatically detected, so having the plugin available will not hurt
users who do not have access to the underlying library, as Falkon will
just be built without the optional plugin then,
* distribution packagers can put the plugin into an optional subpackage
(which I have always done in Fedora to begin with),
* a replacement plugin using libsecret (the upstream replacement for
libgnome-keyring) is still not available, and
* perhaps most importantly: not having the plugin available leaves users
with no easy way to access their existing saved passwords (due to no
libsecret plugin being available), which is IMHO not acceptable.
2022-01-18 14:59:43 +00:00
Adriaan de Groot
1781ea1fae
Changes: document new feature
...
BUG: 443947
2022-01-18 15:56:27 +01:00
Fran Rogers
ad08b8735c
Add ShowDetachTabAction to TabContextMenu::DefaultOptions
2022-01-18 15:55:45 +01:00
Adriaan de Groot
5400937d17
Changes: add draft release notes from Juraj
2022-01-18 15:55:13 +01:00
Adriaan de Groot
89e5c83997
Changes: start a changelog for the 3.2 release
2022-01-18 15:55:13 +01:00
l10n daemon script
e9b597ea1a
GIT_SILENT made messages (after extraction)
2022-01-12 00:44:30 +00:00
l10n daemon script
0568905c67
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"
2021-08-23 01:25:48 +00:00
l10n daemon script
1e1a3f8be2
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"
2021-08-19 01:13:28 +00:00
l10n daemon script
217270bcdf
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"
2021-08-14 01:17:03 +00:00
l10n daemon script
4c0147106c
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"
2021-08-12 01:13:11 +00:00
l10n daemon script
1c2c8ab982
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"
2021-07-15 01:14:50 +00:00
l10n daemon script
b5edc951d4
GIT_SILENT made messages (after extraction)
2021-07-15 00:16:54 +00:00
Nicolás Alvarez
249da2470d
Update IRC network in the README
...
KDE has moved from freenode to Libera Chat, update the README to reflect
this.
2021-06-15 19:06:45 -03:00
l10n daemon script
8abf9d5cf0
GIT_SILENT made messages (after extraction)
2021-06-05 00:16:35 +00:00
Pino Toscano
9bebc144ac
Stop installing app icon in pixmaps location
...
The /usr/share/pixmaps location is considered a legacy location for
application icons; since the application icons are already installed in
the global XDG hicolor theme, then simply stop installing the 128px one
in the legacy pixmaps location.
Copy the 128px icon from the hicolor directory instead, as it is the
same.
2021-05-16 21:14:08 +02:00
64f85f5e89
Enable ScreenCaptureEnabled only for QtWE 5.13.2+
...
Similar to:
a733fa9fd0
Maybe we should also take the same approach and reject instead of
disabling the feature.
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2021-04-05 18:26:25 +02:00
f7b372098e
Implement QtWE ScreenCaptureEnabled option
...
BUG: 431004
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2021-04-05 17:54:30 +02:00
fb03989114
Implement html5 permissions for screen sharing
...
Introduced in QtWebEngine 5.10
BUG: 431004
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2021-04-05 17:40:36 +02:00
2b64efc7f7
GIT_SILENT Fix password autofill after d8a706f3
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2021-03-17 08:17:45 +01:00
Patrick Flynn
c978521e33
Added context menu item to bookmarks toolbar for creating folder
2021-03-16 20:19:08 +00:00
Mikalai Ahnioŭ
742b20154b
Use new setUrlRequestInterceptor() method
...
removes deprecation warning during compilation
when building against Qt 5.13 or later
2021-03-06 21:39:20 +00:00
Ahmad Samir
5d0c9bb238
[KWalletPasswordBackend] Port KWallet::readEntryList() to KWallet::entriesList()
...
Currently the code is conditional so as to keep it building against
older kwallet versions.
2021-03-06 18:10:25 +00:00
Mikalai Ahnioŭ
1cf46c9f10
Merge branch 'mikolajp/falkon-master'
...
Rebasing to current master
2021-03-06 20:38:25 +03:00
79b356cce5
VerticalTabs - Accept click event on tree collapse
...
Very often when the tree collapse/expand button was pressed apart from
expected function the dragging of the tab group started.
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2021-03-06 00:49:42 +00:00
d8a706f3a9
Add filter to preferences extensions page
...
Developed by: Yehor Tsyba @malibushko
BUG: 408312
2021-03-06 00:25:32 +00:00
l10n daemon script
f7cb769371
GIT_SILENT made messages (after extraction)
2021-02-23 02:48:22 +01:00
l10n daemon script
b0acd55546
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"
2021-02-22 06:51:54 +01:00
l10n daemon script
fce7bddcac
GIT_SILENT made messages (after extraction)
2021-01-16 02:39:17 +01:00
l10n daemon script
e88a636890
GIT_SILENT made messages (after extraction)
2021-01-05 02:27:31 +01:00
l10n daemon script
1ccd81ecf1
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"
2020-12-29 06:14:58 +01:00
l10n daemon script
242c52e93b
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"
2020-12-10 06:33:54 +01:00
l10n daemon script
398ba03d26
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"
2020-12-09 06:43:02 +01:00
Antonio Rojas
9fac57e8fe
Fix PyFalkon build with shiboken 5.15.2
...
Prevent Qz::sessionVersion form being wrapped, since it is not exported in the shared library.
BUG: 429414
2020-11-20 21:52:34 +01:00
l10n daemon script
ba4f184781
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"
2020-11-05 06:29:54 +01:00
l10n daemon script
a661ac27d4
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"
2020-11-01 06:34:37 +01:00
l10n daemon script
e6e259fa53
GIT_SILENT made messages (after extraction)
2020-11-01 02:24:55 +01:00
l10n daemon script
02bf543919
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"
2020-10-29 06:36:15 +01:00
l10n daemon script
d3ddaba87d
GIT_SILENT made messages (after extraction)
2020-10-29 02:29:29 +01:00
l10n daemon script
94a635c348
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"
2020-10-15 06:12:19 +02:00
l10n daemon script
0bf8132573
GIT_SILENT made messages (after extraction)
2020-09-18 02:21:41 +02:00
d00d385ea6
Revert "Fix white flashes"
...
This reverts commit 4ebeb509b7
.
This commit is causing rendering errors as described in bugreport
https://bugs.kde.org/show_bug.cgi?id=426486
2020-09-13 21:41:10 +02:00
Alva Snædís
4ebeb509b7
Fix white flashes
2020-09-05 20:28:22 +00:00
l10n daemon script
9d8a727f9f
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"
2020-09-05 06:13:09 +02:00
l10n daemon script
6fe0f76294
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"
2020-09-04 06:00:13 +02:00
l10n daemon script
004975b974
GIT_SILENT made messages (after extraction)
2020-09-04 02:19:43 +02:00
Jonah Brüchert
c2afba9ed3
CMake: Split QtWebEngine find_package calls
...
Required for cmake to search for QtWebEngine in a seperate prefix, for example when building flatpaks, where Qt is in /usr but QtWebEngine is in /app since org.kde.Sdk 5.13.
2020-08-27 13:14:42 +00:00
Nicolas Fella
5ed4e01ce0
Fix page sharing via Purpose
...
Purpose expects a list of URLs, not a single URL
2020-08-26 01:20:45 +02:00